diff --git a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs index 50e2a3191b3..eca13cfc92e 100644 --- a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs index c5b59816145..525d2d3a997 100644 --- a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs index 70a8932ee17..282c2d8466b 100644 --- a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SharedCookiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs index 81e7629f88b..f6ec086f0ed 100644 --- a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.cs index 2528a5fca0d..3469f682f2c 100644 --- a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs index 745fa8bdaad..ce0b8ab3b40 100644 --- a/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SiteListsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/People/ProfileCardProperties/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/People/ProfileCardProperties/Count/CountRequestBuilder.cs index 1c5994cf671..7994316448f 100644 --- a/src/Microsoft.Graph/Generated/Admin/People/ProfileCardProperties/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/People/ProfileCardProperties/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/People/ProfileCardProperties/ProfileCardPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/People/ProfileCardProperties/ProfileCardPropertiesRequestBuilder.cs index e6a348cd562..7ddbf5188a0 100644 --- a/src/Microsoft.Graph/Generated/Admin/People/ProfileCardProperties/ProfileCardPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/People/ProfileCardProperties/ProfileCardPropertiesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ProfileCardPropertiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Count/CountRequestBuilder.cs index be423af357f..18c996099bb 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs index 3b04d4a808f..7570f399706 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class HealthOverviewsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Count/CountRequestBuilder.cs index 9a3d15197e5..7f7087e0816 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs index 4367b00ad72..8f38a7a231c 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class IssuesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Count/CountRequestBuilder.cs index f9a8a5f6916..000f779362b 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs index 4b743db86bf..00263efd13f 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class IssuesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs index cee0be0f539..f1a3adad59a 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs @@ -35,7 +35,6 @@ public IncidentReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs index 820b68e7fb1..418c3c36925 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a list of serviceUpdateMessages for the signed in user. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a list of serviceUpdateMessages for the signed in user. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Count/CountRequestBuilder.cs index 9f514fa8833..5bbe36b9276 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs index 514f7d7453d..39a51915785 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs @@ -35,7 +35,6 @@ public FavoriteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Change the status of a list of serviceUpdateMessages to favorite for the signed in user. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public FavoriteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Change the status of a list of serviceUpdateMessages to favorite for the signed in user. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index ba433514163..3a24478ca5f 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Count/CountRequestBuilder.cs index fa62b373e45..6b545523878 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs index 6e69c0b9b21..31087bc941c 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs @@ -35,7 +35,6 @@ public MarkReadRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Mark a list of serviceUpdateMessages as read for the signed in user. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public MarkReadRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Mark a list of serviceUpdateMessages as read for the signed in user. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs index 47ff2916db4..04542f23cfd 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs @@ -35,7 +35,6 @@ public MarkUnreadRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Mark a list of serviceUpdateMessages as unread for the signed in user. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public MarkUnreadRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Mark a list of serviceUpdateMessages as unread for the signed in user. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.cs index 70f8a2474b8..a1f92fdc15a 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.cs @@ -249,10 +249,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs index 1d57360ce85..847befd9d79 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unarchive a list of serviceUpdateMessages for the signed in user. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unarchive a list of serviceUpdateMessages for the signed in user. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.cs index 3c908e84cc7..5c0b53a8874 100644 --- a/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.cs @@ -35,7 +35,6 @@ public UnfavoriteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Remove the favorite status of serviceUpdateMessages for the signed in user. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public UnfavoriteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Remove the favorite status of serviceUpdateMessages for the signed in user. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs index 4a286e6a895..fa0966899b7 100644 --- a/src/Microsoft.Graph/Generated/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs @@ -206,10 +206,10 @@ public partial class AgreementAcceptancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Agreements/AgreementsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/AgreementsRequestBuilder.cs index e9321b0157f..ecb26bb3dd8 100644 --- a/src/Microsoft.Graph/Generated/Agreements/AgreementsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/AgreementsRequestBuilder.cs @@ -206,10 +206,10 @@ public partial class AgreementsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs index baef344276e..8d3ab379a46 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AcceptancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs index 69f4d79961d..9417feff752 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs index ad350a1f6bd..f40c0c836ec 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs index e0574fd01a2..aea2183ee93 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs index ccebc3a49bf..4fd447a5e9a 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs index 9995741c74e..f0bc5137742 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class LocalizationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/Files/Count/CountRequestBuilder.cs index 64ad6001dec..acf3b4a8da8 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/Files/FilesRequestBuilder.cs index a3bad86a65b..45e5a64cb47 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs index ca324e9ba97..8b26b2454e4 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs index 6d943a362ff..fedbb00ac5b 100644 --- a/src/Microsoft.Graph/Generated/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Count/CountRequestBuilder.cs index 1f244399ca3..de641a87a66 100644 --- a/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.cs index c6ad85fa1cc..f01e6af0ed8 100644 --- a/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AppDefinitionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Count/CountRequestBuilder.cs index f2a86c79768..31666dd2c2f 100644 --- a/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.cs index b939a84e0ca..57398476fab 100644 --- a/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TeamsAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.cs index 8fde2896c53..53871ac51e4 100644 --- a/src/Microsoft.Graph/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class ApplicationTemplatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ApplicationTemplates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ApplicationTemplates/Count/CountRequestBuilder.cs index d01dfff3a9e..8f2a934b11e 100644 --- a/src/Microsoft.Graph/Generated/ApplicationTemplates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ApplicationTemplates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.cs b/src/Microsoft.Graph/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.cs index 58a70e02e46..ea90cf78145 100644 --- a/src/Microsoft.Graph/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.cs @@ -36,7 +36,6 @@ public InstantiateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Add an instance of an application from the Microsoft Entra application gallery into your directory. For non-gallery apps, use an application template with one of the following IDs to configure different single sign-on (SSO) modes like SAML SSO and password-based SSO. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/ApplicationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/ApplicationsRequestBuilder.cs index f03d546afdd..b432223d682 100644 --- a/src/Microsoft.Graph/Generated/Applications/ApplicationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/ApplicationsRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class ApplicationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Count/CountRequestBuilder.cs index f40d6827850..041f525867a 100644 --- a/src/Microsoft.Graph/Generated/Applications/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Delta/DeltaRequestBuilder.cs index 2817926172f..d5ec72d53a4 100644 --- a/src/Microsoft.Graph/Generated/Applications/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted applications without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted applications without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 2af4519fa2f..5d750f0d973 100644 --- a/src/Microsoft.Graph/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/GetByIds/GetByIdsRequestBuilder.cs index 86da51aee9a..779c2e9d979 100644 --- a/src/Microsoft.Graph/Generated/Applications/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.cs index 4f7529377ed..cd1c4f64e1b 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.cs @@ -36,7 +36,6 @@ public AddKeyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don't have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won't be able to use this service action. You can use the Update application operation to perform an update instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.cs index cc6646cc79f..35926ab9a05 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.cs @@ -36,7 +36,6 @@ public AddPasswordRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Adds a strong password or secret to an application. You can also add passwords while creating the application. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs index bdc7a972183..2e73b9d551b 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class AppManagementPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/Count/CountRequestBuilder.cs index 26800b4a8f5..352f5a8baf9 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.cs index ea6dd113be4..f9ceba79b1b 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.cs @@ -240,10 +240,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 7e73c9f78c6..8ae8deab5d8 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/ExtensionProperties/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/ExtensionProperties/Count/CountRequestBuilder.cs index 6f5b8626eb4..4b351c21423 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/ExtensionProperties/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/ExtensionProperties/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.cs index db36a124e07..c84efc2c840 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ExtensionPropertiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs index cad5fb66e7d..e1420a3c7f5 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs index e3605f04488..aa63531ec30 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class FederatedIdentityCredentialsRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 673827b5244..2e0cf13d007 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index ed06bfdb498..929054a442d 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs index b50edd0a8ec..f9a065a8650 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs index e434055963e..0b6f459ea1c 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/Count/CountRequestBuilder.cs index 8aa1542a459..0c6bb6f35c3 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index 80171f74d48..561f45d2ae5 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 5282e188630..816f2ae5b23 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs index c17513170f6..ad8538277f9 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs index 05794536e17..74809816d6a 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs index 56a289d9951..65aed973c20 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 1c3ae612499..48adc36650a 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphUser/Count/CountRequestBuilder.cs index fd4533fce22..84f5d947a1e 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphUser/GraphUserRequestBuilder.cs index d7a615dbead..5f3920e2896 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/OwnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/OwnersRequestBuilder.cs index 0d0be16fca4..2d97a44e987 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/OwnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/OwnersRequestBuilder.cs @@ -196,10 +196,10 @@ public partial class OwnersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Owners/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Owners/Ref/RefRequestBuilder.cs index 36513fbcb87..dcc69b7a862 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Owners/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Owners/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.cs index ac9b083c979..76c1ba51268 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveKeyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.cs index 6c17c160f86..1a4a7dca803 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.cs @@ -35,7 +35,6 @@ public RemovePasswordRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Remove a password from an application. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Restore/RestoreRequestBuilder.cs index ee939195657..ff70e24488b 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.cs index 0a4d35ed09f..add824a0d44 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.cs @@ -35,7 +35,6 @@ public SetVerifiedPublisherRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs index 091ee154859..f654ee84293 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs @@ -35,7 +35,6 @@ public AcquireAccessTokenRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs index f70dc39d0d2..6e8255d26cd 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs index 93db2c052d0..16927df2e24 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs @@ -35,7 +35,6 @@ public PauseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. - /// 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/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs index d1bbb9f0890..bd603cb1feb 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionOnDemandRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs index 4db49ef1d5c..1430286d82e 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs @@ -35,7 +35,6 @@ public RestartRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs index 631090a7342..3dfd3ae4ad0 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs index e9b2ed2fe2a..c0880e698ca 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DirectoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs index 9f1297e24f9..e53b7c24410 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs @@ -36,7 +36,6 @@ public DiscoverRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Discover the latest schema definition for provisioning to an application. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs index accdff2205e..78ed13b8dab 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -35,7 +35,6 @@ public FilterOperatorsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// List all operators supported in the scoping filters. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public FilterOperatorsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// List all operators supported in the scoping filters. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class FilterOperatorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs index bf211ed8331..2ce79bd1090 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs @@ -35,7 +35,6 @@ public FunctionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// List all the functions currently supported in the attributeMappingSource. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public FunctionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// List all the functions currently supported in the attributeMappingSource. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class FunctionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs index 44eb73794da..6c50ff1d875 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs @@ -36,7 +36,6 @@ public ParseExpressionRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs index 50a607d548a..476f1633d39 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs @@ -35,7 +35,6 @@ public StartRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. - /// 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/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs index 5e230ef9efc..e7a5db0dd06 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidateCredentialsRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Validate that the credentials are valid in the tenant. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.cs index 7f52268e486..b3fb3b458ff 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class JobsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs index 8b90f88e6b3..a36e1d791af 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Count/CountRequestBuilder.cs index 562eda525a1..3761125618e 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs index 62d6a07eef7..a025609a8c0 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs index 53cfb20775d..b0d88daaf49 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DirectoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs index fc482aed93d..9957b37a841 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs @@ -36,7 +36,6 @@ public DiscoverRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Discover the latest schema definition for provisioning to an application. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs index a31584b147c..195b832e40c 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -35,7 +35,6 @@ public FilterOperatorsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// List all operators supported in the scoping filters. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public FilterOperatorsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// List all operators supported in the scoping filters. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class FilterOperatorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs index 7b13b76040a..01b8aff36ce 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs @@ -35,7 +35,6 @@ public FunctionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// List all the functions currently supported in the attributeMappingSource. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public FunctionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// List all the functions currently supported in the attributeMappingSource. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class FunctionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs index a67d70b7fc3..db06ecdcd54 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs @@ -36,7 +36,6 @@ public ParseExpressionRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.cs index d8f8ad8ea50..4e55fc104b4 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TemplatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs index 24112f8a66b..9cfc7bb8b2a 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.cs index 3cb53bbe0f3..1d1dc6913d4 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs index 0935ee2e006..1dca803c399 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class TokenIssuancePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs index 66fbf61a1ea..72b322098f2 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.cs index b22d6012cf4..1867dc614c0 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs index 5a6dee0176b..de086b26c38 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class TokenLifetimePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.cs index 452695c218a..b2d1aaec152 100644 --- a/src/Microsoft.Graph/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.cs @@ -35,7 +35,6 @@ public UnsetVerifiedPublisherRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification. - /// 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/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 238b8f04b49..3e1dc5fef75 100644 --- a/src/Microsoft.Graph/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/AuditLogs/DirectoryAudits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/DirectoryAudits/Count/CountRequestBuilder.cs index 255378341d9..3ca82f9ac86 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/DirectoryAudits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/DirectoryAudits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.cs index 7ddfb503a01..356abee2ed4 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class DirectoryAuditsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/AuditLogs/Provisioning/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/Provisioning/Count/CountRequestBuilder.cs index 03c7245b6c1..8475bc8efa7 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/Provisioning/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/Provisioning/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.cs index e1107d34b22..0392611a1ec 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ProvisioningRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs index f6a2e0e72a1..696627cdf01 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs @@ -35,7 +35,6 @@ public ConfirmCompromisedRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Mark an event in the Microsoft Entra sign-in logs as risky. Events marked as risky by an admin are immediately flagged as high risk in Microsoft Entra ID Protection, overriding previous risk states. Admins can confirm that events flagged as risky by Microsoft Entra ID Protection are in fact risky. For details about investigating Identity Protection risks, see How to investigate risk. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/ConfirmSafe/ConfirmSafeRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/ConfirmSafe/ConfirmSafeRequestBuilder.cs index 932e8809e3c..1b75e125814 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/ConfirmSafe/ConfirmSafeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/ConfirmSafe/ConfirmSafeRequestBuilder.cs @@ -35,7 +35,6 @@ public ConfirmSafeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Mark an event in Microsoft Entra sign-in logs as safe. Admins can either mark the events flagged as risky by Microsoft Entra ID Protection as safe, or they can mark unflagged events as safe. For details about investigating Identity Protection risks, see How to investigate risk. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/Count/CountRequestBuilder.cs index 25e067e109b..460975453a9 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/Dismiss/DismissRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/Dismiss/DismissRequestBuilder.cs index 72ba1164b38..fc0108a4e82 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/Dismiss/DismissRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/Dismiss/DismissRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Mark an event in Microsoft Entra sign-in logs as dismissed. For details about investigating Identity Protection risks, see How to investigate risk. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/SignInsRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/SignInsRequestBuilder.cs index cf813f27f2a..60a9c4a0e5d 100644 --- a/src/Microsoft.Graph/Generated/AuditLogs/SignIns/SignInsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuditLogs/SignIns/SignInsRequestBuilder.cs @@ -231,10 +231,10 @@ public partial class SignInsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs index c524a1b8a64..5902243adcc 100644 --- a/src/Microsoft.Graph/Generated/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AuthenticationMethodConfigurationsRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs index 45e3e0dc55d..aefde913b85 100644 --- a/src/Microsoft.Graph/Generated/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs index dce5209bd9f..6b53996d216 100644 --- a/src/Microsoft.Graph/Generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AuthenticationMethodConfigurationsRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs index 6232a3323c5..1512153bc10 100644 --- a/src/Microsoft.Graph/Generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs b/src/Microsoft.Graph/Generated/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs index 15af0fa907a..dbfef397911 100644 --- a/src/Microsoft.Graph/Generated/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CertificateBasedAuthConfigurationRequestBuilderGetQueryPara #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs index 6943c2b218e..d765d4f4c13 100644 --- a/src/Microsoft.Graph/Generated/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/ChatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/ChatsRequestBuilder.cs index af821bcd0e0..d6222955195 100644 --- a/src/Microsoft.Graph/Generated/Chats/ChatsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/ChatsRequestBuilder.cs @@ -226,10 +226,10 @@ public partial class ChatsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Count/CountRequestBuilder.cs index d34e5674e9f..a6ee580b23d 100644 --- a/src/Microsoft.Graph/Generated/Chats/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs index af67d424b3c..6b7b8b7a573 100644 --- a/src/Microsoft.Graph/Generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Get all messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Get all messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs index c527384845b..cb99b9aec33 100644 --- a/src/Microsoft.Graph/Generated/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllRetainedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.cs index beae423f327..c16dcb73893 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public HideForUserRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Hide a chat for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs index 9c1e67fa6b9..49fbc8b9beb 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs index b8d8d6e3670..ba1b250086b 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index 83b210c3acd..6ce8ad0613f 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -35,7 +35,6 @@ public UpgradeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Upgrade an app installation within a chat. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs index 19087e9a307..269afbbe4f9 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public MarkChatReadForUserRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Mark a chat as read for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs index bf673e1b710..3e108c0fe63 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public MarkChatUnreadForUserRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Mark a chat as unread for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Members/Add/AddRequestBuilder.cs index b28ddc79771..738ed69b2f4 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Members/Count/CountRequestBuilder.cs index 608fcff748b..b6dc6aa5cb5 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs index 4824f280115..17b1930b884 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs @@ -58,8 +58,8 @@ public async Task DeleteAsync(Action - /// Retrieve a conversationMember from a chat or channel. - /// Find more info here + /// Retrieve a conversationMember from a chat. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -126,7 +126,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve a conversationMember from a chat or channel. + /// Retrieve a conversationMember from a chat. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -184,7 +184,7 @@ public partial class ConversationMemberItemRequestBuilderDeleteRequestConfigurat { } /// - /// Retrieve a conversationMember from a chat or channel. + /// Retrieve a conversationMember from a chat. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ConversationMemberItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Members/MembersRequestBuilder.cs index 703cea8b144..ad9aa5223b1 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Members/MembersRequestBuilder.cs @@ -226,10 +226,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Members/Remove/RemoveRequestBuilder.cs index 0109a6fa037..3c9f2e5e8dc 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Count/CountRequestBuilder.cs index 9050445bf13..e57b9cea37b 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs index 7d5525437fc..88266d112d1 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 029cb9fc2a6..7cda42a4027 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 24e52d18195..96f940df76b 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index 79e8bbaf63d..39f9baa1fa3 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index b0229a16a1e..6e15aa4f989 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 87b227a7cad..adbb15f5e10 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index 0466de33d1d..43d562de171 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 6d93361c716..3c0dfcf9083 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 2771ed08519..99f90bace30 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index 13ff0d21a41..54cf747c82a 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 59163a5c73e..e01632526f3 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index c01489bcffd..3dce80a8f85 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Chats/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/MessagesRequestBuilder.cs index 3019f21f44b..738f7f29a7b 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 @@ -220,10 +220,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs index 72f5adbdaeb..2faf5f6b224 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index aeec7fd40c5..b2ec7b86713 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs index e6c7af98c90..0cddfbf7e0e 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs index e610f064ee7..17539ef9b7d 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PinnedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index 234419df07e..a97c1a0ef4e 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Tabs/Count/CountRequestBuilder.cs index 06e7405c232..e206886dcc1 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Tabs/TabsRequestBuilder.cs index 8539197225f..a86fbf9e11a 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Tabs/TabsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs index 43b68b1a0dd..8d2b2cd6ed9 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public UnhideForUserRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Unhide a chat for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/CallRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/CallRecordsRequestBuilder.cs index 70f6e37a151..e4e11bb380f 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/CallRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/CallRecordsRequestBuilder.cs @@ -239,10 +239,10 @@ public partial class CallRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/Count/CountRequestBuilder.cs index 674af266fd0..c69d568d229 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Participants_v2/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Participants_v2/Count/CountRequestBuilder.cs index a6a09235abc..0fa3fdc3123 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Participants_v2/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Participants_v2/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Participants_v2/Participants_v2RequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Participants_v2/Participants_v2RequestBuilder.cs index a31fd2e99a0..02e98ebdf26 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Participants_v2/Participants_v2RequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Participants_v2/Participants_v2RequestBuilder.cs @@ -213,10 +213,10 @@ public partial class Participants_v2RequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Count/CountRequestBuilder.cs index c3f3a752afd..3f19fb493c0 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Item/Segments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Item/Segments/Count/CountRequestBuilder.cs index b5079513705..56eb162a041 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Item/Segments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Item/Segments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Item/Segments/SegmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Item/Segments/SegmentsRequestBuilder.cs index aa65257fb1e..629d4be8830 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Item/Segments/SegmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/Item/Segments/SegmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SegmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.cs index 4404cbde4b2..22f2d9a5397 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs index a28dd76a4d2..3576681256c 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs @@ -143,10 +143,10 @@ public partial class MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateT #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs index d7754106e3a..f6894230f80 100644 --- a/src/Microsoft.Graph/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs @@ -143,10 +143,10 @@ public partial class MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithTo #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/CallsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/CallsRequestBuilder.cs index 5d77cc45419..f1da5a15a21 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/CallsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/CallsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class CallsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Count/CountRequestBuilder.cs index efeb5b7ac56..7544474e2c6 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.cs index 52dff63030e..d9614c13f0d 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.cs @@ -36,7 +36,6 @@ public AddLargeGalleryViewRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.cs index 324318b88ec..5bb8732caee 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.cs @@ -17,16 +17,16 @@ public partial class AnswerPostRequestBody : IAdditionalDataHolder, IBackedModel /// The acceptedModalities property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? AcceptedModalities + public List? AcceptedModalities { - get { return BackingStore?.Get?>("acceptedModalities"); } + get { return BackingStore?.Get?>("acceptedModalities"); } set { BackingStore?.Set("acceptedModalities", value); } } #nullable restore #else - public List AcceptedModalities + public List AcceptedModalities { - get { return BackingStore?.Get>("acceptedModalities"); } + get { return BackingStore?.Get>("acceptedModalities"); } set { BackingStore?.Set("acceptedModalities", value); } } #endif @@ -118,7 +118,7 @@ public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { - { "acceptedModalities", n => { AcceptedModalities = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "acceptedModalities", n => { AcceptedModalities = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "callOptions", n => { CallOptions = n.GetObjectValue(global::Microsoft.Graph.Models.IncomingCallOptions.CreateFromDiscriminatorValue); } }, { "callbackUri", n => { CallbackUri = n.GetStringValue(); } }, { "mediaConfig", n => { MediaConfig = n.GetObjectValue(global::Microsoft.Graph.Models.MediaConfig.CreateFromDiscriminatorValue); } }, @@ -132,7 +132,7 @@ public virtual IDictionary> GetFieldDeserializers() public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteCollectionOfEnumValues("acceptedModalities", AcceptedModalities); + writer.WriteCollectionOfPrimitiveValues("acceptedModalities", AcceptedModalities); writer.WriteStringValue("callbackUri", CallbackUri); writer.WriteObjectValue("callOptions", CallOptions); writer.WriteObjectValue("mediaConfig", MediaConfig); diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.cs index 27566bcf5c4..bb62ee81734 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.cs @@ -35,7 +35,6 @@ public AnswerRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Enable a bot to answer an incoming call. The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. If an invitation to a group call is received, the notification contains the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios and 5 seconds for policy-based recording scenarios. This API supports the following PSTN scenarios: - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.cs index fe22833d8e2..764f883cfb2 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AudioRoutingGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/AudioRoutingGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/AudioRoutingGroups/Count/CountRequestBuilder.cs index eefaf8050ff..a697e7af559 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/AudioRoutingGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/AudioRoutingGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.cs index 70590a5cf08..5356272fd4b 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.cs @@ -36,7 +36,6 @@ public CancelMediaProcessingRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.cs index 1c9d205a75a..68d3b6d0691 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.cs @@ -35,7 +35,6 @@ public ChangeScreenSharingRoleRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Allow applications to share screen content with the participants of a group call. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.cs index 4d1f173c10f..6ce49fb2512 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ContentSharingSessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/ContentSharingSessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/ContentSharingSessions/Count/CountRequestBuilder.cs index 8974890f3bf..c42c5340de9 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/ContentSharingSessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/ContentSharingSessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.cs index a21ce410c7e..9332146b247 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.cs @@ -35,7 +35,6 @@ public KeepAliveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side. - /// 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/Communications/Calls/Item/Mute/MuteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.cs index 486471a298b..88cc4064e62 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.cs @@ -36,7 +36,6 @@ public MuteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Operations/Count/CountRequestBuilder.cs index a69d3b50337..272e114bac5 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.cs index 4dcd6de1f4f..3cd0eb1e632 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Count/CountRequestBuilder.cs index f553cb5cb43..ab7f4e750b5 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs index 0ca899a8e4c..ba9b5645428 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs @@ -36,7 +36,6 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Invite participants to the active call. For more information about how to handle operations, see commsOperation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.cs index 6da8f427e9c..1a793384ef8 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.cs @@ -36,7 +36,6 @@ public MuteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.cs index d1539af1477..12f78428147 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.cs @@ -36,7 +36,6 @@ public StartHoldMusicRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Put a participant on hold and play music in the background. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.cs index 18a97d1baf4..0b4c33b7913 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.cs @@ -36,7 +36,6 @@ public StopHoldMusicRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Reincorporate a participant previously put on hold to the call. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.cs index ae3a414023d..d1611f148a8 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class ParticipantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.cs index ad1ed02d5bb..9f787514a56 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.cs @@ -36,7 +36,6 @@ public PlayPromptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Play a prompt in the call. For more information about how to handle operations, see commsOperation - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.cs index 64f9e10ed59..ab6ffa7bd55 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.cs @@ -36,7 +36,6 @@ public RecordResponseRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Records a short audio response from the caller.A bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.cs index 58a90307456..4fe1cca0eaf 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.cs @@ -35,7 +35,6 @@ public RedirectRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.cs index 1c76f25b9cd..74d79429cf1 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.cs @@ -35,7 +35,6 @@ public RejectRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.cs index 8b0aa6be442..8b588be3016 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.cs @@ -36,7 +36,6 @@ public SubscribeToToneRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.cs index c691c7a094a..cc65fe2e041 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.cs @@ -35,7 +35,6 @@ public TransferRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.cs index 522192b0de8..889a9ed82b4 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.cs @@ -36,7 +36,6 @@ public UnmuteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.cs index 0ed7da5ad28..7232f64d1c4 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.cs @@ -36,7 +36,6 @@ public UpdateRecordingStatusRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.cs index 0fd879a2a0a..8697ccf236e 100644 --- a/src/Microsoft.Graph/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.cs @@ -35,7 +35,6 @@ public LogTeleconferenceDeviceQualityRequestBuilder(string rawUrl, IRequestAdapt } /// /// Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.cs index 57a7f5ddf57..5ce9076a624 100644 --- a/src/Microsoft.Graph/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.cs @@ -35,7 +35,6 @@ public GetPresencesByUserIdRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Get the presence information for multiple users. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetPresencesByUserIdRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Get the presence information for multiple users. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Count/CountRequestBuilder.cs index 841f5278122..2ab9296c58a 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs index 4b3622e94f8..e3239bdb84b 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateOrGetRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 71a5e627d32..01d8ca23d34 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDate } /// /// Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they're added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDate } /// /// Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they're added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -184,13 +182,13 @@ public partial class GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserI #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Usage: startDateTime=@startDateTime [QueryParameter("startDateTime")] public DateTimeOffset? StartDateTime { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index be4beb70de0..faced04bb87 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDat } /// /// Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they're added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDat } /// /// Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they're added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -184,13 +182,13 @@ public partial class GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUser #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Usage: startDateTime=@startDateTime [QueryParameter("startDateTime")] public DateTimeOffset? StartDateTime { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs index ae6328b5dbd..e7d9bd78876 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AttendanceReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs index d1b22644ee6..3e437f0ffc6 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs index af3ec108f78..031f42b702f 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AttendanceRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs index 724f395255a..6297a8a1edc 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs index 032f3b803d6..c2e73473868 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs @@ -35,7 +35,6 @@ public GetVirtualAppointmentJoinWebUrlRequestBuilder(string rawUrl, IRequestAdap } /// /// Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetVirtualAppointmentJoinWebUrlRequestBuilder(string rawUrl, IRequestAdap } /// /// Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs index 9c62dcf2ae5..84869264e50 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs index 3d6e9902886..f7008f38326 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs index 68829a73a7d..79ca32eecf7 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RecordingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs index 9a3cd224b85..8e2654e9f6d 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs @@ -35,7 +35,6 @@ public SendVirtualAppointmentReminderSmsRequestBuilder(string rawUrl, IRequestAd } /// /// Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs index ac254b0828b..6619ad054bd 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs @@ -35,7 +35,6 @@ public SendVirtualAppointmentSmsRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs index 0d76b5ccc27..2d60a912bbe 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs index 0662dba0c20..ffaee4de219 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs index 51ee62c4088..fce0d1909d1 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class TranscriptsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.cs index 3d5892ddfcd..0a25863e886 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.cs @@ -231,10 +231,10 @@ public partial class OnlineMeetingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Communications/Presences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Presences/Count/CountRequestBuilder.cs index b4c4f32eee2..3484d8bd47a 100644 --- a/src/Microsoft.Graph/Generated/Communications/Presences/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Presences/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.cs index 10419cd18bd..7deb8ce15da 100644 --- a/src/Microsoft.Graph/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearPresenceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs index 8ed6deb8d17..490c7399ad8 100644 --- a/src/Microsoft.Graph/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearUserPreferredPresenceRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Clear the preferred availability and activity status for a user. - /// 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/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.cs index 3293f2d5199..d7363c394ef 100644 --- a/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public SetPresenceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Set the state of a user's presence session as an application. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.cs index 8d9c33500f1..ec45e154b54 100644 --- a/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.cs @@ -35,7 +35,6 @@ public SetStatusMessageRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Set a presence status message for a user. An optional expiration date and time can be supplied. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs index 193e881740e..a52d44641f3 100644 --- a/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public SetUserPreferredPresenceRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Communications/Presences/PresencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/Presences/PresencesRequestBuilder.cs index 11201486592..bf8228c467e 100644 --- a/src/Microsoft.Graph/Generated/Communications/Presences/PresencesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/Presences/PresencesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PresencesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Connections/ConnectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/ConnectionsRequestBuilder.cs index f254d9f9e28..5cda415add6 100644 --- a/src/Microsoft.Graph/Generated/Connections/ConnectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/ConnectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ConnectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Connections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Count/CountRequestBuilder.cs index 81974a1e3d5..da3be218e2c 100644 --- a/src/Microsoft.Graph/Generated/Connections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Groups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Groups/Count/CountRequestBuilder.cs index 06b457995d3..1a134d42df5 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Groups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Groups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Groups/GroupsRequestBuilder.cs index acef17d57da..b408a7840c5 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Groups/GroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class GroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs index 708813a361d..367e3d6ed2a 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs index fd5cdb53ccf..f7d8b2b99d1 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Items/Count/CountRequestBuilder.cs index 5f9a9c9366b..bb306eb8464 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs index 9c97dccf55b..ceb79940231 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs index 0746f43f16f..17d358bb1c7 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Items/ItemsRequestBuilder.cs index b1516f59b7d..910c1f6475b 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Items/ItemsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Operations/Count/CountRequestBuilder.cs index add2a396b56..15e605ab8f7 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Connections/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Connections/Item/Operations/OperationsRequestBuilder.cs index 7152164db74..94ca6b2e9e8 100644 --- a/src/Microsoft.Graph/Generated/Connections/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Connections/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/ContactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/ContactsRequestBuilder.cs index 7b882babb0e..f64d159c118 100644 --- a/src/Microsoft.Graph/Generated/Contacts/ContactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/ContactsRequestBuilder.cs @@ -190,7 +190,7 @@ public partial class ContactsRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Count/CountRequestBuilder.cs index 693887eec3b..7e4c5dc2fc5 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Delta/DeltaRequestBuilder.cs index 023f12c110d..cc85d65ea2a 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 244f48d5761..6b92303c397 100644 --- a/src/Microsoft.Graph/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.cs index 61858c6b7ef..b0c816033e2 100644 --- a/src/Microsoft.Graph/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 925244d8143..4e127475b56 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/Count/CountRequestBuilder.cs index 94fab6545db..b5dc5905ea5 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/DirectReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/DirectReportsRequestBuilder.cs index d98172d41ca..6bfbd0ff427 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/DirectReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/DirectReportsRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class DirectReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs index bb65f7d925b..dcb35a75883 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 7ac26d9b399..0f183652650 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs index e55f8621aa4..efa7501d749 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs index 2c5d11b3ba8..735312b78bc 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index f3098578f44..42b6fd1f036 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 80748f6a0b3..e989e36b947 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/Count/CountRequestBuilder.cs index 47c84b82a39..9709f676b35 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 2066c0afc65..04a789828ad 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index fca09e9ab0c..134646e1ed3 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index d4232cc305f..ce16cbab393 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index ec48ab90665..329c370e646 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/MemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/MemberOfRequestBuilder.cs index a827aba819d..6d572ead8e7 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/MemberOf/MemberOfRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class MemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/Restore/RestoreRequestBuilder.cs index f07e45147cf..05efb19c28b 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index c0e1dd0794e..d614ffba14a 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 8fa083bf61e..1d3c5a9b7c6 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index 0ba3301cef7..ac65687537a 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 7796d2cf62a..59f43934020 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 5bfe9e71719..be7741ada1e 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index c5fb3c0a9fa..1278d2ce2f6 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 6f53964295f..5c72d2a4710 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index 7d989f363a4..b5b37cca8f5 100644 --- a/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class TransitiveMemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.cs index d342bdf7502..1967f8537d5 100644 --- a/src/Microsoft.Graph/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Contracts/ContractsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/ContractsRequestBuilder.cs index d5b70b39b35..c46b1da98e4 100644 --- a/src/Microsoft.Graph/Generated/Contracts/ContractsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/ContractsRequestBuilder.cs @@ -237,10 +237,10 @@ public partial class ContractsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contracts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/Count/CountRequestBuilder.cs index ce18291e4ef..19056e54f81 100644 --- a/src/Microsoft.Graph/Generated/Contracts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Contracts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/Delta/DeltaRequestBuilder.cs index 213f8af448d..84e66601702 100644 --- a/src/Microsoft.Graph/Generated/Contracts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index d15899b5204..6434ba688e7 100644 --- a/src/Microsoft.Graph/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.cs index 21f1f7605e3..48e3d9e2eee 100644 --- a/src/Microsoft.Graph/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 7bddaa58a12..0fa34527405 100644 --- a/src/Microsoft.Graph/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 8f69cf7bdee..d76018ceb3b 100644 --- a/src/Microsoft.Graph/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 27c34e3c82a..aa94fe5cf53 100644 --- a/src/Microsoft.Graph/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Contracts/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/Item/Restore/RestoreRequestBuilder.cs index e5e2f23efd6..a5c903c877b 100644 --- a/src/Microsoft.Graph/Generated/Contracts/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 67606e085d6..64e830764f9 100644 --- a/src/Microsoft.Graph/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DataPolicyOperations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DataPolicyOperations/Count/CountRequestBuilder.cs index f74d9dc3a96..3d982a82650 100644 --- a/src/Microsoft.Graph/Generated/DataPolicyOperations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DataPolicyOperations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.cs index 4ad3fad3d06..4374efa6a62 100644 --- a/src/Microsoft.Graph/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DataPolicyOperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs index 9274ffc04a3..dfa6998200c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AndroidManagedAppProtectionsRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Count/CountRequestBuilder.cs index 372ef38e6fb..d5fb5521cf2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/AppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/AppsRequestBuilder.cs index 0ad7c61a84f..cb3a73ab3ac 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/AppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/AppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs index af9112d673a..19e75b13d34 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs index d4c37fe6379..5d19afd2712 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs index eeb5d099ba8..3d421f6751c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Count/CountRequestBuilder.cs index cbbae0fac09..40d5280ca62 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs index e5db7e20d70..a8c81ef4b45 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DefaultManagedAppProtectionsRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/AppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/AppsRequestBuilder.cs index f2d5fdea941..074b2000c3f 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/AppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/AppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs index 947102e5fac..0f314f05a5a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs index 099d5152962..e434731f706 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/IosManagedAppProtections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Count/CountRequestBuilder.cs index a9dc909be3a..9a44e2f9dfb 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/IosManagedAppProtectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/IosManagedAppProtectionsRequestBuilder.cs index 8f394ca2d40..5f3f6356dc8 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/IosManagedAppProtectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/IosManagedAppProtectionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class IosManagedAppProtectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/AppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/AppsRequestBuilder.cs index 58ae13ac33c..5746ae70aad 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/AppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/AppsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs index 346af875478..d850a2d9b98 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs index 9f29c8ab10c..c014ce9ccb2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs index 13cf9dbcf66..c025b42906d 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Count/CountRequestBuilder.cs index 42998bc1afb..d5a17840af4 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs index 21976de7648..c369d9824fb 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 managedAppConfiguration object. - /// Find more info here + /// Read properties and relationships of the targetedManagedAppProtection 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 managedAppConfiguration object. + /// Read properties and relationships of the targetedManagedAppProtection 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 managedAppConfiguration object. + /// Read properties and relationships of the targetedManagedAppProtection 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..007f7c60712 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,6 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// 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 66de324c1f0..af2030e7637 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 managedAppConfiguration objects. - /// Find more info here + /// List properties and relationships of the windowsInformationProtection 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 managedAppConfiguration objects. + /// List properties and relationships of the windowsInformationProtection 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 managedAppConfiguration objects. + /// List properties and relationships of the windowsInformationProtection objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppPoliciesRequestBuilderGetQueryParameters @@ -213,10 +213,10 @@ public partial class ManagedAppPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Count/CountRequestBuilder.cs index 169cd3644c3..c7a18058017 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationRequestBuilder.cs index ba01170a9ad..a5016110c3e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationRequestBuilder.cs @@ -35,7 +35,6 @@ public GetUserIdsWithFlaggedAppRegistrationRequestBuilder(string rawUrl, IReques } /// /// Not yet documented - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetUserIdsWithFlaggedAppRegistrationRequestBuilder(string rawUrl, IReques } /// /// Not yet documented - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetUserIdsWithFlaggedAppRegistrationRequestBuilderGetQueryP #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/AppliedPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/AppliedPoliciesRequestBuilder.cs index b4171b24836..8b660ad1561 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/AppliedPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/AppliedPoliciesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AppliedPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Count/CountRequestBuilder.cs index 9ceff9b3a2b..a3de386a11e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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..2a8c8f9512d 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,6 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// 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/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Count/CountRequestBuilder.cs index c9407b78ad0..ef327a56b99 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/IntendedPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/IntendedPoliciesRequestBuilder.cs index f98d870eff9..cae1aa92eae 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/IntendedPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/IntendedPoliciesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class IntendedPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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..f78ef55ca46 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,6 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// 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 e61314f6134..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 androidManagedAppRegistration 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 androidManagedAppRegistration 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 androidManagedAppRegistration 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/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Count/CountRequestBuilder.cs index ef2c334cf4b..1555485a72e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/OperationsRequestBuilder.cs index 4870d5ab462..fabe5f442c7 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/OperationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs index a22129d7dd6..21045b88775 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class ManagedAppRegistrationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Count/CountRequestBuilder.cs index 104ded9af84..a5d615e746a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs index c6e88a5f1d5..1bbc5647396 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ManagedAppStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Count/CountRequestBuilder.cs index 5763c619845..923ee8c2286 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignRequestBuilder.cs index dc444d4429a..e309ecee4fa 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs index f16e11a0cdf..dddb2c4eeac 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs @@ -54,8 +54,8 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// List properties and relationships of the managedEBookAssignment objects. - /// Find more info here + /// List properties and relationships of the iosVppEBookAssignment objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -104,7 +104,7 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the managedEBookAssignment objects. + /// List properties and relationships of the iosVppEBookAssignment objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.AssignmentsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the managedEBookAssignment objects. + /// List properties and relationships of the iosVppEBookAssignment objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AssignmentsRequestBuilderGetQueryParameters @@ -214,10 +214,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Count/CountRequestBuilder.cs index d0516195c69..e4d05d41365 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs index 59c29474e3e..983baafb5c1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs @@ -58,8 +58,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedEBookAssignment object. - /// Find more info here + /// Read properties and relationships of the iosVppEBookAssignment object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedEBookAssignment object. + /// Read properties and relationships of the iosVppEBookAssignment object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -185,7 +185,7 @@ public partial class ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfig { } /// - /// Read properties and relationships of the managedEBookAssignment object. + /// Read properties and relationships of the iosVppEBookAssignment object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Count/CountRequestBuilder.cs index e0e91fdb6ca..91a2426890e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/DeviceStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/DeviceStatesRequestBuilder.cs index 3d831d9154e..8d332dd85a6 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/DeviceStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/DeviceStatesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceStatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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/ManagedEBooks/Item/UserStateSummary/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Count/CountRequestBuilder.cs index 71689c885f2..12a4d87efb7 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Count/CountRequestBuilder.cs index 8f0fe8f90b2..08005688bb2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/DeviceStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/DeviceStatesRequestBuilder.cs index 969c023972a..354cf60f2cc 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/DeviceStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/DeviceStatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceStatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/UserStateSummaryRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/UserStateSummaryRequestBuilder.cs index a36a308e46c..0dd0cf28089 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/UserStateSummaryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/UserStateSummaryRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class UserStateSummaryRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs index e93b6ff31d0..87933f93984 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ManagedEBooksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs index 57a21ac5cc0..7f2f4b04165 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs index 119605e3387..8b3da253701 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs index 0f44cb6cec3..c8c0b3b2367 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs index fdf55770724..c4c911fdae3 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs index d5456902853..75c91fba98e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExemptAppLockerFilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs index ff2e6a37503..522caad38ce 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs index 3de982a3d17..e9bc4ae664e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ProtectedAppLockerFilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.cs index 801a5fbcfdb..4415f56865b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class MdmWindowsInformationProtectionPoliciesRequestBuilderGetQue #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppCategories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppCategories/Count/CountRequestBuilder.cs index 125eda8b360..04602084b52 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppCategories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppCategories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppCategories/MobileAppCategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppCategories/MobileAppCategoriesRequestBuilder.cs index cc2ac8e4398..386c39a9772 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppCategories/MobileAppCategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppCategories/MobileAppCategoriesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class MobileAppCategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Count/CountRequestBuilder.cs index e8e27003100..6ea10cf6828 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignRequestBuilder.cs index 606ced76d89..3756e7e2a4e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs index 7eefacb10b6..ceab21828d4 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs index 67da5530989..ca0c0ebb6ed 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs index e83df386dd6..3b7421fa08f 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs index bc7dda74f36..bd260a2569c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs index 82bb6bccc65..e1062f6f1d2 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 iosMobileAppConfiguration object. - /// Find more info here + /// Read properties and relationships of the managedDeviceMobileAppConfiguration 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 iosMobileAppConfiguration object. + /// Read properties and relationships of the managedDeviceMobileAppConfiguration 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 iosMobileAppConfiguration object. + /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs index 7664f861b52..f1b7820ca1f 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs index 7dfec1f8754..d3dfd5630a6 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class UserStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs index b4abbbe9e48..a675ed35ef3 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs @@ -54,8 +54,8 @@ public MobileAppConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requ { } /// - /// List properties and relationships of the managedDeviceMobileAppConfiguration objects. - /// Find more info here + /// List properties and relationships of the iosMobileAppConfiguration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -104,7 +104,7 @@ public MobileAppConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requ return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedDeviceMobileAppConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the managedDeviceMobileAppConfiguration objects. + /// List properties and relationships of the iosMobileAppConfiguration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.MobileAppConfigurationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the managedDeviceMobileAppConfiguration objects. + /// List properties and relationships of the iosMobileAppConfiguration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MobileAppConfigurationsRequestBuilderGetQueryParameters @@ -214,10 +214,10 @@ public partial class MobileAppConfigurationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Count/CountRequestBuilder.cs index aff055e5ee6..56c161867fa 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/Count/CountRequestBuilder.cs index c5b3f7c8ba7..607e44727d2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs index 8e6979cdc8f..94828dccaa2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAndroidLobAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/Count/CountRequestBuilder.cs index 8567c1087e8..eebdf2ae694 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs index 53da7133990..357a0ff5ef6 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAndroidStoreAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosLobApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosLobApp/Count/CountRequestBuilder.cs index e550e02948b..f3f72069eec 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosLobApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosLobApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs index b72cc75f28a..e561b3aaaf0 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphIosLobAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/Count/CountRequestBuilder.cs index 67483c27a66..7265b4ff178 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs index 83ddc12e47d..9055a0317fe 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphIosStoreAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosVppApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosVppApp/Count/CountRequestBuilder.cs index 917196ee60f..7f96bf13b51 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosVppApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosVppApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs index 92b61cfa550..10b9f164db6 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphIosVppAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/Count/CountRequestBuilder.cs index 278890755d0..f7b35a4af76 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs index 2cf3b74030e..e4d7d63402b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphMacOSDmgAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/Count/CountRequestBuilder.cs index a59925ff5ca..7e8266de351 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs index aeb4c220fb0..d7c1c711061 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphMacOSLobAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/Count/CountRequestBuilder.cs index 38ecc173a39..048d3008108 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs index 25721170d5d..5ba963823ce 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphManagedAndroidLobAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/Count/CountRequestBuilder.cs index 599d3b08bcc..308c7646473 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs index 62e4fa4ec13..254907e6e9c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphManagedIOSLobAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/Count/CountRequestBuilder.cs index 0b527bc0989..1dabdbc3c5c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs index b4336bf72ae..5ce68678a51 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphManagedMobileLobAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/Count/CountRequestBuilder.cs index ae47a3d9ee5..a88c6442854 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs index 5f94c3531dd..ae7038edc0d 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphMicrosoftStoreForBusinessAppRequestBuilderGetQueryPara #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/Count/CountRequestBuilder.cs index 111abc23c55..b6832bdf32c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs index c49d24f26ae..48f5916e4fd 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphWin32LobAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/Count/CountRequestBuilder.cs index 1be1eabdb94..e65e1b4c4aa 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs index a79ae00d20a..45d972e15b1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphWindowsAppXRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/Count/CountRequestBuilder.cs index a8495fa51c3..db04524b9a9 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs index 6ca59ae4c2d..96e8d9c1151 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphWindowsMobileMSIRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/Count/CountRequestBuilder.cs index 61751c193fd..a9e50461c30 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs index 530b01ecb2e..1004c202510 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphWindowsUniversalAppXRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/Count/CountRequestBuilder.cs index a5339f70ef8..031d74ddfbc 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs index 79d1cde77ac..14a4e08a3d7 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphWindowsWebAppRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Assignments/AssignmentsRequestBuilder.cs index 302fb5a31e7..e547ef9dad5 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Assignments/AssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Assignments/Count/CountRequestBuilder.cs index b783686256a..561cb98a7c6 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Categories/CategoriesRequestBuilder.cs index 201f320b0fd..d64d1a75b7e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Categories/Count/CountRequestBuilder.cs index 960226a5e4e..29a81ab6827 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs index b1f21125213..0a32d5c9713 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Count/CountRequestBuilder.cs index 44c7c8d4ad8..6581ced2548 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/CategoriesRequestBuilder.cs index 2b5461e845a..d074c51a9a2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Count/CountRequestBuilder.cs index 91336b63723..6df41ed6a58 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 2e55da33899..7f4a9837a18 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs index a9541376a10..949612220a8 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index e02ee2f6b61..89aafbe0f55 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 8b51bde2c92..8fff45c6e59 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 1748820b3f0..c2e2872a588 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index a80bb8ff7e5..e8ce9a9d097 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/AssignmentsRequestBuilder.cs index 4e68fdfd92b..23888de78f5 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Count/CountRequestBuilder.cs index 0b13e8e9925..068767a6003 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/CategoriesRequestBuilder.cs index 859a908ee6b..4c640abee78 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Count/CountRequestBuilder.cs index 09c514b9612..cb1745dfe5e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/AssignmentsRequestBuilder.cs index d68d76bcf84..ea40ab81493 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Count/CountRequestBuilder.cs index 2806b50a925..270e5ddc691 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/CategoriesRequestBuilder.cs index e8ff938ecbf..a30bf5be2c0 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Count/CountRequestBuilder.cs index a1644cb9135..d01e9c6804a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 6df8a28afd0..e4b8e01387d 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Count/CountRequestBuilder.cs index 3f989318e73..8e6f220eb1b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index f136ddef127..369868c0241 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index c873ceb8944..9a793849c90 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 642d141c288..6db38232e0c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 177b7b4ba06..b415cec32ad 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/AssignmentsRequestBuilder.cs index d4a1d545a2f..8b4a3b4a861 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Count/CountRequestBuilder.cs index 2ec5695fa18..d6ecc28202c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/CategoriesRequestBuilder.cs index e8604fde008..7a058b35c74 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Count/CountRequestBuilder.cs index be144c87b65..52068064690 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/AssignmentsRequestBuilder.cs index c1bf6afe333..11cf8bae275 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Count/CountRequestBuilder.cs index d7fcff8df62..cb48b9197d0 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/CategoriesRequestBuilder.cs index 04f26f9177b..91d0004142a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Count/CountRequestBuilder.cs index 04ce18d76b3..c4582e6c784 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/AssignmentsRequestBuilder.cs index 8949d7b3156..a845caeb25b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Count/CountRequestBuilder.cs index d5bed7e52af..b9f75947621 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/CategoriesRequestBuilder.cs index 77814a28da7..0311c3f4bdd 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Count/CountRequestBuilder.cs index b9160d225dc..89025206df2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/ContentVersionsRequestBuilder.cs index aaddf630461..07b2a490ae2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Count/CountRequestBuilder.cs index d3c4301cfc9..3624aa4d372 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index dc5f00f1a03..9693ded2b88 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 997e58c965c..797f0c53ffc 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 0ccc2c001cd..68b30f4f08b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 276b0062900..c60f0477a2e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/AssignmentsRequestBuilder.cs index 75787b8fb26..36607edf78c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Count/CountRequestBuilder.cs index 242937daa85..d8f46958d9a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/CategoriesRequestBuilder.cs index 982261826d2..6d27568f56b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Count/CountRequestBuilder.cs index b72ce4c3387..a47b7c78d3d 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 259837b5900..05f222c3562 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Count/CountRequestBuilder.cs index e30fba99144..f232424ff95 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index b8ec5b72451..f0fb93d8b84 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 74107320f14..9d3d84bea32 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 13c22a19bbd..7bc50218b25 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 7c6dc5de4a5..56b0c138420 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs index f34ead2761d..aa8310a2d01 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Count/CountRequestBuilder.cs index 8ad3905dec5..ab4f099ef6d 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/CategoriesRequestBuilder.cs index 1787be0bb63..4c1ea6bebcd 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Count/CountRequestBuilder.cs index abc42ff71f4..ef674c1bd82 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 7dae89c9ada..30ef45d9f52 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs index 409f4ea38c3..35232856834 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 17f06aa067e..546b56c7fc3 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 2d3fa364e74..bc307dbd982 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index dbedb319a72..90b6d60cc34 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index caceea3d766..30ec994f6df 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/AssignmentsRequestBuilder.cs index c74dc8a7dae..4ded8bab8fb 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Count/CountRequestBuilder.cs index 297afb22769..73e8062838a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/CategoriesRequestBuilder.cs index 2ddb64cd3a0..96c13d43c35 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Count/CountRequestBuilder.cs index a835ed106c5..14a2fcb2671 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 204d4d5d7dd..3c651fe98ab 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Count/CountRequestBuilder.cs index 3b37d3520df..645ca47cbe6 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index ddb630c6945..da102c501bc 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index fee8df6ac95..0ef31b1504e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 3da8d657bb6..42772245b89 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 5237ad25c24..fc2e8515e0e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/AssignmentsRequestBuilder.cs index cc23538f1df..20f9a2a4f2b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Count/CountRequestBuilder.cs index 50ac28a4b82..5532253e72a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/CategoriesRequestBuilder.cs index 0aa5146e601..3471e23b265 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Count/CountRequestBuilder.cs index abc917dad44..90442476f44 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 63813d4c65a..b6db486f201 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Count/CountRequestBuilder.cs index b624ee83092..876c08b4d3c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 282af95b0a2..a1c38fac536 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 2580ca0b855..e7d32f52079 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 85bb2e89451..5fa541055e9 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index d45b6f77f80..4f3607717e2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/AssignmentsRequestBuilder.cs index 10da3ccdf3b..3fab563ebe5 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Count/CountRequestBuilder.cs index 4414a08445c..16a16cc26dc 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/CategoriesRequestBuilder.cs index e15611b321a..c123c14d7ef 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Count/CountRequestBuilder.cs index 73ae10be918..dd61c22d282 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/AssignmentsRequestBuilder.cs index 5d6289d9ea2..6b6ae175192 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Count/CountRequestBuilder.cs index d54b5be8ea7..64d934ba175 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/CategoriesRequestBuilder.cs index 806716428cf..01b07b8e10b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Count/CountRequestBuilder.cs index 4997c5cf303..4e03c6a1b48 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 2297f27131d..9d485e13359 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Count/CountRequestBuilder.cs index 45fa6500aa1..99e5ab60e70 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 4a56d3d21b1..5b45590ffb1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index c4a4586f21e..67b28c30482 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index f27a52132e5..970994d54cc 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 1fb82ae581e..98ac84c62d2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/AssignmentsRequestBuilder.cs index 898c4110f00..127a76b322b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Count/CountRequestBuilder.cs index 23e041eb693..22f8fe74e9c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/CategoriesRequestBuilder.cs index 8c62f708354..2b1d239ee3c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Count/CountRequestBuilder.cs index 5289e0917c7..7dee802c0f1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/ContentVersionsRequestBuilder.cs index 0befe310a7b..160cfa14935 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Count/CountRequestBuilder.cs index 738bd360c69..cb469eba376 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 30fe750bb6a..321b6a5a6c8 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index f84812eaa9f..e53e010e899 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index cb435467c8c..83df837fd6a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs index dca04e0ebee..34eb4402a91 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/AssignmentsRequestBuilder.cs index 5fa3b37f905..702389d3d0a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Count/CountRequestBuilder.cs index 3fe59a5ff52..25c6f247338 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/CategoriesRequestBuilder.cs index 3f557127f33..d56b14975df 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Count/CountRequestBuilder.cs index 4d669c82800..98951308c0c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/ContentVersionsRequestBuilder.cs index 9b4b61e5a57..435075b44bb 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Count/CountRequestBuilder.cs index 552471e75b5..7ec8ad3cf52 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index f67ce5a061b..deeebb8f4e1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 89f92a67d01..c493d69cbe5 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index a5244c0a462..6d1e3c61ec2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/FilesRequestBuilder.cs index dc6c1a15efd..2b74b694eff 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/AssignmentsRequestBuilder.cs index 3f5bb0dab53..d80757bd641 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Count/CountRequestBuilder.cs index 1a9a155903d..f29152151cc 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/CategoriesRequestBuilder.cs index 54ce4fa8e52..356abdce65b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Count/CountRequestBuilder.cs index 1df157376e9..61afb3dd3f1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/CommittedContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/CommittedContainedAppsRequestBuilder.cs index 5008c184c99..7c3eaec73a1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/CommittedContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/CommittedContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CommittedContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Count/CountRequestBuilder.cs index f425e2f8fd1..9f54910d392 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/ContentVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/ContentVersionsRequestBuilder.cs index a1d9bfad692..71f5e29c73a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/ContentVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Count/CountRequestBuilder.cs index 0c5c5313c22..02c1808ed3e 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 32474b9eead..4c4010d6828 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContainedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index fa1209c3151..e85abb2ff3f 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index e19c750a9d3..f0da45e3036 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs index a260041ec84..5dc50b68799 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/AssignmentsRequestBuilder.cs index 45dcffad371..a122b68eb33 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Count/CountRequestBuilder.cs index 90bf75b24d6..840b31f9706 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/CategoriesRequestBuilder.cs index 1b89ce6c925..bc44ed987b3 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/CategoriesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Count/CountRequestBuilder.cs index c81c6db2718..be895815ac4 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs index d19eecfe7c4..270a64486f0 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 iosiPadOSWebClip. - /// Find more info here + /// Deletes a iosLobApp. + /// 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 iosLobApp object. - /// Find more info here + /// Read properties and relationships of the managedMobileLobApp 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 iosVppApp object. - /// Find more info here + /// Update the properties of a managedAndroidStoreApp 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 iosiPadOSWebClip. + /// Deletes a iosLobApp. /// /// 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 iosLobApp object. + /// Read properties and relationships of the managedMobileLobApp 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 iosVppApp object. + /// Update the properties of a managedAndroidStoreApp object. /// /// A /// The request body @@ -299,7 +299,7 @@ public partial class MobileAppItemRequestBuilderDeleteRequestConfiguration : Req { } /// - /// Read properties and relationships of the iosLobApp object. + /// Read properties and relationships of the managedMobileLobApp 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 252da953825..6d51644c4a9 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 macOSLobApp objects. - /// Find more info here + /// List properties and relationships of the windowsUniversalAppX 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 macOSLobApp 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 macOSLobApp objects. + /// List properties and relationships of the windowsUniversalAppX 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 macOSLobApp 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 macOSLobApp objects. + /// List properties and relationships of the windowsUniversalAppX objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MobileAppsRequestBuilderGetQueryParameters @@ -310,10 +310,10 @@ public partial class MobileAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/SyncMicrosoftStoreForBusinessApps/SyncMicrosoftStoreForBusinessAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/SyncMicrosoftStoreForBusinessApps/SyncMicrosoftStoreForBusinessAppsRequestBuilder.cs index bc4d3a00b19..649e6433a98 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/SyncMicrosoftStoreForBusinessApps/SyncMicrosoftStoreForBusinessAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/SyncMicrosoftStoreForBusinessApps/SyncMicrosoftStoreForBusinessAppsRequestBuilder.cs @@ -35,7 +35,6 @@ public SyncMicrosoftStoreForBusinessAppsRequestBuilder(string rawUrl, IRequestAd } /// /// Syncs Intune account with Microsoft Store For Business - /// 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/DeviceAppManagement/TargetedManagedAppConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Count/CountRequestBuilder.cs index cc26fde6ff5..c6a82d8ca91 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/AppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/AppsRequestBuilder.cs index 05b27419a6c..8e027b2e37f 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/AppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/AppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Count/CountRequestBuilder.cs index 073862aff99..ae7195ba973 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignRequestBuilder.cs index 6e6b6c67791..e8117b202f1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs index 2b9c6fd95fb..0ae69bf0eb6 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs index 9650359722e..ae6dbd5fcbb 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsRequestBuilder.cs index b59c06aa116..06ee6ca8244 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -35,7 +35,6 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/TargetedManagedAppConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/TargetedManagedAppConfigurationsRequestBuilder.cs index d3affe808a7..f7fcb7d12fe 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/TargetedManagedAppConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/TargetedManagedAppConfigurationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TargetedManagedAppConfigurationsRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/Count/CountRequestBuilder.cs index 63000cb49eb..dc3586edfd0 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/Item/SyncLicenses/SyncLicensesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/Item/SyncLicenses/SyncLicensesRequestBuilder.cs index c1d0f8520af..14c1f1f290d 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/Item/SyncLicenses/SyncLicensesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/Item/SyncLicenses/SyncLicensesRequestBuilder.cs @@ -36,7 +36,6 @@ public SyncLicensesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Syncs licenses associated with a specific appleVolumePurchaseProgramToken - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/VppTokensRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/VppTokensRequestBuilder.cs index 459a02898eb..17e6cdbb298 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/VppTokensRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/VppTokens/VppTokensRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class VppTokensRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs index 510eee2f04a..43b7ecd37f4 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs index 86b62e6b7d3..08b1052bf0f 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs index 7e6e3723d4e..ac32d1cb48b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs index 267b1a4fc57..625592cf907 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs index 13f4950e5ed..43e48815608 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ExemptAppLockerFilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs index e79eb651f1c..dfb737f13a3 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs index 6da47a6aa93..a0cc3b71c9a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ProtectedAppLockerFilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/WindowsInformationProtectionPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/WindowsInformationProtectionPoliciesRequestBuilder.cs index 102008a39cf..ff2fe384d95 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/WindowsInformationProtectionPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/WindowsInformationProtectionPolicies/WindowsInformationProtectionPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class WindowsInformationProtectionPoliciesRequestBuilderGetQueryP #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestRequestBuilder.cs index 10def712be8..1324951cd92 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestRequestBuilder.cs @@ -35,7 +35,6 @@ public DownloadApplePushNotificationCertificateSigningRequestRequestBuilder(stri } /// /// Download Apple push notification certificate signing request - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DownloadApplePushNotificationCertificateSigningRequestRequestBuilder(stri } /// /// Download Apple push notification certificate signing request - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/AuditEventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/AuditEventsRequestBuilder.cs index 3f75c4f918e..bc04bc573d8 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/AuditEventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/AuditEventsRequestBuilder.cs @@ -231,10 +231,10 @@ public partial class AuditEventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/Count/CountRequestBuilder.cs index d3da015e453..13b2983ab50 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryRequestBuilder.cs index 51c75881f00..76d6318338c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class GetAuditActivityTypesWithCategoryRequestBuilderGetQueryPara #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesRequestBuilder.cs index 51c15205a40..654593481ae 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAuditCategoriesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Not yet documented - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAuditCategoriesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Not yet documented - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetAuditCategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ComplianceManagementPartners/ComplianceManagementPartnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ComplianceManagementPartners/ComplianceManagementPartnersRequestBuilder.cs index aa1f33413a8..1fba67d4204 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ComplianceManagementPartners/ComplianceManagementPartnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ComplianceManagementPartners/ComplianceManagementPartnersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ComplianceManagementPartnersRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ComplianceManagementPartners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ComplianceManagementPartners/Count/CountRequestBuilder.cs index d9459822e8a..d883fa1d1d0 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ComplianceManagementPartners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ComplianceManagementPartners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Count/CountRequestBuilder.cs index 480d7acbb88..19c7836097a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/DetectedAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/DetectedAppsRequestBuilder.cs index 8bafe5768f5..7484eb67fa3 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/DetectedAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/DetectedAppsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DetectedAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Count/CountRequestBuilder.cs index 160e21052b8..6609ca5a134 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs index ff0c377030d..3870d4442b8 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DetectedApps/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ManagedDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCategories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCategories/Count/CountRequestBuilder.cs index 76ee36e6c2e..7780750248b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCategories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCategories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCategories/DeviceCategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCategories/DeviceCategoriesRequestBuilder.cs index e659c9f2b05..6f96c73b9d1 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCategories/DeviceCategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCategories/DeviceCategoriesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceCategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Count/CountRequestBuilder.cs index 692700a478f..5820aef4123 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs index 22e9d7ef332..141c14f075a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs @@ -54,8 +54,8 @@ public DeviceCompliancePoliciesRequestBuilder(string rawUrl, IRequestAdapter req { } /// - /// List properties and relationships of the macOSCompliancePolicy objects. - /// Find more info here + /// List properties and relationships of the deviceCompliancePolicy objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -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 androidCompliancePolicy object. - /// Find more info here + /// Create a new windows10MobileCompliancePolicy object. + /// Find more info here /// /// A /// The request body @@ -104,7 +104,7 @@ public DeviceCompliancePoliciesRequestBuilder(string rawUrl, IRequestAdapter req return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceCompliancePolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the macOSCompliancePolicy objects. + /// List properties and relationships of the deviceCompliancePolicy 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 androidCompliancePolicy object. + /// Create a new windows10MobileCompliancePolicy object. /// /// A /// The request body @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.DeviceCompliancePoliciesRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the macOSCompliancePolicy objects. + /// List properties and relationships of the deviceCompliancePolicy objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceCompliancePoliciesRequestBuilderGetQueryParameters @@ -214,10 +214,10 @@ public partial class DeviceCompliancePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignRequestBuilder.cs index f9e5bb5861c..12c6aea1816 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/AssignmentsRequestBuilder.cs index 36ab7285b94..84bc61807ab 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/AssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Count/CountRequestBuilder.cs index a93438d5802..5ff22921a58 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs index ebed8cfab73..c6b4f624e73 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 androidWorkProfileCompliancePolicy. - /// Find more info here + /// Deletes a windows10CompliancePolicy. + /// 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 windows81CompliancePolicy object. - /// Find more info here + /// Read properties and relationships of the deviceCompliancePolicy 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 windows81CompliancePolicy 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 androidWorkProfileCompliancePolicy. + /// Deletes a windows10CompliancePolicy. /// /// 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 windows81CompliancePolicy object. + /// Read properties and relationships of the deviceCompliancePolicy 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 windows81CompliancePolicy 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 windows81CompliancePolicy object. + /// Read properties and relationships of the deviceCompliancePolicy object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs index bc1d25f41b6..43324f8cbdc 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs index 3d6f21aa8e9..dd11e4940fb 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceSettingStateSummariesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Count/CountRequestBuilder.cs index 0d9cc38d37f..bf168f91e64 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs index f1e2b6282fd..10b4a8639c6 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesRequestBuilder.cs index 638808293e2..aec59a4b00c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesRequestBuilder.cs @@ -35,7 +35,6 @@ public ScheduleActionsForRulesRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Count/CountRequestBuilder.cs index 4e2b0ab2300..5890dca4550 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Count/CountRequestBuilder.cs index 0798eaf5450..66b3be7ce9c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/ScheduledActionConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/ScheduledActionConfigurationsRequestBuilder.cs index 0293bb39029..f3c22f5ef2c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/ScheduledActionConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/ScheduledActionConfigurationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ScheduledActionConfigurationsRequestBuilderGetQueryParamete #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.cs index 00b59092280..f403fb94173 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ScheduledActionsForRuleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Count/CountRequestBuilder.cs index 6c2e59ce4e8..0d9d34746b3 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/UserStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/UserStatusesRequestBuilder.cs index 24512bc4361..f64c72f8681 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/UserStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/UserStatusesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class UserStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Count/CountRequestBuilder.cs index db06a812ae8..ecbcd273fcb 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/DeviceCompliancePolicySettingStateSummariesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/DeviceCompliancePolicySettingStateSummariesRequestBuilder.cs index 109f5f78855..012db126a7c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/DeviceCompliancePolicySettingStateSummariesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/DeviceCompliancePolicySettingStateSummariesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceCompliancePolicySettingStateSummariesRequestBuilderGe #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Count/CountRequestBuilder.cs index cd5ddfbd265..3f4f774f440 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/DeviceComplianceSettingStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/DeviceComplianceSettingStatesRequestBuilder.cs index c3001101a88..c56860f9f31 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/DeviceComplianceSettingStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/DeviceComplianceSettingStatesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceComplianceSettingStatesRequestBuilderGetQueryParamete #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Count/CountRequestBuilder.cs index 552affc70ef..eef4a776f0e 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs index b070544013e..6323a44402b 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 windowsDefenderAdvancedThreatProtectionConfiguration objects. - /// Find more info here + /// List properties and relationships of the windows10GeneralConfiguration 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 macOSGeneralDeviceConfiguration object. - /// Find more info here + /// Create a new macOSDeviceFeaturesConfiguration 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 windowsDefenderAdvancedThreatProtectionConfiguration objects. + /// List properties and relationships of the windows10GeneralConfiguration 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 macOSGeneralDeviceConfiguration object. + /// Create a new macOSDeviceFeaturesConfiguration 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 windowsDefenderAdvancedThreatProtectionConfiguration objects. + /// List properties and relationships of the windows10GeneralConfiguration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceConfigurationsRequestBuilderGetQueryParameters @@ -214,10 +214,10 @@ public partial class DeviceConfigurationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignRequestBuilder.cs index c2849771ca8..eff82130646 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs index 32f5f17dda7..379762db6bf 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Count/CountRequestBuilder.cs index 6f506539886..d1540cda8c7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs index 7495a40ac32..f20efcf6575 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 windows10CustomConfiguration. - /// Find more info here + /// Deletes a iosCustomConfiguration. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -101,8 +101,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the windows10EnterpriseModernAppManagementConfiguration object. - /// Find more info here + /// Read properties and relationships of the androidWorkProfileGeneralDeviceConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -135,8 +135,8 @@ public async Task DeleteAsync(Action - /// Update the properties of a macOSCustomConfiguration object. - /// Find more info here + /// Update the properties of a iosGeneralDeviceConfiguration 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 windows10CustomConfiguration. + /// Deletes a iosCustomConfiguration. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -180,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the windows10EnterpriseModernAppManagementConfiguration object. + /// Read properties and relationships of the androidWorkProfileGeneralDeviceConfiguration object. /// /// 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 macOSCustomConfiguration object. + /// Update the properties of a iosGeneralDeviceConfiguration object. /// /// A /// The request body @@ -238,7 +238,7 @@ public partial class DeviceConfigurationItemRequestBuilderDeleteRequestConfigura { } /// - /// Read properties and relationships of the windows10EnterpriseModernAppManagementConfiguration object. + /// Read properties and relationships of the androidWorkProfileGeneralDeviceConfiguration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceConfigurationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs index 5e5d95348b9..fbce8114bfe 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs index a33db251a44..7e4820a6de7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceSettingStateSummariesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs index 8ca933c8c03..68f1fce2e45 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs index 2c10b861279..5b3ef27aac4 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs index 43281945105..5ae6fc13009 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs index 8c3c0fa971c..b345cd6bf6f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class UserStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Count/CountRequestBuilder.cs index 9a7987f6aea..57302689667 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs index 713c0e93b90..83664a44a7f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs @@ -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 @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. + /// Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. /// /// A /// The request body @@ -214,10 +214,10 @@ public partial class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignRequestBuilder.cs index 578e4b95b88..a77d21d8132 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs index c8d1636ec93..7ca80e276c0 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Count/CountRequestBuilder.cs index 4cfe4e5344f..af39af602de 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs index 19a61247984..8810aad0f9e 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 deviceEnrollmentWindowsHelloForBusinessConfiguration. - /// Find more info here + /// Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. + /// 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 deviceEnrollmentLimitConfiguration 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 deviceEnrollmentWindowsHelloForBusinessConfiguration. + /// Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. /// /// 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 deviceEnrollmentLimitConfiguration 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 deviceEnrollmentLimitConfiguration 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/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityRequestBuilder.cs index dbf483f3df2..4cbdd92d98c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityRequestBuilder.cs @@ -35,7 +35,6 @@ public SetPriorityRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/Count/CountRequestBuilder.cs index 54f48d07398..4f8b5cb2323 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/DeviceManagementPartnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/DeviceManagementPartnersRequestBuilder.cs index a207393ef24..2a1c4620ced 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/DeviceManagementPartnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/DeviceManagementPartnersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceManagementPartnersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/Item/Terminate/TerminateRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/Item/Terminate/TerminateRequestBuilder.cs index b7df3f70d22..c641cca9dc6 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/Item/Terminate/TerminateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementPartners/Item/Terminate/TerminateRequestBuilder.cs @@ -35,7 +35,6 @@ public TerminateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// 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/DeviceManagement/DeviceManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs index 4ffa30b4a0a..f642d4b581c 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/ExchangeConnectors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/Count/CountRequestBuilder.cs index 70c5be78a74..071e4e39be7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/ExchangeConnectorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/ExchangeConnectorsRequestBuilder.cs index 5a5d9cb1e14..0df437854da 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/ExchangeConnectorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/ExchangeConnectorsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ExchangeConnectorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncRequestBuilder.cs index 84c1f83e294..0db8d68167f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncRequestBuilder.cs @@ -35,7 +35,6 @@ public SyncRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeRequestBuilder.cs index 14670c31118..4175d5b3129 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeRequestBuilder.cs @@ -37,7 +37,6 @@ public GetEffectivePermissionsWithScopeRequestBuilder(string rawUrl, IRequestAda } /// /// Retrieves the effective permissions of the currently authenticated user - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetEffectivePermissionsWithScopeRequestBuilder(string rawUrl, IRequestAda } /// /// Retrieves the effective permissions of the currently authenticated user - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,10 +141,10 @@ public partial class GetEffectivePermissionsWithScopeRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs index 1daa564fe60..899eeff9cf9 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportRequestBuilder.cs index 70f82df5158..cbdb9707bee 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportRequestBuilder.cs @@ -35,7 +35,6 @@ public ImportRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public ImportRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder.cs index cf232836a45..0c2f8c91747 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class ImportedWindowsAutopilotDeviceIdentitiesRequestBuilderGetQu #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/IosUpdateStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/IosUpdateStatuses/Count/CountRequestBuilder.cs index 9fc37d2f04c..e6cf102841b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/IosUpdateStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/IosUpdateStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/IosUpdateStatuses/IosUpdateStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/IosUpdateStatuses/IosUpdateStatusesRequestBuilder.cs index 19757d8e09b..9d65192f8bc 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/IosUpdateStatuses/IosUpdateStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/IosUpdateStatuses/IosUpdateStatusesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class IosUpdateStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Count/CountRequestBuilder.cs index dd13d253f04..bc4bdb3186b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs index c561f7fcb39..b5bcdd7aab7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs @@ -35,7 +35,6 @@ public BypassActivationLockRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Bypass activation lock - /// 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/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs index c9026304286..d30f6836590 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public CleanWindowsDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Clean Windows device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs index 8c522b29392..ec846ad4507 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public DeleteUserFromSharedAppleDeviceRequestBuilder(string rawUrl, IRequestAdap } /// /// Delete user from shared Apple device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs index 2739599b5aa..1737fec1cbb 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs index 1c3f96e43b5..dab3bd5c518 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceCompliancePolicyStatesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs index ec622e0a0d0..801ad82ef44 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs index 1ad5dbd65ed..4e7bd07c50b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceConfigurationStatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs index 865ce36978b..7c07676210b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs @@ -35,7 +35,6 @@ public DisableLostModeRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Disable lost mode - /// 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/DeviceManagement/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs index ad47d57b2b3..811bb33ea41 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public LocateDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Locate a device - /// 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/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs index 7ee2a6a0751..a7c5d8903c4 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs index 458ae9afb69..37a733911c1 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class LogCollectionRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs index 5168d8f89ff..b9af7bd0bb2 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs @@ -35,7 +35,6 @@ public LogoutSharedAppleDeviceActiveUserRequestBuilder(string rawUrl, IRequestAd } /// /// Logout shared Apple device active user - /// 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/DeviceManagement/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs index 737ccb17888..8c75174ad6f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs @@ -35,7 +35,6 @@ public RebootNowRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Reboot device - /// 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/DeviceManagement/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs index 4a894b45cba..190d40d6da6 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs @@ -35,7 +35,6 @@ public RecoverPasscodeRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Recover passcode - /// 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/DeviceManagement/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs index 479dab9369e..9d1aa15e124 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoteLockRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Remote lock - /// 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/DeviceManagement/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs index 4d4cf00764c..7bbd72bde0a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs @@ -35,7 +35,6 @@ public RequestRemoteAssistanceRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Request remote assistance - /// 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/DeviceManagement/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs index 8de2e4d0f0f..dad0b4f6621 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs @@ -35,7 +35,6 @@ public ResetPasscodeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Reset passcode - /// 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/DeviceManagement/ManagedDevices/Item/Retire/RetireRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Retire/RetireRequestBuilder.cs index ff622816fb0..ddc229d1b49 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Retire/RetireRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Retire/RetireRequestBuilder.cs @@ -35,7 +35,6 @@ public RetireRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Retire a device - /// 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/DeviceManagement/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs index 068defc7f18..7a53d5b33c8 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs @@ -35,7 +35,6 @@ public ShutDownRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Shut down device - /// 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/DeviceManagement/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs index 9d60e097e7e..c8d54a571cd 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public SyncDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// 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/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs index 0f45201acd1..2043287f96e 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs @@ -35,7 +35,6 @@ public UpdateWindowsDeviceAccountRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Users/UsersRequestBuilder.cs index ee8856e76a8..eb3ff137064 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Users/UsersRequestBuilder.cs @@ -146,10 +146,10 @@ public partial class UsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs index 2a9be53b848..8c67af16792 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs @@ -35,7 +35,6 @@ public WindowsDefenderScanRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs index 3cde156d70e..3d795e47fa3 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs @@ -35,7 +35,6 @@ public WindowsDefenderUpdateSignaturesRequestBuilder(string rawUrl, IRequestAdap } /// /// Not yet documented - /// 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/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs index fb21ecb746f..65490f2b773 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs index 04d8d7ebd1d..4ceca1a9a5a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DetectedMalwareStateRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs index 9df9e53610b..5490fd62de7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs @@ -35,7 +35,6 @@ public WipeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Wipe a device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/ManagedDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/ManagedDevicesRequestBuilder.cs index f62b8b79b16..93c67ce99fa 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/ManagedDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ManagedDevices/ManagedDevicesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ManagedDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Count/CountRequestBuilder.cs index 726c2f738c1..d8321eb45cf 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.cs index c5d1cb8d284..767a06251e9 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AppLogCollectionRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Count/CountRequestBuilder.cs index 1c2a76c9ff6..51859021cd4 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs index 8bdefe8a1f3..99aa3f3d938 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateDownloadUrlRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Not yet documented - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/MobileAppTroubleshootingEventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/MobileAppTroubleshootingEventsRequestBuilder.cs index 0e8b2c33b2f..ffbba30debd 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/MobileAppTroubleshootingEventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/MobileAppTroubleshootingEvents/MobileAppTroubleshootingEventsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class MobileAppTroubleshootingEventsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/MobileThreatDefenseConnectors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/MobileThreatDefenseConnectors/Count/CountRequestBuilder.cs index 64d2c17bf75..16e470f3c49 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/MobileThreatDefenseConnectors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/MobileThreatDefenseConnectors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/MobileThreatDefenseConnectors/MobileThreatDefenseConnectorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/MobileThreatDefenseConnectors/MobileThreatDefenseConnectorsRequestBuilder.cs index 70485292ce7..56f15990df8 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/MobileThreatDefenseConnectors/MobileThreatDefenseConnectorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/MobileThreatDefenseConnectors/MobileThreatDefenseConnectorsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class MobileThreatDefenseConnectorsRequestBuilderGetQueryParamete #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Count/CountRequestBuilder.cs index a2a241a56c8..31c41387b8e 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Count/CountRequestBuilder.cs index a2c633ae264..aaa8f2b387e 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/LocalizedNotificationMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/LocalizedNotificationMessagesRequestBuilder.cs index 6419911be7d..dcf585c43df 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/LocalizedNotificationMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/LocalizedNotificationMessagesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class LocalizedNotificationMessagesRequestBuilderGetQueryParamete #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/SendTestMessage/SendTestMessageRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/SendTestMessage/SendTestMessageRequestBuilder.cs index 6a400397d8b..f267ea7718c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/SendTestMessage/SendTestMessageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/Item/SendTestMessage/SendTestMessageRequestBuilder.cs @@ -35,7 +35,6 @@ public SendTestMessageRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Sends test message using the specified notificationMessageTemplate in the default locale - /// 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/DeviceManagement/NotificationMessageTemplates/NotificationMessageTemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/NotificationMessageTemplatesRequestBuilder.cs index 47cae7e50a8..d7e817cded0 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/NotificationMessageTemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/NotificationMessageTemplates/NotificationMessageTemplatesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class NotificationMessageTemplatesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Count/CountRequestBuilder.cs index 36167ff11cb..568ed6aabe8 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Item/BeginOnboarding/BeginOnboardingRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Item/BeginOnboarding/BeginOnboardingRequestBuilder.cs index 48850398b6b..76f79cf42a9 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Item/BeginOnboarding/BeginOnboardingRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Item/BeginOnboarding/BeginOnboardingRequestBuilder.cs @@ -35,7 +35,6 @@ public BeginOnboardingRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// A request to start onboarding. Must be coupled with the appropriate TeamViewer account information - /// 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/DeviceManagement/RemoteAssistancePartners/Item/Disconnect/DisconnectRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Item/Disconnect/DisconnectRequestBuilder.cs index 6b82ca613f4..897e43f0547 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Item/Disconnect/DisconnectRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/Item/Disconnect/DisconnectRequestBuilder.cs @@ -35,7 +35,6 @@ public DisconnectRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// A request to remove the active TeamViewer connector - /// 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/DeviceManagement/RemoteAssistancePartners/RemoteAssistancePartnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/RemoteAssistancePartnersRequestBuilder.cs index 7e1389d75a9..b12bd44eafb 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/RemoteAssistancePartnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RemoteAssistancePartners/RemoteAssistancePartnersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RemoteAssistancePartnersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/ExportJobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/ExportJobs/Count/CountRequestBuilder.cs index 11bf7cadeb0..b11792331f5 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/ExportJobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/ExportJobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/ExportJobs/ExportJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/ExportJobs/ExportJobsRequestBuilder.cs index 49f1c9b3f2d..0b8b345c31b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/ExportJobs/ExportJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/ExportJobs/ExportJobsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ExportJobsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportRequestBuilder.cs index 36b18f1a1b6..b40a71ea91b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCachedReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportRequestBuilder.cs index b80c057d595..54fab327d41 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCompliancePolicyNonComplianceReportRequestBuilder(string rawUrl, IRequ } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportRequestBuilder.cs index 8164140be80..921a3fbd88f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCompliancePolicyNonComplianceSummaryReportRequestBuilder(string rawUrl } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportRequestBuilder.cs index 826cb7dd596..1b5b2dc715b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetComplianceSettingNonComplianceReportRequestBuilder(string rawUrl, IReq } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportRequestBuilder.cs index 7f7f562ac88..86c08fcbe37 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetConfigurationPolicyNonComplianceReportRequestBuilder(string rawUrl, IR } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.cs index a8aec9733ed..8657130d125 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder(string raw } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportRequestBuilder.cs index a6c9ccc9a37..a5377585793 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetConfigurationSettingNonComplianceReportRequestBuilder(string rawUrl, I } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.cs index 27dad7beb66..02caf9023d5 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(str } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportRequestBuilder.cs index 07bb53f8f69..9910143a12d 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetDeviceManagementIntentSettingsReportRequestBuilder(string rawUrl, IReq } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportRequestBuilder.cs index bb0920e16d1..5a754e0b28f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetDeviceNonComplianceReportRequestBuilder(string rawUrl, IRequestAdapter } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportRequestBuilder.cs index 80779b4c94d..77083b29e59 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetDevicesWithoutCompliancePolicyReportRequestBuilder(string rawUrl, IReq } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportRequestBuilder.cs index e5e764a8b4e..a15e40068e2 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetHistoricalReportRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportRequestBuilder.cs index 0da845823b2..0dae1529a51 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetNoncompliantDevicesAndSettingsReportRequestBuilder(string rawUrl, IReq } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataRequestBuilder.cs index 6f2f3202005..c5446db7252 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataRequestBuilder.cs @@ -35,7 +35,6 @@ public GetPolicyNonComplianceMetadataRequestBuilder(string rawUrl, IRequestAdapt } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportRequestBuilder.cs index bc632a60654..4b94a345564 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetPolicyNonComplianceReportRequestBuilder(string rawUrl, IRequestAdapter } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportRequestBuilder.cs index 9cfec4abff0..746cd5c83c9 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetPolicyNonComplianceSummaryReportRequestBuilder(string rawUrl, IRequest } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersRequestBuilder.cs index 93c30d48079..017bea80f9a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public GetReportFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportRequestBuilder.cs index ce301cb1a5c..93065161854 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetSettingNonComplianceReportRequestBuilder(string rawUrl, IRequestAdapte } /// /// Not yet documented - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ResourceOperations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ResourceOperations/Count/CountRequestBuilder.cs index d19a261f6f2..98b4601b206 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ResourceOperations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ResourceOperations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/ResourceOperations/ResourceOperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/ResourceOperations/ResourceOperationsRequestBuilder.cs index f1984309c74..ae837109a67 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/ResourceOperations/ResourceOperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/ResourceOperations/ResourceOperationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ResourceOperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleAssignments/Count/CountRequestBuilder.cs index 6500b4ffdbb..670843f403a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs index f2fbde13ac2..544a51f45fb 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RoleAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Count/CountRequestBuilder.cs index a3b08abbcc0..35c8f80b540 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Count/CountRequestBuilder.cs index 43066710a3a..8c5bafa549f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/RoleAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/RoleAssignmentsRequestBuilder.cs index 11fda56f530..7c38e45b3b0 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/RoleAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/RoleAssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RoleAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs index 3f7aaf0dd54..51097566aef 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs @@ -64,8 +64,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the roleDefinition object. - /// Find more info here + /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -88,8 +88,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.RoleDefinition.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a roleDefinition object. - /// Find more info here + /// Update the properties of a deviceAndAppManagementRoleDefinition object. + /// Find more info here /// /// A /// The request body @@ -133,7 +133,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the roleDefinition object. + /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -152,7 +152,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a roleDefinition object. + /// Update the properties of a deviceAndAppManagementRoleDefinition object. /// /// A /// The request body @@ -191,7 +191,7 @@ public partial class RoleDefinitionItemRequestBuilderDeleteRequestConfiguration { } /// - /// Read properties and relationships of the roleDefinition object. + /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RoleDefinitionItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs index a47738fe548..6cda4670e6c 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 @@ -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. @@ -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 @@ -214,10 +214,10 @@ public partial class RoleDefinitionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TelecomExpenseManagementPartners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TelecomExpenseManagementPartners/Count/CountRequestBuilder.cs index a5b7a3e3a94..c9d18c03ada 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TelecomExpenseManagementPartners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TelecomExpenseManagementPartners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TelecomExpenseManagementPartners/TelecomExpenseManagementPartnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TelecomExpenseManagementPartners/TelecomExpenseManagementPartnersRequestBuilder.cs index fe9737959f7..02354465cec 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TelecomExpenseManagementPartners/TelecomExpenseManagementPartnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TelecomExpenseManagementPartners/TelecomExpenseManagementPartnersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TelecomExpenseManagementPartnersRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Count/CountRequestBuilder.cs index eba565c2075..edb57e9b302 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/AcceptanceStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/AcceptanceStatusesRequestBuilder.cs index 8f5ec636c3c..4f966608a47 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/AcceptanceStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/AcceptanceStatusesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AcceptanceStatusesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Count/CountRequestBuilder.cs index e1cddb73396..a6b0c165f40 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/Assignments/AssignmentsRequestBuilder.cs index fa753796e59..5ba75eeaf54 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/Assignments/AssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/Assignments/Count/CountRequestBuilder.cs index ca8342be96a..5e30117d80a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/TermsAndConditionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/TermsAndConditionsRequestBuilder.cs index 892420dc2ed..50b3088433c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/TermsAndConditionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TermsAndConditions/TermsAndConditionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TermsAndConditionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TroubleshootingEvents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TroubleshootingEvents/Count/CountRequestBuilder.cs index ca9d5aa8d66..576fddc665f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TroubleshootingEvents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TroubleshootingEvents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/TroubleshootingEvents/TroubleshootingEventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/TroubleshootingEvents/TroubleshootingEventsRequestBuilder.cs index 031b74563af..3cd02e169a3 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/TroubleshootingEvents/TroubleshootingEventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/TroubleshootingEvents/TroubleshootingEventsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TroubleshootingEventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Count/CountRequestBuilder.cs index 58c5b98d375..903a5dc3135 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.cs index e3712339f58..b490237e477 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsAppHealthApplicationPerformanceReque #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Count/CountRequestBuilder.cs index ae379bf0163..ac10c2df176 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.cs index ea76c47b35e..7805687f02b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsAppHealthApplicationPerformanceByApp #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Count/CountRequestBuilder.cs index 5f5ad830267..e52627d1513 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.cs index ee9ebedd5e9..6276ed18429 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsAppHealthApplicationPerformanceByApp #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Count/CountRequestBuilder.cs index 6fbcfec02f2..f001db2c195 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.cs index 72f69badeeb..019cd88b1a4 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsAppHealthApplicationPerformanceByOSV #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Count/CountRequestBuilder.cs index b101c8baa85..64d0ceba9f5 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.cs index c97b3f4ee3c..8d0528e44bb 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsAppHealthDeviceModelPerformanceReque #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Count/CountRequestBuilder.cs index 1a00dd73cfc..fee2e91e626 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.cs index 4a1f67bccb2..66917da3407 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsAppHealthDevicePerformanceRequestBui #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Count/CountRequestBuilder.cs index ed495f0acd3..7e7beb4ed33 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.cs index df4695ec93b..03ee0afbb6b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsAppHealthDevicePerformanceDetailsReq #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Count/CountRequestBuilder.cs index 2843298949b..338db42c3f5 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.cs index 461949be343..7ff3077c52d 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsAppHealthOSVersionPerformanceRequest #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Count/CountRequestBuilder.cs index 5ddc4f5493e..2dfe5974f3e 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/MetricValuesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/MetricValuesRequestBuilder.cs index 2e8dabf703e..0949a5468aa 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/MetricValuesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/MetricValuesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MetricValuesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsBaselines/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsBaselines/Count/CountRequestBuilder.cs index 524477ef2e3..f8a7366d45a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsBaselines/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsBaselines/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsBaselines/UserExperienceAnalyticsBaselinesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsBaselines/UserExperienceAnalyticsBaselinesRequestBuilder.cs index 3fef9a38f74..a14a8f71abf 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsBaselines/UserExperienceAnalyticsBaselinesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsBaselines/UserExperienceAnalyticsBaselinesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsBaselinesRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Count/CountRequestBuilder.cs index ba3e8e24fd3..e378dba11b7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Count/CountRequestBuilder.cs index 4fd37b84bc8..7e4f597d41a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/MetricValuesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/MetricValuesRequestBuilder.cs index 098eb3dea27..1bc43e12a46 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/MetricValuesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/MetricValuesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MetricValuesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/UserExperienceAnalyticsCategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/UserExperienceAnalyticsCategoriesRequestBuilder.cs index 1186fe52386..5f62d080888 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/UserExperienceAnalyticsCategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsCategories/UserExperienceAnalyticsCategoriesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsCategoriesRequestBuilderGetQueryPara #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Count/CountRequestBuilder.cs index 63d2eb4dcb7..06342c5815b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.cs index 14b2a6c7b27..862a3b9fe8f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuil #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/UserExperienceAnalyticsDevicePerformanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/UserExperienceAnalyticsDevicePerformanceRequestBuilder.cs index bb418eeb230..af49bad17ec 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/UserExperienceAnalyticsDevicePerformanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/UserExperienceAnalyticsDevicePerformanceRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class UserExperienceAnalyticsDevicePerformanceRequestBuilderGetQu #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Count/CountRequestBuilder.cs index 25fff9884c5..788a643a712 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/UserExperienceAnalyticsDeviceScoresRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/UserExperienceAnalyticsDeviceScoresRequestBuilder.cs index e8e0a95205e..34565fd5c36 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/UserExperienceAnalyticsDeviceScoresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/UserExperienceAnalyticsDeviceScoresRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsDeviceScoresRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Count/CountRequestBuilder.cs index 3d97c12127e..e7a761b0bde 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder.cs index e2211431dba..67de38ed9d2 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsDeviceStartupHistoryRequestBuilderGe #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Count/CountRequestBuilder.cs index 28be0eaf06b..94f3e24f177 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.cs index 5b70da9d1ca..b080c298aaf 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsDeviceStartupProcessPerformanceReque #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Count/CountRequestBuilder.cs index 5534fd0d1a9..1532b6bbdcd 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder.cs index bb9084c9ff6..fe92ecf67ec 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Count/CountRequestBuilder.cs index 89af210cc2a..56f968ad995 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/UserExperienceAnalyticsMetricHistoryRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/UserExperienceAnalyticsMetricHistoryRequestBuilder.cs index 9f587db6b8e..762afbdd8ba 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/UserExperienceAnalyticsMetricHistoryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/UserExperienceAnalyticsMetricHistoryRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsMetricHistoryRequestBuilderGetQueryP #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsModelScores/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsModelScores/Count/CountRequestBuilder.cs index 7a79a4316e4..c88808ac676 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsModelScores/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsModelScores/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsModelScores/UserExperienceAnalyticsModelScoresRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsModelScores/UserExperienceAnalyticsModelScoresRequestBuilder.cs index f1f65ba8919..4311710d941 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsModelScores/UserExperienceAnalyticsModelScoresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsModelScores/UserExperienceAnalyticsModelScoresRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsModelScoresRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Count/CountRequestBuilder.cs index b4ec15c9ba9..ed11f7d7420 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/UserExperienceAnalyticsScoreHistoryRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/UserExperienceAnalyticsScoreHistoryRequestBuilder.cs index f34612142bd..10629b4f83f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/UserExperienceAnalyticsScoreHistoryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/UserExperienceAnalyticsScoreHistoryRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsScoreHistoryRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Count/CountRequestBuilder.cs index a7360bc44b4..fd25c9190e4 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Count/CountRequestBuilder.cs index 11b1e06f6cf..94caa89a22a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/MetricDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/MetricDevicesRequestBuilder.cs index 45c878df3db..d2c77042e1a 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/MetricDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/MetricDevicesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MetricDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.cs index 01368dc96de..cd7add386b5 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilde #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Count/CountRequestBuilder.cs index 86cabd5caad..d3580e5ed4b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.cs index 185ebc1e8d8..9ff1039f126 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequ #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/AuditEventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/AuditEventsRequestBuilder.cs index 19d412d3bb2..86dec1d5fed 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/AuditEventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/AuditEventsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class AuditEventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/Count/CountRequestBuilder.cs index 15a483edd9d..dec8f610864 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/GetAuditActivityTypes/GetAuditActivityTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/GetAuditActivityTypes/GetAuditActivityTypesRequestBuilder.cs index 5fb43aa3f6c..05b1d88319b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/GetAuditActivityTypes/GetAuditActivityTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/GetAuditActivityTypes/GetAuditActivityTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAuditActivityTypesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Get audit activity types by tenant ID. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAuditActivityTypesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Get audit activity types by tenant ID. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetAuditActivityTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/CloudPCsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/CloudPCsRequestBuilder.cs index 1043f616e4c..a1d325511b4 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/CloudPCsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/CloudPCsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class CloudPCsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Count/CountRequestBuilder.cs index 895d9337732..ec2857a09f8 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/EndGracePeriod/EndGracePeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/EndGracePeriod/EndGracePeriodRequestBuilder.cs index 834afea970f..61f698b6b8c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/EndGracePeriod/EndGracePeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/EndGracePeriod/EndGracePeriodRequestBuilder.cs @@ -35,7 +35,6 @@ public EndGracePeriodRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// End the grace period for a specific cloudPC object. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. It allows users to access Cloud PCs for up to seven days before deprovisioning occurs. Ending the grace period immediately deprovisions the Cloud PC without waiting the seven days. - /// 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/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reboot/RebootRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reboot/RebootRequestBuilder.cs index b0ac454a551..fc696481690 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reboot/RebootRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reboot/RebootRequestBuilder.cs @@ -35,7 +35,6 @@ public RebootRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Reboot a specific cloudPC object. - /// 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/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Rename/RenameRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Rename/RenameRequestBuilder.cs index e379dad9210..4997a34f579 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Rename/RenameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Rename/RenameRequestBuilder.cs @@ -35,7 +35,6 @@ public RenameRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Rename a specific cloudPC object. Use this API to update the displayName of a Cloud PC entity. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Restore/RestoreRequestBuilder.cs index f934063468e..4564b73ff09 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Restore/RestoreRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a specific cloudPC object to a previous state from a snapshot. Use this API to trigger a remote action that restores a Cloud PC device to a previous state. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Troubleshoot/TroubleshootRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Troubleshoot/TroubleshootRequestBuilder.cs index 74f9015965d..99b97b378c7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Troubleshoot/TroubleshootRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Troubleshoot/TroubleshootRequestBuilder.cs @@ -35,7 +35,6 @@ public TroubleshootRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Troubleshoot a specific cloudPC object. Use this API to check the health status of the Cloud PC and the session host. - /// 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/DeviceManagement/VirtualEndpoint/DeviceImages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/Count/CountRequestBuilder.cs index 7b22f0abfa6..dae2ac41dfd 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/DeviceImagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/DeviceImagesRequestBuilder.cs index 3d7b365ff77..e51792c45de 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/DeviceImagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/DeviceImagesRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class DeviceImagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/GetSourceImages/GetSourceImagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/GetSourceImages/GetSourceImagesRequestBuilder.cs index 8fbd3a894db..264e154e5ff 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/GetSourceImages/GetSourceImagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/GetSourceImages/GetSourceImagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetSourceImagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Get cloudPcSourceDeviceImage objects that can be uploaded and used on Cloud PCs. View a list of all the managed image resources from your Microsoft Entra subscriptions. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetSourceImagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Get cloudPcSourceDeviceImage objects that can be uploaded and used on Cloud PCs. View a list of all the managed image resources from your Microsoft Entra subscriptions. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetSourceImagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/GalleryImages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/GalleryImages/Count/CountRequestBuilder.cs index 36a372502ac..d60ff634a66 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/GalleryImages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/GalleryImages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/GalleryImages/GalleryImagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/GalleryImages/GalleryImagesRequestBuilder.cs index 0fe54b40111..8fc377400f6 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/GalleryImages/GalleryImagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/GalleryImages/GalleryImagesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class GalleryImagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Count/CountRequestBuilder.cs index 20970e7f8fc..5e5567cb8bb 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/RunHealthChecks/RunHealthChecksRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/RunHealthChecks/RunHealthChecksRequestBuilder.cs index 0a349d429f5..e184769ad04 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/RunHealthChecks/RunHealthChecksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/RunHealthChecks/RunHealthChecksRequestBuilder.cs @@ -35,7 +35,6 @@ public RunHealthChecksRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Run health checks on the cloudPcOnPremisesConnection object. It triggers a new health check for the cloudPcOnPremisesConnection (../resources/cloudpconpremisesconnection.md) object and changes the healthCheckStatus and [healthCheckStatusDetail properties when check finished. - /// 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/DeviceManagement/VirtualEndpoint/OnPremisesConnections/OnPremisesConnectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/OnPremisesConnectionsRequestBuilder.cs index b7f73f145f5..9ff3ac8f2cf 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/OnPremisesConnectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/OnPremisesConnectionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class OnPremisesConnectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Count/CountRequestBuilder.cs index 29b025d4cdf..337825a7914 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assign/AssignRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assign/AssignRequestBuilder.cs index 86dc444126e..d9770204159 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assign/AssignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assign/AssignRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Assign a cloudPcProvisioningPolicy to user groups. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/AssignmentsRequestBuilder.cs index 0591a4c0d2d..e04780493a4 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Count/CountRequestBuilder.cs index 4c2a06c0ffe..499a38bb56c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/AssignedUsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/AssignedUsersRequestBuilder.cs index 9b26a442130..ee9c56cfd71 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/AssignedUsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/AssignedUsersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AssignedUsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Count/CountRequestBuilder.cs index 1efd3a66fbb..e9eed096b2f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index a1700fd2437..31c0ad1e8b0 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 830a01daa71..81fcfc44234 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assignments/Item/AssignedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/ProvisioningPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/ProvisioningPoliciesRequestBuilder.cs index afe0c212755..1429f49bfa3 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/ProvisioningPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/ProvisioningPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ProvisioningPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Count/CountRequestBuilder.cs index f81c5664f21..b4d2dbfcfe6 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assign/AssignRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assign/AssignRequestBuilder.cs index 3bbae055278..714bf847b81 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assign/AssignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assign/AssignRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Assign a cloudPcUserSetting to user groups. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assignments/AssignmentsRequestBuilder.cs index 06df220ad5b..92251976824 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assignments/AssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assignments/Count/CountRequestBuilder.cs index ff62104be69..61aacedcc45 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/UserSettingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/UserSettingsRequestBuilder.cs index 3957c3a1e84..62c91e49b19 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/UserSettingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/UserSettings/UserSettingsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class UserSettingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs index c0c2a0c776d..85245c9bb14 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDeviceRequestBuilder.cs index a4d592245a4..0f18d33ef73 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public AssignUserToDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Assigns user to Autopilot devices. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UnassignUserFromDevice/UnassignUserFromDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UnassignUserFromDevice/UnassignUserFromDeviceRequestBuilder.cs index c723796f39f..f19dd4679a1 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UnassignUserFromDevice/UnassignUserFromDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UnassignUserFromDevice/UnassignUserFromDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public UnassignUserFromDeviceRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Unassigns the user from an Autopilot device. - /// 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/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesRequestBuilder.cs index c15644acf06..afae76c5bc4 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public UpdateDevicePropertiesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Updates properties on Autopilot devices. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/WindowsAutopilotDeviceIdentitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/WindowsAutopilotDeviceIdentitiesRequestBuilder.cs index 162317da541..73322d45c4e 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/WindowsAutopilotDeviceIdentitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/WindowsAutopilotDeviceIdentitiesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class WindowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Count/CountRequestBuilder.cs index ef383abeda6..a903f1c5847 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/WindowsInformationProtectionAppLearningSummariesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/WindowsInformationProtectionAppLearningSummariesRequestBuilder.cs index d266cc72c90..bc952e62cf0 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/WindowsInformationProtectionAppLearningSummariesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/WindowsInformationProtectionAppLearningSummariesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class WindowsInformationProtectionAppLearningSummariesRequestBuil #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Count/CountRequestBuilder.cs index 8c891efec9c..3b98d28dfec 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/WindowsInformationProtectionNetworkLearningSummariesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/WindowsInformationProtectionNetworkLearningSummariesRequestBuilder.cs index 37dd1b4378b..7fa4c4657f5 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/WindowsInformationProtectionNetworkLearningSummariesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/WindowsInformationProtectionNetworkLearningSummariesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class WindowsInformationProtectionNetworkLearningSummariesRequest #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Count/CountRequestBuilder.cs index 62537337def..d7fc03b7908 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Count/CountRequestBuilder.cs index 354cd4b21f0..7511a785d2b 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/DeviceMalwareStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/DeviceMalwareStatesRequestBuilder.cs index c6684c80c28..a403db586ac 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/DeviceMalwareStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/DeviceMalwareStatesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DeviceMalwareStatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/WindowsMalwareInformationRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/WindowsMalwareInformationRequestBuilder.cs index 3c450e74b59..f1b581e97fe 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/WindowsMalwareInformationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/WindowsMalwareInformation/WindowsMalwareInformationRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class WindowsMalwareInformationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Count/CountRequestBuilder.cs index a9973e82b8b..2d2171a149a 100644 --- a/src/Microsoft.Graph/Generated/Devices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Delta/DeltaRequestBuilder.cs index cd31488ea16..676d4d720fb 100644 --- a/src/Microsoft.Graph/Generated/Devices/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted devices without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted devices without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/DevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/DevicesRequestBuilder.cs index e93177f55dd..a1fe643b527 100644 --- a/src/Microsoft.Graph/Generated/Devices/DevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/DevicesRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class DevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 9ccdc4de713..f579b8f8e0d 100644 --- a/src/Microsoft.Graph/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Devices/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/GetByIds/GetByIdsRequestBuilder.cs index 82f8293f3e0..1db2471c68c 100644 --- a/src/Microsoft.Graph/Generated/Devices/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 40ba12a11d4..7fac2a9f32e 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Devices/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/Extensions/Count/CountRequestBuilder.cs index 7bb2eac9f35..f3d97d1cdb1 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/Extensions/ExtensionsRequestBuilder.cs index b225e7def62..d7a323b98ab 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index e7d65144a29..5580dc99e2c 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index d24c3b8bb2d..8946a89f539 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/Count/CountRequestBuilder.cs index b7e46a91c54..5f3472367bc 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 562ad295052..3f6417d013e 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index bb931b82fd0..808751ebb7a 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index 69396eb73a8..0044b6885a4 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 9ca415fa630..fbbb82776a4 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/MemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/MemberOfRequestBuilder.cs index 4721d388dfb..1068d6b4bb9 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/MemberOf/MemberOfRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class MemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/Count/CountRequestBuilder.cs index 2353d486897..a62ad9c0c6d 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index 3a74bc318c3..eb956f99c0e 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index df6c6823b58..19197ef2304 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphEndpoint/Count/CountRequestBuilder.cs index 1988187b23f..366e27a2fea 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphEndpoint/GraphEndpointRequestBuilder.cs index 53231bfa7b2..8126de3879d 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/Count/CountRequestBuilder.cs index e55fe98fc31..fca7dd983ea 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 1283eea6341..35460bed06b 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphUser/Count/CountRequestBuilder.cs index 741a0353a31..d3c99e05e8a 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphUser/GraphUserRequestBuilder.cs index 87193c31346..586cf11c14d 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.cs index 6668ccc3831..16bd48456b1 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/RegisteredOwnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/RegisteredOwnersRequestBuilder.cs index 3356293a62e..c9f64556ec1 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/RegisteredOwnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredOwners/RegisteredOwnersRequestBuilder.cs @@ -196,10 +196,10 @@ public partial class RegisteredOwnersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/Count/CountRequestBuilder.cs index d121e999d0d..63179e151f8 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index f57752126c8..4fd8fbb9115 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 4373b9daa63..06e84bdb28e 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphEndpoint/Count/CountRequestBuilder.cs index 3fd6eaa9ae2..d472a1f2c91 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphEndpoint/GraphEndpointRequestBuilder.cs index 7ca9b4e9b50..d1aeb3055b9 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/Count/CountRequestBuilder.cs index 4020d17a56a..92903198dd9 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 68c46f39b44..0196e23ca48 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphUser/Count/CountRequestBuilder.cs index 627a2f010f6..9bff37ebd6e 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphUser/GraphUserRequestBuilder.cs index 135f68aafc2..c021f33d522 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.cs index 1e32cc17fd3..42437a209ac 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/RegisteredUsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/RegisteredUsersRequestBuilder.cs index 9eaf93746b7..62aaf2998e4 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/RegisteredUsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/RegisteredUsers/RegisteredUsersRequestBuilder.cs @@ -196,10 +196,10 @@ public partial class RegisteredUsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/Restore/RestoreRequestBuilder.cs index 02eaabdf54a..295f9ac16d4 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index 1d949b10667..53bfeae4a1c 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 6af6c844a6b..563f75bee62 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 2d9387916d3..fcfa7752bbd 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index e1a3450953a..78411bda917 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 85eccdeb3ed..ddde0040950 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index f445ba21693..5c96ca4cb3c 100644 --- a/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class TransitiveMemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.cs index d457306e377..8373019b2ec 100644 --- a/src/Microsoft.Graph/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/AdministrativeUnitsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/AdministrativeUnitsRequestBuilder.cs index d4b7689ee2b..393769da855 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/AdministrativeUnitsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/AdministrativeUnitsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class AdministrativeUnitsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Count/CountRequestBuilder.cs index a292e2d678e..af3f21b2f79 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaRequestBuilder.cs index 6e65a3444af..eaa131c3846 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Count/CountRequestBuilder.cs index 0a2160122fc..6380e90b19c 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/ExtensionsRequestBuilder.cs index e4826aed867..32371c3bfb0 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Count/CountRequestBuilder.cs index bdebf9745e5..d3e929b3a71 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/Count/CountRequestBuilder.cs index 595eea7b125..4760c396698 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs index 1409a380387..38f02f71a7a 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/Count/CountRequestBuilder.cs index c06e385f7e7..d3d3dd48762 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs index 6c19a5697ff..ad080bc7f2e 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/Count/CountRequestBuilder.cs index ee3f28f78fa..4d5c7bf37ac 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs index a440c101cd3..fff8cf97d41 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs index 95a71db67e9..a05cd3bb038 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs index b802cfa76c1..b9743376517 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs index 16156b1484e..407c1d2b2b2 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index af7b3e6245f..acca0642ad9 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/Count/CountRequestBuilder.cs index 7ab45bf39be..0c55b6567e5 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/GraphUserRequestBuilder.cs index 7eb33c6f026..c0c8ff8ad42 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/MembersRequestBuilder.cs index 8e1918107d4..ce3749a9445 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/MembersRequestBuilder.cs @@ -256,10 +256,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Ref/RefRequestBuilder.cs index ff39079a394..b8a9a432b86 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Count/CountRequestBuilder.cs index 34cd43f3235..e07e2ffecfc 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.cs index 06e977b9c62..4092a255a82 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ScopedRoleMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AttributeSets/AttributeSetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AttributeSets/AttributeSetsRequestBuilder.cs index bf22d157c1f..b802c506caf 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AttributeSets/AttributeSetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AttributeSets/AttributeSetsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AttributeSetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/AttributeSets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/AttributeSets/Count/CountRequestBuilder.cs index 10947f1eed9..9999107aa53 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/AttributeSets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/AttributeSets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Count/CountRequestBuilder.cs index 06f3010d810..c8d8267c8f7 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.cs index 328569e6228..7cecb53a407 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CustomSecurityAttributeDefinitionsRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.cs index 5140e93a3c1..abbb30de670 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AllowedValuesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Count/CountRequestBuilder.cs index 45fde581e58..119a36bf012 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Count/CountRequestBuilder.cs index ad6f748b5ca..3c426942a38 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/DeletedItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/DeletedItemsRequestBuilder.cs index e2124a43281..ec47d00b460 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/DeletedItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/DeletedItemsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class DeletedItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index ae263ca5442..eb31b47d1bf 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsRequestBuilder.cs index 72dd4f8fbb2..2730c06b19a 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index f65abf5a933..1c94d222980 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index fa8f51f1ed1..d47df002791 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphApplication/Count/CountRequestBuilder.cs index c96c862f649..ff64dbc1a8f 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphApplication/GraphApplicationRequestBuilder.cs index c670753eb52..ca25bae60a3 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphDevice/Count/CountRequestBuilder.cs index 1b6802c84d1..93379358016 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphDevice/GraphDeviceRequestBuilder.cs index 2ee79f74738..00eca32a7aa 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphGroup/Count/CountRequestBuilder.cs index 17b55d2ac0f..7e82c750641 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphGroup/GraphGroupRequestBuilder.cs index 029bd849052..5e7fa649a41 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphGroup/GraphGroupRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/Count/CountRequestBuilder.cs index a4deec7ae42..92a5760a5a4 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index bb0b5372725..78d72e16eaf 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphUser/Count/CountRequestBuilder.cs index 9e159e9e7aa..a8e598b2549 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphUser/GraphUserRequestBuilder.cs index 0aa9ee95052..5c3412fa209 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 0f40fc84d8b..7c35e126f78 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index c2cc5c75956..e5c61495679 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index f6bfe9cf604..04b02627dc9 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/Restore/RestoreRequestBuilder.cs index 58efe49fdb7..3420d2815a3 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.cs index f3daa2fadd8..6f2ac502c91 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeviceLocalCredentials/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeviceLocalCredentials/Count/CountRequestBuilder.cs index 8ba09f466bd..e827bc014e1 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeviceLocalCredentials/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeviceLocalCredentials/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeviceLocalCredentials/DeviceLocalCredentialsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeviceLocalCredentials/DeviceLocalCredentialsRequestBuilder.cs index 79f8b54864b..6f8f1013e4d 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/DeviceLocalCredentials/DeviceLocalCredentialsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/DeviceLocalCredentials/DeviceLocalCredentialsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class DeviceLocalCredentialsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs index 3729e52c72c..66f391053b9 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public AvailableProviderTypesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all identity providers supported in a directory. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public AvailableProviderTypesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all identity providers supported in a directory. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class AvailableProviderTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/Count/CountRequestBuilder.cs index d5f50b2eeb1..f604cafebf2 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/FederationConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/FederationConfigurationsRequestBuilder.cs index c3bbfc695cf..6f8904787aa 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/FederationConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/FederationConfigurations/FederationConfigurationsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class FederationConfigurationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/OnPremisesSynchronization/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/OnPremisesSynchronization/Count/CountRequestBuilder.cs index 4f43e2658e1..19c4dc00152 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/OnPremisesSynchronization/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/OnPremisesSynchronization/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/OnPremisesSynchronization/OnPremisesSynchronizationRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/OnPremisesSynchronization/OnPremisesSynchronizationRequestBuilder.cs index 6cb6259d9ab..5541507e3b2 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/OnPremisesSynchronization/OnPremisesSynchronizationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/OnPremisesSynchronization/OnPremisesSynchronizationRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OnPremisesSynchronizationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/CertificateBasedAuthConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/CertificateBasedAuthConfigurationsRequestBuilder.cs index 56b75c0d274..ff010ef2b3f 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/CertificateBasedAuthConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/CertificateBasedAuthConfigurationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CertificateBasedAuthConfigurationsRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Count/CountRequestBuilder.cs index 1a5f3f87da1..2c3c807e4d8 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/CertificateAuthorities/CertificateAuthoritiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/CertificateAuthorities/CertificateAuthoritiesRequestBuilder.cs index 3182223fbf2..7a9ba5d2fa5 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/CertificateAuthorities/CertificateAuthoritiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/CertificateAuthorities/CertificateAuthoritiesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CertificateAuthoritiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/CertificateAuthorities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/CertificateAuthorities/Count/CountRequestBuilder.cs index 34475325921..fec9b7d6874 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/CertificateAuthorities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/CertificateAuthorities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/Upload/UploadRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/Upload/UploadRequestBuilder.cs index 4311a53ccaf..30b1e8b2f83 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/Upload/UploadRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/Upload/UploadRequestBuilder.cs @@ -35,7 +35,6 @@ public UploadRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Append additional certificate authority details to a certificateBasedAuthPki resource. Only one operation can run at a time and this operation can take up to 30 minutes to complete. To know whether another upload is in progress, call the Get certificateBasedAuthPki. The status property will have the value running. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Subscriptions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Subscriptions/Count/CountRequestBuilder.cs index 71055679a14..44d2fcf9c0c 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Subscriptions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Subscriptions/SubscriptionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Subscriptions/SubscriptionsRequestBuilder.cs index 388f31f0593..61085ac4d53 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Subscriptions/SubscriptionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SubscriptionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/Count/CountRequestBuilder.cs index 9f2d5a28ac2..276de95df14 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/Delta/DeltaRequestBuilder.cs index 1f5f755635b..3dd7a954401 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/DirectoryObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/DirectoryObjectsRequestBuilder.cs index 7e6670bdb07..4d857b221c8 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/DirectoryObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/DirectoryObjectsRequestBuilder.cs @@ -236,10 +236,10 @@ public partial class DirectoryObjectsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 42ce3214beb..afabd636203 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.cs index 5699609448b..53346fd8595 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 2f7a0aaf6c1..a1f42573558 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 29a6ea430eb..acdd1abbeb2 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 40edde0f254..762548a46ce 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.cs index e77a5677227..d370e84df87 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.cs index f25770fe70e..cc574402865 100644 --- a/src/Microsoft.Graph/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Count/CountRequestBuilder.cs index bbce5718f2b..8da9146bb1b 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.cs index 80134ebcba4..9b33d6ed39e 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.cs index cf274e45337..d65da9d3152 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.cs @@ -237,10 +237,10 @@ public partial class DirectoryRoleTemplatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 9ce38431c43..32eb48c41b5 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.cs index 453af6985e0..e7454116a59 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index a57d5cb2aba..2a5b238a405 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 15c7317e6cb..e9249663227 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 49857e0f781..6b01cf5af51 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.cs index baaf627d6ed..c33d4f41d32 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 07d1e442ab5..511caf5c0c4 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Count/CountRequestBuilder.cs index c12c00e4b19..89d3d055c23 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Delta/DeltaRequestBuilder.cs index 6b2ecb8acf7..949dc59b805 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory roles without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory roles without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/DirectoryRolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/DirectoryRolesRequestBuilder.cs index dc9867cc4d8..3b720ef3c35 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/DirectoryRolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/DirectoryRolesRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class DirectoryRolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 255bbede131..10bc7c74656 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.cs index 7285c1cda51..a5f4ab73ed0 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index a1a10684dd0..cfaabd22c78 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 90850ccb106..53dc507f861 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 555b935f7a4..a0344be9f79 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/Count/CountRequestBuilder.cs index 8304c9a06c8..dc655976cb1 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphApplication/Count/CountRequestBuilder.cs index 8a4a18eca0c..e2be649ea1e 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs index a405b8bb55a..9a39600874c 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphDevice/Count/CountRequestBuilder.cs index 4c8298efbfa..3248a1670e1 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs index b60cbc82bae..9e2ba7652a9 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphGroup/Count/CountRequestBuilder.cs index bba20cde9be..6d57d29768d 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs index 3d5b6bcf735..3ed181043e9 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs index a654dcb9535..3c28e28545c 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 795720a47f4..e85f8975a8a 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs index c5e6c274cf2..615a07c9fce 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 782a4c9490c..49e7d50b657 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphUser/Count/CountRequestBuilder.cs index 2c669ac4318..6b2c1ba8088 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphUser/GraphUserRequestBuilder.cs index 75ce82042a3..89c37d83a1d 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/MembersRequestBuilder.cs index f4dd4d57acf..e9152ff8062 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/MembersRequestBuilder.cs @@ -208,10 +208,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.cs index cb4cc6eb5cb..296aaecf913 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.cs index a5ce79eacf9..dc5f6e1b9ea 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/ScopedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/ScopedMembers/Count/CountRequestBuilder.cs index 0a9585afdc3..61334daa5a2 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/ScopedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/ScopedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.cs index bc83cf31ed3..991469ef13a 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ScopedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 046607b7a9b..8ed16da12fb 100644 --- a/src/Microsoft.Graph/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DomainDnsRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DomainDnsRecords/Count/CountRequestBuilder.cs index 5bb5e43b580..539394b95d8 100644 --- a/src/Microsoft.Graph/Generated/DomainDnsRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DomainDnsRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/DomainDnsRecords/DomainDnsRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DomainDnsRecords/DomainDnsRecordsRequestBuilder.cs index 2e2a39ff411..848694ade31 100644 --- a/src/Microsoft.Graph/Generated/DomainDnsRecords/DomainDnsRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DomainDnsRecords/DomainDnsRecordsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DomainDnsRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Domains/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Count/CountRequestBuilder.cs index c5867edcf98..7dc2c2ec019 100644 --- a/src/Microsoft.Graph/Generated/Domains/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Domains/DomainsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/DomainsRequestBuilder.cs index d9e5c70f4e9..91c21e2f3c0 100644 --- a/src/Microsoft.Graph/Generated/Domains/DomainsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/DomainsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DomainsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Domains/Item/DomainNameReferences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/DomainNameReferences/Count/CountRequestBuilder.cs index 90f0d980da2..c855e3743aa 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/DomainNameReferences/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/DomainNameReferences/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.cs index 5649b653078..33311c7a868 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class DomainNameReferencesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Domains/Item/FederationConfiguration/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/FederationConfiguration/Count/CountRequestBuilder.cs index b38e99565b9..10bc4610d07 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/FederationConfiguration/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/FederationConfiguration/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.cs index ed076ca063f..cf68c24ce75 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class FederationConfigurationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.cs index 115c45f7a64..f5c17074f03 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public ForceDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Delete a domain using an asynchronous long-running operation. Before performing this operation, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Domains/Item/Promote/PromoteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/Promote/PromoteRequestBuilder.cs index 7c14ef5539e..9ba40b9dee4 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/Promote/PromoteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/Promote/PromoteRequestBuilder.cs @@ -35,7 +35,6 @@ public PromoteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public PromoteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Domains/Item/ServiceConfigurationRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/ServiceConfigurationRecords/Count/CountRequestBuilder.cs index d8b19bb8e6b..8027cedfa6b 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/ServiceConfigurationRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/ServiceConfigurationRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.cs index 82f4df8ba9b..5bc4dae0d50 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ServiceConfigurationRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Domains/Item/VerificationDnsRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/VerificationDnsRecords/Count/CountRequestBuilder.cs index 489f9c34050..2c8e5a0cbab 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/VerificationDnsRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/VerificationDnsRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.cs index e8e59b6bb88..4762cd27ecc 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class VerificationDnsRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Domains/Item/Verify/VerifyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Domains/Item/Verify/VerifyRequestBuilder.cs index 8e4876e6bf0..f48cf6d2f36 100644 --- a/src/Microsoft.Graph/Generated/Domains/Item/Verify/VerifyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Domains/Item/Verify/VerifyRequestBuilder.cs @@ -36,7 +36,6 @@ public VerifyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Validate the ownership of a domain. This operation only applies to an unverified domain. For an unverified domain, the isVerified property is false. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/DrivesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/DrivesRequestBuilder.cs index 32242ed7ddb..8192df91263 100644 --- a/src/Microsoft.Graph/Generated/Drives/DrivesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/DrivesRequestBuilder.cs @@ -203,10 +203,10 @@ public partial class DrivesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Bundles/BundlesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Bundles/BundlesRequestBuilder.cs index e7e3a3d5cd6..4242a414733 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Bundles/BundlesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Bundles/BundlesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class BundlesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Bundles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Bundles/Count/CountRequestBuilder.cs index 4e79dc8d85c..39151889bbd 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Bundles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Bundles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 1e88ae2c001..3dba3e28900 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index f3236a09a45..8a373c9b01e 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Following/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Following/Count/CountRequestBuilder.cs index 70c163419db..8ae87e61dda 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Following/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Following/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Following/FollowingRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Following/FollowingRequestBuilder.cs index 063696b2fc5..338db33e003 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Following/FollowingRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Following/FollowingRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class FollowingRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Count/CountRequestBuilder.cs index d81977085ad..359ef963b6d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs index a9d8afd512d..271598e07f8 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs index 05a536e1c1a..036bd6315e2 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs index abecb003e87..47870f573ba 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs index 1828fde9764..3a966b7c003 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ItemActivityStatsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.cs index adb5fd104ec..0ab55078504 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckinRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Check in a checked out driveItem resource, which makes the version of the document available to others. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.cs index d381bd93edf..af07f5cc4e2 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckoutRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in. - /// 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/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.cs index ed72c809725..2aaeaa2c1e4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Children/Count/CountRequestBuilder.cs index a3749743f51..7198bb3e692 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs index 47303026d51..bae1e9ec419 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateLinkRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Create a link to share a driveItem driveItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index baa5001b792..d58ffbeebd1 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 9487a7a9702..e9536a03682 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.cs index f75db525da9..5159056fba3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.The service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.Your app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.Items with this property set should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.The service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.Your app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.Items with this property set should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenRequestBuilder.cs index 7c7daf41715..797ea562272 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class DeltaWithTokenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/DiscardCheckout/DiscardCheckoutRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/DiscardCheckout/DiscardCheckoutRequestBuilder.cs index 8941976ca99..ef175233e74 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/DiscardCheckout/DiscardCheckoutRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/DiscardCheckout/DiscardCheckoutRequestBuilder.cs @@ -35,7 +35,6 @@ public DiscardCheckoutRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Discard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions. - /// 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/Drives/Item/Items/Item/Follow/FollowRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.cs index af8ad6b93bb..7aaffdabbc6 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.cs @@ -36,7 +36,6 @@ public FollowRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Follow a driveItem. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index ab33b6a5d04..5ac96bfcb21 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -35,7 +35,6 @@ public GetActivitiesByIntervalRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetActivitiesByIntervalRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 0055bcc0a20..0a5945f2b5d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.cs index 8de5dede1b9..a0d50c38484 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.cs @@ -35,7 +35,6 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 16b8ee9a737..9fcccf19586 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c48cbba2de1..2d6b6b4ce18 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/Count/CountRequestBuilder.cs index 9c36447bf04..af019fbaf73 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.cs index 75c9e516787..d6e90626c76 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.cs @@ -35,7 +35,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.cs index a9de6c9041c..1ccee1248f4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.cs index 3abbbec50b6..d5f802d0bf3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a driveItem that has been deleted and is currently in the recycle bin. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.cs index e85781cf8ac..d70bf11087e 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.cs @@ -37,7 +37,6 @@ public SearchWithQRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Search the hierarchy of items for items matching a query.You can search within a folder hierarchy, a whole drive, or files shared with the current user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public SearchWithQRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Search the hierarchy of items for items matching a query.You can search within a folder hierarchy, a whole drive, or files shared with the current user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class SearchWithQRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/Count/CountRequestBuilder.cs index bdd80bd5e66..4ea23d98120 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index 3a0edb309b8..3372fcba27d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -35,7 +35,6 @@ public ReauthorizeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. - /// 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/Drives/Item/Items/Item/Subscriptions/SubscriptionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/SubscriptionsRequestBuilder.cs index 73e907cb39d..9e709fda4e1 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Subscriptions/SubscriptionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubscriptionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Thumbnails/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Thumbnails/Count/CountRequestBuilder.cs index 4da70a2a971..a5a1241bbaf 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Thumbnails/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Thumbnails/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.cs index 0286bbd77e4..4bdff14cabf 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ThumbnailsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.cs index fd04395e4b0..a2b2288c645 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.cs @@ -35,7 +35,6 @@ public UnfollowRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Unfollow a driveItem. - /// 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/Drives/Item/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/Count/CountRequestBuilder.cs index 6465a8a7b2d..b356582bb0c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index 5682e3c2c9b..273a46f88d2 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreVersionRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file. - /// 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/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.cs index 5205ea4290a..7f7b6a21c43 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.cs index d03a70da8ac..699b5e7df29 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.cs @@ -35,7 +35,6 @@ public CalculateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Recalculate all currently opened workbooks in Excel. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.cs index 1d9ef7af030..40364434fc3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.cs @@ -35,7 +35,6 @@ public CloseSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Use this API to close an existing workbook session. - /// 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/Drives/Item/Items/Item/Workbook/Comments/CommentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/CommentsRequestBuilder.cs index 7a7b8d407f1..f5f29b2d33d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/CommentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/CommentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CommentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Count/CountRequestBuilder.cs index f78f83789df..6240236f2f4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Count/CountRequestBuilder.cs index 02683305975..5c7723db772 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.cs index 64529970c85..d9560417895 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.cs index 014225b2753..f4fde6eaaad 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.cs index b3604c8c6af..547d79d390c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Adds a new name to the collection of the given scope using the user's locale for the formula. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs index 9093e6ae019..9ef06f0f10f 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs @@ -36,7 +36,6 @@ public AddFormulaLocalRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Adds a new name to the collection of the given scope using the user's locale for the formula. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Count/CountRequestBuilder.cs index 20e367381a8..fceba6530fc 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 726b8921fcc..b3544a31587 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 @@ -214,7 +214,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Retrieve the properties and relationships of range object. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs index dfadcd4a767..ed8afd86988 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class NamesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Operations/Count/CountRequestBuilder.cs index 20fb9986b1a..3573a3aa4f4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.cs index a5dcaf064c9..ff2b81ef85e 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.cs index a2b3e143b79..d9752f44243 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.cs @@ -35,7 +35,6 @@ public RefreshSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Use this API to refresh an existing workbook session. - /// 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/Drives/Item/Items/Item/Workbook/TableRowOperationResultWithKey/TableRowOperationResultWithKeyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/TableRowOperationResultWithKey/TableRowOperationResultWithKeyRequestBuilder.cs index 9c07fd3383b..5899dbfcdaa 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/TableRowOperationResultWithKey/TableRowOperationResultWithKeyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/TableRowOperationResultWithKey/TableRowOperationResultWithKeyRequestBuilder.cs @@ -38,7 +38,6 @@ public TableRowOperationResultWithKeyRequestBuilder(string rawUrl, IRequestAdapt } /// /// This function is the last in a series of steps to create a workbookTableRow resource asynchronously. A best practice to create multiple table rows is to batch them in one create tableRow operation and carry out the operation asynchronously. An asynchronous request to create table rows involves the following steps:1. Issue an async Create tableRow request and get the query URL returned in the Location response header.2. Use the query URL returned from step 1 to issue the Get workbookOperation request and get the operation ID for step 3. Alternatively, for convenience, after you get a succeeded operationStatus result, you can get the query URL from the resourceLocation property of the workbookOperation returned in the response, and apply the query URL to step 3. 3. Use the query URL returned from step 2 as the GET request URL for this function tableRowOperationResult. A successful function call returns the new table rows in a workbookTableRow resource. This function does not do anything if called independently. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs index d51dadd226a..7ee7f01d2e8 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Use this API to create a new Table. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs index cab8f2e4d04..780a4035ee1 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Clears all the filters currently applied on the table. - /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.cs index 131e87ee312..652507c1d87 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Adds a new column to the table. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs index c33382c0222..1873356483b 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs index d420e93a170..79f2e393584 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public DataBodyRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the data body of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs index afabde3de9a..e8f66a0eb60 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ApplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Apply the given filter criteria on the given column. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs index 687997d221d..fce9fe932cc 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the filter on the given column. - /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index e7b6967b059..a89424ef7a1 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public HeaderRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Gets the range object associated with the header row of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs index 707c45b6262..486b160b641 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs @@ -214,7 +214,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Gets the range object associated with the entire column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs index b8291c52284..4152926edf7 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public TotalRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the totals row of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs index bd6826ff584..350497a4244 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public DataBodyRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the data body of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 50003c9039a..68094a5aba9 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public HeaderRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Gets the range object associated with the header row of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index a65bbb42d00..f2bb9dc7f81 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -68,7 +68,6 @@ public ItemAtWithIndexRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Gets a column based on its position in the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index b3322d37f2c..5496ffa07e2 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -36,7 +36,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Gets the range object associated with the entire column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs index c046903a157..cb7ad85fb45 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public TotalRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the totals row of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs index e256ceb4ed5..4598b606f8a 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public ConvertToRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Converts the table into a normal range of cells. All data is preserved. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs index 20af70bedd5..0f4b97d6966 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public DataBodyRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the data body of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 30dbd3af6bb..521725a610b 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public HeaderRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Gets the range object associated with header row of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/RangeNamespace/RangeRequestBuilder.cs index 7999a09bc24..14ef5c96399 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/RangeNamespace/RangeRequestBuilder.cs @@ -214,7 +214,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the range object associated with the entire table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs index 530a1bca825..26271fe6be4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public ReapplyFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Reapplies all the filters currently on the table. - /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.cs index 1b77aa87478..9ce7b80db0a 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 69f14da3284..6019aced5d1 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -44,7 +44,6 @@ public ItemAtWithIndexRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Gets a row based on its position in the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs index eb271776b3f..4a6eeee2542 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class RowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs index 3fcbf9278a0..1287a900428 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ApplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Perform a sort operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.cs index 5c3b8dbf2b9..4d5721d4e76 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. - /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs index 25ceecf6284..a9c61b77fba 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReapplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Reapplies the current sorting parameters to the table. - /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs index 2a25098e275..80a0bece1db 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public TotalRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with totals row of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs index fffeb43b5cf..2af5e79be03 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Clears all the filters currently applied on the table. - /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs index ee84b516c03..3e76ecf8629 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ColumnsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ColumnsRequestBuilder(Dictionary pathParameters, IRequest /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class ColumnsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs index 71f4ca656b0..95c666bd867 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public ConvertToRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Converts the table into a normal range of cells. All data is preserved. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs index 43fc7d0ba5c..f0882db5aad 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public DataBodyRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the data body of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index a2979f2328d..4870003f4dc 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public HeaderRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Gets the range object associated with header row of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index 47eabd37ccc..9d0c6393247 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -36,7 +36,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the range object associated with the entire table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs index f772bbfc574..d670146fb38 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public ReapplyFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Reapplies all the filters currently on the table. - /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs index ed1e8a86301..5eb49c741ad 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class RowsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public RowsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public RowsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public RowsRequestBuilder(Dictionary pathParameters, IRequestAda /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public RowsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public RowsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class RowsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class RowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs index 8aa88cd4d2a..f2808e52b02 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public TotalRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with totals row of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.cs index 337dd063484..59160aad87c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class TablesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.cs index ad466f2669b..767a71c3b09 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you want to activate the newly added worksheet, call .activate() on it. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Count/CountRequestBuilder.cs index 2ca28ce020e..8120cb79deb 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.cs index 4d1b52fc477..2ba8f0d7d69 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.cs @@ -205,7 +205,6 @@ public CellWithRowWithColumnRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Gets the range object containing the single cell based on row and column numbers. The cell can be outside the bounds of its parent range, so long as it's stays within the worksheet grid. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.cs index 3e40fd58917..0e9b6c9354f 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Creates a new chart. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs index 717c53792e9..a206e87417b 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs @@ -240,10 +240,10 @@ public partial class ChartsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.cs index 30fa619554b..5678aa7a0a6 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 12054bb45ea..71c2433b4b7 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 21f0a617bb6..5c3b50f7238 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.cs index 7916c1c1625..ca61b1b12f8 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 3d287c5a5ab..a365b61b9df 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 60668c42683..3ad81945484 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.cs index 023b439f0c1..cacde35dfc5 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index cea3dc20059..eb904a0f5f6 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index c1071d985ba..b21b65ed13e 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.cs index 8101ae25786..466905065c3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the fill color of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 58cb5c39af1..48ad995639c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -35,7 +35,6 @@ public SetSolidColorRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Sets the fill formatting of a chart element to a uniform color. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.cs index e728d0fa74c..23685f61730 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the fill color of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 8736a0d664f..0f005f1fa04 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -35,7 +35,6 @@ public SetSolidColorRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Sets the fill formatting of a chart element to a uniform color. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.cs index c85621f6ed3..15689fc2790 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the fill color of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 755f82de9df..8c0f93cf012 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -35,7 +35,6 @@ public SetSolidColorRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Sets the fill formatting of a chart element to a uniform color. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.cs index 18d872f4e1f..29e8de2774d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the fill color of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 4881ddfd194..9b7b4dc0ba0 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -35,7 +35,6 @@ public SetSolidColorRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Sets the fill formatting of a chart element to a uniform color. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.cs index e0975efff4b..81b98b6cf9e 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the line format of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.cs index d896942596a..73eb125b189 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the fill color of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index e0003bc90e4..05cf3fbb2d2 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -35,7 +35,6 @@ public SetSolidColorRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Sets the fill formatting of a chart element to a uniform color. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 57cf7750d13..9418e73e620 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -44,7 +44,6 @@ public ItemAtWithIndexRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Retrieve a point based on its position within the series. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.cs index 1063efd8b4a..fec7c8d0310 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class PointsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index b23f17b5038..d3f744d41bc 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -50,7 +50,6 @@ public ItemAtWithIndexRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Retrieves a series based on its position in the collection - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.cs index 4a918757562..b8aed9a6506 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class PointsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public PointsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public PointsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public PointsRequestBuilder(Dictionary pathParameters, IRequestA /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public PointsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public PointsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class PointsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class PointsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Charts/Item/Series/SeriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.cs index 3bcd6cb83a1..397c8703ec4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class SeriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Charts/Item/SetData/SetDataRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.cs index dca4fcb35f4..681f99b8e0b 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.cs @@ -35,7 +35,6 @@ public SetDataRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Resets the source data for the chart. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.cs index 7b58dec9813..3da108d3b48 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.cs @@ -35,7 +35,6 @@ public SetPositionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Positions the chart relative to cells on the worksheet. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.cs index 5626f1f6352..fce11b9addd 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the fill color of a chart element. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 6873a4cdcc9..cd29b5b1f37 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -35,7 +35,6 @@ public SetSolidColorRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Sets the fill formatting of a chart element to a uniform color. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 6333f50510a..28cdeded40e 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -101,7 +101,6 @@ public ItemAtWithIndexRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Gets a chart based on its position in the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.cs index 58c9d65cba7..6cbcc3c58ea 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class SeriesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public SeriesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public SeriesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public SeriesRequestBuilder(Dictionary pathParameters, IRequestA /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public SeriesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public SeriesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class SeriesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class SeriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.cs index 0baa06f7c90..da6492237d7 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.cs @@ -35,7 +35,6 @@ public SetDataRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Resets the source data for the chart. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.cs index ce48f715a38..3e25ca92803 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.cs @@ -35,7 +35,6 @@ public SetPositionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Positions the chart relative to cells on the worksheet. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.cs index ae512d8e903..2274c1cfe61 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class SeriesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public SeriesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public SeriesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/series{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public SeriesRequestBuilder(Dictionary pathParameters, IRequestA /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public SeriesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public SeriesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/series{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class SeriesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class SeriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Charts/ItemWithName/SetData/SetDataRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.cs index 6bba4486206..e192f445192 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.cs @@ -35,7 +35,6 @@ public SetDataRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Resets the source data for the chart. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.cs index f12dbee0d2b..00654315c8c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.cs @@ -35,7 +35,6 @@ public SetPositionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Positions the chart relative to cells on the worksheet. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.cs index 68bb55c535e..ba289e8965a 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Adds a new name to the collection of the given scope using the user's locale for the formula. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs index 91087351f4c..e71954de00d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs @@ -36,7 +36,6 @@ public AddFormulaLocalRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Adds a new name to the collection of the given scope using the user's locale for the formula. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Count/CountRequestBuilder.cs index 79c4ccca3bd..b117d5176e4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 90ed8c416f3..b5f8050cda8 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 @@ -214,7 +214,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Retrieve the properties and relationships of range object. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.cs index aa1654e2dce..6306d70c405 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class NamesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/PivotTables/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Count/CountRequestBuilder.cs index a6192ddfe10..9403e0003a4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.cs index 9eb11b0cd04..25d7535d8bf 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.cs @@ -35,7 +35,6 @@ public RefreshRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Refreshes the PivotTable. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.cs index d380a61eabd..4fe9406eabe 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class PivotTablesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/PivotTables/RefreshAll/RefreshAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.cs index e7e878fb374..ac1be3f13c5 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.cs @@ -35,7 +35,6 @@ public RefreshAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Refreshes the PivotTable within a given worksheet. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.cs index 79a5f4bd69e..6e92303fa99 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.cs @@ -35,7 +35,6 @@ public ProtectRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Protect a worksheet. It throws if the worksheet has been protected. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.cs index 1b819d28506..60b9922a968 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.cs @@ -35,7 +35,6 @@ public UnprotectRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unprotect a worksheet - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs index 60d32fbdd66..b1b3d372a15 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Use this API to create a new Table. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs index 3c37c8d380b..aa924a142ea 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Clears all the filters currently applied on the table. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.cs index 30bd8f19913..9c76321bd84 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Adds a new column to the table. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs index 1a8c03549fa..6a962dea949 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs index 1fc3ea5c288..2099d058474 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public DataBodyRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the data body of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs index fc92f5ab94a..df7f812fd33 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ApplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Apply the given filter criteria on the given column. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs index 3a88fb6a9b6..a8d28eba27c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clear the filter on the given column. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index eec4d3912fb..1c58deb42b4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public HeaderRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Gets the range object associated with the header row of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs index 24680cb8fa5..0c230802ac3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs @@ -214,7 +214,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Gets the range object associated with the entire column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs index 686e06d31c1..ce71be45e45 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public TotalRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the totals row of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs index 288e5506d9d..918c97199ab 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public DataBodyRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the data body of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 4f04927e459..3f00ec89640 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public HeaderRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Gets the range object associated with the header row of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 83676cf9476..be3b3426611 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -68,7 +68,6 @@ public ItemAtWithIndexRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Gets a column based on its position in the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index 6db7b6538bc..a5df88e710c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -36,7 +36,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Gets the range object associated with the entire column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs index f503ad5b9d6..ca6f7840ded 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public TotalRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the totals row of the column. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs index e8ee85ff1fa..04fecea1eb8 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public ConvertToRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Converts the table into a normal range of cells. All data is preserved. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs index 1bf7c09d2fe..8a9ebb44fee 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public DataBodyRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the data body of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index dd0099eb0f0..c6f95160889 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public HeaderRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Gets the range object associated with header row of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/RangeNamespace/RangeRequestBuilder.cs index dda130a171e..aa863f33b2d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/RangeNamespace/RangeRequestBuilder.cs @@ -214,7 +214,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the range object associated with the entire table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs index 317e54b6301..f6d90bcd7db 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public ReapplyFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Reapplies all the filters currently on the table. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.cs index fa43a85110e..fbcf7d35902 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.cs @@ -36,7 +36,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 9cec340a55c..77bb4bcedd8 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -44,7 +44,6 @@ public ItemAtWithIndexRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Gets a row based on its position in the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs index 73deaad334b..d5a8809bf1a 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class RowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs index 432c22fde03..86d8dd84171 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ApplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Perform a sort operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.cs index 174c63ceec1..467e6bca00c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs index fa80b09658d..86e4799c5fb 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReapplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Reapplies the current sorting parameters to the table. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs index 652f3f39f6b..41b02460e40 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -214,7 +214,6 @@ public TotalRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with totals row of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs index ad21d99f304..62fe33c4780 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Clears all the filters currently applied on the table. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs index 6043bc12edb..8a409774d58 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ColumnsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ColumnsRequestBuilder(Dictionary pathParameters, IRequest /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class ColumnsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs index 16dc05410c6..1967bd55ff1 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public ConvertToRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Converts the table into a normal range of cells. All data is preserved. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs index cc04a8a1cab..a0303c7c6a8 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public DataBodyRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with the data body of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index b4a75dd66b3..604256f1f5b 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public HeaderRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Gets the range object associated with header row of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index 85982160efc..62eaefb84e3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -36,7 +36,6 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the range object associated with the entire table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs index 5dc08873bba..fda9f2e3ffc 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs @@ -35,7 +35,6 @@ public ReapplyFiltersRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Reapplies all the filters currently on the table. - /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs index 20ab9839051..187af6dbe84 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class RowsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public RowsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public RowsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public RowsRequestBuilder(Dictionary pathParameters, IRequestAda /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public RowsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public RowsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class RowsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class RowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs index 9879303b575..ad32431095d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -36,7 +36,6 @@ public TotalRowRangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Gets the range object associated with totals row of the table. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.cs index 252597cdfdb..517931301a6 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class TablesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// 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/WorksheetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs index 8a9f00125b7..166eae73694 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class WorksheetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/ItemsRequestBuilder.cs index 0c380c08089..354cf318786 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/ItemsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index c312e2974c4..075adddf611 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 5bd51f6a29f..174a0c12541 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Columns/ColumnsRequestBuilder.cs index b7acea97007..c2ef8f8d4bf 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Columns/Count/CountRequestBuilder.cs index 2fb85b9ab05..45b540d0b5c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index badb6d5eba1..de79d5a69e0 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Add a copy of a content type from a site to a list. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index b2edfc24b99..454e7bdf04f 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/ContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/ContentTypesRequestBuilder.cs index d003241b8fd..db3a4bbf445 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/ContentTypesRequestBuilder.cs @@ -230,10 +230,10 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Count/CountRequestBuilder.cs index 96e51377328..b3da6ea2e97 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 74d6501835f..d7eac06ce2c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetCompatibleHubContentTypesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 64185f43830..77832ab6de3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -35,7 +35,6 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Associate a published content type present in a content type hub with a list of hub sites. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index 1fc2bfbc751..797960451d3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class BaseTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index ea44a9e2f8f..106aaed4dd2 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index 9d428c8c1b0..3d9598fdaf1 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnLinksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index 7ec1dc1f2d3..388ff915863 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index 0b9bbd4fd13..56bf623a80e 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ColumnPositionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index cae46aa0430..32a254df9c6 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index 50099ce1831..563cc1b6fb3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index 5909a73ca47..a37685fda41 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index dd6703e2931..78bcee4c0a9 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -35,7 +35,6 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl, IRequestAdapter } /// /// Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index 7354cacbf02..23aea25dbc9 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -35,7 +35,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs index 6594d5e4320..762008b7c76 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -35,7 +35,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publishes a contentType present in the content type hub site. - /// 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/Drives/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index f9ab423ab64..2b315ac267d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -35,7 +35,6 @@ public UnpublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unpublish a contentType from a content type hub site. - /// 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/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4b6815cb12b..8bbac739b67 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 98436515888..a5fe8f548c5 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Count/CountRequestBuilder.cs index b3705949faa..5b458b61afa 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Delta/DeltaRequestBuilder.cs index b7f039883b1..2bdbc9a9cc7 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.The same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.The same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs index 35016c7dea9..c4814b30998 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class DeltaWithTokenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index f962d554e90..38c623493de 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index d73ec9425ec..d86f928ae15 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs index a94a5e571a7..af5f5131951 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs index f99f80b9025..3921176045c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DocumentSetVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs index 26806f54759..899b9e6331b 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a document set version. - /// 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/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 6b8622012cb..0f6f9cd12d9 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 91f57b4186f..c1f8d866d20 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 11ea7b4fa27..e6ba6f65134 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a405abc910f..c042553de26 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs index 2ef6c23ed60..f1fd661d538 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index eccd53b36fe..9cbe9f6b31c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreVersionRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. - /// 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/Drives/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs index 16ca5012810..2056c55ce43 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/ItemsRequestBuilder.cs index 2ab8ceebc61..53c4e895346 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Items/ItemsRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 614201bedd9..c7a847a371c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index bbc6e9342cb..c398d3fa4f4 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Operations/Count/CountRequestBuilder.cs index 87f1cb2ece8..71008b2ecc0 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Operations/OperationsRequestBuilder.cs index 96d81611b76..923495d37e9 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/Count/CountRequestBuilder.cs index 5ea23c0e2b9..80dafc36297 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index df7ec32f255..8aa6ba29af8 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -35,7 +35,6 @@ public ReauthorizeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. - /// 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/Drives/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs index 0db6dd6ba57..88318b795e9 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubscriptionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Recent/RecentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Recent/RecentRequestBuilder.cs index 9ddf072ad33..15b7d106688 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Recent/RecentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Recent/RecentRequestBuilder.cs @@ -35,7 +35,6 @@ public RecentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// List a set of items that have been recently used by the signed in user.This collection includes items that are in the user's drive and items they have access to from other drives. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public RecentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// List a set of items that have been recently used by the signed in user.This collection includes items that are in the user's drive and items they have access to from other drives. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class RecentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.cs index 696b618e450..fbed69478f0 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.cs @@ -37,7 +37,6 @@ public SearchWithQRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Search the hierarchy of items for items matching a query.You can search within a folder hierarchy, a whole drive, or files shared with the current user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public SearchWithQRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Search the hierarchy of items for items matching a query.You can search within a folder hierarchy, a whole drive, or files shared with the current user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class SearchWithQRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.cs index 4fed3facd32..e78c84797b3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.cs @@ -35,7 +35,6 @@ public SharedWithMeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public SharedWithMeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class SharedWithMeRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Special/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Special/Count/CountRequestBuilder.cs index 768bf1d4b84..43284b30857 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Special/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Special/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Special/SpecialRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Special/SpecialRequestBuilder.cs index a505ffe0919..c75a9f0f064 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Special/SpecialRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Special/SpecialRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SpecialRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/ClassesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/ClassesRequestBuilder.cs index 774adb15605..139c7d3af70 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/ClassesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/ClassesRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class ClassesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Count/CountRequestBuilder.cs index 11556973db1..c5b6e317325 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Delta/DeltaRequestBuilder.cs index 620d3d9967f..0cf38c08c28 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created or updated classes, including membership changes, without having to perform a full read of the entire class collection. See Use delta query for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created or updated classes, including membership changes, without having to perform a full read of the entire class collection. See Use delta query for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.cs index f408dcc77a9..6de06330484 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class AssignmentCategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/Count/CountRequestBuilder.cs index 89a459a5e8b..d50fc4b0564 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.cs index a05e3f7709a..d256ac5142e 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs index 3dd08bba995..dc340cbb537 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs index adc588eaccb..6e4b9f21357 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class GradingCategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs index 412490e912f..d384deaf281 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Count/CountRequestBuilder.cs index 621ed847f6b..dfe944b6b39 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.cs index d99457caa84..e30de87dbc2 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Activate/ActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Activate/ActivateRequestBuilder.cs index 0dbfbe5d9b5..e3676ceb7ed 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Activate/ActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Activate/ActivateRequestBuilder.cs @@ -36,7 +36,6 @@ public ActivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs index c6857289d9d..d9540ec3acd 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs @@ -226,10 +226,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs index d7987db0d01..8aab6063298 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs index 368eb0f7d59..de1049673ab 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs index f0241f7a565..5523b437921 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs index 66b174e46ce..322c17cbde9 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs @@ -36,7 +36,6 @@ public DeactivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.cs index 81c76935250..8a9cb9e9d3a 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.cs @@ -36,7 +36,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publish an education assignment. Change the status of an educationAssignment from its original draft status to the published status. You can change the status from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The status of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs index c5f54dce478..0a14f76d707 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs index af39af74fde..826eb831310 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs index 7d841215598..8ac2844974a 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter } /// /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 5232fb43861..6fa030df812 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs index 84449270cd8..5cd83680e14 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs index 0405cab21c4..0d6337037b3 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs @@ -36,7 +36,6 @@ public ExcuseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs index 2a21b0bf79b..2806c794b44 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs index a6cbdca11b6..0ca38d45ce6 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class OutcomesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs index dd89a99546d..316a847d67e 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs @@ -36,7 +36,6 @@ public ReassignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs index 5c884746d54..6a6b8e39e24 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs index 28123e8e477..3be59fddfeb 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs index 076001dc410..490cb888e23 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs @@ -36,7 +36,6 @@ public ReturnRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index c3422f2e87e..06a80e0a255 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs index 4256338e153..83dc50d0ba7 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs @@ -36,7 +36,6 @@ public SubmitRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs index b429f0c980a..5cf70ecce7e 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs index 46dfc79a191..64fe2490951 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SubmittedResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs index 34f5a7d7acb..ad111605644 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs @@ -36,7 +36,6 @@ public UnsubmitRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs index fbf2edcec74..0f5f61814ce 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SubmissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/GetRecentlyModifiedSubmissions/GetRecentlyModifiedSubmissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/GetRecentlyModifiedSubmissions/GetRecentlyModifiedSubmissionsRequestBuilder.cs index 0792d595fa6..51054950686 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/GetRecentlyModifiedSubmissions/GetRecentlyModifiedSubmissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/GetRecentlyModifiedSubmissions/GetRecentlyModifiedSubmissionsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetRecentlyModifiedSubmissionsRequestBuilder(string rawUrl, IRequestAdapt } /// /// Retrieve submissions modified in the previous seven days. Only teachers and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent their work. A teacher or application with application permissions has full access to all submission objects. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students can't see the grade or feedback until the assignment is released. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetRecentlyModifiedSubmissionsRequestBuilder(string rawUrl, IRequestAdapt } /// /// Retrieve submissions modified in the previous seven days. Only teachers and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent their work. A teacher or application with application permissions has full access to all submission objects. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students can't see the grade or feedback until the assignment is released. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetRecentlyModifiedSubmissionsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index c3d5fd53f83..8e3e5aa793c 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 148d2d5558f..aab78de1b1d 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/Count/CountRequestBuilder.cs index e3a78d21375..f6ac3c28d35 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/MembersRequestBuilder.cs index 9bc766aa562..ec863bb640a 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/MembersRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.cs index 3314b481b10..c44bfad1bcb 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Count/CountRequestBuilder.cs index 20b95f1ba2c..c7ca691a0d6 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.cs index cf3d704160f..72d8ca595d9 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.cs @@ -36,7 +36,6 @@ public PinRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Pin an educationModule in the class work list. This action sets the isPinned property to true for an educationModule. Only teachers can perform this action and only one module at a time can be pinned in the class work list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.cs index 852d5a9f499..30a85eb6e71 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.cs @@ -36,7 +36,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Change the state of an educationModule from its original draft status to the published status. Only teachers in the class can perform this operation. When a module is in draft status, students can't see the module. When you call this API, the module appears in the student's class work list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Resources/Count/CountRequestBuilder.cs index 7cdf4458d53..aa62e94bfc3 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Resources/ResourcesRequestBuilder.cs index 640127e3866..80eb861e413 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Resources/ResourcesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index d8b330031d4..c26bd0c445c 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Create a SharePoint folder to upload files for a given educationModule. Only teachers can perform this operation. The teacher determines what resources to upload to the SharePoint folder for the module. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.cs index 7f76fb506c1..e3d97044203 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.cs @@ -36,7 +36,6 @@ public UnpinRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Unpin an educationModule in the classwork list. This action sets the isPinned property to false for an educationModule. Only teachers in the class can perform this operation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/ModulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/ModulesRequestBuilder.cs index ca83d834e03..876eb7acaa4 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/ModulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Modules/ModulesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ModulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Schools/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Schools/Count/CountRequestBuilder.cs index 452c2009cb6..d7755c8137a 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Schools/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Schools/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.cs index 0c7f3958212..b57bfccba89 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SchoolsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/Count/CountRequestBuilder.cs index 99de4211a84..8dbf6a7e118 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.cs index dafa1c8fd0c..229194766f8 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.cs index 42af5b3e635..79385d9a9be 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class TeachersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/AssignmentsRequestBuilder.cs index f4c5e6aee13..e7e6b2cbd2c 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/AssignmentsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Count/CountRequestBuilder.cs index a6af64075f5..2047c97a308 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.cs index 333d800b158..fb7b532c9ac 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Activate/ActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Activate/ActivateRequestBuilder.cs index 145f1efdc17..831cfab7dd4 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Activate/ActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Activate/ActivateRequestBuilder.cs @@ -36,7 +36,6 @@ public ActivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.cs index f89fafeb776..6b0e738db7e 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Count/CountRequestBuilder.cs index edc22d13361..8a41cda1e7e 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs index dce76291c1c..8c6efcfc307 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.cs index 6fbca493c15..cb226e56922 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs index 8cf6394533e..508701fcfd7 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs @@ -36,7 +36,6 @@ public DeactivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.cs index 17cf40e2187..1f4a36a7c12 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.cs @@ -36,7 +36,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publish an education assignment. Change the status of an educationAssignment from its original draft status to the published status. You can change the status from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The status of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Resources/Count/CountRequestBuilder.cs index 28cf5c56cb2..83a49626e98 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.cs index 9229c765b20..714ca2dfc08 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs index bb2b9c5ccca..82412365efc 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter } /// /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 8bf61818b01..aa5a2037289 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Count/CountRequestBuilder.cs index 9ad76838a00..fcf43465530 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs index 444ef6329da..5e7fa4f89f1 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs @@ -36,7 +36,6 @@ public ExcuseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs index 10347bd2fc7..5f16204f369 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs index 956039ea182..c6c5f2f3495 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OutcomesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs index bf98e7629b4..af954d0e526 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs @@ -36,7 +36,6 @@ public ReassignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs index a99d8d5e98a..76259ff324a 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs index 07704a44805..cde5f449b56 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs index cad3e606354..9bdc96616f8 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs @@ -36,7 +36,6 @@ public ReturnRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 1a222c2d2c2..478f01a6283 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs index fc9b5325402..25e1b2a4f1e 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs @@ -36,7 +36,6 @@ public SubmitRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs index a6c79385718..077e8961e19 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs index cb73b13a27d..88c4e14c96d 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubmittedResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs index 4356c964adb..3d422e4a443 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs @@ -36,7 +36,6 @@ public UnsubmitRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs index d78de72ddc8..1aba0c09d2d 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubmissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Classes/ClassesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Classes/ClassesRequestBuilder.cs index a050aaf5c5a..4e4264f8393 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Classes/ClassesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Classes/ClassesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class ClassesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Classes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Classes/Count/CountRequestBuilder.cs index 3899bab8af1..896ad8c95d6 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Classes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Classes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Rubrics/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Rubrics/Count/CountRequestBuilder.cs index 5c0fb8a177a..70f184e032b 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Rubrics/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Rubrics/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Rubrics/RubricsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Rubrics/RubricsRequestBuilder.cs index 0ce1724f81d..674d552be3c 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Rubrics/RubricsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Rubrics/RubricsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RubricsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Schools/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Schools/Count/CountRequestBuilder.cs index cfb9122f33f..93eb0121240 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Schools/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Schools/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/Schools/SchoolsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Schools/SchoolsRequestBuilder.cs index f38ead036b0..beddc456b4e 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Schools/SchoolsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Schools/SchoolsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SchoolsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/TaughtClasses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/TaughtClasses/Count/CountRequestBuilder.cs index f3aa03dea15..c8f5cb4dd23 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/TaughtClasses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/TaughtClasses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.cs index a51020bbfa3..a9161b0f0f3 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaughtClassesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 948ed469465..28611043fc0 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Me/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index e079ed02438..af7715d4c31 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Schools/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/Count/CountRequestBuilder.cs index c8c9d64b628..8182e57ef1b 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Schools/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/Delta/DeltaRequestBuilder.cs index 373167b9311..8593bc355ab 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created or updated schools without having to perform a full read of the entire school collection. See Use delta query for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created or updated schools without having to perform a full read of the entire school collection. See Use delta query for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/ClassesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/ClassesRequestBuilder.cs index 91e14e264eb..aeb1b520c16 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/ClassesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/ClassesRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class ClassesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/Count/CountRequestBuilder.cs index 1bbecf0ad92..dc5f0a36158 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.cs index c6b351ccb6f..cc9985fbb95 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/Count/CountRequestBuilder.cs index 1e552988899..34697aaac2a 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.cs index a84e37856f2..c3fbea9f119 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/UsersRequestBuilder.cs index f9ffae5048a..5fe4d112b5f 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/Item/Users/UsersRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class UsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Schools/SchoolsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Schools/SchoolsRequestBuilder.cs index c8e0775f267..6f680703632 100644 --- a/src/Microsoft.Graph/Generated/Education/Schools/SchoolsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Schools/SchoolsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class SchoolsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Count/CountRequestBuilder.cs index 91d86eb9fb6..890ed11689d 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Delta/DeltaRequestBuilder.cs index d3d5f799dff..8bdb48ce826 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created or updated educationUser without having to perform a full read of the entire collection. See Use delta query for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created or updated educationUser without having to perform a full read of the entire collection. See Use delta query for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.cs index 0c0865cad8a..82d6c26d6fe 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Count/CountRequestBuilder.cs index e6d7c80984a..695cf8fc69e 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.cs index 4263da7ce8f..8a7da3d5a87 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Activate/ActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Activate/ActivateRequestBuilder.cs index 0c36bacf161..cbb242a8314 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Activate/ActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Activate/ActivateRequestBuilder.cs @@ -36,7 +36,6 @@ public ActivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs index face29e3d9b..93f42c36a42 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs index 79bdb93a705..fd51f5bbafa 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs index 28e5392f9ee..7167eaece50 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs index 71d10bf9b59..86a25984a41 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs index 7a9012358cc..b6df6ac860e 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.cs @@ -36,7 +36,6 @@ public DeactivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.cs index 7d7262e8c37..e2bdd968f3e 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.cs @@ -36,7 +36,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publish an education assignment. Change the status of an educationAssignment from its original draft status to the published status. You can change the status from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The status of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs index b3ddc3a2e49..d8e5cb87ff0 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs index 277b01436f4..68ddd22bda7 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs index 47814915648..ac404ccccd7 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter } /// /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 3b212e936fe..ceebfff2f1b 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs index 45f7c2d7874..cdba89cff25 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs index c499b8f243e..15cd6446713 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs @@ -36,7 +36,6 @@ public ExcuseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs index 9c760b9996a..ba5f211488b 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs index e0fbfdfc165..3d737e3eba5 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OutcomesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs index 5e51c96e31a..81340e34c3a 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs @@ -36,7 +36,6 @@ public ReassignRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs index ff03a9e25f9..7dccf57311a 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs index 3a4ff999e0f..6adc222a352 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs index 76e15137ed3..bcbee88754b 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs @@ -36,7 +36,6 @@ public ReturnRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 23eb2512f1d..8b389b1730b 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -36,7 +36,6 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs index 5c9cd3266f2..c46df78406f 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs @@ -36,7 +36,6 @@ public SubmitRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs index f39dcc0670f..7ce6b3e7ac1 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs index 1579b9a44c0..4cb2e8e6d73 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubmittedResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs index fb15e6e01ac..85b14530fb0 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs @@ -36,7 +36,6 @@ public UnsubmitRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs index 1e921da3c54..537739b66b5 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubmissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Classes/ClassesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Classes/ClassesRequestBuilder.cs index 378c40872d0..c406a8cac28 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Classes/ClassesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Classes/ClassesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ClassesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Classes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Classes/Count/CountRequestBuilder.cs index cfc6f9fb6eb..1352f5751a7 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Classes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Classes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Rubrics/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Rubrics/Count/CountRequestBuilder.cs index ffc6e955384..3163ff4f3ed 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Rubrics/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Rubrics/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.cs index 92cdca99153..95b23363de3 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RubricsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Schools/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Schools/Count/CountRequestBuilder.cs index 76472da40fc..6b5fe4f3a10 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Schools/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Schools/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Schools/SchoolsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Schools/SchoolsRequestBuilder.cs index bf613862017..961a1e1183e 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Schools/SchoolsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Schools/SchoolsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SchoolsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/TaughtClasses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/TaughtClasses/Count/CountRequestBuilder.cs index d79c76ab279..1c9da37ed08 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/TaughtClasses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/TaughtClasses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.cs index d630a3e493d..219ac9450cb 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TaughtClassesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index ca8180a41d0..87f457b1897 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 493150822f4..7189c75cd76 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/UsersRequestBuilder.cs index b1d057a17ff..5d4f38692e9 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/UsersRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class UsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/CommunitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/CommunitiesRequestBuilder.cs index 1539a55d141..2e759a454ee 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/CommunitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/CommunitiesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CommunitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Count/CountRequestBuilder.cs index 0592fd54d2d..5869194469f 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 2f7f0e3d43a..32acc41a3d4 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 871ef1e7f42..a244a6e9772 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Count/CountRequestBuilder.cs index 7a0b8477604..878e152f083 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 8e64d6fa25d..17e89e02d7c 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 08e9c3eaaa8..053ed692355 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/OwnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/OwnersRequestBuilder.cs index a0ac32d8124..ad44574bccf 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/OwnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/Communities/Item/Owners/OwnersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class OwnersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/EngagementAsyncOperations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/EngagementAsyncOperations/Count/CountRequestBuilder.cs index 01b39444a33..c884359a3da 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/EngagementAsyncOperations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/EngagementAsyncOperations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/EngagementAsyncOperations/EngagementAsyncOperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/EngagementAsyncOperations/EngagementAsyncOperationsRequestBuilder.cs index 8dcfd277346..f63a48e0da2 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/EngagementAsyncOperations/EngagementAsyncOperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/EngagementAsyncOperations/EngagementAsyncOperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class EngagementAsyncOperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs index bf271ac0ad4..8036dcd038a 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs index ccde443b709..5ab590eed4e 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class LearningCourseActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Count/CountRequestBuilder.cs index 714d1083829..08dad9fa8ca 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Count/CountRequestBuilder.cs index 5ddc55b1b61..cb6c03d2e7c 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.cs index 122cf559231..10eae93f585 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class LearningContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Count/CountRequestBuilder.cs index 0e5bafb5c68..6daef6e8beb 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs index 6355e3d4295..542fbd869ba 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class LearningCourseActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.cs b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.cs index 02d11466b33..7953f8a8378 100644 --- a/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class LearningProvidersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/External/Connections/ConnectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/ConnectionsRequestBuilder.cs index afa156bcc72..057c8e52eb9 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/ConnectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/ConnectionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ConnectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/External/Connections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Count/CountRequestBuilder.cs index 663491cd2a8..58bb3776172 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Count/CountRequestBuilder.cs index e568e2d599e..7ba876b8522 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/GroupsRequestBuilder.cs index 7a2244df47a..520327ba31a 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/GroupsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class GroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs index c1345581320..ba4a5bce3d4 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs index 1b71f0989ad..35085e42181 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Count/CountRequestBuilder.cs index 72b94faad65..fa51b59259d 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs index 94da9ebbe41..b06857b0b5c 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs index 336d15fa77b..c37569ba814 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/ItemsRequestBuilder.cs index 7f3c1355c8d..14537b62a2c 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/ItemsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Operations/Count/CountRequestBuilder.cs index 39514f63b97..21cae317738 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Operations/OperationsRequestBuilder.cs index cc562bec626..7e9792c6ddb 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/FilterOperators/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/FilterOperators/Count/CountRequestBuilder.cs index 64c93e1d6d3..2677acc31f2 100644 --- a/src/Microsoft.Graph/Generated/FilterOperators/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/FilterOperators/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/FilterOperators/FilterOperatorsRequestBuilder.cs index 6812b19abcd..0bb7f89ca66 100644 --- a/src/Microsoft.Graph/Generated/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FilterOperatorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Functions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Functions/Count/CountRequestBuilder.cs index 98134775149..368f0531c24 100644 --- a/src/Microsoft.Graph/Generated/Functions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Functions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Functions/FunctionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Functions/FunctionsRequestBuilder.cs index 63311235095..df5ba3a2828 100644 --- a/src/Microsoft.Graph/Generated/Functions/FunctionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Functions/FunctionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FunctionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Count/CountRequestBuilder.cs index 1e1dc95e9c9..beb0c246db3 100644 --- a/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs index a64924b4697..5d738b8d9e1 100644 --- a/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class GroupLifecyclePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs index 56371b03a9c..68419caf8ec 100644 --- a/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs @@ -35,7 +35,6 @@ public AddGroupRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddGroupRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs index 75ddd9d01d2..c1d758c8984 100644 --- a/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveGroupRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Removes a group from a lifecycle policy. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveGroupRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Removes a group from a lifecycle policy. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Count/CountRequestBuilder.cs index 429ee18ea24..4e6a9f172ce 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Delta/DeltaRequestBuilder.cs index 187a017645e..d437be958ea 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 11841eb686b..0b5ffa3e95f 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.cs index 9f753cce7ec..75188adacc5 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.cs index 6dbe4ca680c..5d48bb69990 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.cs @@ -237,10 +237,10 @@ public partial class GroupSettingTemplatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index add907229cc..8ae3cb78aad 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 7611d7b7266..154936737c5 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 68aae9c7837..13a60660354 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.cs index 7a572f16d42..97563c1c761 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs index f6ad957257f..399f7e01bbf 100644 --- a/src/Microsoft.Graph/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/GroupSettings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettings/Count/CountRequestBuilder.cs index 29a5c92d842..3ba341bd23d 100644 --- a/src/Microsoft.Graph/Generated/GroupSettings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/GroupSettings/GroupSettingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/GroupSettings/GroupSettingsRequestBuilder.cs index 4fc8bd9b6af..bb5a545fbbf 100644 --- a/src/Microsoft.Graph/Generated/GroupSettings/GroupSettingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/GroupSettings/GroupSettingsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class GroupSettingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Count/CountRequestBuilder.cs index b34a3a2f5d7..20bb0517558 100644 --- a/src/Microsoft.Graph/Generated/Groups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Delta/DeltaRequestBuilder.cs index e6db4d2bad8..b6e368cf589 100644 --- a/src/Microsoft.Graph/Generated/Groups/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted groups, including group membership changes, without having to perform a full read of the entire group collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted groups, including group membership changes, without having to perform a full read of the entire group collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index d237fbe1b33..e823f8c9614 100644 --- a/src/Microsoft.Graph/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/GetByIds/GetByIdsRequestBuilder.cs index 687e9e44f77..920a5e58eec 100644 --- a/src/Microsoft.Graph/Generated/Groups/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs index 01d4665b01e..4fa0972b596 100644 --- a/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class GroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.cs index fd6bcf48f05..1ae5a17c904 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class AcceptedSendersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/Count/CountRequestBuilder.cs index 20293a7d1a7..db1948e060e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.cs index cf33ff6ecba..fdd039798cd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.cs index b485692bb25..219c12f8357 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.cs @@ -35,7 +35,6 @@ public AddFavoriteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Add the group to the list of the current user's favorite groups. The group shows up in Outlook and Teams favorites. Supported for Microsoft 365 groups only. - /// 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/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs index baff7df927d..87301fed7a0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AppRoleAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/AppRoleAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/AppRoleAssignments/Count/CountRequestBuilder.cs index e6d2e43d0d6..76b9f1cab7e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/AppRoleAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/AppRoleAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.cs index 02d4fba6854..bce001fc9da 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.cs @@ -36,7 +36,6 @@ public AssignLicenseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Add or remove licenses on a group. Licenses assigned to the group will be assigned to all users in the group. Group-based licensing is an alternative to direct user licensing. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs index 2968ede87c7..2e0645095da 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class AllowedCalendarSharingRolesWithUserRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs index 73a93e55e64..8c78d059c3f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CalendarPermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs index 35efe06a741..5e24f3feb07 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 d7861da6448..62774641b43 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs @@ -162,7 +162,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs index f6178919f27..1d9dfebfa45 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Count/CountRequestBuilder.cs index 05bb5a5a19f..fa12fd7b7c8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs index 68865711e42..d1a6a0c73d5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/EventsRequestBuilder.cs index 6d142ccadfc..00ae7546546 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/EventsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs index c808f90cde9..bdf105df991 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs index 5b3eef7b987..aa8b4af54c3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs index 55f4dd78deb..803ce90ab86 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index da3670f4d6f..fe5ec7aef9c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs index bdd96f3c2d2..6970d540254 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs index da4858d5dd1..3d3b1f55d25 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index 2e9a71c0e10..b7684ceb851 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs index 74a922d3ca5..86b9af55bb9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs index 1ebb6c2e4ac..9ba33ba4bff 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs index 160af8fdee0..db557496aa9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index fab51bbccac..a43009435e0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 6bc7ead6de9..8468dd93882 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index f22e7cfd30a..ec8b29f4987 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index c8e80df9b01..a00a3fda307 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs index edff9a6d1b5..ffad839f60e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs @@ -35,7 +35,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs index c5664c6cd07..fc7462cc489 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure deleted item retention and recoverable items quotas. - /// 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/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs index c3f5ff2d333..713518adb87 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -163,7 +163,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -176,7 +176,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.cs index 7cd1231b4f1..cb686844825 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 49b9154a8a9..eee01389f89 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs index 1ef4baf386d..4c8d89c160a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ConversationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Count/CountRequestBuilder.cs index 1cf98f2863f..e651df413d2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 5559ddb44ef..71774d8fdb9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs @@ -64,8 +64,8 @@ public async Task DeleteAsync(Action - /// The group's conversations. - /// Find more info here + /// Retrieve the properties and relationships of conversation object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -107,7 +107,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// The group's conversations. + /// Retrieve the properties and relationships of conversation object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -143,7 +143,7 @@ public partial class ConversationItemRequestBuilderDeleteRequestConfiguration : { } /// - /// The group's conversations. + /// Retrieve the properties and relationships of conversation object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ConversationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Count/CountRequestBuilder.cs index 16c81878ec2..14121c209b7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs index 090175a7a2f..d08349b1fbc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs index 48fcba98643..9b67bf6e9ac 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs index f35d7f22672..1f9ef9ca4f2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index f6b4720d932..eaa3471d7eb 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs index 9e47596cedc..a978afa35a1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs index 2be16691144..c06b8104c8f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs index bcd145a55c8..8cdabf62880 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs index dc71258d933..7e386592b65 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs index e04fd0041ec..020cf32dd0b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 2a1ceb2992c..96aad6e7138 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs index 977f8f0aecd..75907458e9f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs index 25d9c7e9b38..a2c41f072cb 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs index 1267626b65d..a3931b86bea 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.cs index 058807c5811..5fc70fd69aa 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class PostsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs index 0e2344a3ec1..2ccc0493f4a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// 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 /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.cs index 0cb59261157..59fe18750ed 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ThreadsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Drives/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Drives/Count/CountRequestBuilder.cs index 2f2206eb730..5c7f3465a78 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Drives/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Drives/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Drives/DrivesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Drives/DrivesRequestBuilder.cs index 37caf0a676b..da035ccd547 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Drives/DrivesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Drives/DrivesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class DrivesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Count/CountRequestBuilder.cs index 5d95e16dd13..6129c068622 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.cs index 1b448e62966..d00c75d293f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/EventsRequestBuilder.cs index 291219dca1a..22f1a7a5abd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/EventsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.cs index 6c433f72fac..add2648c213 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs index a10bf4ff757..7e7addb2766 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs index 8c9247d4cef..0b37d553580 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 863eee4fdb5..09891bf7109 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.cs index 0dbb9500f4a..df73c48c8a1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.cs index e44253f698c..0e1171f4c3e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index 05dc13e7de4..b4477be8011 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs index 22f90a32225..161eb0de786 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs index 1fcdf23da7b..8e670a519ae 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.cs index b86427586ba..a61c3a0b6ab 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index dde46031fd0..907c28c6222 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 79e3eb9566b..c7e7b408fca 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 79019eab37b..a938bc87f69 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 9990f7f1de0..a8939c4445e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Extensions/Count/CountRequestBuilder.cs index f6d8d7ed337..706ad22609c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Extensions/ExtensionsRequestBuilder.cs index 67d861f60ff..7fdf377116e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index f0b3a030aca..ed0be54e33a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index d81b3ba8c91..7ec4030aff5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Count/CountRequestBuilder.cs index fdadc595261..5a421d9412f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs index dd2c18b0b21..9a01e858e2a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class GroupLifecyclePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs index d21cc22e3a0..d7d1c35c738 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs @@ -35,7 +35,6 @@ public AddGroupRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddGroupRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs index 699b8507eed..4b12868fdb0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveGroupRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Removes a group from a lifecycle policy. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveGroupRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Removes a group from a lifecycle policy. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/Count/CountRequestBuilder.cs index ef39619f767..b28134f3231 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index bb802f6eb48..5e239d78a5b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index d1ccef18543..7cb90fea2b0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index 2c9627e33fc..f092803c9cc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 6806281b4d8..283e58e287e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/MemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/MemberOfRequestBuilder.cs index 7c3182846a1..88b557d5238 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MemberOf/MemberOfRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class MemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/Count/CountRequestBuilder.cs index f3aaad36ec2..b51ec024040 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphApplication/Count/CountRequestBuilder.cs index 919d93df4d8..bca4188e228 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs index 0093bb941d9..871895bb50b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphDevice/Count/CountRequestBuilder.cs index 2734a4d21f3..48011df5300 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs index f0f297d234b..7f5338e6821 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphGroup/Count/CountRequestBuilder.cs index 24e49369d6b..03658a4f9cf 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs index 1c891b818bd..8ef1aedb58f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs index 2fff5cd4c3a..47b8152a8ae 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 9147eab41db..19bc7123c38 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs index b85255958d6..e04736e1260 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 4df2700d074..869a52e8526 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphUser/Count/CountRequestBuilder.cs index f72821b6a0e..820e3645f8e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphUser/GraphUserRequestBuilder.cs index bfa16147cb7..eafed60e389 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/GraphUser/GraphUserRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/MembersRequestBuilder.cs index 6d88a9a2695..f35bd2fad32 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/MembersRequestBuilder.cs @@ -208,10 +208,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Members/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Members/Ref/RefRequestBuilder.cs index b6540cee727..46bcb3516fa 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Members/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Members/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/Count/CountRequestBuilder.cs index c1664d866ed..54fffd43fd7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/Count/CountRequestBuilder.cs index b026d12e21f..cd40c85120b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/GraphApplicationRequestBuilder.cs index fa5ce322985..27010851051 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/Count/CountRequestBuilder.cs index c39f75ce25f..2f2933ec5a0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/GraphDeviceRequestBuilder.cs index fdf91b48706..8e7d5be61f9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/Count/CountRequestBuilder.cs index 81a93dbfef2..849509858bb 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/GraphGroupRequestBuilder.cs index 499bf6d12f3..198cc398db4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/Count/CountRequestBuilder.cs index 0e9ded99e34..652d8d52022 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 07f3aefb3c0..d54662314dc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/Count/CountRequestBuilder.cs index de4b1c8f3e6..8bb282e88ec 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 83a0e6154b9..19931e7adb0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphUser/Count/CountRequestBuilder.cs index 602fd3a73a2..6174b12cd33 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphUser/GraphUserRequestBuilder.cs index 40065f738cc..0f44f0cb73a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/MembersWithLicenseErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/MembersWithLicenseErrorsRequestBuilder.cs index 957f8dc3759..0b849e365e6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/MembersWithLicenseErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/MembersWithLicenseErrors/MembersWithLicenseErrorsRequestBuilder.cs @@ -201,10 +201,10 @@ public partial class MembersWithLicenseErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs index b87d1928065..1c9a0b8b9c5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs index b91d6859e98..fdfaa1ccc8d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs @@ -36,7 +36,6 @@ public GetNotebookFromWebUrlRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs index 7873ba577dc..1956cdc909d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs @@ -37,7 +37,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,10 +141,10 @@ public partial class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilde #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs index 9f378a008cd..a656e30ccb0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs index 3fde7f2a6c9..fc16bc9c5f1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index bf5e8060c23..6b41d8af1fc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index d688f2bfbdf..0c1779081d5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index dc731b78bbd..aa35aa92f61 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 1f0b0f680a4..c2fb680ec20 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 7ed52a77a79..2f73f5d3d05 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index c939bd19d89..26d86cc3873 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index b73ee83264c..e3decb64958 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index e4439429190..cf53f60fca3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index c499f34667a..91e13fabf07 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs index c74d6bb6576..c0e663099df 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs index 83d8c765f46..da03af287cc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 78335037ed0..074cd395995 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index e28e7c54b5d..1e13b3730ab 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 2a379699378..20ffe3baabc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 8ef279e9976..c736a8d3878 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 3b7c9e1682a..e0ef1d6d0c6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs index c78a26f4c4a..c3df8193678 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs index 289ffba65fe..58147bf0bf2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class NotebooksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Operations/Count/CountRequestBuilder.cs index 81a40a2854c..a53b7eba034 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.cs index 1273aab6d89..4531c2057e8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/Count/CountRequestBuilder.cs index f71e9be34d7..a35d130ca8c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index c9167db8ed8..00e646b6738 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.cs index b94b1a55ffb..914be1676ae 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Resources/Count/CountRequestBuilder.cs index 60133843ed5..e8ac88a52b6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Resources/ResourcesRequestBuilder.cs index 65adfc95f5e..0c587d4b5fd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs index 73d1f3f3470..ed81b0a5ca1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index cb18f632b32..d566c120ba5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 3e40e02d114..f60291cae36 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index cdf51c85a22..e653ece969d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 24d5fe1a4cd..9cfc2f10dbf 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 724b21e9a58..ffc5f8cac78 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 50d380050c1..440322ee028 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 61c6c5ac4fc..27ca416fdb1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 6a6998c8183..c7de1efa158 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 7b65cd30988..b86a0d84a43 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs index ed2a99e01dd..894072e2648 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Count/CountRequestBuilder.cs index a77d2a7a9dd..538ba957b73 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 39c5e51fdb9..5a0fd1ef59a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 5701e87c775..e58d61750b2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs index 31bf1120593..09e0951544e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 13c4967e708..e9c1200ec7a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs index e08d84ac496..c581b03da03 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.cs index a4efa57b4af..d234c405d85 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/Count/CountRequestBuilder.cs index b24b2f153d8..1f90529ab6e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphApplication/Count/CountRequestBuilder.cs index 07d441c9fbd..23b9630c4b9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphApplication/GraphApplicationRequestBuilder.cs index e5fd3e79992..c7f4072e8db 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphDevice/Count/CountRequestBuilder.cs index 9e8673bd420..6ad5c133134 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphDevice/GraphDeviceRequestBuilder.cs index f91565b10c8..f384b9b10a3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphGroup/Count/CountRequestBuilder.cs index 283e2fbbebe..f3dd9050a50 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphGroup/GraphGroupRequestBuilder.cs index 22cdce8cf77..c5acf2ae01d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphOrgContact/Count/CountRequestBuilder.cs index d3ab632d81d..b6ad5081e70 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 3559084fc75..de6829b3ac3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs index 38fd059f873..661160937c4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index fe36eaeef29..85be27a3763 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphUser/Count/CountRequestBuilder.cs index 4c6a032f35f..5e80b1dddc0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphUser/GraphUserRequestBuilder.cs index bb161ab0b7b..26585593f62 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/OwnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/OwnersRequestBuilder.cs index f466da38a16..cae725b197a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/OwnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/OwnersRequestBuilder.cs @@ -208,10 +208,10 @@ public partial class OwnersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Owners/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Owners/Ref/RefRequestBuilder.cs index 0da4d26fe1a..8cf7fd73059 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Owners/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Owners/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/PermissionGrants/Count/CountRequestBuilder.cs index 436312c5ef9..3b1d48ac13d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index dbaf889ee46..29c6a724912 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Photos/PhotosRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Photos/PhotosRequestBuilder.cs index 72b76cbdbba..45d6d3b8024 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Photos/PhotosRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Photos/PhotosRequestBuilder.cs @@ -160,10 +160,10 @@ public partial class PhotosRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Count/CountRequestBuilder.cs index 906e12f983f..a9d0eab7627 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs index f69012d57b5..a0d31264208 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class BucketsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs index da3a78c20b8..4d31f472579 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs index 383effe22ec..8746bbac643 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs index d98b35d3b5b..9970e0448c4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs index 3dbfa3bc71a..fb725a67f16 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs index 189a926e33e..415f9b39f2a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/PlansRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/PlansRequestBuilder.cs index 1e61ae0fd49..b37be62ef57 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/PlansRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Planner/Plans/PlansRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PlansRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/Count/CountRequestBuilder.cs index fe7f5e1ab0e..9502cec2cdf 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.cs index c2b24866c64..64a1688edf1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.cs index 3d09323366e..005d78610a6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class RejectedSendersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.cs index 24765a60cbd..fad13d68a33 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveFavoriteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only. - /// 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/Renew/RenewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Renew/RenewRequestBuilder.cs index b2244f1ae43..e1b12b358ab 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Renew/RenewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Renew/RenewRequestBuilder.cs @@ -35,7 +35,6 @@ public RenewRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Renew a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. - /// 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/ResetUnseenCount/ResetUnseenCountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.cs index 84a2334a85b..9784f2c8fd3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.cs @@ -35,7 +35,6 @@ public ResetUnseenCountRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only. - /// 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/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Restore/RestoreRequestBuilder.cs index ce34bd4a1c5..964e393a47a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs index 740abe972cd..9e39d60bf62 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs @@ -35,7 +35,6 @@ public RetryServiceProvisioningRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Retry the group service provisioning. - /// 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/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index bcf74bb96ef..38a5975fa46 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index e421f2c2f24..5d36b4e5da7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Settings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Settings/Count/CountRequestBuilder.cs index 1bd05a50b3f..483c430edc4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Settings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Settings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Settings/SettingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Settings/SettingsRequestBuilder.cs index 186d46e8da6..490d93915f6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Settings/SettingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Settings/SettingsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SettingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Add/AddRequestBuilder.cs index 131662228ec..818c7b68501 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Follow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Follow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Count/CountRequestBuilder.cs index 02e8a31116d..79c253db104 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.cs index b9d06cf5788..0fc7d6ba3b9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,you can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.The application calls the API without specifying any parameters.The service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.Your application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.To monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,you can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.The application calls the API without specifying any parameters.The service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.Your application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.To monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.cs index f38552867d8..f9e4da4b3d8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllSitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllSitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllSitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs index aac589724ae..aee4e4c9c3c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs index 85b140b6ba0..c0f2861fc98 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs index d6fd1e1d74c..e1fe54a0b66 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs index f2c14c42eb7..6b69fda07a4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ItemActivityStatsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.cs index eabfbbe3efd..b38c05ab6c8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Columns/Count/CountRequestBuilder.cs index f1c8dd40034..0b5d0422590 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 4f3d87262fb..e772d025f44 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Add a copy of a content type from a site to a list. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index 2f1d5f9d553..c5ce755ccd8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs index a6e918facab..419be02886a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs @@ -230,10 +230,10 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs index 4afe5087856..c0e8a5a360a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 207e783697b..0d94e14e1ee 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetCompatibleHubContentTypesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index c757db7e4a4..e6a09718e86 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -35,7 +35,6 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Associate a published content type present in a content type hub with a list of hub sites. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index dd3b93cdddb..a773820ec7d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class BaseTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index 2b15fcef6ff..21868d4b5b0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index aeb1a274fe0..27e37942793 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnLinksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index c8db4b2f401..925469a2acb 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index 1880638fa93..e282118d43e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ColumnPositionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index d8de5e0e7f3..204f0c4d915 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index c272e54ada8..c927e72e4da 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index 3d07e978e4a..ae22693561e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index 0fba4f85673..40e8819e379 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -35,7 +35,6 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl, IRequestAdapter } /// /// Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index ce951b318ca..d2c031c19fc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -35,7 +35,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs index e8c87f256a4..fac8f561f30 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -35,7 +35,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publishes a contentType present in the content type hub site. - /// 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/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index 517e701a42f..7b8f51b13c1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -35,7 +35,6 @@ public UnpublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unpublish a contentType from a content type hub site. - /// 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/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 94c99379f71..85994db22e5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4b7f86db376..9cbbeb1b5f3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Drives/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Drives/Count/CountRequestBuilder.cs index 803b3f789ad..ffc6a7ac101 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Drives/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Drives/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Drives/DrivesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Drives/DrivesRequestBuilder.cs index ee2cf031bd5..21c925e177a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Drives/DrivesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Drives/DrivesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class DrivesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs index 1b322cdb0fe..9b9ff226839 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs index 526e9d9b2b0..0c412035550 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ExternalColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 1c7d2f560b6..90bbec2c18e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index e47d96ad621..ce69fb0e394 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs index d5e6e9af36f..35ea39c962b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs @@ -37,7 +37,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl, I } /// /// Get site contentTypes that can be added to a list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl, I } /// /// Get site contentTypes that can be added to a list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class GetApplicableContentTypesForListWithListIdRequestBuilderGet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs index 1e95e1f4cff..cdfcf6fc733 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ColumnsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ColumnsRequestBuilder(Dictionary pathParameters, IRequest /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class ColumnsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs index 028073ecda0..e066b34d960 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ContentTypesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ContentTypesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ContentTypesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ContentTypesRequestBuilder(Dictionary pathParameters, IRe /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ContentTypesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ContentTypesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs index 80e7d06c22f..01644f61fcc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class DrivesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public DrivesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public DrivesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public DrivesRequestBuilder(Dictionary pathParameters, IRequestA /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public DrivesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public DrivesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -113,16 +113,6 @@ public partial class DrivesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -146,10 +136,10 @@ public partial class DrivesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs index d2f11e4d999..89fd650d851 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ExternalColumnsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ExternalColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ExternalColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ExternalColumnsRequestBuilder(Dictionary pathParameters, /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ExternalColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ExternalColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -113,16 +113,6 @@ public partial class ExternalColumnsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -146,10 +136,10 @@ public partial class ExternalColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index ddee9b9bef4..e5aff83724e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 7ea5119b952..70b4f5e8d57 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs index 22cba98eac2..5e298c5fa04 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs @@ -37,7 +37,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl, I } /// /// Get site contentTypes that can be added to a list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl, I } /// /// Get site contentTypes that can be added to a list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class GetApplicableContentTypesForListWithListIdRequestBuilderGet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs index 71f38349afb..ff66d5761f8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ItemsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ItemsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ItemsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ItemsRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -113,16 +113,6 @@ public partial class ItemsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -146,10 +136,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs index ef51e3ba2ca..7511e88a74a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ListsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ListsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ListsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ListsRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ListsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ListsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class ListsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class ListsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs index 25472f0d80e..7b433152a9d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class OperationsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public OperationsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public OperationsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public OperationsRequestBuilder(Dictionary pathParameters, IRequ /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public OperationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public OperationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class OperationsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.cs index 78ce824ed41..14eb406d628 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class PagesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public PagesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public PagesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/pages{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public PagesRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public PagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public PagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/pages{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class PagesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs index d56e78c9298..996d65c6a3a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class PermissionsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public PermissionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public PermissionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public PermissionsRequestBuilder(Dictionary pathParameters, IReq /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public PermissionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public PermissionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class PermissionsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class PermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs index 2fbba5d495e..df16ed1f872 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class SitesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public SitesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public SitesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public SitesRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public SitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public SitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -113,16 +113,6 @@ public partial class SitesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -146,10 +136,10 @@ public partial class SitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs index ca80d106139..e1d8706b3ef 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class TermStoresRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public TermStoresRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public TermStoresRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public TermStoresRequestBuilder(Dictionary pathParameters, IRequ /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public TermStoresRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public TermStoresRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class TermStoresRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class TermStoresRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Items/Count/CountRequestBuilder.cs index a1e219f0ca7..3a4bc799c29 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Items/ItemsRequestBuilder.cs index bc819b5e676..fb260edb7a7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Items/ItemsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index d7ca9d8c8b3..b74ec71ee8e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 6ecc5f0f7cf..f1edfa55a5c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Count/CountRequestBuilder.cs index 3977a1c9ea8..34565177ef1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs index 8f64cdca9c4..4a7d6c1d5ea 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs index 85ea93c15b8..cf4a6f1c22e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 37385c2d74e..48133e48c3f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Add a copy of a content type from a site to a list. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index 4d117b52e72..04cde042a71 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs index 7fdd1d750a0..f3648601797 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs @@ -230,10 +230,10 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs index 67870e49ad7..e104a5cdfb9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 0f114b24863..abaedc1b0f9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetCompatibleHubContentTypesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 5fba607ad19..db1bf1ba64e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -35,7 +35,6 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Associate a published content type present in a content type hub with a list of hub sites. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index 9ff0f0485ad..426d15cb8ef 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class BaseTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index fe1dfa3921e..6b71afd4250 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index f9b2a046626..00c03c8936b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnLinksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index 2f8db8297d3..594ec03f4fc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index c06a46b69f4..514ff37c3c8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ColumnPositionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index bd5afa95d37..87627544366 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index 39f64e191f3..65bb97f3ecd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index d382640cfa8..78a4a8c7d9e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index 30b3feeb1e2..c21f245807f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -35,7 +35,6 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl, IRequestAdapter } /// /// Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index f43d8655461..84d853997bf 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -35,7 +35,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs index 791d93bf345..32cc5c3b6c3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -35,7 +35,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publishes a contentType present in the content type hub site. - /// 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/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index e3467e12408..9b04aba977e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -35,7 +35,6 @@ public UnpublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unpublish a contentType from a content type hub site. - /// 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/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index f697cbbc708..277252f6117 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index dc5486b9ce4..fa1a233db8e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.cs index e5c785c2ee5..ce9bb4cbe29 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.The same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.The same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs index 0c2bf258c17..fdad7c2cd2c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class DeltaWithTokenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 542f6f45a73..d3d825b6b4a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index b9d457ee78d..f7330ae6811 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs index e558ddb04cc..4b630181f99 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs index 4ef2dd542a1..6f2edbaffad 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DocumentSetVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs index b488c31e29a..78ca20ff6ec 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a document set version. - /// 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/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index d2c8cebdcae..41a92132b59 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 1d52b582c7f..db9c23267a6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index a23f3c4290f..04d52f292a2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index b7c31795bb1..2abec830d3c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs index dbaa698cf22..37ec2c963d3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index 43f8ddd86e1..d7fc1af5993 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreVersionRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. - /// 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/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs index 084587a6d6e..bfcad52c848 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs index aac80d8c0cd..9284edac41a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 667b6f353f2..d6a9f76ec11 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 9a80133a171..62e092198c9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs index 4f348d02c9e..38bb5fcc9bd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs index 7482fa4d6b4..8b6007cfb71 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs index 747dbc3fd68..3c2873f4511 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index 2db84c50842..adde6c8c266 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -35,7 +35,6 @@ public ReauthorizeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. - /// 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/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs index 9cfbb9e9ee0..b8cbed7a8e2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubscriptionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.cs index ae6b6c3d6e7..da60fc02a22 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ListsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs index 30f0594635a..14e2d24cc4b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs index e3d40229703..14fb6b0178e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs @@ -36,7 +36,6 @@ public GetNotebookFromWebUrlRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs index 3920388968f..f8aa6d97f91 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs @@ -37,7 +37,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,10 +141,10 @@ public partial class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilde #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs index 7551251646a..a14c122e47c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs index 4a14ceac647..6602527b91b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index 851bfd9040b..d6474840582 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 5c87af3381c..482e3688c18 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index 91fef39f01f..1a2277e42d0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 153618dd460..b59e9dc8527 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index d532ed66bcf..ab8c445e4dd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 1eedfe3fe34..00ce3cb865c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 18bd8853b72..73203bb9be9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 3ff7190c736..09b94324c6f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 7bd73197a05..f6ba754da0f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs index f6fe6c3b7af..aadc75142b4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs index d8a74f34cb0..d54f0f6499e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index aa6faaf869d..3e90a5ac2dc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 4f902dc95a6..94a69bfd6a8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index b98c94ac044..a2caa1f7ea6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 964eb074324..d396b689e27 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs index fa0e4a5f476..d23fc6c6da8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs index c3cbe57c293..35cfb8c3ba3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs index d0f56f2602c..00b2cc77f7c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class NotebooksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs index 85c40178275..f9bd3e1d912 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs index 5c74db506b2..4c1428675f5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs index f47855e40db..6a9a47f612f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 7847cb58dab..4086e1f489a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs index a9c0534be60..b7d286fc42b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs index a139342b326..8d068c1864f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs index bcb939ad599..35e2481673b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs index a6180d3a95d..5f834645693 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index 690afe03ac7..11756bff9ea 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index fcfacaceca3..b1aafc96092 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index 157af320e87..5bb031f0e58 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 7d67c98560a..7f7578213f1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 4d8f4e117f9..6294d7db7c2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 34569c2425c..99f38c065e6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 502dfa99e23..7858a345860 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 02bbb6ce2b8..df506127c8f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index de02da10342..6476e4818f0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs index 4aa0d7beddd..766ccd93dcb 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs index 3d704f72d20..01d8688355e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index c3b22fc9c57..a11d43cf8fd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 16432a8cc64..65e66988958 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs index 4c88e71caf3..2e8df06ae7a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index cb408665561..2a2065e5d2d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs index d538f62cbd1..7902582c303 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs index 894abf6eca7..a9150bc9879 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Operations/Count/CountRequestBuilder.cs index ba69c8ca023..ec2a59046cd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.cs index 5960099dcc4..11b9b8d50f5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Count/CountRequestBuilder.cs index eb5b83f7d24..0826af8614b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/GraphSitePage/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/GraphSitePage/Count/CountRequestBuilder.cs index 822a2a94641..6c6dbe85d3c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/GraphSitePage/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/GraphSitePage/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/GraphSitePage/GraphSitePageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/GraphSitePage/GraphSitePageRequestBuilder.cs index c07e4b88353..4fc53d829de 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/GraphSitePage/GraphSitePageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/GraphSitePage/GraphSitePageRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphSitePageRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index c6c2a8d91c1..b89afe8f7c4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index e1c2b985a82..8fa2b36079f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Count/CountRequestBuilder.cs index 95f8b6a39a4..e493e813385 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/HorizontalSectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/HorizontalSectionsRequestBuilder.cs index 0d79cac18ca..5e906c7edc5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/HorizontalSectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/HorizontalSectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HorizontalSectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/ColumnsRequestBuilder.cs index 926e06a1c7f..1594516cc92 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Count/CountRequestBuilder.cs index c97f4502d46..cdebd147830 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/Count/CountRequestBuilder.cs index 2906b9caa92..51fde186431 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/WebpartsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/WebpartsRequestBuilder.cs index 56938ca0400..19006c8d418 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/WebpartsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/WebpartsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class WebpartsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/Count/CountRequestBuilder.cs index f3832485c2e..fcda655821b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/WebpartsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/WebpartsRequestBuilder.cs index 43a5e3c3308..1419cabf23e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/WebpartsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/WebpartsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class WebpartsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 288db2f0d77..f554263d933 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index e884aa2dbdf..014a11cbfd4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4d4de682c22..76ba060305e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 9506e50ac41..f168239bf94 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/WebParts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/WebParts/Count/CountRequestBuilder.cs index 7815642471f..9cfe5642392 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/WebParts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/WebParts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/WebParts/WebPartsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/WebParts/WebPartsRequestBuilder.cs index 9b470d27c8b..5ee36c92119 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/WebParts/WebPartsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/GraphSitePage/WebParts/WebPartsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class WebPartsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 5644535fef6..7fbed5a4167 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4e6436a0dc4..928697367bb 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/PagesRequestBuilder.cs index d42d15b7a75..1a322eb2cc5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Pages/PagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/Count/CountRequestBuilder.cs index 1f7b38d7054..d04f765fb75 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs index 9f178d2a985..860dcff0c2a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs @@ -35,7 +35,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.cs index bed6584d4ef..0a84b49bc11 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Sites/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Sites/Count/CountRequestBuilder.cs index 4018cd78857..ce7dba06698 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Sites/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Sites/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.cs index dd7e41da7ea..58450fb5d0f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs index 23f655f3cf7..324b1552fee 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs index 822e3102eb8..7b291f38574 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class GroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs index ec6e5b24542..3149f52789a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index de932c5027a..e9419af80d1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index bcb74813e51..1e5f0a2f023 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 907cd729260..385c39b9865 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index edd9c02bb9b..c4803cd8a6d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 074ac5f52c4..3648dd77c74 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 467834fe005..2fcca7912e7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index c54be2af27d..9b5026b03f3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 279b2b76744..7b1f9f08739 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index d77fb6e93dc..705da74b513 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index ed14e80a463..baa64f5d686 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index 797a033a16d..68303cd3878 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 29955800e38..d4e2edbc6c9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index ba9198faf5d..97619496f07 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index fd9ba8cbef8..8c29fea0c82 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 0e9a6819b94..3138696ac4d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 020222bd015..5981ab326db 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index b16d3ce6153..2f4ea927573 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs index 69c8443bb5d..dd307f72789 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs index 9ce8e9ddc02..499bba00006 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs index 8734b38ee8e..75f1f5b4259 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs index 23461bd98b4..f4ee5c2eb37 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs index ba52bb1e492..3043fc6b3a9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 94598b7e3c9..534caa99eab 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 385197c02dd..fb09bc8f655 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index b534f6117c7..5cc1253ec8d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index ea2a9c77dff..f4fbf9b88dc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 9edb00696db..12b4f185a39 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 962580427b2..4a95c96f339 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs index e347277334a..0a853697e93 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs index 316f0f6299d..e994b27bf68 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs index 681d1280f3a..68871d9f03e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 96b63d84fca..6fcd5f2d3f0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 89251392dd1..a4e66ad3015 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 8c3fc5dfb32..7f4bea284a3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index defa13064dd..29a2c942241 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 6a40e995334..fa54d44ecb6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 9d36dce125c..077d458db01 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs index 776a9e8fb44..85c82cc42a0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs index d63902c6ac8..23ef9b17ef0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs index cb454576674..c1d0da30fc1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 2448846817e..40246548a31 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index eb6a6623d50..41abb045f3f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 0c1108354ee..17f8131c445 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 8c03310a4fd..303c07b60ac 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 61623cc71f5..285a5b5c4b0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 2839b2f3806..c6d14723f51 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs index abe7866e938..11c8718b7dd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs index 1ebb9412c2c..07eb08e4b19 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs index 6fa265c0353..356b214aa05 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs index ba59f3f13fb..3c9ace3a496 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs index 7feb1f988de..f4e9415b929 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index b161e318516..2dcd95a95af 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 293581985b9..c4a14ce1338 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 63271ded413..c16d08fdc82 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 818484f6316..e45a3a00ac2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 60ecf1294f7..6eeaf6fd9fc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index b5c49fa5e84..5ff93f9df5b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs index fe1766c4ed6..564302011b7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs index 65257901636..2ae7aa5b6eb 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Count/CountRequestBuilder.cs index a67283eaf67..58ce07072c6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs index f268fbad60c..273f8e4b4f9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs index 73637248351..aa31ddb8072 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class GroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs index 9dff299fff1..4b77ce3ec3e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index 264dfc68284..f970d3ffa25 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index 6b2ad11e1d7..5572328014d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 438981235ed..b1d44712654 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 96eb137cbb7..2a946f94ca5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 76804a2c80b..ab3fe58d3a7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index ff730798b38..65dea43de10 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 1a33bde31d9..2a78421ea1a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 85241d12d5a..6f13492d738 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index 9c169ef1349..2bb91e0b949 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index d7f7a0d8b17..d8f7b133811 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index 1c95a6333a4..a9913b5c664 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index ded177b2a0d..2f6a72c159a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 68366cf4a5a..928e0aa3202 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 44f5d62d7f9..013e140102f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index f10ee37b4c9..f8f182fc33f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index b3d692937ab..93dde71b68a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 05fcf8cb199..3070327f444 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs index 8c50079d064..d07ffab0050 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs index 5c0f4ad605f..f1cf3709245 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs index 526873cfb4e..75f190b4e90 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index 3cdecda4b24..13849dc8dba 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index cc0dde99662..2f28b81b2fd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index ce604e7df06..5eeafe150d1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index c5a1698de23..96edcc45b77 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 02932023abd..72314faa0ba 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 5b085a396a1..464542190d5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index abace0e8293..4bc202532d2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index d723f1e2012..e3890c171e2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs index a4d301210a0..ecb50b83d71 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs index 3f42e8e87f9..c9521e4162e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs index 0cff9b5b362..9602b0922c8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 93bd28b0cb4..7d2a8698399 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index ca4853c39e9..c0cc1c0c8cc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 60fa8ea0f4d..920b02b1a09 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 6b0457795cd..520de737834 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 9e29519538e..f6474bae98e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 3a92077abb8..3a6368c6e8c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs index ab1ca42641e..675e719527d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs index 8c001b55d63..708c85ac820 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs index accd9a49b65..5f9a6546448 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 9583dcb77da..de402289af6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 7601c948c51..d30634dd881 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 121028c2a04..e1ef818779e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index dad697087ab..b824c3104f8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 0c051169b75..da9a96fa38d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 592c335e068..ed43a56de85 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs index 8f6a9d8af9a..06ccf01b574 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs index 15d7774ce87..3c615941c9e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index 55933c571be..2a77cf79a6f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index 83a90174fe8..bd0ab7ad9c0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index 5636c250df1..1f24709b292 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 2d4db48263e..0e0298fdfc3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 4ec46babd72..d1cc7a5da6e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 01d232447c5..d32e9182197 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 3c76931b41b..35fc3722431 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 2f7eebaba93..65baa368156 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 3fa3b506cce..893dbf775b1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs index acdd251ad50..deeba5826d9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs index 50446b102c6..e300fed1b7b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/TermStoresRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/TermStoresRequestBuilder.cs index 6b7cb23eaa0..e8c95b40725 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/TermStoresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Item/TermStores/TermStoresRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermStoresRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.cs index 80fd400daf2..699d1990c99 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Unfollow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Unfollow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Sites/SitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Sites/SitesRequestBuilder.cs index 15061360f13..39da634549e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Sites/SitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Sites/SitesRequestBuilder.cs @@ -189,10 +189,10 @@ public partial class SitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.cs index 337ff594893..04c9ddc20c5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.cs @@ -35,7 +35,6 @@ public SubscribeByMailRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only. - /// 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/Team/AllChannels/AllChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.cs index 0e0b39cab6e..4870ccb5c3e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/AllChannels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/AllChannels/Count/CountRequestBuilder.cs index 8d038e58291..fc91ba753d4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/AllChannels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/AllChannels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.cs index 4f35d0b92bf..862c6a4cb90 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive the specified team. When a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team are still allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which might occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.cs index 48ec313c391..90e9ddbfb66 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class ChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Count/CountRequestBuilder.cs index f36daabce37..46be62dc59c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs index dd8f427d1d7..c04082de1fd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs index ced19e8be31..9f23dc2be63 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllRetainedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Add/AddRequestBuilder.cs index f87d36eee43..bc7904830a9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/AllMembersRequestBuilder.cs index 9615b1ff145..77c79a1efe2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/AllMembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Count/CountRequestBuilder.cs index 7cb7f147afc..45f721871a0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs index d6149c459b7..3474bfd4692 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Archive/ArchiveRequestBuilder.cs index e3303d64b90..c8f88fdfeb8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 3a82df465d6..e8351cf1ff6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index 55f11b667c2..250894939dc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.cs index 860d51a5383..dd398cb4f77 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Count/CountRequestBuilder.cs index 7cefbb3c0f4..a48aafad251 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.cs index 249dbad8e0d..36c7e7dabb6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Remove/RemoveRequestBuilder.cs index 7b74edc9aaf..1baed48976c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Count/CountRequestBuilder.cs index 68eb8e3a00a..e81f6a958df 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs index d42f46af148..25338967e8f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 44a0b9e2767..b88cbedbbb6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index d5fd2386c45..55f40123fba 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index 2ca7f2202a5..c08559c3f79 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 027aa56d4ed..a5fd9dec4f9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 50ee58b6700..665bdf82d45 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index bfd57968751..fd7e94c3fe6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 1eff93b57f6..18a3c5437eb 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 16b987fe5ae..b52f6051267 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index 92fd9a421fb..49481afdc13 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index cdc8678f019..37af15241a7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 5537f7d0f2f..fd62d51bfda 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Team/Channels/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.cs index 15c7522e33c..6c17ef91772 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs index 7f293e95d40..bfd44fd86d3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs index 586d10d8ebc..b293b0735a6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Team/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs index b2430766ed6..bdf062d8a0e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index 43443e91523..597fc6284d1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index c0c90931f44..41585a85bd3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 058abac56af..e288834078c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Tabs/Count/CountRequestBuilder.cs index dc9155a4deb..85a537982fa 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.cs index b796c042ce5..5af07da710e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs index fc3f4a00b9e..12a9abf65dd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Team/Clone/CloneRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Clone/CloneRequestBuilder.cs index 3f396220bd6..74c5252b306 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Clone/CloneRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Clone/CloneRequestBuilder.cs @@ -35,7 +35,6 @@ public CloneRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.cs index 9913d04c8f3..e6966794cc5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Team/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 730244ff6c6..bff629e56c2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 61c1a494838..34ada2ad7dc 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/IncomingChannels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/IncomingChannels/Count/CountRequestBuilder.cs index de85ba4861e..466a10f8193 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/IncomingChannels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/IncomingChannels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.cs index 80cf600f017..49222f03b13 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class IncomingChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/Count/CountRequestBuilder.cs index b793147de38..343b8f7c763 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.cs index 95d89e58841..44308b9f23c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index e918d557890..37b9875a875 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -35,7 +35,6 @@ public UpgradeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Upgrade an app installation within a chat. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.cs index d93472cca6d..9608fd52fe6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Count/CountRequestBuilder.cs index 6d697f34641..c084baef7e5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/MembersRequestBuilder.cs index c6da49c5ee6..4741e221809 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Remove/RemoveRequestBuilder.cs index d56f7597f70..a32503248c3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Operations/Count/CountRequestBuilder.cs index 78a80c7302d..13f5a54437b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Operations/OperationsRequestBuilder.cs index b8070677eb5..070a97fdb5d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PermissionGrants/Count/CountRequestBuilder.cs index 86a3094b1ab..701d882df11 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.cs index 4edfb7585f9..79fdade7a1c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs index 57d1a52a8e8..f435351ba9a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs index 025293c4cd4..87ca012293d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs index aa13e69d53f..d588a9fba1d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs index af4876d1610..1a91e10053a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Archive/ArchiveRequestBuilder.cs index c69ed5340e9..7e8d4d50629 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs index 4730873efcc..44fc29784df 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index fd345757149..3c15b551b15 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.cs index 2a5a6e8ec72..8599be2e107 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Count/CountRequestBuilder.cs index f3dd723bc35..2dfb80b973c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.cs index 2310e1e0312..06bcff4ec01 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs index 2ef161a437c..4b7507050c5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Count/CountRequestBuilder.cs index 465b0fcf97b..48160d17df6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs index 7e16a2703c3..093d39a12c4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index ef08748321f..46b95e5598d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index a60963d91be..7fc02b39e4f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs index 0044eb82b8c..44f76899eb1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 1e1f470ee41..44f734fed15 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 43d0cc4786b..271acf049f8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index 9631f899397..6ce61d3f1e9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index b88ccc2da43..a0fd6f2eee4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index db52f3764bd..a10150f822f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs index 29a1423beab..7d311455933 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 500edf69f58..cef077c3c6c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 32913552c74..44869cf4f13 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Team/PrimaryChannel/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.cs index 01658ef07a8..fcb2085c8b7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs index b1339ad3087..967e1271e7b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs index 91bc8b0375f..5dc5983783c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Team/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs index 95187a6ab5c..c7f88da6761 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index a9683f42abe..6665e8a753f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index b3df7080db2..81ee48a22b0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 3bdde262fba..cdb3692eb03 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs index cfd175b4f4b..78c98abcbce 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.cs index f0628fa2867..42c106883b7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs index 357957f637a..f43d5b99c41 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Team/Schedule/DayNotes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/DayNotes/Count/CountRequestBuilder.cs index df14a2a0b25..89bb9f27636 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/DayNotes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/DayNotes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/DayNotes/DayNotesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/DayNotes/DayNotesRequestBuilder.cs index b0f9e4ce3f0..21ef3c52a8c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/DayNotes/DayNotesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/DayNotes/DayNotesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DayNotesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs index a3c7575c001..65afabebc99 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs index 9bc53dedaa6..12a50766a5b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OfferShiftRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs index f6d491d152e..7a631b6dd31 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs index 0c491d078b6..e42c06ba48f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OpenShiftChangeRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShifts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShifts/Count/CountRequestBuilder.cs index aeb81f72835..ac03ceccef2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShifts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShifts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs index 983ce9f22ed..5e233d0cc68 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OpenShiftsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs index cda401a99c8..84001726be6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs index a96041e19ed..3d6adb78ab4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SchedulingGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.cs index 4a2330d27ed..0ae6f36e5d0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.cs @@ -35,7 +35,6 @@ public ShareRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Shifts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Shifts/Count/CountRequestBuilder.cs index cb3cfc5a20b..da12cd27907 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Shifts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Shifts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.cs index 8915b749178..95e85cb9f69 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ShiftsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs index be18cde96f1..ba2df6ffe4c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs index 45bb5571c31..4698b5d4452 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SwapShiftsChangeRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs index d2f31d2b189..4a1334b6e06 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs @@ -36,7 +36,6 @@ public ClockInRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Clock in to start a timeCard. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/Count/CountRequestBuilder.cs index a1022d84398..d005ed13a55 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs index 1bafad4b586..2ac197c1297 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs @@ -36,7 +36,6 @@ public ConfirmRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Confirm a timeCard. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/TimeCardsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/TimeCardsRequestBuilder.cs index 0c3b6eaa460..29a7320031f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/TimeCardsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeCards/TimeCardsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class TimeCardsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs index 33b00cf75ed..78c1bbb8d84 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs index 26a9abbc735..8a2defba8b5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimeOffReasonsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs index 86c0ec6fd91..773915fd583 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs index c5a6437876e..35f5c1cb47a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimeOffRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimesOff/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimesOff/Count/CountRequestBuilder.cs index 7f34a48e816..1a125c47d7a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimesOff/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimesOff/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.cs index 89f00168bf6..4833900d37e 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimesOffRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index 61ae54df8a5..2d932b4fd0d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, seesending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Count/CountRequestBuilder.cs index cdfbcc6c54b..e4253f2791a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Item/Members/Count/CountRequestBuilder.cs index 0937ecf2d63..61a5ab61350 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.cs index afc587359d4..cdc4f9caeba 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/TagsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/TagsRequestBuilder.cs index 3b6dfc55d55..362ef8643b0 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/TagsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Tags/TagsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TagsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.cs index 12a8e9859b2..10dc6204057 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived team. This API restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API. - /// 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/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Count/CountRequestBuilder.cs index bda6be99cb6..3269b3d7500 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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..0c4e4a358aa 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs @@ -70,8 +70,8 @@ public async Task DeleteAsync(Action - /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. - /// Find more info here + /// Get a thread object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -139,7 +139,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + /// Get a thread object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -197,7 +197,7 @@ public partial class ConversationThreadItemRequestBuilderDeleteRequestConfigurat { } /// - /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + /// Get a thread object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ConversationThreadItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs index bca8a258a20..6c0521de434 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs index f462b5caf1b..fa909e254b3 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs index 29fc9bc4039..d0b76f22069 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index b6595ed398d..d43e25e4b5a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs index b4eb988af12..00abe094692 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs index 42ede0dadfe..8357e07d318 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs index 337eddf0a37..177457d8e7c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs index b1ec5861f67..0fc93e0f566 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs index a751e4a2b4b..58ead79f452 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 2abd892139e..19fd146cbf5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs index 9cca82ea318..57b2e09a464 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs index 57eecbf3237..17eab3be921 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs index cf3fb08591b..545122e6bdf 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests 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 ee06d8bf9d1..a0c74413d64 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 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 + /// 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 /// /// 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 posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation. + /// Get 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. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -106,7 +106,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation. + /// Get 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. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PostsRequestBuilderGetQueryParameters @@ -166,10 +166,10 @@ public partial class PostsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs index 09770ecb86d..93fc908bbde 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// 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 /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/ThreadsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/ThreadsRequestBuilder.cs index 2a97091c03b..f2151d3d091 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/ThreadsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/ThreadsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ThreadsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index 307a15d8cc5..9c7e9f09399 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 2ec8d573978..7df2af33100 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 20b4accb7fb..4e72824d87d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index db1f799823e..fc557a3e865 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 78749ad4fe7..0fed0517ba6 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index 623d2fee71b..1f73c644a39 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class TransitiveMemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/Count/CountRequestBuilder.cs index 53ca8cd0543..0686143e7e5 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphApplication/Count/CountRequestBuilder.cs index 574f6ba6026..1e3be5f4abe 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphApplication/GraphApplicationRequestBuilder.cs index df25875b068..deb8d03a73a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphDevice/Count/CountRequestBuilder.cs index 69f205cd363..8fb4023e51c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphDevice/GraphDeviceRequestBuilder.cs index b5272c25153..46f9dc8937f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphGroup/Count/CountRequestBuilder.cs index 10088f17f20..5de6760a601 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphGroup/GraphGroupRequestBuilder.cs index 6aef7185a09..5814a20c34a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphGroup/GraphGroupRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphOrgContact/Count/CountRequestBuilder.cs index 9b8c3b613ab..130e71187d4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphOrgContact/GraphOrgContactRequestBuilder.cs index d0655a5e757..3d2eb7da1c9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/Count/CountRequestBuilder.cs index 8b8a954dcdf..cbd72efda64 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index c0a4c02972f..393a10e38d8 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphUser/Count/CountRequestBuilder.cs index 4ed8752b6b2..0cb96342868 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphUser/GraphUserRequestBuilder.cs index 5ab75087476..1312c2af90f 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/GraphUser/GraphUserRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/TransitiveMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/TransitiveMembersRequestBuilder.cs index 81530f4de61..e65ede561a4 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/TransitiveMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/TransitiveMembers/TransitiveMembersRequestBuilder.cs @@ -202,10 +202,10 @@ public partial class TransitiveMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.cs index a702656ae71..bc1deb0efe9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.cs @@ -35,7 +35,6 @@ public UnsubscribeByMailRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only. - /// 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/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.cs index bd332426f0a..b14802c6cd7 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 30f1e8d72ca..e2b7e864a2e 100644 --- a/src/Microsoft.Graph/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.cs index 6a6124779dd..3e7fb2d8337 100644 --- a/src/Microsoft.Graph/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ApiConnectorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/ApiConnectors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ApiConnectors/Count/CountRequestBuilder.cs index 8569072e5eb..acb04b9f798 100644 --- a/src/Microsoft.Graph/Generated/Identity/ApiConnectors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ApiConnectors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs index 0115b046274..7ac7cda1016 100644 --- a/src/Microsoft.Graph/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs @@ -36,7 +36,6 @@ public UploadClientCertificateRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventListeners/AuthenticationEventListenersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventListeners/AuthenticationEventListenersRequestBuilder.cs index dd334d50396..c537df74639 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventListeners/AuthenticationEventListenersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventListeners/AuthenticationEventListenersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AuthenticationEventListenersRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventListeners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventListeners/Count/CountRequestBuilder.cs index 326a83f9dee..ca2415ce465 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventListeners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventListeners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/AuthenticationEventsFlowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/AuthenticationEventsFlowsRequestBuilder.cs index 424c4f2ac23..13c784075e1 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/AuthenticationEventsFlowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/AuthenticationEventsFlowsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class AuthenticationEventsFlowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Count/CountRequestBuilder.cs index 5002553aed2..500249ab524 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/GraphExternalUsersSelfServiceSignUpEventsFlow/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/GraphExternalUsersSelfServiceSignUpEventsFlow/Count/CountRequestBuilder.cs index 79510c7d21d..79c9ebfa28a 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/GraphExternalUsersSelfServiceSignUpEventsFlow/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/GraphExternalUsersSelfServiceSignUpEventsFlow/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/GraphExternalUsersSelfServiceSignUpEventsFlow/GraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/GraphExternalUsersSelfServiceSignUpEventsFlow/GraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.cs index 1324250940f..073104f40a8 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/GraphExternalUsersSelfServiceSignUpEventsFlow/GraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/GraphExternalUsersSelfServiceSignUpEventsFlow/GraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/Conditions/Applications/IncludeApplications/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/Conditions/Applications/IncludeApplications/Count/CountRequestBuilder.cs index cd2f54fa43d..a8205a94272 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/Conditions/Applications/IncludeApplications/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/Conditions/Applications/IncludeApplications/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/Conditions/Applications/IncludeApplications/IncludeApplicationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/Conditions/Applications/IncludeApplications/IncludeApplicationsRequestBuilder.cs index b58e0d74b40..adbfdf9d6fb 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/Conditions/Applications/IncludeApplications/IncludeApplicationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/Conditions/Applications/IncludeApplications/IncludeApplicationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class IncludeApplicationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/Conditions/Applications/IncludeApplications/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/Conditions/Applications/IncludeApplications/Count/CountRequestBuilder.cs index 1bb340de8c4..bc8e8bfafcf 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/Conditions/Applications/IncludeApplications/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/Conditions/Applications/IncludeApplications/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/Conditions/Applications/IncludeApplications/IncludeApplicationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/Conditions/Applications/IncludeApplications/IncludeApplicationsRequestBuilder.cs index 690140cbabb..5424ea81cf2 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/Conditions/Applications/IncludeApplications/IncludeApplicationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/Conditions/Applications/IncludeApplications/IncludeApplicationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class IncludeApplicationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/AttributesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/AttributesRequestBuilder.cs index 3c736c3c332..df7bb8666ec 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/AttributesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/AttributesRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class AttributesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/Count/CountRequestBuilder.cs index 3fefede70be..eaeb2441611 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/Ref/RefRequestBuilder.cs index 7cc364efe73..0e53abc8164 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAttributeCollection/GraphOnAttributeCollectionExternalUsersSelfServiceSignUp/Attributes/Ref/RefRequestBuilder.cs @@ -240,10 +240,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/Count/CountRequestBuilder.cs index 21cdae98c63..26a9532cfb9 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/IdentityProvidersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/IdentityProvidersRequestBuilder.cs index 634f0825b17..4f04dd0468d 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/IdentityProvidersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/IdentityProvidersRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class IdentityProvidersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/Ref/RefRequestBuilder.cs index aa0a98fc2b8..157dea4ca12 100644 --- a/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/AuthenticationEventsFlows/Item/GraphExternalUsersSelfServiceSignUpEventsFlow/OnAuthenticationMethodLoadStart/GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/IdentityProviders/Ref/RefRequestBuilder.cs @@ -240,10 +240,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.cs index 1e481b3f123..962d64670d4 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class B2xUserFlowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Count/CountRequestBuilder.cs index 124403e37e1..87ce64598b7 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs index 46e6d330ff0..761e96410a1 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs @@ -36,7 +36,6 @@ public UploadClientCertificateRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs index 135754cae9c..f5862a7ba67 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs @@ -36,7 +36,6 @@ public UploadClientCertificateRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/IdentityProviders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/IdentityProviders/Count/CountRequestBuilder.cs index 110685d8fc4..a09562195cc 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/IdentityProviders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/IdentityProviders/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.cs index d10b0bee6b9..d9787aac207 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class IdentityProvidersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Count/CountRequestBuilder.cs index f5454cca716..3ba260757b5 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Count/CountRequestBuilder.cs index 602abd3c280..1cb23d76a2f 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/DefaultPagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/DefaultPagesRequestBuilder.cs index 4d537887fa2..ab36b21a8cc 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/DefaultPagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/DefaultPagesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class DefaultPagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Count/CountRequestBuilder.cs index dba000f6ad1..f1013c56179 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.cs index 9704471803b..9c6ee5a5ea9 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class OverridesPagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.cs index 4abc7f9c8e8..4889a32b74c 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class LanguagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Count/CountRequestBuilder.cs index 7414d3242af..9ad69823f7e 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.cs index c1f6e749e43..6606c5afccf 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.cs @@ -36,7 +36,6 @@ public GetOrderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Get the order of identityUserFlowAttributeAssignments being collected within a user flow. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.cs index 6d451f6f9b5..9825a1dba03 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.cs @@ -35,7 +35,6 @@ public SetOrderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Set the order of identityUserFlowAttributeAssignments being collected within a user flow. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.cs index 2492f68acfc..84c8ce05712 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.cs @@ -226,10 +226,10 @@ public partial class UserAttributeAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Count/CountRequestBuilder.cs index 08d282b3b4e..a72f2e66c57 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Ref/RefRequestBuilder.cs index dbab7d12caf..2ecd097f387 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Ref/RefRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/UserFlowIdentityProvidersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/UserFlowIdentityProvidersRequestBuilder.cs index 9a147b9fd4c..f859890fb82 100644 --- a/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/UserFlowIdentityProvidersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/UserFlowIdentityProvidersRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class UserFlowIdentityProvidersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.cs index 2e0fd1080d8..c4277105162 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AuthenticationContextClassReferencesRequestBuilderGetQueryP #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Count/CountRequestBuilder.cs index db24f05f136..506009d8d79 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.cs index baa384a56e7..cdace311ebe 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AuthenticationMethodModesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Count/CountRequestBuilder.cs index 344e059e55c..652028118c6 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Count/CountRequestBuilder.cs index f2380f85a07..a2da5a7bece 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs index 7eda28ac286..b13077dc4d2 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CombinationConfigurationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs index 136aa686225..494e9e94845 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs index 2fe9c94eeff..cd6685a3e26 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs @@ -1,6 +1,5 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions.Store; @@ -23,16 +22,16 @@ public IDictionary AdditionalData /// The allowedCombinations property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? AllowedCombinations + public List? AllowedCombinations { - get { return BackingStore?.Get?>("allowedCombinations"); } + get { return BackingStore?.Get?>("allowedCombinations"); } set { BackingStore?.Set("allowedCombinations", value); } } #nullable restore #else - public List AllowedCombinations + public List AllowedCombinations { - get { return BackingStore?.Get>("allowedCombinations"); } + get { return BackingStore?.Get>("allowedCombinations"); } set { BackingStore?.Set("allowedCombinations", value); } } #endif @@ -64,7 +63,7 @@ public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { - { "allowedCombinations", n => { AllowedCombinations = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "allowedCombinations", n => { AllowedCombinations = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, }; } /// @@ -74,7 +73,7 @@ public virtual IDictionary> GetFieldDeserializers() public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteCollectionOfEnumValues("allowedCombinations", AllowedCombinations); + writer.WriteCollectionOfPrimitiveValues("allowedCombinations", AllowedCombinations); writer.WriteAdditionalData(AdditionalData); } } diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs index 6cb20601455..bc4ef9a2fd2 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs @@ -36,7 +36,6 @@ public UpdateAllowedCombinationsRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.cs index 7426952309c..3b1e9a35986 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.cs @@ -36,7 +36,6 @@ public UsageRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/PoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/PoliciesRequestBuilder.cs index ae6e4801b3b..50e77d23154 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/PoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/PoliciesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Count/CountRequestBuilder.cs index 097b1c5f3fd..5dd634213b5 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 8ff00f1b707..ac83f8441ba 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 an ipNamedLocation 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. @@ -82,8 +82,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.NamedLocation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of an ipNamedLocation object. - /// Find more info here + /// Update the properties of a countryNamedLocation object. + /// Find more info here /// /// A /// The request body @@ -108,7 +108,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.NamedLocation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete an ipNamedLocation object. + /// Delete a countryNamedLocation object. /// /// 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 ipNamedLocation object. + /// Update the properties of a countryNamedLocation object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.cs index 3d98d1e6b91..dfdc060887d 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class NamedLocationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Policies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Policies/Count/CountRequestBuilder.cs index d76071eae06..9909dc44eb6 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Policies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Policies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.cs index 00f9f4c85cf..97271f4ee67 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Templates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Templates/Count/CountRequestBuilder.cs index 0938c50c04c..bf57850007c 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Templates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Templates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.cs index 299ff70b56d..b5ecdfb106f 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TemplatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/Count/CountRequestBuilder.cs index 8e96fead7ae..8eccd844e54 100644 --- a/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/CustomAuthenticationExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/CustomAuthenticationExtensionsRequestBuilder.cs index 135747aa7d2..4c1e4d5ee7f 100644 --- a/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/CustomAuthenticationExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/CustomAuthenticationExtensionsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class CustomAuthenticationExtensionsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/Item/ValidateAuthenticationConfiguration/ValidateAuthenticationConfigurationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/Item/ValidateAuthenticationConfiguration/ValidateAuthenticationConfigurationRequestBuilder.cs index c4107f16609..fe9667efdd6 100644 --- a/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/Item/ValidateAuthenticationConfiguration/ValidateAuthenticationConfigurationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/CustomAuthenticationExtensions/Item/ValidateAuthenticationConfiguration/ValidateAuthenticationConfigurationRequestBuilder.cs @@ -36,7 +36,6 @@ public ValidateAuthenticationConfigurationRequestBuilder(string rawUrl, IRequest } /// /// An API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension object, which can represent one of the following derived types: - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs index e6ee340a295..69b190f4a17 100644 --- a/src/Microsoft.Graph/Generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public AvailableProviderTypesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all identity providers supported in a directory. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public AvailableProviderTypesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all identity providers supported in a directory. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class AvailableProviderTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/IdentityProviders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/IdentityProviders/Count/CountRequestBuilder.cs index deaf5dfcbd9..346df86f3db 100644 --- a/src/Microsoft.Graph/Generated/Identity/IdentityProviders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/IdentityProviders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.cs index 27c7a42fcb7..d30582256c9 100644 --- a/src/Microsoft.Graph/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class IdentityProvidersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Identity/UserFlowAttributes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/UserFlowAttributes/Count/CountRequestBuilder.cs index 143827d2dd2..599f55b5b3c 100644 --- a/src/Microsoft.Graph/Generated/Identity/UserFlowAttributes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/UserFlowAttributes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.cs index 2718ace769a..67aae4ea617 100644 --- a/src/Microsoft.Graph/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class UserFlowAttributesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Count/CountRequestBuilder.cs index bd6ea5e5159..eb4ace42efb 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.cs index 6609a2a84a9..28058525290 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class DefinitionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 56a75d4c969..e3a577af96d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Returns accessReviewScheduleDefinition objects where the calling user is a reviewer on one or more accessReviewInstance objects. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Returns accessReviewScheduleDefinition objects where the calling user is a reviewer on one or more accessReviewInstance objects. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Count/CountRequestBuilder.cs index 1bf40faba88..8a72b83530d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 818c6375ba4..ed4e418660e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve all accessReviewInstance objects on a given accessReviewScheduleDefinition where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve all accessReviewInstance objects on a given accessReviewScheduleDefinition where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.cs index cd26e8babb1..49afe837e2a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.cs index 2720762d8b6..a6fc3e76088 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRecommendationsRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer. - /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.cs index c915f0dd869..e26eb8e6fed 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.cs @@ -35,7 +35,6 @@ public ApplyDecisionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. - /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.cs index aa3a570290b..33f3406f07e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.cs @@ -35,7 +35,6 @@ public BatchRecordDecisionsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.cs index 2a2cd13ae37..f3b49c345f5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ContactedReviewersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Count/CountRequestBuilder.cs index 869872c63a7..c803a90f70d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Count/CountRequestBuilder.cs index 0b72a03c3fc..14b1430f1a0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.cs index 3cf98edeb94..44142a149ed 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class DecisionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 8ee171a3036..f297589182c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve all decision items for an instance of an access review or a stage of an instance of a multi-stage access review, for which the calling user is the reviewer. The decision items are represented by accessReviewInstanceDecisionItem objects on a given accessReviewInstance or accessReviewStage for which the calling user is the reviewer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve all decision items for an instance of an access review or a stage of an instance of a multi-stage access review, for which the calling user is the reviewer. The decision items are represented by accessReviewInstanceDecisionItem objects on a given accessReviewInstance or accessReviewStage for which the calling user is the reviewer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs index bdb99c1d6fd..3b06c2fb840 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs index f08fe86b4f2..39ec43b9428 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InsightsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.cs index cedb633e656..545f6a5b892 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.cs @@ -35,7 +35,6 @@ public ResetDecisionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. - /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.cs index 768c3a896cc..08acceff54e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SendReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Send a reminder to the reviewers of an active accessReviewInstance. - /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Count/CountRequestBuilder.cs index b638fbcf29b..54849e4f759 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 5c349cc8501..6d949a74159 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Count/CountRequestBuilder.cs index dacb8fc33cb..6526b929721 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.cs index 9f417da0c75..16ae1645698 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class DecisionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 10e842aa417..6b41ac354fe 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve all decision items for an instance of an access review or a stage of an instance of a multi-stage access review, for which the calling user is the reviewer. The decision items are represented by accessReviewInstanceDecisionItem objects on a given accessReviewInstance or accessReviewStage for which the calling user is the reviewer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve all decision items for an instance of an access review or a stage of an instance of a multi-stage access review, for which the calling user is the reviewer. The decision items are represented by accessReviewInstanceDecisionItem objects on a given accessReviewInstance or accessReviewStage for which the calling user is the reviewer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs index d9d741fe405..e7acfb5cacb 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs index d944ca1e2d3..fc52241cefa 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InsightsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.cs index 82a0907befb..1267307e3a5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.cs @@ -35,7 +35,6 @@ public StopRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages. - /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.cs index 9691a07b2d5..b346dce9333 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class StagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.cs index 3ead34b35dd..c9555951163 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.cs @@ -35,7 +35,6 @@ public StopRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date. - /// 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/IdentityGovernance/AccessReviews/HistoryDefinitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Count/CountRequestBuilder.cs index c6900fc9e14..bce1969f36e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.cs index 42b23fe7cb5..96e1a89d02b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class HistoryDefinitionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Count/CountRequestBuilder.cs index 5d497effe60..6fe21e4ab5d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.cs index d5fc55e75ff..fdb82b03421 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.cs index 8a7cb85be93..62213569cc3 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.cs @@ -36,7 +36,6 @@ public GenerateDownloadUriRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.cs index b208d2d1c95..93d4fed0a6f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AppConsentRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Count/CountRequestBuilder.cs index 5d446a56d9a..233c513f85e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index e3b69f2083b..ba43929fd3b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve a collection of appConsentRequest objects for which the current user is the reviewer and the status of the userConsentRequest for accessing the specified app is InProgress. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve a collection of appConsentRequest objects for which the current user is the reviewer and the status of the userConsentRequest for accessing the specified app is InProgress. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Count/CountRequestBuilder.cs index d1ed6af4400..912b597e6ea 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index f1a95d02b1c..edcc01375e5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve a collection of userConsentRequest objects for accessing a specified app, for which the current user is the reviewer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve a collection of userConsentRequest objects for accessing a specified app, for which the current user is the reviewer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Count/CountRequestBuilder.cs index a433be0da08..87de4c76228 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.cs index 5ffce257a04..02e941e9d54 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class StagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.cs index db6e9abe4d4..d28f8a7ef36 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class UserConsentRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.cs index 670f7ebfba7..2c2913bf125 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class AccessPackageAssignmentApprovalsRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Count/CountRequestBuilder.cs index 34a034019d2..5f04ba5ea79 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 09a0717dd23..2a9efbd48cc 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs index 782a4620b57..07491eb915f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.cs index bf55437d5c8..e57196482d0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class StagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.cs index 6cf6704e331..0967bfbae73 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class AccessPackagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Count/CountRequestBuilder.cs index bb0eff0993b..e1ed1ebe65d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 56872e711ed..727bf751aa7 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra Entitlement Management, retrieve a list of accessPackage objects filtered on the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra Entitlement Management, retrieve a list of accessPackage objects filtered on the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.cs index 76b3e2dbb54..20ec29bd170 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AccessPackagesIncompatibleWithRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Count/CountRequestBuilder.cs index afa7be6c2cd..34fbd3d103a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs index dadda8f2722..bd887d847b5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssignmentPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Count/CountRequestBuilder.cs index 664a3437e92..5772dfa9f7c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs index 12f87d3039e..434fec0aaab 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs index be89fe894e9..c4a819ba06e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CustomExtensionStageSettingsRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs index 259e604d67f..1a49117e805 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs index df43afbec1c..ac9f0138f02 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class QuestionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.cs index 7e40d90e830..9eb5c93c0ee 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetApplicablePolicyRequirementsRequestBuilder(string rawUrl, IRequestAdap } /// /// In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetApplicablePolicyRequirementsRequestBuilder(string rawUrl, IRequestAdap } /// /// In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Count/CountRequestBuilder.cs index 891d834b477..2fb3d92211a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.cs index 12d9a9ac77c..a1e917b3e47 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class IncompatibleAccessPackagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.cs index 12ecc772b11..4e0e96d0537 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Count/CountRequestBuilder.cs index cb949832293..a23805f2fd0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.cs index b85dd7a3d9c..8a0ed17354b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class IncompatibleGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 6911f59999a..647ec1d6044 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index f3b06a276f3..8303c487056 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.cs index 6ef3e13c175..6dcdbaf7dca 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Count/CountRequestBuilder.cs index 96196827e36..6321e6ac27a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs index 5b124b3720a..8de165cc3c9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs index 807bb38b5a9..6467c93b2cf 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs index 019f2b7043c..1adf17e9877 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index d07f42ec701..6cdf4e84240 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 1040328920f..05f62dcef5f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs index 3afd03799ad..cf083db8b05 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs index 58247008c65..f10c0f716ea 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index b6490ba2993..de21a5fb315 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 7c7a7ba47ab..6a7aadebe07 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs index 024d2f27eac..952324be5c5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs index a84691d50bf..4ca7e566a5f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs index c843297259e..6c5af444df6 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs index 9207207e4c7..6daffb79b1f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ResourceRoleScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs index 54668ccb7e0..6f7d4b3376e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AssignmentPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Count/CountRequestBuilder.cs index 92a4ef0bcc1..77e1771813a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs index c8e8f9979f7..04a710bf79c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs index 0dc8d0cbe3e..4def27bc11f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CustomExtensionStageSettingsRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs index 93fc0a4e317..c6e69bca2ed 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs index 72205d26e3c..5a607aa4faa 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class QuestionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.cs index 2da34596ba0..1cf6002a653 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class AssignmentRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Count/CountRequestBuilder.cs index 967ef5b4fbe..510e883e98c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 736a5595b92..a323967c187 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignmentRequest objects filtered on the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignmentRequest objects filtered on the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.cs index a54a256ed76..8cadd1a45c1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// In Microsoft Entra Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated. - /// 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/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.cs index 439d03c5817..619928afb6d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.cs @@ -35,7 +35,6 @@ public ReprocessRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// In Microsoft Entra entitlement management, callers can automatically retry a user's request for access to an access package. It's performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal. - /// 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/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.cs index 4c3ff081d72..586b9adafe7 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public ResumeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Resume a user's access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It's performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessRequestBuilder.cs index 1c3046366ef..2d7e5e50ed4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessRequestBuilder.cs @@ -35,7 +35,6 @@ public AdditionalAccessRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// In Microsoft Entra Entitlement Management, retrieve a collection of accessPackageAssignment objects that indicate a target user has an assignment to a specified access package and also an assignment to another, potentially incompatible, access package. This can be used to prepare to configure the incompatible access packages for a specific access package. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public AdditionalAccessRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// In Microsoft Entra Entitlement Management, retrieve a collection of accessPackageAssignment objects that indicate a target user has an assignment to a specified access package and also an assignment to another, potentially incompatible, access package. This can be used to prepare to configure the incompatible access packages for a specific access package. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class AdditionalAccessRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.cs index ea8bfe4c9f0..01bbb1690aa 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.cs @@ -173,10 +173,10 @@ public partial class AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.cs index eb3f36e66d3..34365ea97e1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.cs @@ -243,10 +243,10 @@ public partial class AssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/Count/CountRequestBuilder.cs index 0a6088e860c..14d10ab74cb 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 27e6aa5fb9c..504015358e5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignment objects filtered on the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignment objects filtered on the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.cs index 024695eec46..5ee9e35583f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.cs @@ -35,7 +35,6 @@ public ReprocessRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// In Microsoft Entra entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user's assignment. Only admins with the Access Package Assignment Manager role, or higher, in Microsoft Entra entitlement management can perform this action. - /// 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/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.cs index 66455f62008..9c0d5390218 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CatalogsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Count/CountRequestBuilder.cs index fa1e095097c..040f769c7ec 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/AccessPackagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/AccessPackagesRequestBuilder.cs index fccf3308853..f445c692e57 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/AccessPackagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/AccessPackagesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AccessPackagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Count/CountRequestBuilder.cs index 431859358b0..ece4e812625 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Count/CountRequestBuilder.cs index 56c1b1eae83..33b7f8dfdd9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs index cc4808a1b1d..c52aefb4a21 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CustomWorkflowExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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..a34e2b1270b 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. @@ -58,8 +58,8 @@ public async Task DeleteAsync(Action - /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. - /// Find more info here + /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension 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.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. @@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -185,7 +185,7 @@ public partial class CustomCalloutExtensionItemRequestBuilderDeleteRequestConfig { } /// - /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CustomCalloutExtensionItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Count/CountRequestBuilder.cs index e987c0220a3..be459683c0e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs index e097ffa50ba..e1076af2313 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs index b648fbe5643..c34288a9b21 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 97cd59e2904..c9bfa628454 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 919b885ec37..349c31ca5d5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index c6c18e41127..04de780ee0c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 0d9f7b79ceb..4796e703f7c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.cs index 8fc1948a194..b6606153d2c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ResourceRolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Count/CountRequestBuilder.cs index 7d19ddbd92e..f9e976ac8f9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index abb60fe8e2d..56bc637bfc7 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 8e6a9cda78d..b1443dfd449 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index a485fe90363..cbc3dd8e97a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs index 5cde63992bd..a8e29b830fe 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 6b1ca2413c6..cf3be07bd90 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs index 8547619e501..901676ca3ab 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/ResourceScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/ResourceScopesRequestBuilder.cs index ab7f679a2a2..785994b564b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/ResourceScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/ResourceScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourceScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Count/CountRequestBuilder.cs index 8d97d0074ed..baba5908a6f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs index 4ff3b8ee279..86fa972464a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index cda02e4e6ea..20fd448157b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 2ee3586725e..33c83dd6101 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/RolesRequestBuilder.cs index a4c71b85c66..9e2e0beaf1a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs index 084431fb229..ed022ca303b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index c18ecc412a4..88493baf014 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index dc9c0403c8f..82b28f06985 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs index cf6b55d9d02..9f0257aecb5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.cs index 6f104e607c3..b3947f9ca2d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.cs index b8bc51e743c..ff2a4009562 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ConnectedOrganizationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Count/CountRequestBuilder.cs index 11cf2a5aac0..4e60b5eb435 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Count/CountRequestBuilder.cs index 3ef04aeb05f..dab854fccb5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.cs index 898688a7e57..198a82aa1dc 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class ExternalSponsorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.cs index a08d8a613df..eba19ca9805 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.cs @@ -240,10 +240,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Count/CountRequestBuilder.cs index d1f46c1f6fd..b5a39ce0dbc 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.cs index 8b41bcb0cdd..7296402859a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class InternalSponsorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.cs index ae45bb3fd04..4411f488d21 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.cs @@ -240,10 +240,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Count/CountRequestBuilder.cs index 849488437da..9504e51ad89 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Count/CountRequestBuilder.cs index 01337f81379..4b2e1c3b3b9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs index 46e8c7cb7b3..254f5675608 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 4b7e7591127..bbfb283bcee 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index cf48f89adb4..5e7fc83e3f1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/RolesRequestBuilder.cs index d5eb54632a3..e134669ebe2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs index 02263a7286b..4cdf65fa839 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index bc2825ac39f..132bfbd5b3a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 3401b8e686b..45442943193 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs index 90e70409e1c..7abc6bfee53 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/ResourcesRequestBuilder.cs index 134b1bd20ea..82419d37277 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.cs index eb961afbf38..318990ce33b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ResourceEnvironmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Count/CountRequestBuilder.cs index 5aa3bab89bb..51ab4ba0b32 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/AccessPackagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/AccessPackagesRequestBuilder.cs index 5e852272e42..dff140ad64c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/AccessPackagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/AccessPackagesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AccessPackagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Count/CountRequestBuilder.cs index 8f5e99c20ac..253251241c3 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Count/CountRequestBuilder.cs index 7f2a1409184..391780a1cee 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs index bdc445227cb..b9f4e598ac6 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CustomWorkflowExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Count/CountRequestBuilder.cs index 14e0ba4b9bd..5f74b629313 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs index e5fea646e9d..3af87d6c748 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs index be008097d22..292cffbddef 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index abc1b810a17..a7cdb202753 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 7af70d61b11..41b989918f1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 7d34e6fcfa9..fb25b2f6c6a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs index f64d4e868a6..7b51ef33099 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.cs index 89957097497..330d56f9f25 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourceRolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Count/CountRequestBuilder.cs index 3d083df27eb..d853637f200 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 3e31e24adb3..ab338d2e029 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 5f2475a7de0..7a0073c3bf5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index dea0bbb26d7..37983e0a2ed 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs index 8c78186935f..9fd2a5af8f2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 961728e8257..51bc0955422 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs index 8f85a726eb6..2e9434d8cc4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/ResourceScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/ResourceScopesRequestBuilder.cs index 26c459e8c05..2f97152a56f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/ResourceScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/ResourceScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourceScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Count/CountRequestBuilder.cs index a2a86992cc1..51892ab0d99 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Count/CountRequestBuilder.cs index c3dd914f0f5..3ee384318a2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index c26ed7ad5b6..296844181aa 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 646e5e3ad7e..f2ac167a214 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/RolesRequestBuilder.cs index 6c6708d63c0..03d6ace5909 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Count/CountRequestBuilder.cs index 8c5b545efd8..42dc9a12157 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 4d5c5b22fc7..0b581d82d9a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 0dd0d660fe6..1f2110842f2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/ScopesRequestBuilder.cs index 3187c60c166..19772096fc4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.cs index 0a2d043bcf8..68a9212bf23 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Count/CountRequestBuilder.cs index 210965b4bba..5f42e884137 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 2b217a23ebe..f104bb86f5c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 7b269fa4bd6..79dd6787ea5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/RolesRequestBuilder.cs index f3f2d2a1ac2..0ae2975c002 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Count/CountRequestBuilder.cs index f3cf7570e85..3a3b5a77b91 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 9d3a71ead31..af1accb329d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 20a6e7693a1..9b83ddcb5d1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/ScopesRequestBuilder.cs index 3ad0c8c8eff..8704df1fd6b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.cs index 0f570399fea..109a95052f8 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ResourceRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Count/CountRequestBuilder.cs index 8bc893741fe..dd9dca88a50 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs index 609c80158f7..6a06f9d29c9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs index 3165f54d417..6a8c4f36663 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs index 49189d3e772..63ac82ca56c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 046698268c8..42d540d74f1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index d21f6c125a6..44b00aecf81 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs index 5a8079ce27a..647603ecaf1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs index fbc23bb5cb6..a6c6fd15385 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index ea5cc1e2602..c791a27fd28 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 1f43c7f31c7..70627b425c4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs index aa170816eb4..afdae7d7efc 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs index 326dfa8797e..c88142a0bde 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs index 0233a2b3fca..4e621a43e59 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs index c16bf70f166..b559d6775c0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourceRoleScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Count/CountRequestBuilder.cs index 4f250b801c6..940ebcd6ada 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Count/CountRequestBuilder.cs index f4dc2b4fb91..2a6c65243c8 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index ddc51c1d63a..04184f28d3c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 876476c3b85..2b9e866a5aa 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/RolesRequestBuilder.cs index 6e4f33729e5..9305a121a91 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Count/CountRequestBuilder.cs index 574dd8ae882..0d7a2031a1d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 53c0c1e1741..56c24a54567 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 605dbcb99de..734d2b0594f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RolesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/ScopesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/ScopesRequestBuilder.cs index e9b87e47a31..015ee7496ea 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/ScopesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/ScopesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/ResourcesRequestBuilder.cs index e6963c4b5fa..35070ef7ea9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Count/CountRequestBuilder.cs index 638b5450831..6516c0dd55f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.cs index 4a0f1705ef3..22698b1ff18 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CustomTaskExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index ee4147e0e37..d205d214f41 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 3661b7a69cd..744a126947a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 7d9f06da3ab..09133dccbcf 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index adc2f74e9e3..6c5226e3fc8 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Count/CountRequestBuilder.cs index 2acee860d14..8a10a38bf35 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 78c07e929a3..5c3f0080819 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4b390d13054..c2ad1377673 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs index b7efbeab1aa..eba02b393bb 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs index 23643fd3a19..092f58c4186 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ExecutionScopeRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index ef4773f30f6..6666e492de5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 05c015eacc3..6dd84a31034 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs index d03e8ef4226..f7cc88d5467 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceActivateRequestBuilder(string rawUrl, IRe } /// /// Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs index 779cd6d3c13..69d028f7796 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs @@ -36,7 +36,6 @@ public MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder(string raw } /// /// Create a new version of the workflow object. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs index 02d270cdd1e..08cb065c735 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public MicrosoftGraphIdentityGovernanceRestoreRequestBuilder(string rawUrl, IReq } /// /// Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Count/CountRequestBuilder.cs index af408fe75f3..07ea68e3530 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 15cfbdb7c9b..0934eff716f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 11e521b3b55..05bd2d6797e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index d9239f11906..90b5a560a3a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 47804fce7e7..ce0d13160ac 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index cc53ce5ea19..a70695aa905 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs index 879ca2f6578..39a3f3ef735 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 22902de1301..3fd10ad03a6 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 74bd613d943..2d0b4cd9786 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 80c32cd8112..f08afc18cfc 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index b34e2515ea9..5fe71c78587 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4007d8bcd9a..5ef8685ce3f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4228f51023b..79438ec64fe 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 760a8a5d57c..0421f6fdf0d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs index ec2147638a4..62a911c1d48 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class UserProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.cs index 3095baf53b8..b467abdd13c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class RunsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs index 539f324ad88..521cebae895 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 631e385dd2e..f42546e606e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index bfadec28ee7..ce92e163fcd 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 35b914d1263..2332329a8df 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 18471b3b48f..860a92af48f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index dd2d72ecb04..faacf595074 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs index 26a9b9e71e4..66830c6773a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class TaskReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Count/CountRequestBuilder.cs index 49636815995..1848b350dd1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 4a93ac1c756..d76a1608845 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index f386beb3a9f..f9988c32e8e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 074ddcacf49..2d60e1a4231 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 1211b6b7eb1..be020902c71 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index fd7f67ae330..26a5adb73d9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/TasksRequestBuilder.cs index 34103d9265f..3f29673a754 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs index 7d6e396e3bf..05779c33fed 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 29fd7b5a636..402ba77495b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 1839a49c55a..95a82ccb027 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index e880f02839e..1c6549e3a6e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 548e82fff73..be86074f53a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 1f929c1cb79..950d4898cd5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 6cfe1b23e0e..bf8ff9bc124 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 2e98d074a8f..7df2ffa0b46 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs index cb92479f35f..8e5fd14d499 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class UserProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Count/CountRequestBuilder.cs index fba23c5c07e..769e8dd5310 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 0ce224fa494..1d20ffef855 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 02e0bdf2733..c20f6169bad 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 2d82577b7ff..43ccb136e53 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index f28b190eb65..5e5fddce83b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs index de49f152696..fb8259a2a63 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index c41737a3e82..7cc2c87efbf 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 7700451291a..b5ce7b6f330 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 08ea3b1401f..d161769746c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c5561c64e2d..3011d7c62fa 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index ce01cba2cfc..bb62787ac9a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs index b52d9806eb6..d134971d1fa 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.cs index 1ae84a7f49d..6b8c4f47f75 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.cs index 2345e5982c3..412b3093ad8 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class WorkflowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 2f2b8f91650..463c76c5332 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -39,7 +39,6 @@ public MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTime } /// /// Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -63,7 +62,6 @@ public MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTime } /// /// Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -145,10 +143,10 @@ public partial class MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWit #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index c33ff23d001..dc1e41dd939 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -39,7 +39,6 @@ public MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDate } /// /// Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -63,7 +62,6 @@ public MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDate } /// /// Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -145,10 +143,10 @@ public partial class MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index bd17319768d..f3b9d659366 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -40,7 +40,6 @@ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDate } /// /// Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 195f8717e6c..0453f5e6fb5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -40,7 +40,6 @@ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTim } /// /// Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Count/CountRequestBuilder.cs index c34c80712b5..323a83fa4ff 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.cs index e03fc9ce727..9181cbbe5cf 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TaskDefinitionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Count/CountRequestBuilder.cs index 6053fe6107a..03721461c6e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Count/CountRequestBuilder.cs index c9c9f4bfb82..eecd9e5a8d8 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index eb1a8b51811..a39996eb2c1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 78b1750a65f..30d9317a354 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 3f111633056..a00d22f53d3 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 46737a74999..dd388646997 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 689577cad41..daa7983b80c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/TasksRequestBuilder.cs index e9fa8bf55d8..e120579dd56 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/TasksRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.cs index 14fe4b7e42a..a98a1abc2a4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class WorkflowTemplatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Count/CountRequestBuilder.cs index 9756c86e65a..9d6261e8e2a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b98078ac6b7..4978e6b7b15 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 561b0a94ab1..db5c48668a8 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs index 17ffb5b762c..2e77a1e53f2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs index 2c8336840da..429d50ed838 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ExecutionScopeRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 77fd1fdcd5f..7bc2a4cd496 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 63ab05d139b..038ef0f2551 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs index 5746136f0f7..89c1ce4e082 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceActivateRequestBuilder(string rawUrl, IRe } /// /// Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs index fc20b560c72..186069d6a73 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs @@ -36,7 +36,6 @@ public MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder(string raw } /// /// Create a new version of the workflow object. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs index 75c0504dd28..404e4f0c75b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public MicrosoftGraphIdentityGovernanceRestoreRequestBuilder(string rawUrl, IReq } /// /// Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Count/CountRequestBuilder.cs index c27ca11192c..2716b730e93 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 1cfcc767586..ae47be1420d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 2e3d19032a2..0a04c11e9e2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b0311a31ee7..4d398856981 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index f819cca85aa..af387655613 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index f43b6bde5ab..f96a7d56e47 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs index 23b0345349e..75658923dcd 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 555d1c511e0..c2c116b14eb 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 1c7593bb046..cc21bfe4bd0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 659e38aff1f..52d73200cb5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 65f253038d2..0e6f98d64ba 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 8dd6fd31f09..1614df4f1f7 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index e7b94cc12dd..0a4f98ace5d 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index c7a2b82e837..2646e4a5e02 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs index 5b7991ee6bc..3c6d553cdef 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class UserProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.cs index 73615169e1a..28ca358559e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class RunsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs index 874fec41363..3212485dc9b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index bc436004951..2fc5806db64 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index dc0354b9ee4..a910bafb6a0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 09f07846b3d..94196a0df5f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 03a5601aa9c..2d4e66b8041 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index ad8f74d92a4..f33d6c13e50 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs index 7be6d44ee08..56a6551ea87 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class TaskReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Count/CountRequestBuilder.cs index 7db09eb9cb9..ed13d5d090a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index ac735f5f489..4da9cbfd4e4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 55687eb2672..41121fa9c72 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index e11498bc49f..063475b1dba 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index eb6e85f21dd..502dacc9516 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 2db63c48162..0bb0b91b8c8 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/TasksRequestBuilder.cs index 38816fb0258..2eb7dbbd595 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/TasksRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs index 218d9e0bfdd..1f79b55d4b9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 0812252b08f..e3ded7321ae 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 724155aec39..cfc358d5548 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 8d66107b81e..18c7515fe79 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 8b82c6e6bae..76f64f2cdf3 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index d73e8b5a3a6..bbc4130d6c4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a01263e8133..6420b1244a0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index cdd4c1aa950..6ec32b7a33f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs index 0e31591eb0a..8e35400dd11 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class UserProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Count/CountRequestBuilder.cs index 1eb82bb9525..1d43e7d8d04 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 994d73ed771..c916630f492 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index f22e1aca0ca..e919862e913 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 2038d6ed881..ef7f252fa11 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 1f14f883eb8..a3a4370fafd 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs index 073f7af8271..bd9f384c672 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 91ee080fdb3..e76e7d98723 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 741b93a28a8..e107ed07923 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl, IRequ } /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index e6ae4716e5f..d8fe453d7a0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index ce0c2b813a0..fde8b2701c8 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index ef8a6769c14..1a1d9c2f24c 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TaskProcessingResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs index e93652999fd..488ce27d8df 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.cs index 7372e27b689..83e889a5e2e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.cs index c92647126dd..affe1d949e9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class WorkflowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/AssignmentApprovalsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/AssignmentApprovalsRequestBuilder.cs index 3af1f718812..d79d753bffe 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/AssignmentApprovalsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/AssignmentApprovalsRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class AssignmentApprovalsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Count/CountRequestBuilder.cs index dab0edcce2d..d55d5987c6b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 0f8097c5ef1..b3ef3a39a28 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs index c3e293b0bde..bef1fa631ef 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.cs index 5e6603eaac1..7c9498c7d73 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class StagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/AssignmentScheduleInstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/AssignmentScheduleInstancesRequestBuilder.cs index 32ce006be22..e0fe5e5d90a 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/AssignmentScheduleInstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/AssignmentScheduleInstancesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AssignmentScheduleInstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Count/CountRequestBuilder.cs index 9dde67b5f5a..ec19afc6137 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index e16788304dd..33bde2f0d37 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM for Groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM for Groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 6dd2112b372..0310fc02fb2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 5498d5af122..d6a84fab780 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/AssignmentScheduleRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/AssignmentScheduleRequestsRequestBuilder.cs index 84470217217..a3d3b0c7dde 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/AssignmentScheduleRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/AssignmentScheduleRequestsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class AssignmentScheduleRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Count/CountRequestBuilder.cs index 60d5545aa39..f77e3dedc3b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 0ce6f3edaed..8b413ea0cab 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM for Groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM for Groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index d2a70d16106..968d5faaac4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Cancel an access assignment request to a group whose membership and ownership are governed by PIM. - /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 9fa84107c70..ba6bd50bbb1 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index d1d53452115..b25d39cab9e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/AssignmentSchedulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/AssignmentSchedulesRequestBuilder.cs index 595466a8ed1..40c36ef2dfd 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/AssignmentSchedulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/AssignmentSchedulesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AssignmentSchedulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Count/CountRequestBuilder.cs index d36891bf449..9f53b910936 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 71bc9a729a8..07cffe4dbff 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM for Groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM for Groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index dee848d7bd8..4e49f32b0bd 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 85d41e4c419..e5a98516880 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Count/CountRequestBuilder.cs index f644f4ef5ef..4e8817568a2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/EligibilityScheduleInstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/EligibilityScheduleInstancesRequestBuilder.cs index 481de6f188f..2d6091320f5 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/EligibilityScheduleInstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/EligibilityScheduleInstancesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class EligibilityScheduleInstancesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 829cfb4348b..7c3676c1689 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Return instances of membership and ownership eligibility schedules for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Return instances of membership and ownership eligibility schedules for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 069a037d8f0..4c2c102cec4 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 6da699683a6..22403f848f3 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Count/CountRequestBuilder.cs index e186fc41bf3..2659afda393 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/EligibilityScheduleRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/EligibilityScheduleRequestsRequestBuilder.cs index 821dd9c099b..bdefda447ba 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/EligibilityScheduleRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/EligibilityScheduleRequestsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class EligibilityScheduleRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 243532ec953..88e7ea8fc40 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM for Groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM for Groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index a8a7ca86db8..9ed563b25dd 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Cancel an eligibility assignment request to a group whose membership and ownership are governed by PIM. - /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 0eac67ddd50..2adc86c2c7e 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c1cb8aa2121..b3a0d34aea0 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Count/CountRequestBuilder.cs index 11bf85edecc..199796d0320 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/EligibilitySchedulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/EligibilitySchedulesRequestBuilder.cs index ab51d5cc9b3..aecf2569a69 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/EligibilitySchedulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/EligibilitySchedulesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class EligibilitySchedulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index a79368714df..e91bf557b26 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve schedules of membership and ownership eligibility requests for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve schedules of membership and ownership eligibility requests for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index c281ede5947..32eed85553f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 55c524db0b9..7986974bd41 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs index c3d20dce87b..082d2405b5f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AgreementAcceptancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Count/CountRequestBuilder.cs index 1fdabd39713..78c9dd36340 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.cs index 6585e5df314..88551d002ba 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AgreementsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Count/CountRequestBuilder.cs index 8b024985c93..59120033e87 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs index cc446a18ba2..759f81cdb10 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AcceptancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs index 311fe118ecf..5d5db9fdc62 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs index 77fcb550653..150b5d85817 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs index 51768bf3415..ea78ddc2093 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs index 5d089160570..d2415fbc062 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs index 5f5f12581e3..0c70ca22d3f 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class LocalizationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Count/CountRequestBuilder.cs index b1cdb010d5f..bed6eb2e057 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.cs index 6b7cd81294f..ccba83f9087 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class FilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs index 2f63fae9f93..ad587a6e6a2 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs index 2a5e504f0c9..35533e3f4e9 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskDetections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskDetections/Count/CountRequestBuilder.cs index 6ae562cecbe..592f6eae79c 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskDetections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskDetections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.cs index 257dfdc3346..bec7df20533 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class RiskDetectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs index 054ddd76104..dbb1daeb85f 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs @@ -35,7 +35,6 @@ public ConfirmCompromisedRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Count/CountRequestBuilder.cs index f293b687d15..3b0263b6579 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.cs index 67c25a9f4ce..bf8817575ce 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/Count/CountRequestBuilder.cs index 4b8676c4043..cb2f61f7ca1 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.cs index 15de336ba35..a4107b1bbb0 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class HistoryRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.cs index 2f1ae27f658..cf588ddc1a1 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class RiskyServicePrincipalsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs index ac80ce38176..872514892eb 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs @@ -35,7 +35,6 @@ public ConfirmCompromisedRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.cs index 8fa2ce5ab5d..b01a68734d3 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.cs @@ -35,7 +35,6 @@ public ConfirmSafeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Confirm one or more riskyUser objects as safe. This action sets the targeted user's risk level to none. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Count/CountRequestBuilder.cs index 7c3cad28190..a4e342ac013 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.cs index a2043818114..90543c7ba48 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/Count/CountRequestBuilder.cs index 852da0d5287..7707ab7dcc3 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs index 4563c4290ad..ed2751596b4 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class HistoryRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.cs index 1b6eab7052c..bdf633cc92d 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.cs @@ -231,10 +231,10 @@ public partial class RiskyUsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/ServicePrincipalRiskDetections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/ServicePrincipalRiskDetections/Count/CountRequestBuilder.cs index b96a34e2044..41fd798d552 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/ServicePrincipalRiskDetections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/ServicePrincipalRiskDetections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.cs index bfb0c6c11f7..c56e0b24091 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ServicePrincipalRiskDetectionsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs index 15e821d54da..d90d9eb8f3a 100644 --- a/src/Microsoft.Graph/Generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public AvailableProviderTypesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Retrieves all identity provider types available in a directory. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -60,7 +59,6 @@ public AvailableProviderTypesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Retrieves all identity provider types available in a directory. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -144,10 +142,10 @@ public partial class AvailableProviderTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityProviders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProviders/Count/CountRequestBuilder.cs index afba6b6b217..a88288324fd 100644 --- a/src/Microsoft.Graph/Generated/IdentityProviders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProviders/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider on 2021-08-24 and will be removed 2023-03-15")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/IdentityProviders/IdentityProvidersRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProviders/IdentityProvidersRequestBuilder.cs index d7711269f39..da33f41b617 100644 --- a/src/Microsoft.Graph/Generated/IdentityProviders/IdentityProvidersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProviders/IdentityProvidersRequestBuilder.cs @@ -228,10 +228,10 @@ public partial class IdentityProvidersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/InformationProtection/Bitlocker/RecoveryKeys/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/InformationProtection/Bitlocker/RecoveryKeys/Count/CountRequestBuilder.cs index 5588cfb4e15..e45456c7e5a 100644 --- a/src/Microsoft.Graph/Generated/InformationProtection/Bitlocker/RecoveryKeys/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/InformationProtection/Bitlocker/RecoveryKeys/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.cs b/src/Microsoft.Graph/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.cs index 5554388bba2..30652b13a48 100644 --- a/src/Microsoft.Graph/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class RecoveryKeysRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Count/CountRequestBuilder.cs index dcd1d8db88f..7194a043c55 100644 --- a/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Count/CountRequestBuilder.cs index a480b29c01a..a875c3fc146 100644 --- a/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Item/Results/ResultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Item/Results/ResultsRequestBuilder.cs index e79f492c8bf..73ae928c737 100644 --- a/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Item/Results/ResultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/Item/Results/ResultsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResultsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.cs index 16c1172f5f0..d581be61678 100644 --- a/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ThreatAssessmentRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Invitations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Invitations/Count/CountRequestBuilder.cs index c46edec4706..0cd2b725ca4 100644 --- a/src/Microsoft.Graph/Generated/Invitations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Invitations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Invitations/InvitationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Invitations/InvitationsRequestBuilder.cs index 7e1cadc5807..8bb2a3e2f69 100644 --- a/src/Microsoft.Graph/Generated/Invitations/InvitationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Invitations/InvitationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InvitationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Invitations/InvitedUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Invitations/InvitedUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index cd15307803f..ea4b6af2823 100644 --- a/src/Microsoft.Graph/Generated/Invitations/InvitedUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Invitations/InvitedUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Invitations/InvitedUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Invitations/InvitedUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a9968f9005a..60067d461e8 100644 --- a/src/Microsoft.Graph/Generated/Invitations/InvitedUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Invitations/InvitedUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Invitations/InvitedUserSponsors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Invitations/InvitedUserSponsors/Count/CountRequestBuilder.cs index 9680e498a15..ca597a7983f 100644 --- a/src/Microsoft.Graph/Generated/Invitations/InvitedUserSponsors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Invitations/InvitedUserSponsors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Invitations/InvitedUserSponsors/InvitedUserSponsorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Invitations/InvitedUserSponsors/InvitedUserSponsorsRequestBuilder.cs index 1e212b9d1c8..97f6aed013e 100644 --- a/src/Microsoft.Graph/Generated/Invitations/InvitedUserSponsors/InvitedUserSponsorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Invitations/InvitedUserSponsors/InvitedUserSponsorsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class InvitedUserSponsorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Activities/ActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Activities/ActivitiesRequestBuilder.cs index d1494499885..630f210624f 100644 --- a/src/Microsoft.Graph/Generated/Me/Activities/ActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Activities/ActivitiesRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class ActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Activities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Activities/Count/CountRequestBuilder.cs index b999e3a877d..888dcff3e81 100644 --- a/src/Microsoft.Graph/Generated/Me/Activities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Activities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Count/CountRequestBuilder.cs index 65c89f7461a..08e3179d8cf 100644 --- a/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/HistoryItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/HistoryItemsRequestBuilder.cs index 7768adf2159..3fd305d2c4c 100644 --- a/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/HistoryItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/HistoryItemsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HistoryItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Activities/Recent/RecentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Activities/Recent/RecentRequestBuilder.cs index 19558c754ec..78a438d8606 100644 --- a/src/Microsoft.Graph/Generated/Me/Activities/Recent/RecentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Activities/Recent/RecentRequestBuilder.cs @@ -35,7 +35,6 @@ public RecentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public RecentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class RecentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs index 12097058656..777d700a64b 100644 --- a/src/Microsoft.Graph/Generated/Me/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AgreementAcceptancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/AgreementAcceptances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/AgreementAcceptances/Count/CountRequestBuilder.cs index 2dec47ce4ec..373f746f3ed 100644 --- a/src/Microsoft.Graph/Generated/Me/AgreementAcceptances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/AgreementAcceptances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs index bbef14aed47..229fa683f8e 100644 --- a/src/Microsoft.Graph/Generated/Me/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AppRoleAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/AppRoleAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/AppRoleAssignments/Count/CountRequestBuilder.cs index 3b904eda99f..e513dcfb1e0 100644 --- a/src/Microsoft.Graph/Generated/Me/AppRoleAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/AppRoleAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/AssignLicense/AssignLicenseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/AssignLicense/AssignLicenseRequestBuilder.cs index e9f401ad7eb..56f4fcf2beb 100644 --- a/src/Microsoft.Graph/Generated/Me/AssignLicense/AssignLicenseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/AssignLicense/AssignLicenseRequestBuilder.cs @@ -36,7 +36,6 @@ public AssignLicenseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Add or remove licenses for the user to enable or disable their use of Microsoft cloud offerings that the company has licenses to. For example, an organization can have a Microsoft 365 Enterprise E3 subscription with 100 licenses, and this request assigns one of those licenses to a specific user. You can also enable and disable specific plans associated with a subscription. Direct user licensing method is an alternative to group-based licensing. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/EmailMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/EmailMethods/Count/CountRequestBuilder.cs index f58c4f0e5b3..5ffe13667cb 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/EmailMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/EmailMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/EmailMethods/EmailMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/EmailMethods/EmailMethodsRequestBuilder.cs index cede8b90c9e..6656159de56 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/EmailMethods/EmailMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/EmailMethods/EmailMethodsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class EmailMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/Fido2Methods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/Fido2Methods/Count/CountRequestBuilder.cs index bb2c5d4bc6e..38ace460d30 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/Fido2Methods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/Fido2Methods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.cs index 5920b94c386..b833359ebfd 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class Fido2MethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/Methods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/Methods/Count/CountRequestBuilder.cs index 8090369b207..e16f858c905 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/Methods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/Methods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.cs index 97a29a69097..c0d9e973355 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.cs @@ -36,7 +36,6 @@ public ResetPasswordRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Reset a user's password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and can't be performed on a user's own account. To reset a user's password in Azure AD B2C, use the Update user API operation and update the passwordProfile > forceChangePasswordNextSignIn object. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and returns a Location header with a link where the caller can periodically check for the status of the reset operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/Methods/MethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/Methods/MethodsRequestBuilder.cs index bd59ade68cc..6d49fe47e9f 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/Methods/MethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/Methods/MethodsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class MethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/MicrosoftAuthenticatorMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/MicrosoftAuthenticatorMethods/Count/CountRequestBuilder.cs index 6504047f798..f5994aae9a9 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/MicrosoftAuthenticatorMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/MicrosoftAuthenticatorMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.cs index 903f20f3f3b..3c3e595496b 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParamete #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/Operations/Count/CountRequestBuilder.cs index 53d8a9c1869..7f0fedaf626 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/Operations/OperationsRequestBuilder.cs index 3536ae1d939..83a2b962be0 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/PasswordMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/PasswordMethods/Count/CountRequestBuilder.cs index 3b4ee790ea4..562545b8ab5 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/PasswordMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/PasswordMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.cs index 7e138a97db3..18a6a6e4532 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PasswordMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Count/CountRequestBuilder.cs index a2ecdabb3eb..df074b3f68c 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.cs index 828c1bd9eec..df8ccfc9b2e 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.cs @@ -35,7 +35,6 @@ public DisableSmsSignInRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Disable SMS sign-in for an existing mobile phone number registered to a user. The number will no longer be available for SMS sign-in, which can prevent your user from signing in. - /// 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/Me/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.cs index ef765a2cdac..146a2d3961b 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.cs @@ -35,7 +35,6 @@ public EnableSmsSignInRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Enable SMS sign-in for an existing mobile phone number registered to a user. To be successfully enabled: - /// 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/Me/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.cs index aaa9bb88745..02ee2a22a95 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PhoneMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/PlatformCredentialMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/PlatformCredentialMethods/Count/CountRequestBuilder.cs index 5359ebbaeec..4d5de27679d 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/PlatformCredentialMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/PlatformCredentialMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/PlatformCredentialMethods/PlatformCredentialMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/PlatformCredentialMethods/PlatformCredentialMethodsRequestBuilder.cs index 3733f087ebb..9e428786be4 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/PlatformCredentialMethods/PlatformCredentialMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/PlatformCredentialMethods/PlatformCredentialMethodsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class PlatformCredentialMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/SoftwareOathMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/SoftwareOathMethods/Count/CountRequestBuilder.cs index be13a5834a0..466a179cc77 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/SoftwareOathMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/SoftwareOathMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.cs index 2c28d3582a3..ce41578abba 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SoftwareOathMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/TemporaryAccessPassMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/TemporaryAccessPassMethods/Count/CountRequestBuilder.cs index 97dd3ee80e4..706e1df6567 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/TemporaryAccessPassMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/TemporaryAccessPassMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.cs index 36110bf0561..b361ab2cfa1 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TemporaryAccessPassMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/WindowsHelloForBusinessMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/WindowsHelloForBusinessMethods/Count/CountRequestBuilder.cs index 2e5610da8b7..6b8a3bbad45 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/WindowsHelloForBusinessMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/WindowsHelloForBusinessMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.cs index 9e5134efb01..2916644f7a5 100644 --- a/src/Microsoft.Graph/Generated/Me/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class WindowsHelloForBusinessMethodsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs index e18c43ce0b0..7a019810a42 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class AllowedCalendarSharingRolesWithUserRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs index 58f96834e7f..9d7064ef3de 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class CalendarPermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs index 192ae2179ef..da4f9804d7c 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/CalendarViewRequestBuilder.cs index b278725d6fc..9f26ddd22fc 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/CalendarViewRequestBuilder.cs @@ -163,7 +163,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -176,7 +176,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs index 78a867ba835..368d418f3ed 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Count/CountRequestBuilder.cs index bde0afd4327..7dc072b4e13 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Delta/DeltaRequestBuilder.cs index 6e97198908a..01df863622f 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/EventsRequestBuilder.cs index dc737d24c23..2c6bb561cb5 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/EventsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs index 00c1eea3b05..b6787524202 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs index 5a5d7af8f77..70b512cf9fb 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs index ef7e52692e0..7328097d103 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 694febcc498..ccb54dd0fa0 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs index 32bc032cc08..82f0346fe69 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs index d295384da09..66e64da1004 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index ce4e30999ff..b378eefa669 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs index b2f9ce05a6d..166981f84b2 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs index 18c37131671..f8fc430a24b 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs index bf71b35e71b..64669c805c3 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 9c3c8b6df75..15ba77c9ede 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 0f487bed8c8..d6578bd1b1c 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index d43bf69e775..c0557262135 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index b4400e2d3c9..6aa07317eb5 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/GetSchedule/GetScheduleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/GetSchedule/GetScheduleRequestBuilder.cs index 82fea02cca5..5a65ae496cd 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/GetSchedule/GetScheduleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/GetSchedule/GetScheduleRequestBuilder.cs @@ -35,7 +35,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs index 5cb88c9f86c..28e18202059 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure deleted item retention and recoverable items quotas. - /// 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/Me/CalendarGroups/CalendarGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/CalendarGroupsRequestBuilder.cs index 9e33965f10a..541f5a9bc78 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/CalendarGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/CalendarGroupsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CalendarGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Count/CountRequestBuilder.cs index 14aaa6c94aa..01a2de44bcc 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.cs index 2aa3ec22b39..f7ce2a5bc59 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CalendarsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Count/CountRequestBuilder.cs index a49809f1922..30152153b2e 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs index a022aef1885..f855b3723aa 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class AllowedCalendarSharingRolesWithUserRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs index 7ee0d6eee99..b209827df73 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CalendarPermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs index 3c01410ed19..bdb3c68f4d2 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 32b622bb8fa..f4be68a9fbd 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 @@ -162,7 +162,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs index c00f906a675..a04b47fd234 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs index 1d03be5904f..6c07b14ba6f 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs index d49fdf3ac6a..285ce951d2d 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.cs index 3d832859e58..e47af0d668f 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs index 883c6d791dd..d4f7842344c 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs index ed26d96a6f1..6b69ee7bc3c 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs index ab49dcc194f..92b1525bd9b 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 7ca589d999b..c47955497b5 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs index a8aa94fd715..0b841962d9a 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs index 2812bacab8c..cec25833edf 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index fbcbcb46492..fe17b1f4059 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs index 5d99297e0e9..1ec1c3c4b5f 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs index 2873cef1fdb..a5eeefbb2d3 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs index 11bf5f16434..458742a64bb 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 34a95ead6ab..6ab231bbd04 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 8c1df5e0988..722099555ed 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 3a1457966f0..64d6488e9ea 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index f51ed1d787b..b1e81a8fcd6 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs index 8b7107dfad9..c00a9791fa4 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs @@ -35,7 +35,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs index 1624a2dd97f..51f390e247a 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure deleted item retention and recoverable items quotas. - /// 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/Me/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/CalendarViewRequestBuilder.cs index 51a59745af8..6541b8e2818 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarView/CalendarViewRequestBuilder.cs @@ -163,7 +163,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -176,7 +176,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Delta/DeltaRequestBuilder.cs index 883f30a62fc..2d788478c5d 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/CalendarsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/CalendarsRequestBuilder.cs index afafd850627..4cd8079b358 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/CalendarsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/CalendarsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CalendarsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Count/CountRequestBuilder.cs index a11fc48ca66..f10450966aa 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs index b6d93822590..dd720f54df9 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class AllowedCalendarSharingRolesWithUserRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs index ee3f047f5f4..ede46f1ff2b 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CalendarPermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs index 0ebdc3ede4f..c039c5c2e4a 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 2b85cef38b5..9e05e750881 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -162,7 +162,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs index ab16b7a0a29..2cee20979cd 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Count/CountRequestBuilder.cs index d228c2eb56b..78ab81ab5ec 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs index 5857d4e0826..cb57276b246 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/EventsRequestBuilder.cs index 2fc3d84333d..805b9b9c0eb 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/EventsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs index 3264b59eadb..c9dbd7ecd16 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs index c6d3d71bffa..c31b39e8fba 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs index 8ca217d27ae..03ed2a56d90 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 000890e5ff1..3fe7b265837 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs index 37b6a242bb1..74679fcc2e7 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs index 019e68d02f3..14bc5d7ffa1 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index 33422086f22..cc2d9d97c77 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs index 8f7757a8dc9..e1a04f7434a 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs index bb3aeba9886..3d4ab0ace51 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs index 7bf16764ecd..e59865cd5b0 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 8851b216298..1f30f96e78c 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 c69ee8243d6..bae41dd2061 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 4aa3614ede8..33c26e51ef3 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 22e25663f52..7bd87734de9 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs index 1b38074c627..80d1a422cdd 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs @@ -35,7 +35,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs index ada03ab919a..759740772f9 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure deleted item retention and recoverable items quotas. - /// 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/Me/ChangePassword/ChangePasswordRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ChangePassword/ChangePasswordRequestBuilder.cs index 1d6edfb448e..7932168eb05 100644 --- a/src/Microsoft.Graph/Generated/Me/ChangePassword/ChangePasswordRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ChangePassword/ChangePasswordRequestBuilder.cs @@ -35,7 +35,6 @@ public ChangePasswordRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Update the signed-in user's password. Any user can update their password without belonging to any administrator role. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Chats/ChatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/ChatsRequestBuilder.cs index b4457fc6651..28bc41884e8 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/ChatsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/ChatsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class ChatsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Count/CountRequestBuilder.cs index ffa24d77109..3e6607f09ca 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs index bbc5b43f3f2..61f2bde8ec8 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Get all messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Get all messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs index 48a1230f26f..83ed5779b91 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllRetainedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/HideForUser/HideForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/HideForUser/HideForUserRequestBuilder.cs index d485b306696..59a9544611f 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/HideForUser/HideForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/HideForUser/HideForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public HideForUserRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Hide a chat for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs index ab166c79261..d7b5ed0fddf 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs index b12c2540432..bfd96ace093 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index 3d963a8ff9d..fd2d00adece 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -35,7 +35,6 @@ public UpgradeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Upgrade an app installation within a chat. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs index 0fbca6dc78d..b577dde24db 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public MarkChatReadForUserRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Mark a chat as read for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs index 49af9122071..77b1dfae4dc 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public MarkChatUnreadForUserRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Mark a chat as unread for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Add/AddRequestBuilder.cs index c9244e9b13c..b5c22fddbb6 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Count/CountRequestBuilder.cs index 3e2424cbd2f..b4541044f7a 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/MembersRequestBuilder.cs index 0fba7e4f47b..36e60f604ad 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/MembersRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Remove/RemoveRequestBuilder.cs index 97e47220e3a..3010f0e8841 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Count/CountRequestBuilder.cs index 59a6890d0b3..98696f43167 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs index c49df494f53..341a74eaab7 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 97f1e6cb15c..b48a1a8272e 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index a16939f2d06..5e45bf46701 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index fde5110ccbb..d527cb395e1 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 29a74879929..35ea0deab08 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 3aea285d5e4..8774b569a26 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index f15cedbfef3..9c46d946127 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 91693e54bd4..de5be7f0c66 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index bc86e9f0137..ea2260d5f7b 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index e5cb452f5bd..896a0881fe8 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index d64881f614a..25e94686f5d 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 7d49d62645a..06e7ec9bd56 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/Chats/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/MessagesRequestBuilder.cs index 3d4820cb0ad..b8157b981a9 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs index a589b29c894..98cfae1ed7b 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index d3dd057f107..df4c46eeb35 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs index 93fae9e24eb..ed9abaaeaa3 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs index bcd10dd76f4..1bb178ae2f5 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PinnedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index 05e22f3bcba..846612b9eef 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Tabs/Count/CountRequestBuilder.cs index 7ce0312e97c..3634ddbde3d 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/Tabs/TabsRequestBuilder.cs index bbe6eee14f7..113ae4d27bb 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs index b57795c7592..0b2bd4c2dc0 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public UnhideForUserRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Unhide a chat for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 0dcaf394b61..179a737999c 100644 --- a/src/Microsoft.Graph/Generated/Me/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/CloudClipboard/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CloudClipboard/Items/Count/CountRequestBuilder.cs index 2b87cc754e5..9a04b532c04 100644 --- a/src/Microsoft.Graph/Generated/Me/CloudClipboard/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CloudClipboard/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/CloudClipboard/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CloudClipboard/Items/ItemsRequestBuilder.cs index 64c0a627158..76eb5bfe976 100644 --- a/src/Microsoft.Graph/Generated/Me/CloudClipboard/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CloudClipboard/Items/ItemsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/ContactFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/ContactFoldersRequestBuilder.cs index ce1193c06d1..494cc63ba5f 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/ContactFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/ContactFoldersRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class ContactFoldersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Count/CountRequestBuilder.cs index ea6e2d4f199..88682572f7d 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Delta/DeltaRequestBuilder.cs index 4acb72d1f68..9b1014ee5f8 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs index 74516146e4b..95ce32d3128 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class ChildFoldersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Count/CountRequestBuilder.cs index ab379c6966c..e37e4213bc9 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs index 865de78b831..4e3bf64a3aa 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.cs index 86fc29e783b..d3dd7c7b484 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class ContactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Count/CountRequestBuilder.cs index db3add380e2..18e5a891a2f 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs index c98602457bb..44f7d5d41de 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs index 5193533f2cb..7a05f75b2e4 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs index 3055f09dd75..bef74859861 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/ContactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/ContactsRequestBuilder.cs index c855b82d636..2efad7fa534 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/ContactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/ContactsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class ContactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Count/CountRequestBuilder.cs index 3d123bff90d..2df9bb1f79e 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs index 63ba6c8eb9d..db9973e3606 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs index 03928eb874a..ddbcc55342e 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs index 30ebd887339..6ee0f54acd4 100644 --- a/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ContactFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Contacts/ContactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Contacts/ContactsRequestBuilder.cs index cd2a55f8c0d..217f0de5a91 100644 --- a/src/Microsoft.Graph/Generated/Me/Contacts/ContactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Contacts/ContactsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class ContactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Contacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Contacts/Count/CountRequestBuilder.cs index 144e59f4e6b..6155017690f 100644 --- a/src/Microsoft.Graph/Generated/Me/Contacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Contacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Contacts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Contacts/Delta/DeltaRequestBuilder.cs index 26a53167b5b..a485abd5b8b 100644 --- a/src/Microsoft.Graph/Generated/Me/Contacts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Contacts/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Contacts/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Contacts/Item/Extensions/Count/CountRequestBuilder.cs index 0fdd05ee17b..ce0a56808f7 100644 --- a/src/Microsoft.Graph/Generated/Me/Contacts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Contacts/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs index 77b4c6b70c8..58bb125a588 100644 --- a/src/Microsoft.Graph/Generated/Me/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CreatedObjects/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CreatedObjects/Count/CountRequestBuilder.cs index f24f4d9d93f..766882d2453 100644 --- a/src/Microsoft.Graph/Generated/Me/CreatedObjects/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CreatedObjects/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/CreatedObjects/CreatedObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CreatedObjects/CreatedObjectsRequestBuilder.cs index 0664c7ce50c..682a986dd23 100644 --- a/src/Microsoft.Graph/Generated/Me/CreatedObjects/CreatedObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CreatedObjects/CreatedObjectsRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class CreatedObjectsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs index 71817247a31..da3b1f6d3bf 100644 --- a/src/Microsoft.Graph/Generated/Me/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index a2e043a8335..c9ccd1e5a66 100644 --- a/src/Microsoft.Graph/Generated/Me/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/Activities/ContentActivities/ContentActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/Activities/ContentActivities/ContentActivitiesRequestBuilder.cs index cca55324410..6627de7c991 100644 --- a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/Activities/ContentActivities/ContentActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/Activities/ContentActivities/ContentActivitiesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ContentActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/Activities/ContentActivities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/Activities/ContentActivities/Count/CountRequestBuilder.cs index b467d4ffa43..5ffa468a2a8 100644 --- a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/Activities/ContentActivities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/Activities/ContentActivities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs index 274cb7634dc..7ffebe3c2f8 100644 --- a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs @@ -3,6 +3,7 @@ using Microsoft.Graph.Me.DataSecurityAndGovernance.Activities; using Microsoft.Graph.Me.DataSecurityAndGovernance.ProcessContent; using Microsoft.Graph.Me.DataSecurityAndGovernance.ProtectionScopes; +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -36,6 +37,11 @@ public partial class DataSecurityAndGovernanceRequestBuilder : BaseRequestBuilde { get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder(PathParameters, RequestAdapter); } + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder SensitivityLabels + { + get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder(PathParameters, RequestAdapter); + } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/ProcessContent/ProcessContentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/ProcessContent/ProcessContentRequestBuilder.cs index 2445443a477..fe78c7438fb 100644 --- a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/ProcessContent/ProcessContentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/ProcessContent/ProcessContentRequestBuilder.cs @@ -36,7 +36,6 @@ public ProcessContentRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Process content against data protection policies in the context of the current, or specified, user. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs new file mode 100644 index 00000000000..4e681b3d574 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs @@ -0,0 +1,104 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats +{ + /// + /// Provides operations to call the computeInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter, string contentFormats = "", string labelIds = "", string locale = "") : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", pathParameters) + { + if (!string.IsNullOrWhiteSpace(contentFormats)) PathParameters.Add("contentFormats", contentFormats); + if (!string.IsNullOrWhiteSpace(labelIds)) PathParameters.Add("labelIds", labelIds); + if (!string.IsNullOrWhiteSpace(locale)) PathParameters.Add("locale", locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", rawUrl) + { + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs new file mode 100644 index 00000000000..5d1bf55ecff --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs @@ -0,0 +1,136 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models; +using Microsoft.Kiota.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.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComputeRightsAndInheritancePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The delegatedUserEmail property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#nullable restore +#else + public string DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#endif + /// The locale property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#nullable restore +#else + public string Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#endif + /// The protectedContents property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ProtectedContents + { + get { return BackingStore?.Get?>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#nullable restore +#else + public List ProtectedContents + { + get { return BackingStore?.Get>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#endif + /// The supportedContentFormats property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? SupportedContentFormats + { + get { return BackingStore?.Get?>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#nullable restore +#else + public List SupportedContentFormats + { + get { return BackingStore?.Get>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public ComputeRightsAndInheritancePostRequestBody() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class 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.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "delegatedUserEmail", n => { DelegatedUserEmail = n.GetStringValue(); } }, + { "locale", n => { Locale = n.GetStringValue(); } }, + { "protectedContents", n => { ProtectedContents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ProtectedContent.CreateFromDiscriminatorValue)?.AsList(); } }, + { "supportedContentFormats", n => { SupportedContentFormats = n.GetCollectionOfPrimitiveValues()?.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("delegatedUserEmail", DelegatedUserEmail); + writer.WriteStringValue("locale", Locale); + writer.WriteCollectionOfObjectValues("protectedContents", ProtectedContents); + writer.WriteCollectionOfPrimitiveValues("supportedContentFormats", SupportedContentFormats); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs new file mode 100644 index 00000000000..aa10ca06985 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs @@ -0,0 +1,103 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance +{ + /// + /// Provides operations to call the computeRightsAndInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance", rawUrl) + { + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving 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.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ComputeRightsAndInheritanceResult.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Configuration for the request such 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.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..bda9785976e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default 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/dataSecurityAndGovernance/sensitivityLabels/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL 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/dataSecurityAndGovernance/sensitivityLabels/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::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/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs new file mode 100644 index 00000000000..c164ed874ce --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs @@ -0,0 +1,125 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights +{ + /// + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/rights{?%24expand,%24select}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/rights{?%24expand,%24select}", rawUrl) + { + } + /// + /// Get rights from me + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UsageRightsIncluded.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get rights from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get rights from me + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs new file mode 100644 index 00000000000..5a304790722 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs @@ -0,0 +1,241 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights; +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels; +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item +{ + /// + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilder : BaseRequestBuilder + { + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder Rights + { + get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder Sublabels + { + get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder(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 SensitivityLabelItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%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 SensitivityLabelItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property sensitivityLabels 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); + } + /// + /// Get sensitivityLabels from me + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property sensitivityLabels 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.SensitivityLabel 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.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property sensitivityLabels 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; + } + /// + /// Get sensitivityLabels from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sensitivityLabels 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel 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.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// Get sensitivityLabels from me + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs new file mode 100644 index 00000000000..7b29417672b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs @@ -0,0 +1,104 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats +{ + /// + /// Provides operations to call the computeInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter, string contentFormats = "", string labelIds = "", string locale = "") : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", pathParameters) + { + if (!string.IsNullOrWhiteSpace(contentFormats)) PathParameters.Add("contentFormats", contentFormats); + if (!string.IsNullOrWhiteSpace(labelIds)) PathParameters.Add("labelIds", labelIds); + if (!string.IsNullOrWhiteSpace(locale)) PathParameters.Add("locale", locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", rawUrl) + { + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs new file mode 100644 index 00000000000..fff6bd4c353 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs @@ -0,0 +1,136 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models; +using Microsoft.Kiota.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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComputeRightsAndInheritancePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The delegatedUserEmail property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#nullable restore +#else + public string DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#endif + /// The locale property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#nullable restore +#else + public string Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#endif + /// The protectedContents property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ProtectedContents + { + get { return BackingStore?.Get?>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#nullable restore +#else + public List ProtectedContents + { + get { return BackingStore?.Get>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#endif + /// The supportedContentFormats property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? SupportedContentFormats + { + get { return BackingStore?.Get?>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#nullable restore +#else + public List SupportedContentFormats + { + get { return BackingStore?.Get>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public ComputeRightsAndInheritancePostRequestBody() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class 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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "delegatedUserEmail", n => { DelegatedUserEmail = n.GetStringValue(); } }, + { "locale", n => { Locale = n.GetStringValue(); } }, + { "protectedContents", n => { ProtectedContents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ProtectedContent.CreateFromDiscriminatorValue)?.AsList(); } }, + { "supportedContentFormats", n => { SupportedContentFormats = n.GetCollectionOfPrimitiveValues()?.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("delegatedUserEmail", DelegatedUserEmail); + writer.WriteStringValue("locale", Locale); + writer.WriteCollectionOfObjectValues("protectedContents", ProtectedContents); + writer.WriteCollectionOfPrimitiveValues("supportedContentFormats", SupportedContentFormats); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs new file mode 100644 index 00000000000..642cdc31c62 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs @@ -0,0 +1,103 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance +{ + /// + /// Provides operations to call the computeRightsAndInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeRightsAndInheritance", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeRightsAndInheritance", rawUrl) + { + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving 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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ComputeRightsAndInheritanceResult.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Configuration for the request such 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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..1dbe37a9702 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default 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/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL 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/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::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/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs new file mode 100644 index 00000000000..5aff263f845 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs @@ -0,0 +1,125 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights +{ + /// + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}/rights{?%24expand,%24select}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}/rights{?%24expand,%24select}", rawUrl) + { + } + /// + /// Get rights from me + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UsageRightsIncluded.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get rights from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get rights from me + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs new file mode 100644 index 00000000000..ec9d6185ae6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs @@ -0,0 +1,235 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights; +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item +{ + /// + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilder : BaseRequestBuilder + { + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder Rights + { + get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder(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 SensitivityLabelItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%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 SensitivityLabelItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property sublabels 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); + } + /// + /// Get sublabels from me + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property sublabels 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.SensitivityLabel 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.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property sublabels 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; + } + /// + /// Get sublabels from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sublabels 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel 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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// Get sublabels from me + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs new file mode 100644 index 00000000000..7fe26393037 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs @@ -0,0 +1,259 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats; +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance; +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count; +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels +{ + /// + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilder : BaseRequestBuilder + { + /// Provides operations to call the computeRightsAndInheritance method. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder ComputeRightsAndInheritance + { + get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// The unique identifier of sensitivityLabel + /// A + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("sensitivityLabel%2Did1", position); + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder(urlTplParams, RequestAdapter); + } + } + /// + /// Provides operations to call the computeInheritance method. + /// + /// A + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats(string contentFormats, string labelIds, string locale) + { + if(string.IsNullOrEmpty(contentFormats)) throw new ArgumentNullException(nameof(contentFormats)); + if(string.IsNullOrEmpty(labelIds)) throw new ArgumentNullException(nameof(labelIds)); + if(string.IsNullOrEmpty(locale)) throw new ArgumentNullException(nameof(locale)); + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(PathParameters, RequestAdapter, contentFormats, labelIds, locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public SublabelsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public SublabelsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// Get sublabels from me + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabelCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create new navigation property to sublabels 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get sublabels from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sublabels 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get sublabels from me + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderGetQueryParameters + { + /// 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 long? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public long? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs new file mode 100644 index 00000000000..35b93b4524d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Me/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs @@ -0,0 +1,259 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats; +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance; +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count; +using Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.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.DataSecurityAndGovernance.SensitivityLabels +{ + /// + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilder : BaseRequestBuilder + { + /// Provides operations to call the computeRightsAndInheritance method. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder ComputeRightsAndInheritance + { + get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// The unique identifier of sensitivityLabel + /// A + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("sensitivityLabel%2Did", position); + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder(urlTplParams, RequestAdapter); + } + } + /// + /// Provides operations to call the computeInheritance method. + /// + /// A + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats(string contentFormats, string labelIds, string locale) + { + if(string.IsNullOrEmpty(contentFormats)) throw new ArgumentNullException(nameof(contentFormats)); + if(string.IsNullOrEmpty(labelIds)) throw new ArgumentNullException(nameof(labelIds)); + if(string.IsNullOrEmpty(locale)) throw new ArgumentNullException(nameof(locale)); + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(PathParameters, RequestAdapter, contentFormats, labelIds, locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public SensitivityLabelsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public SensitivityLabelsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/dataSecurityAndGovernance/sensitivityLabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// Get sensitivityLabels from me + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabelCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create new navigation property to sensitivityLabels 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get sensitivityLabels from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sensitivityLabels 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get sensitivityLabels from me + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderGetQueryParameters + { + /// 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 long? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public long? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/DeviceManagementTroubleshootingEvents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DeviceManagementTroubleshootingEvents/Count/CountRequestBuilder.cs index a09666baff4..556fbfd4c95 100644 --- a/src/Microsoft.Graph/Generated/Me/DeviceManagementTroubleshootingEvents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DeviceManagementTroubleshootingEvents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/DeviceManagementTroubleshootingEvents/DeviceManagementTroubleshootingEventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DeviceManagementTroubleshootingEvents/DeviceManagementTroubleshootingEventsRequestBuilder.cs index 01ce9bf972f..e13ed1b7eeb 100644 --- a/src/Microsoft.Graph/Generated/Me/DeviceManagementTroubleshootingEvents/DeviceManagementTroubleshootingEventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DeviceManagementTroubleshootingEvents/DeviceManagementTroubleshootingEventsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceManagementTroubleshootingEventsRequestBuilderGetQuery #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/DirectReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DirectReports/Count/CountRequestBuilder.cs index d498a93cdcd..4682607f469 100644 --- a/src/Microsoft.Graph/Generated/Me/DirectReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DirectReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/DirectReports/DirectReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DirectReports/DirectReportsRequestBuilder.cs index 37509e71884..c736f441db0 100644 --- a/src/Microsoft.Graph/Generated/Me/DirectReports/DirectReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DirectReports/DirectReportsRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class DirectReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs index 6e41f1e48a3..2efd6df8554 100644 --- a/src/Microsoft.Graph/Generated/Me/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 3f71bec1807..be6f8ce4ee3 100644 --- a/src/Microsoft.Graph/Generated/Me/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/DirectReports/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DirectReports/GraphUser/Count/CountRequestBuilder.cs index 243ade67c96..5257fc9e57e 100644 --- a/src/Microsoft.Graph/Generated/Me/DirectReports/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DirectReports/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/DirectReports/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/DirectReports/GraphUser/GraphUserRequestBuilder.cs index 9fee56de128..336fdd79095 100644 --- a/src/Microsoft.Graph/Generated/Me/DirectReports/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/DirectReports/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Drives/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Drives/Count/CountRequestBuilder.cs index c179d6384fc..9fbd98bb257 100644 --- a/src/Microsoft.Graph/Generated/Me/Drives/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Drives/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Drives/DrivesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Drives/DrivesRequestBuilder.cs index b5a33e2bf8a..fd2c13e08d3 100644 --- a/src/Microsoft.Graph/Generated/Me/Drives/DrivesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Drives/DrivesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class DrivesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs index 895a1528d0d..e4e65c7bfde 100644 --- a/src/Microsoft.Graph/Generated/Me/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs index 002fb2c6ff8..807b482fe0d 100644 --- a/src/Microsoft.Graph/Generated/Me/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class LearningCourseActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Count/CountRequestBuilder.cs index 445302b5660..0f1c9a36c11 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Delta/DeltaRequestBuilder.cs index f46f8e1f75c..2e000ca6529 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/EventsRequestBuilder.cs index 992e8d73a7e..25d232cf902 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/EventsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Accept/AcceptRequestBuilder.cs index 007967d0e89..8a8b209d42c 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests 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..ba79c6aa91b 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 @@ -220,10 +220,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/Count/CountRequestBuilder.cs index 9bd24f7bfe0..fc4518b71bf 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index b8a1d8b0b25..739ad7e2213 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Cancel/CancelRequestBuilder.cs index bd4da95a101..ecf749734d7 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Decline/DeclineRequestBuilder.cs index c053113bc49..0cb41ebc025 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index 7d062319836..a750bd93662 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Extensions/Count/CountRequestBuilder.cs index 4f10fd6e8aa..6bbe8c15d46 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Extensions/ExtensionsRequestBuilder.cs index b33fc61187c..025f8b6b30d 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Forward/ForwardRequestBuilder.cs index 737763676ac..f992e667359 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 06328bb8b5d..05598f6d6e6 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 5fd972eabb9..542f47745f9 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/InstancesRequestBuilder.cs @@ -163,7 +163,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -176,7 +176,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 7d885664961..ba28f515353 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index cd3fa52ea7f..4959af24d46 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Me/ExportPersonalData/ExportPersonalDataRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ExportPersonalData/ExportPersonalDataRequestBuilder.cs index 550bb98c501..5871e2b942a 100644 --- a/src/Microsoft.Graph/Generated/Me/ExportPersonalData/ExportPersonalDataRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ExportPersonalData/ExportPersonalDataRequestBuilder.cs @@ -35,7 +35,6 @@ public ExportPersonalDataRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Submit a data policy operation request from a company administrator or an application to export an organizational user's data. This data includes the user's data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Extensions/Count/CountRequestBuilder.cs index 9a256738a3b..8e706e0504c 100644 --- a/src/Microsoft.Graph/Generated/Me/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Extensions/ExtensionsRequestBuilder.cs index 4a49dc585b3..0f74a360fca 100644 --- a/src/Microsoft.Graph/Generated/Me/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/FindMeetingTimes/FindMeetingTimesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/FindMeetingTimes/FindMeetingTimesRequestBuilder.cs index ff0bfa14152..b55231c2846 100644 --- a/src/Microsoft.Graph/Generated/Me/FindMeetingTimes/FindMeetingTimesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/FindMeetingTimes/FindMeetingTimesRequestBuilder.cs @@ -36,7 +36,6 @@ public FindMeetingTimesRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/FollowedSites/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/FollowedSites/Add/AddRequestBuilder.cs index 50499f0a793..bec49c48425 100644 --- a/src/Microsoft.Graph/Generated/Me/FollowedSites/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/FollowedSites/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Follow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Follow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/FollowedSites/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/FollowedSites/Count/CountRequestBuilder.cs index d9b3ffd61fc..640e5369fb4 100644 --- a/src/Microsoft.Graph/Generated/Me/FollowedSites/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/FollowedSites/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/FollowedSites/FollowedSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/FollowedSites/FollowedSitesRequestBuilder.cs index 94d3107375a..4ca5dda1aa5 100644 --- a/src/Microsoft.Graph/Generated/Me/FollowedSites/FollowedSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/FollowedSites/FollowedSitesRequestBuilder.cs @@ -178,10 +178,10 @@ public partial class FollowedSitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/FollowedSites/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/FollowedSites/Remove/RemoveRequestBuilder.cs index 54c818cd2d0..1992e39c5d0 100644 --- a/src/Microsoft.Graph/Generated/Me/FollowedSites/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/FollowedSites/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Unfollow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Unfollow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/GetMailTips/GetMailTipsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/GetMailTips/GetMailTipsRequestBuilder.cs index cd21ece687a..fd31be5bf4e 100644 --- a/src/Microsoft.Graph/Generated/Me/GetMailTips/GetMailTipsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/GetMailTips/GetMailTipsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMailTipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMailTipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/GetManagedAppDiagnosticStatuses/GetManagedAppDiagnosticStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/GetManagedAppDiagnosticStatuses/GetManagedAppDiagnosticStatusesRequestBuilder.cs index 69326308b14..898bb7dd9e8 100644 --- a/src/Microsoft.Graph/Generated/Me/GetManagedAppDiagnosticStatuses/GetManagedAppDiagnosticStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/GetManagedAppDiagnosticStatuses/GetManagedAppDiagnosticStatusesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetManagedAppDiagnosticStatusesRequestBuilder(string rawUrl, IRequestAdap } /// /// Gets diagnostics validation status for a given user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetManagedAppDiagnosticStatusesRequestBuilder(string rawUrl, IRequestAdap } /// /// Gets diagnostics validation status for a given user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetManagedAppDiagnosticStatusesRequestBuilderGetQueryParame #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/GetManagedAppPolicies/GetManagedAppPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/GetManagedAppPolicies/GetManagedAppPoliciesRequestBuilder.cs index 717007c2b6b..621b7372c2a 100644 --- a/src/Microsoft.Graph/Generated/Me/GetManagedAppPolicies/GetManagedAppPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/GetManagedAppPolicies/GetManagedAppPoliciesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Gets app restrictions for a given user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Gets app restrictions for a given user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetManagedAppPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/GetManagedDevicesWithAppFailures/GetManagedDevicesWithAppFailuresRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/GetManagedDevicesWithAppFailures/GetManagedDevicesWithAppFailuresRequestBuilder.cs index 6c89097c033..c20335096bf 100644 --- a/src/Microsoft.Graph/Generated/Me/GetManagedDevicesWithAppFailures/GetManagedDevicesWithAppFailuresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/GetManagedDevicesWithAppFailures/GetManagedDevicesWithAppFailuresRequestBuilder.cs @@ -35,7 +35,6 @@ public GetManagedDevicesWithAppFailuresRequestBuilder(string rawUrl, IRequestAda } /// /// Retrieves the list of devices with failed apps - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetManagedDevicesWithAppFailuresRequestBuilder(string rawUrl, IRequestAda } /// /// Retrieves the list of devices with failed apps - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetManagedDevicesWithAppFailuresRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index d3f856acaab..885b74ac128 100644 --- a/src/Microsoft.Graph/Generated/Me/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 6689baa1573..4c67fb38241 100644 --- a/src/Microsoft.Graph/Generated/Me/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/InferenceClassification/Overrides/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/InferenceClassification/Overrides/Count/CountRequestBuilder.cs index 9d35bd147dc..6876ff25087 100644 --- a/src/Microsoft.Graph/Generated/Me/InferenceClassification/Overrides/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/InferenceClassification/Overrides/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/InferenceClassification/Overrides/OverridesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/InferenceClassification/Overrides/OverridesRequestBuilder.cs index 3fbfa0be65a..a11b95064c7 100644 --- a/src/Microsoft.Graph/Generated/Me/InferenceClassification/Overrides/OverridesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/InferenceClassification/Overrides/OverridesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class OverridesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Insights/Shared/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Insights/Shared/Count/CountRequestBuilder.cs index 926ea41cc9b..0f5cc928fba 100644 --- a/src/Microsoft.Graph/Generated/Me/Insights/Shared/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Insights/Shared/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Insights/Shared/SharedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Insights/Shared/SharedRequestBuilder.cs index 376574048c6..e16142581f7 100644 --- a/src/Microsoft.Graph/Generated/Me/Insights/Shared/SharedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Insights/Shared/SharedRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SharedRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Insights/Trending/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Insights/Trending/Count/CountRequestBuilder.cs index 12bcb3d60bf..c2b4b8c8897 100644 --- a/src/Microsoft.Graph/Generated/Me/Insights/Trending/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Insights/Trending/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Insights/Trending/TrendingRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Insights/Trending/TrendingRequestBuilder.cs index 991fa8d9687..1523c39e59e 100644 --- a/src/Microsoft.Graph/Generated/Me/Insights/Trending/TrendingRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Insights/Trending/TrendingRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TrendingRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Insights/Used/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Insights/Used/Count/CountRequestBuilder.cs index 859a0694273..b8591e04d73 100644 --- a/src/Microsoft.Graph/Generated/Me/Insights/Used/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Insights/Used/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Insights/Used/UsedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Insights/Used/UsedRequestBuilder.cs index fa6b4a5146b..68f65967bf8 100644 --- a/src/Microsoft.Graph/Generated/Me/Insights/Used/UsedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Insights/Used/UsedRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class UsedRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Count/CountRequestBuilder.cs index cde620a23ee..8975eddd511 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs index 452b0c4aada..7ad8c44bb1c 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.cs index 8b614edc449..77100011735 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/AllChannels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/AllChannels/Count/CountRequestBuilder.cs index f51bb21779c..18e5ec5c938 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/AllChannels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/AllChannels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Archive/ArchiveRequestBuilder.cs index 74ef3a68349..974df027292 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive the specified team. When a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team are still allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which might occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/ChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/ChannelsRequestBuilder.cs index 76cb0eb5ddb..eb49d2f0767 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/ChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/ChannelsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class ChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Count/CountRequestBuilder.cs index f2d333893c7..1e8162b6ce7 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs index f4cfee22564..a6dd35ffbc9 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs index 52837cc0986..ab716ae726f 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllRetainedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs index 840eaf371bb..6ea55248d6e 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs index 3c8db0397eb..50a5808be16 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs index 2be95636875..2c0ba0c664d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs index 6ab7c1bbf78..390a37356e5 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs index f3f68be06ec..4f37729e91f 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 3bdba6e40aa..e7fd565267b 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Me/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index a1f4241513e..48a70fe4eed 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs index 183f741b43d..f803a74c377 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs index fc3426aecce..f4be71e96db 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs index c6f0c55e395..fc1a66189ec 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs index 308ecc2d9ae..90e558b74e2 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs index 932bdbeda82..d3d4ed04bd8 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs index 5edaf72a2ac..7ffec58b6d8 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 095419ed94a..e0d997b18d5 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 6c996bb3d48..308fa353d9a 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index e05306fee1a..9725d72b732 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 3aba1f00659..40d4c950e9c 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 064499b2583..85ea17bde87 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index b0fefc5f521..c1d8c70702d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 3e4998b10ff..ae0cb5d938d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index f99759c441c..5768aae393b 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index 077fe7f0d9e..5a80d692de4 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 39edef8dd6a..663045d7395 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 73cfe57503d..4c336c2feee 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs index eb567f60dae..e899a891573 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs index e02bb9d26cb..86382f02985 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs index 242f697edbe..a9a2762c247 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs index 9f219fc852f..94135df12c2 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index 85e7b9bf913..ced7a67a338 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index 938581422bc..ee2f39e9dc8 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 9bfc9b3d889..770b514e478 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs index 183a646b827..7ab237abb1e 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs index ac617671eff..98fe593e7a7 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs index 90c25654c3e..f265df4262d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Me/JoinedTeams/Item/Clone/CloneRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Clone/CloneRequestBuilder.cs index c6154b87e21..c7ad07d8646 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Clone/CloneRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Clone/CloneRequestBuilder.cs @@ -35,7 +35,6 @@ public CloneRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 2e69829e0e1..9cf15bc90bb 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Me/JoinedTeams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 8487eb514e5..3ebff968689 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 61f06cc68fe..0ca8e405e75 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/IncomingChannels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/IncomingChannels/Count/CountRequestBuilder.cs index 50ee7aa49af..1e322a07263 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/IncomingChannels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/IncomingChannels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs index 1c34b720467..c208d05f543 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class IncomingChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/Count/CountRequestBuilder.cs index 35719ea325b..51ff379a6af 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.cs index f8585b16acf..c9b4b050e31 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index c7bd52a6d26..8d4ac2121e2 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -35,7 +35,6 @@ public UpgradeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Upgrade an app installation within a chat. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Add/AddRequestBuilder.cs index c5fd4330b6f..7022125563a 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Count/CountRequestBuilder.cs index bca0239dabb..5925b65e6be 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/MembersRequestBuilder.cs index ee94cde2bcf..70b170f6d81 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Remove/RemoveRequestBuilder.cs index 8d3055642ad..dcc2ae39301 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Operations/Count/CountRequestBuilder.cs index 80a4a4a84c5..0e9e660f36d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Operations/OperationsRequestBuilder.cs index bec2812e769..8272c744f2e 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PermissionGrants/Count/CountRequestBuilder.cs index d75056d67d4..9418ca6f3d8 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index da7c43c43a5..c8abe934fd1 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs index d12870210fa..392af6f88e9 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs index 6af69ea3957..72cf0a6cef5 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs index 8f83d3da0a1..a13b87ccb3f 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs index aa1df3f51f7..d5f15b0270c 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs index 6b00f7367e4..90b79e081b6 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs index 54c1c5761b5..536b2d30a29 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Me/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index 83cae2e348b..126b82709ef 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs index cc5e9b04f88..cb4c0411842 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs index 245ee8ccf6c..c8f9d9548ef 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs index 41ce0bcc88d..8f200dbaeb6 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs index a9c8a8d797e..70e0fc6107e 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs index 710d0e1c2a4..3ee71919c17 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs index 3d58a56556b..43803dfdfed 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 243db4e0326..221175debdb 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index f9503c3726d..c760ab7a9e3 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs index ab91df974b7..1c62203ee04 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index f3e05f1a57b..0b08ac4fb19 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index d095c5f8f1b..ef7973f2b88 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index b6e2454d5a6..99d661d3d87 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 926579d034f..5015eb52eb1 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 6d473c310fc..99fe7ee0992 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs index 23fee176427..37a56649c2e 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index a2c0e66d03b..d55a4cef671 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index f470557e58c..e7e5256c2ae 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Me/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs index 51d6b15ab9a..e96d3142ae8 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs index 369cc9b4c44..c817c6c3a57 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs index dc4c364836c..b5199e60aca 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs index 74c07d5b5e5..25cd767ea8a 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index 40cd4a3cfda..566a4531a35 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index 7cb2d1f3ebd..72d4f59e51f 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 9f416efe53b..0f9a348c871 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs index 219215641a5..f9d65934a1d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs index 7766e2f6faf..49812819370 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs index 9b2188c13c8..4dd90cb5122 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Me/JoinedTeams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs index 3f1cff89125..5c422013622 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs index 217887a2265..c17feb47d1a 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DayNotesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs index b655731ec82..fac33f3c20b 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs index 140472505a3..06d2f5d8f1d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OfferShiftRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs index c57b12c2f69..647b260862b 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs index 27862a4dfd8..b038d1a67b9 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OpenShiftChangeRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs index c82073a1264..680ba6ed164 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs index 8d25bbc4a3c..51e084e773d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OpenShiftsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs index 745ba5e03ac..10063ff0abe 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs index 2f9c77493dc..c7cfa8419a4 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SchedulingGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.cs index 0932ceb4135..2c858306668 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.cs @@ -35,7 +35,6 @@ public ShareRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs index 8496b697ffc..4f3055cc205 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs index 76ef2d85e41..72e10dc4594 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ShiftsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs index a38880d7b9e..fc46b516857 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs index 47f886100c9..c1923c4b8ee 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SwapShiftsChangeRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs index b151529c614..d0f4b409cb9 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs @@ -36,7 +36,6 @@ public ClockInRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Clock in to start a timeCard. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs index 54846eb65bf..84cb24ea55d 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs index 67d75ac3a64..ac33a797fa0 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs @@ -36,7 +36,6 @@ public ConfirmRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Confirm a timeCard. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs index e44b849ebf3..dc9d18ab6ad 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class TimeCardsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs index 754c23c4b07..791f33ad496 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs index 3a942864d79..53130783f85 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimeOffReasonsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs index 8eba8913a6a..89de19c48de 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs index df5607b06bc..8b84714d0f2 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimeOffRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs index 81a4b9b1a80..880fbd8c53e 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs index 55c33f40847..2c9fccfcd83 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimesOffRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index 1d9e0902b9b..4da3c3adf12 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, seesending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Count/CountRequestBuilder.cs index 357a257824d..7fe218cecc6 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs index 323a6ab2999..1845feba677 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.cs index 775bd3a1c58..e3afa740bd5 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/TagsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/TagsRequestBuilder.cs index 4092b138316..6b50e3d3f01 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/TagsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Tags/TagsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TagsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.cs index 380ccde62dc..b8c0dcc56e2 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived team. This API restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API. - /// 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/Me/JoinedTeams/JoinedTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/JoinedTeams/JoinedTeamsRequestBuilder.cs index 295a76f1fb0..ac79fd9ffcf 100644 --- a/src/Microsoft.Graph/Generated/Me/JoinedTeams/JoinedTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/JoinedTeams/JoinedTeamsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class JoinedTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/LicenseDetails/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/LicenseDetails/Count/CountRequestBuilder.cs index 3d81c88ab0d..1e25811dba5 100644 --- a/src/Microsoft.Graph/Generated/Me/LicenseDetails/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/LicenseDetails/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/LicenseDetails/GetTeamsLicensingDetails/GetTeamsLicensingDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/LicenseDetails/GetTeamsLicensingDetails/GetTeamsLicensingDetailsRequestBuilder.cs index dd0113153c8..7e916d9f268 100644 --- a/src/Microsoft.Graph/Generated/Me/LicenseDetails/GetTeamsLicensingDetails/GetTeamsLicensingDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/LicenseDetails/GetTeamsLicensingDetails/GetTeamsLicensingDetailsRequestBuilder.cs @@ -36,7 +36,6 @@ public GetTeamsLicensingDetailsRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Get the license status of a user in Microsoft Teams. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/LicenseDetails/LicenseDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/LicenseDetails/LicenseDetailsRequestBuilder.cs index 5fbf10691a5..fc7e65d6a6a 100644 --- a/src/Microsoft.Graph/Generated/Me/LicenseDetails/LicenseDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/LicenseDetails/LicenseDetailsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class LicenseDetailsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Count/CountRequestBuilder.cs index 72a8f272043..4780b169546 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Count/CountRequestBuilder.cs @@ -22,7 +22,7 @@ public partial class CountRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/mailFolders/$count{?%24filter,%24search,includeHiddenFolders*}", pathParameters) + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/mailFolders/$count{?%24filter,%24search}", pathParameters) { } /// @@ -30,23 +30,23 @@ public CountRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL 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/mailFolders/$count{?%24filter,%24search,includeHiddenFolders*}", rawUrl) + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/mailFolders/$count{?%24filter,%24search}", rawUrl) { } /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource @@ -99,16 +99,6 @@ public partial class CountRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Include Hidden Folders -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("includeHiddenFolders")] - public string? IncludeHiddenFolders { get; set; } -#nullable restore -#else - [QueryParameter("includeHiddenFolders")] - public string IncludeHiddenFolders { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Delta/DeltaRequestBuilder.cs index 6abf07f08e2..10ad9d03cf2 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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..6a7c33cd7d5 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 @@ -230,10 +230,10 @@ public partial class ChildFoldersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Count/CountRequestBuilder.cs index d5331ac20cb..ba353a4e48b 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Count/CountRequestBuilder.cs @@ -22,7 +22,7 @@ public partial class CountRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/mailFolders/{mailFolder%2Did}/childFolders/$count{?%24filter,%24search,includeHiddenFolders*}", pathParameters) + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/mailFolders/{mailFolder%2Did}/childFolders/$count{?%24filter,%24search}", pathParameters) { } /// @@ -30,23 +30,23 @@ public CountRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL 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/mailFolders/{mailFolder%2Did}/childFolders/$count{?%24filter,%24search,includeHiddenFolders*}", rawUrl) + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/mailFolders/{mailFolder%2Did}/childFolders/$count{?%24filter,%24search}", rawUrl) { } /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource @@ -99,16 +99,6 @@ public partial class CountRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Include Hidden Folders -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("includeHiddenFolders")] - public string? IncludeHiddenFolders { get; set; } -#nullable restore -#else - [QueryParameter("includeHiddenFolders")] - public string IncludeHiddenFolders { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs index 7d2720a7cc3..a6d7deccc3c 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.cs index e3f3d9c82ba..fe25f759513 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a mailfolder and its contents to another mailfolder. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/MessageRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/MessageRules/Count/CountRequestBuilder.cs index 354c64b0de0..e5327a1fee6 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/MessageRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/MessageRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.cs index ee2a0fa964d..9a9b1e56436 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MessageRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Count/CountRequestBuilder.cs index dbb3f444798..aee6f952c1c 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.cs index b6dc2605134..e47511e9843 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index 33bd8b3e1c7..af236043e01 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs index de10610a59c..b4413f14edd 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 22216b5a2ca..6a4634c2a36 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs index 616c71d1d87..89e20ab9020 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a message to a folder within the user's mailbox. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs index 34cf5042c78..59524b02e6f 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs index 2548abe4bfe..fb27f275613 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs index 2a1ac027232..71162e35f9d 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs index 0604b2c82d9..86cb4da9c72 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs index 52fe62ee473..b92a7b64edd 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs index f27373c5d03..4975c592811 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs index 88540a1e684..45ef622b255 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs index 7b2efb0c4f5..ba8fcafff32 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs index 37ad4260f8a..72ddb8a4d79 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.cs index d7d48ae76fc..463b3a5e635 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.cs @@ -35,7 +35,6 @@ public SendRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. - /// 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/Me/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.cs index 13822235ebe..1cfa2418f15 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.cs index 03fdd47e122..4a38c87ed07 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a mailfolder and its contents to another mailfolder. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Copy/CopyRequestBuilder.cs index db18481e3b1..997a7142a71 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a mailfolder and its contents to another mailfolder. - /// Find more info here /// /// 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 dbdc35087d6..fa2b5425f69 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 writable properties of a mailSearchFolder object. - /// Find more info here + /// Update the properties of mailfolder object. + /// Find more info here /// /// A /// The request body @@ -182,7 +182,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the writable properties of a mailSearchFolder object. + /// Update the properties of mailfolder object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MessageRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MessageRules/Count/CountRequestBuilder.cs index ae21da2d444..abe25b1b70a 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MessageRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MessageRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.cs index d37ceab9669..6d281a58728 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class MessageRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Count/CountRequestBuilder.cs index f0eea2ab924..26148140188 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.cs index ca9ffbe3129..af3cbee6689 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index 768e0fd2188..4d99360ecc3 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs index d7cc1e44028..1d50bf0c5e1 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 32880dc8154..b3402faa852 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs index 0275c69d4e0..ebb5be007c9 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a message to a folder within the user's mailbox. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs index efc5ea258bf..ca50fc60d75 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs index 00f0ed76010..48a038097e1 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs index 3c825ff4897..b25513b2457 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs index 965d79e48e8..ff3d44250ab 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs index 0013771b8e1..adb909a504e 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs index 24f20174866..27d69987116 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs index 4e4d40f2229..e4a639906ec 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs index 6e3255a8139..250e8b2ee93 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs index 4a5c0a79157..4b39465d57d 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.cs index 9ef6ad9a894..a41f0c197d5 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.cs @@ -35,7 +35,6 @@ public SendRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. - /// 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/Me/MailFolders/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/MessagesRequestBuilder.cs index d7e2fd4bfc5..ad9536a032e 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Messages/MessagesRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Move/MoveRequestBuilder.cs index 742fa195860..7dac2c8e19e 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a mailfolder and its contents to another mailfolder. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/MailFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/MailFoldersRequestBuilder.cs index fe4581b4424..204045c680f 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/MailFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/MailFoldersRequestBuilder.cs @@ -230,10 +230,10 @@ public partial class MailFoldersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ManagedAppRegistrations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedAppRegistrations/Count/CountRequestBuilder.cs index c25c1ca7561..7dcd3ac3ac1 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedAppRegistrations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedAppRegistrations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs index 87b52ea8488..5d63703520e 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ManagedAppRegistrationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Count/CountRequestBuilder.cs index bd66cbf5914..95e51665198 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs index 252e697d60d..39ad2d0d73b 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs @@ -35,7 +35,6 @@ public BypassActivationLockRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Bypass activation lock - /// 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/Me/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs index 24b118ba1e5..8800b3fb696 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public CleanWindowsDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Clean Windows device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs index ef1c3be9601..b865aec9bd2 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public DeleteUserFromSharedAppleDeviceRequestBuilder(string rawUrl, IRequestAdap } /// /// Delete user from shared Apple device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs index cdaf92768d1..8a5ab73841a 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs index 7a0fa850f38..2470d9529ee 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceCompliancePolicyStatesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs index 87579e1b768..e427253e1a0 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs index ec4d283eb2a..53f7c5c8417 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceConfigurationStatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs index d37ceced923..ea564f3b28c 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs @@ -35,7 +35,6 @@ public DisableLostModeRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Disable lost mode - /// 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/Me/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs index f2a7f78fab4..f83a274b64a 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public LocateDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Locate a device - /// 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/Me/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs index daf982bfd80..6e6529c2069 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs index 13f53b3695c..0f5899c9c35 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class LogCollectionRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs index d7c047105e8..c38b0e5aa7a 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs @@ -35,7 +35,6 @@ public LogoutSharedAppleDeviceActiveUserRequestBuilder(string rawUrl, IRequestAd } /// /// Logout shared Apple device active user - /// 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/Me/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs index a5d101b72c2..d7a9e4e668f 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs @@ -35,7 +35,6 @@ public RebootNowRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Reboot device - /// 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/Me/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs index fbcccd1517e..febc25b2c11 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs @@ -35,7 +35,6 @@ public RecoverPasscodeRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Recover passcode - /// 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/Me/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs index 0e0d98a5f16..53c249c6b98 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoteLockRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Remote lock - /// 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/Me/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs index 99301562c2b..7ce4a8f0642 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs @@ -35,7 +35,6 @@ public RequestRemoteAssistanceRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Request remote assistance - /// 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/Me/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs index 62ac55b04e0..b5b66656da3 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs @@ -35,7 +35,6 @@ public ResetPasscodeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Reset passcode - /// 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/Me/ManagedDevices/Item/Retire/RetireRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Retire/RetireRequestBuilder.cs index 09410e3af5b..43a4419e67a 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Retire/RetireRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Retire/RetireRequestBuilder.cs @@ -35,7 +35,6 @@ public RetireRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Retire a device - /// 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/Me/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs index 57189f0d14a..27c468bd60b 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs @@ -35,7 +35,6 @@ public ShutDownRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Shut down device - /// 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/Me/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs index a8d8c384b29..1862e53881b 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public SyncDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// 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/Me/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs index fb74ebcb8f5..25c0f00b77d 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs @@ -35,7 +35,6 @@ public UpdateWindowsDeviceAccountRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Users/UsersRequestBuilder.cs index c106461116e..d5f68f70498 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Users/UsersRequestBuilder.cs @@ -146,10 +146,10 @@ public partial class UsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs index 103700e13e5..c1c34cb49fb 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs @@ -35,7 +35,6 @@ public WindowsDefenderScanRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs index 5025c429232..ea7d294ebf8 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs @@ -35,7 +35,6 @@ public WindowsDefenderUpdateSignaturesRequestBuilder(string rawUrl, IRequestAdap } /// /// Not yet documented - /// 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/Me/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs index 8c2c09b0f87..8655b839fbc 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs index 3f83a5fa632..a0203dc489d 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DetectedMalwareStateRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs index 01a77d2835c..f85d7fa2bb0 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs @@ -35,7 +35,6 @@ public WipeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Wipe a device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/ManagedDevices/ManagedDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ManagedDevices/ManagedDevicesRequestBuilder.cs index 5f8838d1fb0..036889a97de 100644 --- a/src/Microsoft.Graph/Generated/Me/ManagedDevices/ManagedDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ManagedDevices/ManagedDevicesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ManagedDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MeRequestBuilder.cs index 75e60f79398..f8d666502bd 100644 --- a/src/Microsoft.Graph/Generated/Me/MeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MeRequestBuilder.cs @@ -499,8 +499,8 @@ public MeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(re return new global::Microsoft.Graph.Me.ExportDeviceAndAppManagementDataWithSkipWithTop.ExportDeviceAndAppManagementDataWithSkipWithTopRequestBuilder(PathParameters, RequestAdapter, skip, top); } /// - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. - /// Find more info here + /// Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -561,7 +561,7 @@ public MeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(re return new global::Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(PathParameters, RequestAdapter, endDateTime, startDateTime); } /// - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. + /// Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -611,7 +611,7 @@ public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Mode return new global::Microsoft.Graph.Me.MeRequestBuilder(rawUrl, RequestAdapter); } /// - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. + /// Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MeRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Me/MemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MemberOf/Count/CountRequestBuilder.cs index 979c334ff63..c61f1c9c4ba 100644 --- a/src/Microsoft.Graph/Generated/Me/MemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 418594ff773..2eba7a1fc5c 100644 --- a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 6cde7be8a67..3bb7f0deaf8 100644 --- a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs index 35c96d9171e..58fcfe9fcc5 100644 --- a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index b86de77eaae..22f0ab7a1e0 100644 --- a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDirectoryRoleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index 138ae95de00..bce84672ea1 100644 --- a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 9d9fd8a6c57..bffc1335197 100644 --- a/src/Microsoft.Graph/Generated/Me/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/MemberOf/MemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MemberOf/MemberOfRequestBuilder.cs index 2e721900ed0..943d856d3ae 100644 --- a/src/Microsoft.Graph/Generated/Me/MemberOf/MemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MemberOf/MemberOfRequestBuilder.cs @@ -183,10 +183,10 @@ public partial class MemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Count/CountRequestBuilder.cs index e388a9585a6..bf98df5c2d4 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Count/CountRequestBuilder.cs @@ -22,7 +22,7 @@ public partial class CountRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/messages/$count{?%24filter,%24search,includeHiddenMessages*}", pathParameters) + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/messages/$count{?%24filter,%24search}", pathParameters) { } /// @@ -30,23 +30,23 @@ public CountRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL 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/messages/$count{?%24filter,%24search,includeHiddenMessages*}", rawUrl) + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/messages/$count{?%24filter,%24search}", rawUrl) { } /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource @@ -99,16 +99,6 @@ public partial class CountRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Include Hidden Messages -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("includeHiddenMessages")] - public string? IncludeHiddenMessages { get; set; } -#nullable restore -#else - [QueryParameter("includeHiddenMessages")] - public string IncludeHiddenMessages { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Delta/DeltaRequestBuilder.cs index 5d198f33c75..2435ea0294f 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index cce32d9934a..c435d0ebb03 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -60,8 +60,8 @@ public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// Retrieve a list of attachment objects. - /// Find more info here + /// Retrieve a list of attachment objects attached to a message. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -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 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 + /// Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. + /// Find more info here /// /// A /// The request body @@ -110,7 +110,7 @@ public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Retrieve a list of attachment objects. + /// Retrieve a list of attachment objects attached to a message. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// 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. + /// Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. /// /// A /// The request body @@ -160,7 +160,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Me.Messages.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); } /// - /// Retrieve a list of attachment objects. + /// Retrieve a list of attachment objects attached to a message. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AttachmentsRequestBuilderGetQueryParameters @@ -220,10 +220,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/Count/CountRequestBuilder.cs index a41ef3b7ff2..2a00232d229 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 290ccb96c8b..44db60e7071 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Copy/CopyRequestBuilder.cs index 7193457fb4c..c60f25b1f9c 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a message to a folder within the user's mailbox. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs index 7e4c987aa99..111d26f6e9d 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs index f78ad81151b..697a0d1e6e4 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs index 647fb5fec55..26cbb07e1b8 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Extensions/Count/CountRequestBuilder.cs index 2d646f9e98b..8fdba9d680d 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Extensions/ExtensionsRequestBuilder.cs index 9394ab97c53..6f3592732ef 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Extensions/ExtensionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Forward/ForwardRequestBuilder.cs index 7fb7f2601a3..8ebe9795e8e 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs index 6134c87a397..4a73b4052c1 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs @@ -113,8 +113,8 @@ public MessageItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// Delete eventMessage. - /// Find more info here + /// Delete a message in the specified user's mailbox, or delete a relationship of the message. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -186,7 +186,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.Message.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete eventMessage. + /// Delete a message in the specified user's mailbox, or delete a relationship of the message. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Move/MoveRequestBuilder.cs index c4da7ac8621..d648a52158e 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Reply/ReplyRequestBuilder.cs index 0db93e6979d..7ef343eb8c4 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Reply/ReplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs index 171d553dac2..f435a93c8de 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Send/SendRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Send/SendRequestBuilder.cs index fe1a57b529f..fe29c5ad6eb 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Send/SendRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Send/SendRequestBuilder.cs @@ -35,7 +35,6 @@ public SendRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. - /// 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/Me/Messages/Item/Value/ContentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Value/ContentRequestBuilder.cs index e1ee388da34..f2784f63983 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Value/ContentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Value/ContentRequestBuilder.cs @@ -22,7 +22,7 @@ public partial class ContentRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ContentRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/messages/{message%2Did}/$value{?includeHiddenMessages*}", pathParameters) + public ContentRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/messages/{message%2Did}/$value", pathParameters) { } /// @@ -30,12 +30,12 @@ public ContentRequestBuilder(Dictionary pathParameters, IRequest /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ContentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/messages/{message%2Did}/$value{?includeHiddenMessages*}", rawUrl) + public ContentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/messages/{message%2Did}/$value", rawUrl) { } /// - /// Delete eventMessage. - /// Find more info here + /// Delete a message in the specified user's mailbox, or delete a relationship of the message. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -57,8 +57,8 @@ public async Task DeleteAsync(Action - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: - /// 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 @@ -66,11 +66,11 @@ public async Task DeleteAsync(ActionWhen receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -107,7 +107,7 @@ public async Task PutAsync(Stream body, Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete eventMessage. + /// Delete a message in the specified user's mailbox, or delete a relationship of the message. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -126,17 +126,17 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the 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. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); @@ -182,30 +182,13 @@ public RequestInformation ToPutRequestInformation(Stream body, Action { - } - /// - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ContentRequestBuilderGetQueryParameters - { - /// Include Hidden Messages -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("includeHiddenMessages")] - public string? IncludeHiddenMessages { get; set; } -#nullable restore -#else - [QueryParameter("includeHiddenMessages")] - public string IncludeHiddenMessages { get; set; } -#endif } /// /// Configuration for the request such as headers, query parameters, and middleware options. /// [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ContentRequestBuilderGetRequestConfiguration : RequestConfiguration + public partial class ContentRequestBuilderGetRequestConfiguration : RequestConfiguration { } /// diff --git a/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs index 0cc565adb32..5efb9744890 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs @@ -60,8 +60,8 @@ public MessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: - /// 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 @@ -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 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 + /// 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 /// /// A /// The request body @@ -110,7 +110,7 @@ public MessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Message.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the 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. @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// 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. + /// 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. /// /// A /// The request body @@ -160,7 +160,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Me.Messages.MessagesRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the 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 MessagesRequestBuilderGetQueryParameters @@ -230,10 +230,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Oauth2PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Oauth2PermissionGrants/Count/CountRequestBuilder.cs index 61ccfd13358..99c917c3781 100644 --- a/src/Microsoft.Graph/Generated/Me/Oauth2PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Oauth2PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs index e19e6309c8b..39937588451 100644 --- a/src/Microsoft.Graph/Generated/Me/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class Oauth2PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Count/CountRequestBuilder.cs index 0205d0066f3..51353c43edb 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs index de09ca06972..2e4b44fc2eb 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs @@ -36,7 +36,6 @@ public GetNotebookFromWebUrlRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs index a083166e302..7a72c7f7b56 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs @@ -37,7 +37,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,10 +141,10 @@ public partial class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilde #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs index 81d3a5e2f77..eb1d21daa92 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs index 56294887eab..8b91330a19a 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index 4f7ab7b8aed..7a75fae6a2b 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index c689ab62e8b..e7ecb2cab09 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index a627f98ebe3..49e08d8ad79 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index f3412852247..10868e4374b 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index b04075319c6..e0fa1fb8568 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index a978c6da846..63f7d9c0d99 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 354a84fd819..eed160558fc 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index bd986e08944..c8cfc9bb391 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 2ba0a6c8cc9..0bb5f0877a9 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 88510185171..d87f8707583 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs index 450199c884d..87dbb78055f 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 4e8671acbe5..304b828410b 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index c239fc56dfa..7a346b33822 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index d6bf9758ffb..fc85bd97e5e 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 56e8a76c18d..844ecb5f235 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 14ff718e51a..3d7ab71bde9 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs index df012fe6971..a3fd2fde3b0 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/NotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/NotebooksRequestBuilder.cs index 0ace5336786..800ef4a4b74 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/NotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Notebooks/NotebooksRequestBuilder.cs @@ -231,10 +231,10 @@ public partial class NotebooksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Operations/Count/CountRequestBuilder.cs index f9eb2a40cdb..bb5ca764032 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Operations/OperationsRequestBuilder.cs index acb021d1277..d1fbda4bcb7 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Pages/Count/CountRequestBuilder.cs index f6998c932f8..c2da16edbea 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index ae26fd89ac8..7339a1a801f 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Pages/PagesRequestBuilder.cs index eb445a2511f..433e81d63df 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Pages/PagesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Resources/Count/CountRequestBuilder.cs index 28efcc527c4..41782246925 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Resources/ResourcesRequestBuilder.cs index abb2a5819a0..430efe1a05b 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Count/CountRequestBuilder.cs index fab94b542c2..e5475ce9de6 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index 66a8f2569a8..193273e054c 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 4cd6db5d31f..cae93f9f5e1 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index ba2efb743fe..ae6ba0bc3ba 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 7ce8488fe18..43a58de5fe7 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index da4a885f26c..0a0cd861540 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 44ae37c19c1..21263247145 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index b92b3988f09..0b5ddb383f4 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 81884f61495..0b54c22aa79 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 42ea2feab4b..d56243a61f7 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs index f47572157ff..ac3ad7d2e8c 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Count/CountRequestBuilder.cs index c2e20fc64d3..3219b191667 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index c7f37638e4f..72f5f4a5000 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index a517d6471d6..ea2c4d1203f 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs index de774e425f0..2f35f4b6d7a 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index c2fba1fb341..d70dadc3829 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs index 841099b1244..b84f6900194 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/SectionsRequestBuilder.cs index c23c01894a7..7adfb398b0a 100644 --- a/src/Microsoft.Graph/Generated/Me/Onenote/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Onenote/Sections/SectionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Count/CountRequestBuilder.cs index 1afd2aa91ef..8fb29edc09f 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs index 7cba4d7cbdc..d9baa399e18 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateOrGetRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 88ab637720a..52a31466f3a 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDate } /// /// Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they're added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDate } /// /// Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they're added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -184,13 +182,13 @@ public partial class GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserI #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Usage: startDateTime=@startDateTime [QueryParameter("startDateTime")] public DateTimeOffset? StartDateTime { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 43b455fbc2a..d5e3e1ba47c 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDat } /// /// Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they're added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDat } /// /// Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they're added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -184,13 +182,13 @@ public partial class GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUser #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Usage: startDateTime=@startDateTime [QueryParameter("startDateTime")] public DateTimeOffset? StartDateTime { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs index d1192d7dab5..f1ad8b1771b 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AttendanceReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs index af5f7153b79..dad82d08f20 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs index 02c4fc6dc89..71f412283a1 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AttendanceRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs index 78f8560f158..811b00c41fa 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs index 60a2250c17b..145712d3640 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs @@ -35,7 +35,6 @@ public GetVirtualAppointmentJoinWebUrlRequestBuilder(string rawUrl, IRequestAdap } /// /// Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetVirtualAppointmentJoinWebUrlRequestBuilder(string rawUrl, IRequestAdap } /// /// Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs index ebdf59caa2a..04b1a73b208 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs index 07e8b11aed1..27ed13aa88b 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs index fe0c93cdd36..ae659bf4457 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class RecordingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs index 3e29344c78a..d2ff5737e76 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs @@ -35,7 +35,6 @@ public SendVirtualAppointmentReminderSmsRequestBuilder(string rawUrl, IRequestAd } /// /// Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs index e23a31e6597..5918edb9471 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs @@ -35,7 +35,6 @@ public SendVirtualAppointmentSmsRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs index 5868471d376..6b4d8f54515 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs index 19eefb8e8ea..2ed50f22047 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs index 4f14b0e3de6..2244aca5a28 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class TranscriptsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/OnlineMeetingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/OnlineMeetingsRequestBuilder.cs index ccdfdb45a63..554656454c3 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/OnlineMeetingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/OnlineMeetingsRequestBuilder.cs @@ -232,10 +232,10 @@ public partial class OnlineMeetingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Outlook/MasterCategories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Outlook/MasterCategories/Count/CountRequestBuilder.cs index 862454ca23e..d04ca269c06 100644 --- a/src/Microsoft.Graph/Generated/Me/Outlook/MasterCategories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Outlook/MasterCategories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Outlook/MasterCategories/MasterCategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Outlook/MasterCategories/MasterCategoriesRequestBuilder.cs index d0cead7ad11..f815d5934ed 100644 --- a/src/Microsoft.Graph/Generated/Me/Outlook/MasterCategories/MasterCategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Outlook/MasterCategories/MasterCategoriesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class MasterCategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.cs index 2155f560e2b..3106946e7de 100644 --- a/src/Microsoft.Graph/Generated/Me/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.cs @@ -35,7 +35,6 @@ public SupportedLanguagesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public SupportedLanguagesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class SupportedLanguagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Outlook/SupportedTimeZones/SupportedTimeZonesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Outlook/SupportedTimeZones/SupportedTimeZonesRequestBuilder.cs index 2b891e01bac..024a404106f 100644 --- a/src/Microsoft.Graph/Generated/Me/Outlook/SupportedTimeZones/SupportedTimeZonesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Outlook/SupportedTimeZones/SupportedTimeZonesRequestBuilder.cs @@ -139,10 +139,10 @@ public partial class SupportedTimeZonesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Outlook/SupportedTimeZonesWithTimeZoneStandard/SupportedTimeZonesWithTimeZoneStandardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Outlook/SupportedTimeZonesWithTimeZoneStandard/SupportedTimeZonesWithTimeZoneStandardRequestBuilder.cs index ca652ae5e01..8290becfda3 100644 --- a/src/Microsoft.Graph/Generated/Me/Outlook/SupportedTimeZonesWithTimeZoneStandard/SupportedTimeZonesWithTimeZoneStandardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Outlook/SupportedTimeZonesWithTimeZoneStandard/SupportedTimeZonesWithTimeZoneStandardRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class SupportedTimeZonesWithTimeZoneStandardRequestBuilderGetQuer #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OwnedDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedDevices/Count/CountRequestBuilder.cs index 7c5064cb8b4..ff90e9a3cee 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index 9ad3eced595..5ae701ec136 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index bfc6cb1577b..d5410eb9b11 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphDevice/Count/CountRequestBuilder.cs index d64f915820e..3cdb3030bd8 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphDevice/GraphDeviceRequestBuilder.cs index 847728e9f74..e44e87f1279 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphEndpoint/Count/CountRequestBuilder.cs index b254e4a1f2f..d4db59b13ab 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs index fa81cada145..7b7b370d321 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OwnedDevices/OwnedDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedDevices/OwnedDevicesRequestBuilder.cs index 2bc8fed8603..bcadad90662 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedDevices/OwnedDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedDevices/OwnedDevicesRequestBuilder.cs @@ -184,10 +184,10 @@ public partial class OwnedDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OwnedObjects/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedObjects/Count/CountRequestBuilder.cs index 68e14d3727a..ec3f9564306 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedObjects/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedObjects/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs index 42aa73231d9..2f3a508ccc8 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs index b215945dcb2..c37304144b9 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs index 62e9dab5685..a6ba4789919 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs index 66bed491246..edd1557c7ab 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs index 63e999ac5ad..825ab4088ea 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index cf041952ec3..4908aa2eb42 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/OwnedObjects/OwnedObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OwnedObjects/OwnedObjectsRequestBuilder.cs index 170035f0749..12bf0b35f09 100644 --- a/src/Microsoft.Graph/Generated/Me/OwnedObjects/OwnedObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OwnedObjects/OwnedObjectsRequestBuilder.cs @@ -184,10 +184,10 @@ public partial class OwnedObjectsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/People/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/People/Count/CountRequestBuilder.cs index 40bbbf15570..13e78632b33 100644 --- a/src/Microsoft.Graph/Generated/Me/People/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/People/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/People/PeopleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/People/PeopleRequestBuilder.cs index 3aff56636fd..972e1a1df0a 100644 --- a/src/Microsoft.Graph/Generated/Me/People/PeopleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/People/PeopleRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class PeopleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/PermissionGrants/Count/CountRequestBuilder.cs index 20bc4a0da0d..71ee801ca57 100644 --- a/src/Microsoft.Graph/Generated/Me/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/PermissionGrants/PermissionGrantsRequestBuilder.cs index 6f63584d7f1..efde0a21a79 100644 --- a/src/Microsoft.Graph/Generated/Me/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Photos/PhotosRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Photos/PhotosRequestBuilder.cs index 1f6ba04ba80..a161cda1a02 100644 --- a/src/Microsoft.Graph/Generated/Me/Photos/PhotosRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Photos/PhotosRequestBuilder.cs @@ -159,10 +159,10 @@ public partial class PhotosRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Count/CountRequestBuilder.cs index 212924b9931..b8ef05cc69b 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs index aeeec1fb5cc..503b7eadea1 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class BucketsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs index 5ea2f38ecc8..0b2e8cbb74e 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs index f3827596c9c..f69b605bfb8 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs index 83497ce3251..a9d47c22b9c 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs index 3fadef830e5..08ea1e3b17a 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs index e4dd204824d..02943b58ba2 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Plans/PlansRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Plans/PlansRequestBuilder.cs index 3528bed2e89..5ef511cb918 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Plans/PlansRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Plans/PlansRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PlansRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Tasks/Count/CountRequestBuilder.cs index 091667cdedc..23945b9dec4 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Planner/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Planner/Tasks/TasksRequestBuilder.cs index 175d0c495f8..f3defef16e8 100644 --- a/src/Microsoft.Graph/Generated/Me/Planner/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Planner/Tasks/TasksRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Presence/ClearPresence/ClearPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Presence/ClearPresence/ClearPresenceRequestBuilder.cs index 3ba9566ab10..00f02978bb1 100644 --- a/src/Microsoft.Graph/Generated/Me/Presence/ClearPresence/ClearPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Presence/ClearPresence/ClearPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearPresenceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs index 7b17930f6f7..8438a96c639 100644 --- a/src/Microsoft.Graph/Generated/Me/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearUserPreferredPresenceRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Clear the preferred availability and activity status for a user. - /// 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/Me/Presence/SetPresence/SetPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Presence/SetPresence/SetPresenceRequestBuilder.cs index 67659f7eb8f..92d2130d613 100644 --- a/src/Microsoft.Graph/Generated/Me/Presence/SetPresence/SetPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Presence/SetPresence/SetPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public SetPresenceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Set the state of a user's presence session as an application. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.cs index 1acd7c3c2af..0e249e119a1 100644 --- a/src/Microsoft.Graph/Generated/Me/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.cs @@ -35,7 +35,6 @@ public SetStatusMessageRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Set a presence status message for a user. An optional expiration date and time can be supplied. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs index c1bee30a930..a5f340b26c7 100644 --- a/src/Microsoft.Graph/Generated/Me/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public SetUserPreferredPresenceRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/Count/CountRequestBuilder.cs index e62b7ee177c..8bc2ce55a6a 100644 --- a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index c1374a43ff2..35b04077536 100644 --- a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index b9f505ba816..4e8bbf5fa69 100644 --- a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphDevice/Count/CountRequestBuilder.cs index b44297c02b8..83e31a647d7 100644 --- a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphDevice/GraphDeviceRequestBuilder.cs index c2c0338e0a2..33c9c50acc5 100644 --- a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphEndpoint/Count/CountRequestBuilder.cs index 7ea35e4c853..123617a9084 100644 --- a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs index a03b5305655..d70dff06508 100644 --- a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/RegisteredDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/RegisteredDevicesRequestBuilder.cs index 75068e9cf5d..8b5a380c20c 100644 --- a/src/Microsoft.Graph/Generated/Me/RegisteredDevices/RegisteredDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RegisteredDevices/RegisteredDevicesRequestBuilder.cs @@ -184,10 +184,10 @@ public partial class RegisteredDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/ReminderViewWithStartDateTimeWithEndDateTime/ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ReminderViewWithStartDateTimeWithEndDateTime/ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 429f5269617..e68c0627c94 100644 --- a/src/Microsoft.Graph/Generated/Me/ReminderViewWithStartDateTimeWithEndDateTime/ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ReminderViewWithStartDateTimeWithEndDateTime/ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -39,7 +39,6 @@ public ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl, } /// /// Invoke function reminderView - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -63,7 +62,6 @@ public ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl, } /// /// Invoke function reminderView - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -145,10 +143,10 @@ public partial class ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderG #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/RemoveAllDevicesFromManagement/RemoveAllDevicesFromManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RemoveAllDevicesFromManagement/RemoveAllDevicesFromManagementRequestBuilder.cs index 018e1e05966..e954f85ca81 100644 --- a/src/Microsoft.Graph/Generated/Me/RemoveAllDevicesFromManagement/RemoveAllDevicesFromManagementRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RemoveAllDevicesFromManagement/RemoveAllDevicesFromManagementRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveAllDevicesFromManagementRequestBuilder(string rawUrl, IRequestAdapt } /// /// Retire all devices from management for this user - /// 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/Me/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.cs index 09175e975c2..68d25b0d4a6 100644 --- a/src/Microsoft.Graph/Generated/Me/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.cs @@ -36,7 +36,6 @@ public ReprocessLicenseAssignmentRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Restore/RestoreRequestBuilder.cs index 4c3c6093fad..625856762a0 100644 --- a/src/Microsoft.Graph/Generated/Me/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs index 19a4f6bf2d3..30df250f8b5 100644 --- a/src/Microsoft.Graph/Generated/Me/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs @@ -35,7 +35,6 @@ public RetryServiceProvisioningRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Retry the provisioning of a user object in Microsoft Entra ID. - /// 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/Me/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.cs index 2e346d8d0a2..35fb219478c 100644 --- a/src/Microsoft.Graph/Generated/Me/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.cs @@ -35,7 +35,6 @@ public RevokeSignInSessionsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public RevokeSignInSessionsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/ScopedRoleMemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ScopedRoleMemberOf/Count/CountRequestBuilder.cs index 970fd265912..6361ff5ae35 100644 --- a/src/Microsoft.Graph/Generated/Me/ScopedRoleMemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ScopedRoleMemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ScopedRoleMemberOf/ScopedRoleMemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ScopedRoleMemberOf/ScopedRoleMemberOfRequestBuilder.cs index b50d217f50c..d9f21997759 100644 --- a/src/Microsoft.Graph/Generated/Me/ScopedRoleMemberOf/ScopedRoleMemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ScopedRoleMemberOf/ScopedRoleMemberOfRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopedRoleMemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/SendMail/SendMailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/SendMail/SendMailRequestBuilder.cs index 7fa59e25a1e..9fe776d7d6e 100644 --- a/src/Microsoft.Graph/Generated/Me/SendMail/SendMailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/SendMail/SendMailRequestBuilder.cs @@ -35,7 +35,6 @@ public SendMailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 6a9794a1d3c..f777890b98c 100644 --- a/src/Microsoft.Graph/Generated/Me/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4738b4aa274..b865956967a 100644 --- a/src/Microsoft.Graph/Generated/Me/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Settings/Storage/Quota/Services/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Settings/Storage/Quota/Services/Count/CountRequestBuilder.cs index 65516588c7e..0948a9529d5 100644 --- a/src/Microsoft.Graph/Generated/Me/Settings/Storage/Quota/Services/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Settings/Storage/Quota/Services/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Settings/Storage/Quota/Services/ServicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Settings/Storage/Quota/Services/ServicesRequestBuilder.cs index 87a2fa45423..d238d9311e2 100644 --- a/src/Microsoft.Graph/Generated/Me/Settings/Storage/Quota/Services/ServicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Settings/Storage/Quota/Services/ServicesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ServicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Settings/Windows/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Settings/Windows/Count/CountRequestBuilder.cs index 335cb63a12f..5759fb6ce2f 100644 --- a/src/Microsoft.Graph/Generated/Me/Settings/Windows/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Settings/Windows/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Settings/Windows/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Settings/Windows/Item/Instances/Count/CountRequestBuilder.cs index fec5ba35b2b..7fc7b5d6a16 100644 --- a/src/Microsoft.Graph/Generated/Me/Settings/Windows/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Settings/Windows/Item/Instances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Settings/Windows/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Settings/Windows/Item/Instances/InstancesRequestBuilder.cs index a5e2bf8987e..c8d6e1af2e6 100644 --- a/src/Microsoft.Graph/Generated/Me/Settings/Windows/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Settings/Windows/Item/Instances/InstancesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Settings/Windows/WindowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Settings/Windows/WindowsRequestBuilder.cs index cc1a8e6b220..1e5991da08a 100644 --- a/src/Microsoft.Graph/Generated/Me/Settings/Windows/WindowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Settings/Windows/WindowsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class WindowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Solutions/WorkingTimeSchedule/EndWorkingTime/EndWorkingTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Solutions/WorkingTimeSchedule/EndWorkingTime/EndWorkingTimeRequestBuilder.cs index 3b1dcb161ab..758b5e73bd2 100644 --- a/src/Microsoft.Graph/Generated/Me/Solutions/WorkingTimeSchedule/EndWorkingTime/EndWorkingTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Solutions/WorkingTimeSchedule/EndWorkingTime/EndWorkingTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public EndWorkingTimeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Trigger the policies associated with the end of working hours for a specific user. - /// 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/Me/Solutions/WorkingTimeSchedule/StartWorkingTime/StartWorkingTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Solutions/WorkingTimeSchedule/StartWorkingTime/StartWorkingTimeRequestBuilder.cs index 91369f186f1..7d6ecedf89f 100644 --- a/src/Microsoft.Graph/Generated/Me/Solutions/WorkingTimeSchedule/StartWorkingTime/StartWorkingTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Solutions/WorkingTimeSchedule/StartWorkingTime/StartWorkingTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public StartWorkingTimeRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Trigger the policies associated with the start of working hours for a specific user. - /// 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/Me/Sponsors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Sponsors/Count/CountRequestBuilder.cs index fb37cd0e5ed..5169b0ca7e1 100644 --- a/src/Microsoft.Graph/Generated/Me/Sponsors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Sponsors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Sponsors/SponsorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Sponsors/SponsorsRequestBuilder.cs index fea9922fef1..cb50553bf02 100644 --- a/src/Microsoft.Graph/Generated/Me/Sponsors/SponsorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Sponsors/SponsorsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SponsorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.cs index 6cc7cae4b51..585ca9906e1 100644 --- a/src/Microsoft.Graph/Generated/Me/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AssociatedTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Teamwork/AssociatedTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Teamwork/AssociatedTeams/Count/CountRequestBuilder.cs index 1bb76d23785..eefa9c04c95 100644 --- a/src/Microsoft.Graph/Generated/Me/Teamwork/AssociatedTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Teamwork/AssociatedTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Teamwork/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Teamwork/InstalledApps/Count/CountRequestBuilder.cs index 6c90e4b0e19..45bc1347336 100644 --- a/src/Microsoft.Graph/Generated/Me/Teamwork/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Teamwork/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Teamwork/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Teamwork/InstalledApps/InstalledAppsRequestBuilder.cs index 5caaae5f904..fa6e0bdaa2a 100644 --- a/src/Microsoft.Graph/Generated/Me/Teamwork/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Teamwork/InstalledApps/InstalledAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index aa650c0fb6e..64f9be99afe 100644 --- a/src/Microsoft.Graph/Generated/Me/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification to a user. For more information, see sending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Count/CountRequestBuilder.cs index 74956df4205..fda2cebb5f8 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Delta/DeltaRequestBuilder.cs index 0001ee90f6a..571d80c614a 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Extensions/Count/CountRequestBuilder.cs index 98148417cf2..1cbfe1ba8e9 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Extensions/ExtensionsRequestBuilder.cs index 1293a8074b0..ed3b8a9ad64 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Count/CountRequestBuilder.cs index b58ba4eb3a9..1478bf1e52e 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Delta/DeltaRequestBuilder.cs index 08b8f39fa69..0285a309b63 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTask resources without having to fetch the entire set from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTask resources without having to fetch the entire set from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/AttachmentSessions/AttachmentSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/AttachmentSessions/AttachmentSessionsRequestBuilder.cs index 21762e514cb..3f648c74167 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/AttachmentSessions/AttachmentSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/AttachmentSessions/AttachmentSessionsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AttachmentSessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/AttachmentSessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/AttachmentSessions/Count/CountRequestBuilder.cs index d199a5b9861..0ea72cd7ba8 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/AttachmentSessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/AttachmentSessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.cs index 85a28e93326..62b9f4bfc64 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/Count/CountRequestBuilder.cs index fa62f4ac27a..ff9bac82f28 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 5b970ed7efa..4308e60e53b 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.cs index ce7405130f1..3ec5437a289 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ChecklistItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/ChecklistItems/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/ChecklistItems/Count/CountRequestBuilder.cs index 0cb5df27725..651d0b4a80c 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/ChecklistItems/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/ChecklistItems/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Extensions/Count/CountRequestBuilder.cs index 3999c95ddab..0cf1a97ccdf 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Extensions/ExtensionsRequestBuilder.cs index 37e1e80aa15..faf7a6004eb 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/LinkedResources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/LinkedResources/Count/CountRequestBuilder.cs index 266030fd7d8..9fe45152d75 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/LinkedResources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/LinkedResources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.cs index 2ab43208b77..d134355f234 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class LinkedResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/TasksRequestBuilder.cs index 45525711e40..1218233c516 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/Item/Tasks/TasksRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/Todo/Lists/ListsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Todo/Lists/ListsRequestBuilder.cs index f03c382e747..1f813ae191d 100644 --- a/src/Microsoft.Graph/Generated/Me/Todo/Lists/ListsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Todo/Lists/ListsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class ListsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/Count/CountRequestBuilder.cs index 8347e22d157..265e831323a 100644 --- a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 3fb593c5908..936706960a1 100644 --- a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 9c90821ef93..124a9f0febb 100644 --- a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs index bfaf18f38d3..022aa1aa673 100644 --- a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index 022d9914b7f..4f58df420a2 100644 --- a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDirectoryRoleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index ec5a58e0b77..f1abc6a8383 100644 --- a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index e0da1d7993f..61bcffa111d 100644 --- a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index 3578a0d5ca1..939808e8985 100644 --- a/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -183,10 +183,10 @@ public partial class TransitiveMemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Me/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.cs index 1d4fe6f0110..c62f3d1f61e 100644 --- a/src/Microsoft.Graph/Generated/Me/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public TranslateExchangeIdsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Translate identifiers of Outlook-related resources between formats. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public TranslateExchangeIdsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Translate identifiers of Outlook-related resources between formats. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagRequestBuilder.cs index 239619c450f..711c3c3d645 100644 --- a/src/Microsoft.Graph/Generated/Me/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagRequestBuilder.cs @@ -35,7 +35,6 @@ public WipeManagedAppRegistrationsByDeviceTagRequestBuilder(string rawUrl, IRequ } /// /// Issues a wipe operation on an app registration with specified device tag. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageCatalog.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageCatalog.cs index 94345c6c780..66653c24fe6 100644 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageCatalog.cs +++ b/src/Microsoft.Graph/Generated/Models/AccessPackageCatalog.cs @@ -12,148 +12,6 @@ namespace Microsoft.Graph.Models public partial class AccessPackageCatalog : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The access packages in this catalog. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AccessPackages - { - get { return BackingStore?.Get?>("accessPackages"); } - set { BackingStore?.Set("accessPackages", value); } - } -#nullable restore -#else - public List AccessPackages - { - get { return BackingStore?.Get>("accessPackages"); } - set { BackingStore?.Set("accessPackages", value); } - } -#endif - /// Whether the catalog is created by a user or entitlement management. The possible values are: userManaged, serviceDefault, serviceManaged, unknownFutureValue. - public global::Microsoft.Graph.Models.AccessPackageCatalogType? CatalogType - { - get { return BackingStore?.Get("catalogType"); } - set { BackingStore?.Set("catalogType", value); } - } - /// The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// The customWorkflowExtensions property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CustomWorkflowExtensions - { - get { return BackingStore?.Get?>("customWorkflowExtensions"); } - set { BackingStore?.Set("customWorkflowExtensions", value); } - } -#nullable restore -#else - public List CustomWorkflowExtensions - { - get { return BackingStore?.Get>("customWorkflowExtensions"); } - set { BackingStore?.Set("customWorkflowExtensions", value); } - } -#endif - /// The description of the access package catalog. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The display name of the access package catalog. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Whether the access packages in this catalog can be requested by users outside of the tenant. - public bool? IsExternallyVisible - { - get { return BackingStore?.Get("isExternallyVisible"); } - set { BackingStore?.Set("isExternallyVisible", value); } - } - /// The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - public DateTimeOffset? ModifiedDateTime - { - get { return BackingStore?.Get("modifiedDateTime"); } - set { BackingStore?.Set("modifiedDateTime", value); } - } - /// The resourceRoles property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ResourceRoles - { - get { return BackingStore?.Get?>("resourceRoles"); } - set { BackingStore?.Set("resourceRoles", value); } - } -#nullable restore -#else - public List ResourceRoles - { - get { return BackingStore?.Get>("resourceRoles"); } - set { BackingStore?.Set("resourceRoles", value); } - } -#endif - /// Access package resources in this catalog. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Resources - { - get { return BackingStore?.Get?>("resources"); } - set { BackingStore?.Set("resources", value); } - } -#nullable restore -#else - public List Resources - { - get { return BackingStore?.Get>("resources"); } - set { BackingStore?.Set("resources", value); } - } -#endif - /// The resourceScopes property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ResourceScopes - { - get { return BackingStore?.Get?>("resourceScopes"); } - set { BackingStore?.Set("resourceScopes", value); } - } -#nullable restore -#else - public List ResourceScopes - { - get { return BackingStore?.Get>("resourceScopes"); } - set { BackingStore?.Set("resourceScopes", value); } - } -#endif - /// Has the value published if the access packages are available for management. The possible values are: unpublished, published, unknownFutureValue. - public global::Microsoft.Graph.Models.AccessPackageCatalogState? State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -172,18 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "accessPackages", n => { AccessPackages = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AccessPackage.CreateFromDiscriminatorValue)?.AsList(); } }, - { "catalogType", n => { CatalogType = n.GetEnumValue(); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "customWorkflowExtensions", n => { CustomWorkflowExtensions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CustomCalloutExtension.CreateFromDiscriminatorValue)?.AsList(); } }, - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "isExternallyVisible", n => { IsExternallyVisible = n.GetBoolValue(); } }, - { "modifiedDateTime", n => { ModifiedDateTime = n.GetDateTimeOffsetValue(); } }, - { "resourceRoles", n => { ResourceRoles = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AccessPackageResourceRole.CreateFromDiscriminatorValue)?.AsList(); } }, - { "resourceScopes", n => { ResourceScopes = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AccessPackageResourceScope.CreateFromDiscriminatorValue)?.AsList(); } }, - { "resources", n => { Resources = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AccessPackageResource.CreateFromDiscriminatorValue)?.AsList(); } }, - { "state", n => { State = n.GetEnumValue(); } }, }; } /// @@ -194,18 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("accessPackages", AccessPackages); - writer.WriteEnumValue("catalogType", CatalogType); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteCollectionOfObjectValues("customWorkflowExtensions", CustomWorkflowExtensions); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteBoolValue("isExternallyVisible", IsExternallyVisible); - writer.WriteDateTimeOffsetValue("modifiedDateTime", ModifiedDateTime); - writer.WriteCollectionOfObjectValues("resourceRoles", ResourceRoles); - writer.WriteCollectionOfObjectValues("resources", Resources); - writer.WriteCollectionOfObjectValues("resourceScopes", ResourceScopes); - writer.WriteEnumValue("state", State); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageCatalogState.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageCatalogState.cs deleted file mode 100644 index c57415cfeb6..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageCatalogState.cs +++ /dev/null @@ -1,24 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum AccessPackageCatalogState - #pragma warning restore CS1591 - { - [EnumMember(Value = "unpublished")] - #pragma warning disable CS1591 - Unpublished, - #pragma warning restore CS1591 - [EnumMember(Value = "published")] - #pragma warning disable CS1591 - Published, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageCatalogType.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageCatalogType.cs deleted file mode 100644 index d72a1d76f29..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageCatalogType.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum AccessPackageCatalogType - #pragma warning restore CS1591 - { - [EnumMember(Value = "userManaged")] - #pragma warning disable CS1591 - UserManaged, - #pragma warning restore CS1591 - [EnumMember(Value = "serviceDefault")] - #pragma warning disable CS1591 - ServiceDefault, - #pragma warning restore CS1591 - [EnumMember(Value = "serviceManaged")] - #pragma warning disable CS1591 - ServiceManaged, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageExternalUserLifecycleAction.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageExternalUserLifecycleAction.cs deleted file mode 100644 index 8357f986c90..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageExternalUserLifecycleAction.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum AccessPackageExternalUserLifecycleAction - #pragma warning restore CS1591 - { - [EnumMember(Value = "none")] - #pragma warning disable CS1591 - None, - #pragma warning restore CS1591 - [EnumMember(Value = "blockSignIn")] - #pragma warning disable CS1591 - BlockSignIn, - #pragma warning restore CS1591 - [EnumMember(Value = "blockSignInAndDelete")] - #pragma warning disable CS1591 - BlockSignInAndDelete, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageResourceEnvironment.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageResourceEnvironment.cs index 445a263af1e..af038189b97 100644 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageResourceEnvironment.cs +++ b/src/Microsoft.Graph/Generated/Models/AccessPackageResourceEnvironment.cs @@ -12,120 +12,6 @@ namespace Microsoft.Graph.Models public partial class AccessPackageResourceEnvironment : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Connection information of an environment used to connect to a resource. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ConnectionInfo? ConnectionInfo - { - get { return BackingStore?.Get("connectionInfo"); } - set { BackingStore?.Set("connectionInfo", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ConnectionInfo ConnectionInfo - { - get { return BackingStore?.Get("connectionInfo"); } - set { BackingStore?.Set("connectionInfo", value); } - } -#endif - /// The date and time that this object was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// The description of this object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The display name of this object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Determines whether this is default environment or not. It is set to true for all static origin systems, such as Microsoft Entra groups and Microsoft Entra Applications. - public bool? IsDefaultEnvironment - { - get { return BackingStore?.Get("isDefaultEnvironment"); } - set { BackingStore?.Set("isDefaultEnvironment", value); } - } - /// The date and time that this object was last modified. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - public DateTimeOffset? ModifiedDateTime - { - get { return BackingStore?.Get("modifiedDateTime"); } - set { BackingStore?.Set("modifiedDateTime", value); } - } - /// The unique identifier of this environment in the origin system. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OriginId - { - get { return BackingStore?.Get("originId"); } - set { BackingStore?.Set("originId", value); } - } -#nullable restore -#else - public string OriginId - { - get { return BackingStore?.Get("originId"); } - set { BackingStore?.Set("originId", value); } - } -#endif - /// The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OriginSystem - { - get { return BackingStore?.Get("originSystem"); } - set { BackingStore?.Set("originSystem", value); } - } -#nullable restore -#else - public string OriginSystem - { - get { return BackingStore?.Get("originSystem"); } - set { BackingStore?.Set("originSystem", value); } - } -#endif - /// Read-only. Required. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Resources - { - get { return BackingStore?.Get?>("resources"); } - set { BackingStore?.Set("resources", value); } - } -#nullable restore -#else - public List Resources - { - get { return BackingStore?.Get>("resources"); } - set { BackingStore?.Set("resources", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -144,15 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "connectionInfo", n => { ConnectionInfo = n.GetObjectValue(global::Microsoft.Graph.Models.ConnectionInfo.CreateFromDiscriminatorValue); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "isDefaultEnvironment", n => { IsDefaultEnvironment = n.GetBoolValue(); } }, - { "modifiedDateTime", n => { ModifiedDateTime = n.GetDateTimeOffsetValue(); } }, - { "originId", n => { OriginId = n.GetStringValue(); } }, - { "originSystem", n => { OriginSystem = n.GetStringValue(); } }, - { "resources", n => { Resources = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AccessPackageResource.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -163,15 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("connectionInfo", ConnectionInfo); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteBoolValue("isDefaultEnvironment", IsDefaultEnvironment); - writer.WriteDateTimeOffsetValue("modifiedDateTime", ModifiedDateTime); - writer.WriteStringValue("originId", OriginId); - writer.WriteStringValue("originSystem", OriginSystem); - writer.WriteCollectionOfObjectValues("resources", Resources); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageResourceRole.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageResourceRole.cs index 11638858d6f..5499001e8b2 100644 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageResourceRole.cs +++ b/src/Microsoft.Graph/Generated/Models/AccessPackageResourceRole.cs @@ -12,86 +12,6 @@ namespace Microsoft.Graph.Models public partial class AccessPackageResourceRole : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// A description for the resource role. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The display name of the resource role such as the role defined by the application. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId is the sequence number of the role in the site. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OriginId - { - get { return BackingStore?.Get("originId"); } - set { BackingStore?.Set("originId", value); } - } -#nullable restore -#else - public string OriginId - { - get { return BackingStore?.Get("originId"); } - set { BackingStore?.Set("originId", value); } - } -#endif - /// The type of the resource in the origin system, such as SharePointOnline, AadApplication, or AadGroup. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OriginSystem - { - get { return BackingStore?.Get("originSystem"); } - set { BackingStore?.Set("originSystem", value); } - } -#nullable restore -#else - public string OriginSystem - { - get { return BackingStore?.Get("originSystem"); } - set { BackingStore?.Set("originSystem", value); } - } -#endif - /// The resource property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AccessPackageResource? Resource - { - get { return BackingStore?.Get("resource"); } - set { BackingStore?.Set("resource", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AccessPackageResource Resource - { - get { return BackingStore?.Get("resource"); } - set { BackingStore?.Set("resource", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -110,11 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "originId", n => { OriginId = n.GetStringValue(); } }, - { "originSystem", n => { OriginSystem = n.GetStringValue(); } }, - { "resource", n => { Resource = n.GetObjectValue(global::Microsoft.Graph.Models.AccessPackageResource.CreateFromDiscriminatorValue); } }, }; } /// @@ -125,11 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteStringValue("originId", OriginId); - writer.WriteStringValue("originSystem", OriginSystem); - writer.WriteObjectValue("resource", Resource); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageResourceScope.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageResourceScope.cs index 86324e950fb..96344f5ef83 100644 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageResourceScope.cs +++ b/src/Microsoft.Graph/Generated/Models/AccessPackageResourceScope.cs @@ -12,92 +12,6 @@ namespace Microsoft.Graph.Models public partial class AccessPackageResourceScope : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The description of the scope. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The display name of the scope. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. - public bool? IsRootScope - { - get { return BackingStore?.Get("isRootScope"); } - set { BackingStore?.Set("isRootScope", value); } - } - /// The unique identifier for the scope in the resource as defined in the origin system. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OriginId - { - get { return BackingStore?.Get("originId"); } - set { BackingStore?.Set("originId", value); } - } -#nullable restore -#else - public string OriginId - { - get { return BackingStore?.Get("originId"); } - set { BackingStore?.Set("originId", value); } - } -#endif - /// The origin system for the scope. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OriginSystem - { - get { return BackingStore?.Get("originSystem"); } - set { BackingStore?.Set("originSystem", value); } - } -#nullable restore -#else - public string OriginSystem - { - get { return BackingStore?.Get("originSystem"); } - set { BackingStore?.Set("originSystem", value); } - } -#endif - /// The resource property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AccessPackageResource? Resource - { - get { return BackingStore?.Get("resource"); } - set { BackingStore?.Set("resource", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AccessPackageResource Resource - { - get { return BackingStore?.Get("resource"); } - set { BackingStore?.Set("resource", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -116,12 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "isRootScope", n => { IsRootScope = n.GetBoolValue(); } }, - { "originId", n => { OriginId = n.GetStringValue(); } }, - { "originSystem", n => { OriginSystem = n.GetStringValue(); } }, - { "resource", n => { Resource = n.GetObjectValue(global::Microsoft.Graph.Models.AccessPackageResource.CreateFromDiscriminatorValue); } }, }; } /// @@ -132,12 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteBoolValue("isRootScope", IsRootScope); - writer.WriteStringValue("originId", OriginId); - writer.WriteStringValue("originSystem", OriginSystem); - writer.WriteObjectValue("resource", Resource); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageSubject.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageSubject.cs index f64baf8235d..b8ad701f294 100644 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageSubject.cs +++ b/src/Microsoft.Graph/Generated/Models/AccessPackageSubject.cs @@ -12,108 +12,6 @@ namespace Microsoft.Graph.Models public partial class AccessPackageSubject : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The connected organization of the subject. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ConnectedOrganization? ConnectedOrganization - { - get { return BackingStore?.Get("connectedOrganization"); } - set { BackingStore?.Set("connectedOrganization", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ConnectedOrganization ConnectedOrganization - { - get { return BackingStore?.Get("connectedOrganization"); } - set { BackingStore?.Set("connectedOrganization", value); } - } -#endif - /// The display name of the subject. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// The email address of the subject. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Email - { - get { return BackingStore?.Get("email"); } - set { BackingStore?.Set("email", value); } - } -#nullable restore -#else - public string Email - { - get { return BackingStore?.Get("email"); } - set { BackingStore?.Set("email", value); } - } -#endif - /// The object identifier of the subject. null if the subject isn't yet a user in the tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ObjectId - { - get { return BackingStore?.Get("objectId"); } - set { BackingStore?.Set("objectId", value); } - } -#nullable restore -#else - public string ObjectId - { - get { return BackingStore?.Get("objectId"); } - set { BackingStore?.Set("objectId", value); } - } -#endif - /// A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OnPremisesSecurityIdentifier - { - get { return BackingStore?.Get("onPremisesSecurityIdentifier"); } - set { BackingStore?.Set("onPremisesSecurityIdentifier", value); } - } -#nullable restore -#else - public string OnPremisesSecurityIdentifier - { - get { return BackingStore?.Get("onPremisesSecurityIdentifier"); } - set { BackingStore?.Set("onPremisesSecurityIdentifier", value); } - } -#endif - /// The principal name, if known, of the subject. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? PrincipalName - { - get { return BackingStore?.Get("principalName"); } - set { BackingStore?.Set("principalName", value); } - } -#nullable restore -#else - public string PrincipalName - { - get { return BackingStore?.Get("principalName"); } - set { BackingStore?.Set("principalName", value); } - } -#endif - /// The resource type of the subject. The possible values are: notSpecified, user, servicePrincipal, unknownFutureValue. - public global::Microsoft.Graph.Models.AccessPackageSubjectType? SubjectType - { - get { return BackingStore?.Get("subjectType"); } - set { BackingStore?.Set("subjectType", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -132,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "connectedOrganization", n => { ConnectedOrganization = n.GetObjectValue(global::Microsoft.Graph.Models.ConnectedOrganization.CreateFromDiscriminatorValue); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "email", n => { Email = n.GetStringValue(); } }, - { "objectId", n => { ObjectId = n.GetStringValue(); } }, - { "onPremisesSecurityIdentifier", n => { OnPremisesSecurityIdentifier = n.GetStringValue(); } }, - { "principalName", n => { PrincipalName = n.GetStringValue(); } }, - { "subjectType", n => { SubjectType = n.GetEnumValue(); } }, }; } /// @@ -149,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("connectedOrganization", ConnectedOrganization); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteStringValue("email", Email); - writer.WriteStringValue("objectId", ObjectId); - writer.WriteStringValue("onPremisesSecurityIdentifier", OnPremisesSecurityIdentifier); - writer.WriteStringValue("principalName", PrincipalName); - writer.WriteEnumValue("subjectType", SubjectType); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageSubjectType.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageSubjectType.cs deleted file mode 100644 index 6c10959469d..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageSubjectType.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum AccessPackageSubjectType - #pragma warning restore CS1591 - { - [EnumMember(Value = "notSpecified")] - #pragma warning disable CS1591 - NotSpecified, - #pragma warning restore CS1591 - [EnumMember(Value = "user")] - #pragma warning disable CS1591 - User, - #pragma warning restore CS1591 - [EnumMember(Value = "servicePrincipal")] - #pragma warning disable CS1591 - ServicePrincipal, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDecisionFilter.cs b/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDecisionFilter.cs deleted file mode 100644 index a26236a30a2..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDecisionFilter.cs +++ /dev/null @@ -1,36 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum AccessReviewHistoryDecisionFilter - #pragma warning restore CS1591 - { - [EnumMember(Value = "approve")] - #pragma warning disable CS1591 - Approve, - #pragma warning restore CS1591 - [EnumMember(Value = "deny")] - #pragma warning disable CS1591 - Deny, - #pragma warning restore CS1591 - [EnumMember(Value = "notReviewed")] - #pragma warning disable CS1591 - NotReviewed, - #pragma warning restore CS1591 - [EnumMember(Value = "dontKnow")] - #pragma warning disable CS1591 - DontKnow, - #pragma warning restore CS1591 - [EnumMember(Value = "notNotified")] - #pragma warning disable CS1591 - NotNotified, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDefinition.cs b/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDefinition.cs index 5f3e95c9dcf..18884fd35f5 100644 --- a/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDefinition.cs +++ b/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDefinition.cs @@ -37,16 +37,16 @@ public DateTimeOffset? CreatedDateTime /// Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? Decisions + public List? Decisions { - get { return BackingStore?.Get?>("decisions"); } + get { return BackingStore?.Get?>("decisions"); } set { BackingStore?.Set("decisions", value); } } #nullable restore #else - public List Decisions + public List Decisions { - get { return BackingStore?.Get>("decisions"); } + get { return BackingStore?.Get>("decisions"); } set { BackingStore?.Set("decisions", value); } } #endif @@ -152,7 +152,7 @@ public override IDictionary> GetFieldDeserializers() { { "createdBy", n => { CreatedBy = n.GetObjectValue(global::Microsoft.Graph.Models.UserIdentity.CreateFromDiscriminatorValue); } }, { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "decisions", n => { Decisions = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "decisions", n => { Decisions = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "displayName", n => { DisplayName = n.GetStringValue(); } }, { "instances", n => { Instances = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AccessReviewHistoryInstance.CreateFromDiscriminatorValue)?.AsList(); } }, { "reviewHistoryPeriodEndDateTime", n => { ReviewHistoryPeriodEndDateTime = n.GetDateTimeOffsetValue(); } }, @@ -172,7 +172,7 @@ public override void Serialize(ISerializationWriter writer) base.Serialize(writer); writer.WriteObjectValue("createdBy", CreatedBy); writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteCollectionOfEnumValues("decisions", Decisions); + writer.WriteCollectionOfPrimitiveValues("decisions", Decisions); writer.WriteStringValue("displayName", DisplayName); writer.WriteCollectionOfObjectValues("instances", Instances); writer.WriteDateTimeOffsetValue("reviewHistoryPeriodEndDateTime", ReviewHistoryPeriodEndDateTime); diff --git a/src/Microsoft.Graph/Generated/Models/AgreementFileData.cs b/src/Microsoft.Graph/Generated/Models/AgreementFileData.cs deleted file mode 100644 index 78de34f4984..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AgreementFileData.cs +++ /dev/null @@ -1,99 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AgreementFileData : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Data that represents the terms of use PDF document. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public byte[]? Data - { - get { return BackingStore?.Get("data"); } - set { BackingStore?.Set("data", value); } - } -#nullable restore -#else - public byte[] Data - { - get { return BackingStore?.Get("data"); } - set { BackingStore?.Set("data", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public AgreementFileData() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.AgreementFileData CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.AgreementFileData(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "data", n => { Data = n.GetByteArrayValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteByteArrayValue("data", Data); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/AgreementFileProperties.cs b/src/Microsoft.Graph/Generated/Models/AgreementFileProperties.cs index 824f0798ad2..7f730bdc454 100644 --- a/src/Microsoft.Graph/Generated/Models/AgreementFileProperties.cs +++ b/src/Microsoft.Graph/Generated/Models/AgreementFileProperties.cs @@ -12,88 +12,6 @@ namespace Microsoft.Graph.Models public partial class AgreementFileProperties : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// Localized display name of the policy file of an agreement. The localized display name is shown to end users who view the agreement. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Data that represents the terms of use PDF document. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AgreementFileData? FileData - { - get { return BackingStore?.Get("fileData"); } - set { BackingStore?.Set("fileData", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AgreementFileData FileData - { - get { return BackingStore?.Get("fileData"); } - set { BackingStore?.Set("fileData", value); } - } -#endif - /// Name of the agreement file (for example, TOU.pdf). Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? FileName - { - get { return BackingStore?.Get("fileName"); } - set { BackingStore?.Set("fileName", value); } - } -#nullable restore -#else - public string FileName - { - get { return BackingStore?.Get("fileName"); } - set { BackingStore?.Set("fileName", value); } - } -#endif - /// If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only. - public bool? IsDefault - { - get { return BackingStore?.Get("isDefault"); } - set { BackingStore?.Set("isDefault", value); } - } - /// Indicates whether the agreement file is a major version update. Major version updates invalidate the agreement's acceptances on the corresponding language. - public bool? IsMajorVersion - { - get { return BackingStore?.Get("isMajorVersion"); } - set { BackingStore?.Set("isMajorVersion", value); } - } - /// The language of the agreement file in the format 'languagecode2-country/regioncode2'. 'languagecode2' is a lowercase two-letter code derived from ISO 639-1, while 'country/regioncode2' is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. For example, U.S. English is en-US. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Language - { - get { return BackingStore?.Get("language"); } - set { BackingStore?.Set("language", value); } - } -#nullable restore -#else - public string Language - { - get { return BackingStore?.Get("language"); } - set { BackingStore?.Set("language", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -119,13 +37,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "fileData", n => { FileData = n.GetObjectValue(global::Microsoft.Graph.Models.AgreementFileData.CreateFromDiscriminatorValue); } }, - { "fileName", n => { FileName = n.GetStringValue(); } }, - { "isDefault", n => { IsDefault = n.GetBoolValue(); } }, - { "isMajorVersion", n => { IsMajorVersion = n.GetBoolValue(); } }, - { "language", n => { Language = n.GetStringValue(); } }, }; } /// @@ -136,13 +47,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteObjectValue("fileData", FileData); - writer.WriteStringValue("fileName", FileName); - writer.WriteBoolValue("isDefault", IsDefault); - writer.WriteBoolValue("isMajorVersion", IsMajorVersion); - writer.WriteStringValue("language", Language); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AppScope.cs b/src/Microsoft.Graph/Generated/Models/AppScope.cs index 39bc87e879b..dbd49cfe347 100644 --- a/src/Microsoft.Graph/Generated/Models/AppScope.cs +++ b/src/Microsoft.Graph/Generated/Models/AppScope.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class AppScope : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Provides the display name of the app-specific resource represented by the app scope. Read only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Describes the type of app-specific resource represented by the app scope. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Type - { - get { return BackingStore?.Get("type"); } - set { BackingStore?.Set("type", value); } - } -#nullable restore -#else - public string Type - { - get { return BackingStore?.Get("type"); } - set { BackingStore?.Set("type", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "type", n => { Type = n.GetStringValue(); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteStringValue("type", Type); } } } diff --git a/src/Microsoft.Graph/Generated/Models/ApplePushNotificationCertificate.cs b/src/Microsoft.Graph/Generated/Models/ApplePushNotificationCertificate.cs index dcaf7a53d65..2bff5cbf13f 100644 --- a/src/Microsoft.Graph/Generated/Models/ApplePushNotificationCertificate.cs +++ b/src/Microsoft.Graph/Generated/Models/ApplePushNotificationCertificate.cs @@ -13,114 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ApplePushNotificationCertificate : global::Microsoft.Graph.Models.Entity, IParsable { - /// Apple Id of the account used to create the MDM push certificate. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? AppleIdentifier - { - get { return BackingStore?.Get("appleIdentifier"); } - set { BackingStore?.Set("appleIdentifier", value); } - } -#nullable restore -#else - public string AppleIdentifier - { - get { return BackingStore?.Get("appleIdentifier"); } - set { BackingStore?.Set("appleIdentifier", value); } - } -#endif - /// Not yet documented -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Certificate - { - get { return BackingStore?.Get("certificate"); } - set { BackingStore?.Set("certificate", value); } - } -#nullable restore -#else - public string Certificate - { - get { return BackingStore?.Get("certificate"); } - set { BackingStore?.Set("certificate", value); } - } -#endif - /// Certificate serial number. This property is read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CertificateSerialNumber - { - get { return BackingStore?.Get("certificateSerialNumber"); } - set { BackingStore?.Set("certificateSerialNumber", value); } - } -#nullable restore -#else - public string CertificateSerialNumber - { - get { return BackingStore?.Get("certificateSerialNumber"); } - set { BackingStore?.Set("certificateSerialNumber", value); } - } -#endif - /// The reason the certificate upload failed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CertificateUploadFailureReason - { - get { return BackingStore?.Get("certificateUploadFailureReason"); } - set { BackingStore?.Set("certificateUploadFailureReason", value); } - } -#nullable restore -#else - public string CertificateUploadFailureReason - { - get { return BackingStore?.Get("certificateUploadFailureReason"); } - set { BackingStore?.Set("certificateUploadFailureReason", value); } - } -#endif - /// The certificate upload status. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CertificateUploadStatus - { - get { return BackingStore?.Get("certificateUploadStatus"); } - set { BackingStore?.Set("certificateUploadStatus", value); } - } -#nullable restore -#else - public string CertificateUploadStatus - { - get { return BackingStore?.Get("certificateUploadStatus"); } - set { BackingStore?.Set("certificateUploadStatus", value); } - } -#endif - /// The expiration date and time for Apple push notification certificate. - public DateTimeOffset? ExpirationDateTime - { - get { return BackingStore?.Get("expirationDateTime"); } - set { BackingStore?.Set("expirationDateTime", value); } - } - /// Last modified date and time for Apple push notification certificate. - public DateTimeOffset? LastModifiedDateTime - { - get { return BackingStore?.Get("lastModifiedDateTime"); } - set { BackingStore?.Set("lastModifiedDateTime", value); } - } - /// Topic Id. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? TopicIdentifier - { - get { return BackingStore?.Get("topicIdentifier"); } - set { BackingStore?.Set("topicIdentifier", value); } - } -#nullable restore -#else - public string TopicIdentifier - { - get { return BackingStore?.Get("topicIdentifier"); } - set { BackingStore?.Set("topicIdentifier", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -139,14 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "appleIdentifier", n => { AppleIdentifier = n.GetStringValue(); } }, - { "certificate", n => { Certificate = n.GetStringValue(); } }, - { "certificateSerialNumber", n => { CertificateSerialNumber = n.GetStringValue(); } }, - { "certificateUploadFailureReason", n => { CertificateUploadFailureReason = n.GetStringValue(); } }, - { "certificateUploadStatus", n => { CertificateUploadStatus = n.GetStringValue(); } }, - { "expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, - { "lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } }, - { "topicIdentifier", n => { TopicIdentifier = n.GetStringValue(); } }, }; } /// @@ -157,13 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("appleIdentifier", AppleIdentifier); - writer.WriteStringValue("certificate", Certificate); - writer.WriteStringValue("certificateUploadFailureReason", CertificateUploadFailureReason); - writer.WriteStringValue("certificateUploadStatus", CertificateUploadStatus); - writer.WriteDateTimeOffsetValue("expirationDateTime", ExpirationDateTime); - writer.WriteDateTimeOffsetValue("lastModifiedDateTime", LastModifiedDateTime); - writer.WriteStringValue("topicIdentifier", TopicIdentifier); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Approval.cs b/src/Microsoft.Graph/Generated/Models/Approval.cs index a94a080ec06..a70af21c701 100644 --- a/src/Microsoft.Graph/Generated/Models/Approval.cs +++ b/src/Microsoft.Graph/Generated/Models/Approval.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class Approval : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// A collection of stages in the approval decision. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Stages - { - get { return BackingStore?.Get?>("stages"); } - set { BackingStore?.Set("stages", value); } - } -#nullable restore -#else - public List Stages - { - get { return BackingStore?.Get>("stages"); } - set { BackingStore?.Set("stages", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "stages", n => { Stages = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ApprovalStage.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("stages", Stages); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AppsInstallationOptionsForMac.cs b/src/Microsoft.Graph/Generated/Models/AppsInstallationOptionsForMac.cs deleted file mode 100644 index f1fd8d30761..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AppsInstallationOptionsForMac.cs +++ /dev/null @@ -1,97 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AppsInstallationOptionsForMac : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Specifies whether users can install Microsoft 365 apps on their MAC devices. The default value is true. - public bool? IsMicrosoft365AppsEnabled - { - get { return BackingStore?.Get("isMicrosoft365AppsEnabled"); } - set { BackingStore?.Set("isMicrosoft365AppsEnabled", value); } - } - /// Specifies whether users can install Skype for Business on their MAC devices running OS X El Capitan 10.11 or later. The default value is true. - public bool? IsSkypeForBusinessEnabled - { - get { return BackingStore?.Get("isSkypeForBusinessEnabled"); } - set { BackingStore?.Set("isSkypeForBusinessEnabled", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public AppsInstallationOptionsForMac() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.AppsInstallationOptionsForMac CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.AppsInstallationOptionsForMac(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "isMicrosoft365AppsEnabled", n => { IsMicrosoft365AppsEnabled = n.GetBoolValue(); } }, - { "isSkypeForBusinessEnabled", n => { IsSkypeForBusinessEnabled = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("isMicrosoft365AppsEnabled", IsMicrosoft365AppsEnabled); - writer.WriteBoolValue("isSkypeForBusinessEnabled", IsSkypeForBusinessEnabled); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/AppsInstallationOptionsForWindows.cs b/src/Microsoft.Graph/Generated/Models/AppsInstallationOptionsForWindows.cs deleted file mode 100644 index c22a48df9b0..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AppsInstallationOptionsForWindows.cs +++ /dev/null @@ -1,113 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AppsInstallationOptionsForWindows : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Specifies whether users can install Microsoft 365 apps, including Skype for Business, on their Windows devices. The default value is true. - public bool? IsMicrosoft365AppsEnabled - { - get { return BackingStore?.Get("isMicrosoft365AppsEnabled"); } - set { BackingStore?.Set("isMicrosoft365AppsEnabled", value); } - } - /// Specifies whether users can install Microsoft Project on their Windows devices. The default value is true. - public bool? IsProjectEnabled - { - get { return BackingStore?.Get("isProjectEnabled"); } - set { BackingStore?.Set("isProjectEnabled", value); } - } - /// Specifies whether users can install Skype for Business (standalone) on their Windows devices. The default value is true. - public bool? IsSkypeForBusinessEnabled - { - get { return BackingStore?.Get("isSkypeForBusinessEnabled"); } - set { BackingStore?.Set("isSkypeForBusinessEnabled", value); } - } - /// Specifies whether users can install Visio on their Windows devices. The default value is true. - public bool? IsVisioEnabled - { - get { return BackingStore?.Get("isVisioEnabled"); } - set { BackingStore?.Set("isVisioEnabled", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public AppsInstallationOptionsForWindows() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.AppsInstallationOptionsForWindows CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.AppsInstallationOptionsForWindows(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "isMicrosoft365AppsEnabled", n => { IsMicrosoft365AppsEnabled = n.GetBoolValue(); } }, - { "isProjectEnabled", n => { IsProjectEnabled = n.GetBoolValue(); } }, - { "isSkypeForBusinessEnabled", n => { IsSkypeForBusinessEnabled = n.GetBoolValue(); } }, - { "isVisioEnabled", n => { IsVisioEnabled = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("isMicrosoft365AppsEnabled", IsMicrosoft365AppsEnabled); - writer.WriteBoolValue("isProjectEnabled", IsProjectEnabled); - writer.WriteBoolValue("isSkypeForBusinessEnabled", IsSkypeForBusinessEnabled); - writer.WriteBoolValue("isVisioEnabled", IsVisioEnabled); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/AppsUpdateChannelType.cs b/src/Microsoft.Graph/Generated/Models/AppsUpdateChannelType.cs deleted file mode 100644 index 81b42dc5723..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AppsUpdateChannelType.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum AppsUpdateChannelType - #pragma warning restore CS1591 - { - [EnumMember(Value = "current")] - #pragma warning disable CS1591 - Current, - #pragma warning restore CS1591 - [EnumMember(Value = "monthlyEnterprise")] - #pragma warning disable CS1591 - MonthlyEnterprise, - #pragma warning restore CS1591 - [EnumMember(Value = "semiAnnual")] - #pragma warning disable CS1591 - SemiAnnual, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/AttributeFlowBehavior.cs b/src/Microsoft.Graph/Generated/Models/AttributeFlowBehavior.cs deleted file mode 100644 index a7a29faf9ac..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AttributeFlowBehavior.cs +++ /dev/null @@ -1,20 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum AttributeFlowBehavior - #pragma warning restore CS1591 - { - [EnumMember(Value = "FlowWhenChanged")] - #pragma warning disable CS1591 - FlowWhenChanged, - #pragma warning restore CS1591 - [EnumMember(Value = "FlowAlways")] - #pragma warning disable CS1591 - FlowAlways, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/AttributeFlowType.cs b/src/Microsoft.Graph/Generated/Models/AttributeFlowType.cs deleted file mode 100644 index 1024572374e..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AttributeFlowType.cs +++ /dev/null @@ -1,32 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum AttributeFlowType - #pragma warning restore CS1591 - { - [EnumMember(Value = "Always")] - #pragma warning disable CS1591 - Always, - #pragma warning restore CS1591 - [EnumMember(Value = "ObjectAddOnly")] - #pragma warning disable CS1591 - ObjectAddOnly, - #pragma warning restore CS1591 - [EnumMember(Value = "MultiValueAddOnly")] - #pragma warning disable CS1591 - MultiValueAddOnly, - #pragma warning restore CS1591 - [EnumMember(Value = "ValueAddOnly")] - #pragma warning disable CS1591 - ValueAddOnly, - #pragma warning restore CS1591 - [EnumMember(Value = "AttributeAddOnly")] - #pragma warning disable CS1591 - AttributeAddOnly, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/AttributeMapping.cs b/src/Microsoft.Graph/Generated/Models/AttributeMapping.cs deleted file mode 100644 index d45fb6b9366..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AttributeMapping.cs +++ /dev/null @@ -1,167 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AttributeMapping : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Default value to be used in case the source property was evaluated to null. Optional. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DefaultValue - { - get { return BackingStore?.Get("defaultValue"); } - set { BackingStore?.Set("defaultValue", value); } - } -#nullable restore -#else - public string DefaultValue - { - get { return BackingStore?.Get("defaultValue"); } - set { BackingStore?.Set("defaultValue", value); } - } -#endif - /// For internal use only. - public bool? ExportMissingReferences - { - get { return BackingStore?.Get("exportMissingReferences"); } - set { BackingStore?.Set("exportMissingReferences", value); } - } - /// The flowBehavior property - public global::Microsoft.Graph.Models.AttributeFlowBehavior? FlowBehavior - { - get { return BackingStore?.Get("flowBehavior"); } - set { BackingStore?.Set("flowBehavior", value); } - } - /// The flowType property - public global::Microsoft.Graph.Models.AttributeFlowType? FlowType - { - get { return BackingStore?.Get("flowType"); } - set { BackingStore?.Set("flowType", value); } - } - /// If higher than 0, this attribute will be used to perform an initial match of the objects between source and target directories. The synchronization engine will try to find the matching object using attribute with lowest value of matching priority first. If not found, the attribute with the next matching priority will be used, and so on a until match is found or no more matching attributes are left. Only attributes that are expected to have unique values, such as email, should be used as matching attributes. - public int? MatchingPriority - { - get { return BackingStore?.Get("matchingPriority"); } - set { BackingStore?.Set("matchingPriority", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Defines how a value should be extracted (or transformed) from the source object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttributeMappingSource? Source - { - get { return BackingStore?.Get("source"); } - set { BackingStore?.Set("source", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttributeMappingSource Source - { - get { return BackingStore?.Get("source"); } - set { BackingStore?.Set("source", value); } - } -#endif - /// Name of the attribute on the target object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? TargetAttributeName - { - get { return BackingStore?.Get("targetAttributeName"); } - set { BackingStore?.Set("targetAttributeName", value); } - } -#nullable restore -#else - public string TargetAttributeName - { - get { return BackingStore?.Get("targetAttributeName"); } - set { BackingStore?.Set("targetAttributeName", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public AttributeMapping() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.AttributeMapping CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.AttributeMapping(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "defaultValue", n => { DefaultValue = n.GetStringValue(); } }, - { "exportMissingReferences", n => { ExportMissingReferences = n.GetBoolValue(); } }, - { "flowBehavior", n => { FlowBehavior = n.GetEnumValue(); } }, - { "flowType", n => { FlowType = n.GetEnumValue(); } }, - { "matchingPriority", n => { MatchingPriority = n.GetIntValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "source", n => { Source = n.GetObjectValue(global::Microsoft.Graph.Models.AttributeMappingSource.CreateFromDiscriminatorValue); } }, - { "targetAttributeName", n => { TargetAttributeName = 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("defaultValue", DefaultValue); - writer.WriteBoolValue("exportMissingReferences", ExportMissingReferences); - writer.WriteEnumValue("flowBehavior", FlowBehavior); - writer.WriteEnumValue("flowType", FlowType); - writer.WriteIntValue("matchingPriority", MatchingPriority); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteObjectValue("source", Source); - writer.WriteStringValue("targetAttributeName", TargetAttributeName); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/AuthorizationInfo.cs b/src/Microsoft.Graph/Generated/Models/AuthorizationInfo.cs deleted file mode 100644 index b5108cd3fd2..00000000000 --- a/src/Microsoft.Graph/Generated/Models/AuthorizationInfo.cs +++ /dev/null @@ -1,99 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AuthorizationInfo : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The certificateUserIds property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CertificateUserIds - { - get { return BackingStore?.Get?>("certificateUserIds"); } - set { BackingStore?.Set("certificateUserIds", value); } - } -#nullable restore -#else - public List CertificateUserIds - { - get { return BackingStore?.Get>("certificateUserIds"); } - set { BackingStore?.Set("certificateUserIds", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public AuthorizationInfo() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.AuthorizationInfo CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.AuthorizationInfo(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "certificateUserIds", n => { CertificateUserIds = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "@odata.type", n => { OdataType = 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.WriteCollectionOfPrimitiveValues("certificateUserIds", CertificateUserIds); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/B2bIdentityProvidersType.cs b/src/Microsoft.Graph/Generated/Models/B2bIdentityProvidersType.cs deleted file mode 100644 index 9ca03ec58a5..00000000000 --- a/src/Microsoft.Graph/Generated/Models/B2bIdentityProvidersType.cs +++ /dev/null @@ -1,40 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum B2bIdentityProvidersType - #pragma warning restore CS1591 - { - [EnumMember(Value = "azureActiveDirectory")] - #pragma warning disable CS1591 - AzureActiveDirectory, - #pragma warning restore CS1591 - [EnumMember(Value = "externalFederation")] - #pragma warning disable CS1591 - ExternalFederation, - #pragma warning restore CS1591 - [EnumMember(Value = "socialIdentityProviders")] - #pragma warning disable CS1591 - SocialIdentityProviders, - #pragma warning restore CS1591 - [EnumMember(Value = "emailOneTimePasscode")] - #pragma warning disable CS1591 - EmailOneTimePasscode, - #pragma warning restore CS1591 - [EnumMember(Value = "microsoftAccount")] - #pragma warning disable CS1591 - MicrosoftAccount, - #pragma warning restore CS1591 - [EnumMember(Value = "defaultConfiguredIdp")] - #pragma warning disable CS1591 - DefaultConfiguredIdp, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/Calendar.cs b/src/Microsoft.Graph/Generated/Models/Calendar.cs index a0f94045c6f..cc4e9b5dfd6 100644 --- a/src/Microsoft.Graph/Generated/Models/Calendar.cs +++ b/src/Microsoft.Graph/Generated/Models/Calendar.cs @@ -12,214 +12,6 @@ namespace Microsoft.Graph.Models public partial class Calendar : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AllowedOnlineMeetingProviders - { - get { return BackingStore?.Get?>("allowedOnlineMeetingProviders"); } - set { BackingStore?.Set("allowedOnlineMeetingProviders", value); } - } -#nullable restore -#else - public List AllowedOnlineMeetingProviders - { - get { return BackingStore?.Get>("allowedOnlineMeetingProviders"); } - set { BackingStore?.Set("allowedOnlineMeetingProviders", value); } - } -#endif - /// The permissions of the users with whom the calendar is shared. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CalendarPermissions - { - get { return BackingStore?.Get?>("calendarPermissions"); } - set { BackingStore?.Set("calendarPermissions", value); } - } -#nullable restore -#else - public List CalendarPermissions - { - get { return BackingStore?.Get>("calendarPermissions"); } - set { BackingStore?.Set("calendarPermissions", value); } - } -#endif - /// The calendar view for the calendar. Navigation property. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CalendarView - { - get { return BackingStore?.Get?>("calendarView"); } - set { BackingStore?.Set("calendarView", value); } - } -#nullable restore -#else - public List CalendarView - { - get { return BackingStore?.Get>("calendarView"); } - set { BackingStore?.Set("calendarView", value); } - } -#endif - /// true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access. - public bool? CanEdit - { - get { return BackingStore?.Get("canEdit"); } - set { BackingStore?.Set("canEdit", value); } - } - /// true if the user has permission to share the calendar, false otherwise. Only the user who created the calendar can share it. - public bool? CanShare - { - get { return BackingStore?.Get("canShare"); } - set { BackingStore?.Set("canShare", value); } - } - /// If true, the user can read calendar items that have been marked private, false otherwise. - public bool? CanViewPrivateItems - { - get { return BackingStore?.Get("canViewPrivateItems"); } - set { BackingStore?.Set("canViewPrivateItems", value); } - } - /// Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ChangeKey - { - get { return BackingStore?.Get("changeKey"); } - set { BackingStore?.Set("changeKey", value); } - } -#nullable restore -#else - public string ChangeKey - { - get { return BackingStore?.Get("changeKey"); } - set { BackingStore?.Set("changeKey", value); } - } -#endif - /// Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor. - public global::Microsoft.Graph.Models.CalendarColor? Color - { - get { return BackingStore?.Get("color"); } - set { BackingStore?.Set("color", value); } - } - /// The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. - public global::Microsoft.Graph.Models.OnlineMeetingProviderType? DefaultOnlineMeetingProvider - { - get { return BackingStore?.Get("defaultOnlineMeetingProvider"); } - set { BackingStore?.Set("defaultOnlineMeetingProvider", value); } - } - /// The events in the calendar. Navigation property. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Events - { - get { return BackingStore?.Get?>("events"); } - set { BackingStore?.Set("events", value); } - } -#nullable restore -#else - public List Events - { - get { return BackingStore?.Get>("events"); } - set { BackingStore?.Set("events", value); } - } -#endif - /// The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? HexColor - { - get { return BackingStore?.Get("hexColor"); } - set { BackingStore?.Set("hexColor", value); } - } -#nullable restore -#else - public string HexColor - { - get { return BackingStore?.Get("hexColor"); } - set { BackingStore?.Set("hexColor", value); } - } -#endif - /// true if this is the default calendar where new events are created by default, false otherwise. - public bool? IsDefaultCalendar - { - get { return BackingStore?.Get("isDefaultCalendar"); } - set { BackingStore?.Set("isDefaultCalendar", value); } - } - /// Indicates whether this user calendar can be deleted from the user mailbox. - public bool? IsRemovable - { - get { return BackingStore?.Get("isRemovable"); } - set { BackingStore?.Set("isRemovable", value); } - } - /// Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. - public bool? IsTallyingResponses - { - get { return BackingStore?.Get("isTallyingResponses"); } - set { BackingStore?.Set("isTallyingResponses", value); } - } - /// The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? MultiValueExtendedProperties - { - get { return BackingStore?.Get?>("multiValueExtendedProperties"); } - set { BackingStore?.Set("multiValueExtendedProperties", value); } - } -#nullable restore -#else - public List MultiValueExtendedProperties - { - get { return BackingStore?.Get>("multiValueExtendedProperties"); } - set { BackingStore?.Set("multiValueExtendedProperties", value); } - } -#endif - /// The calendar name. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EmailAddress? Owner - { - get { return BackingStore?.Get("owner"); } - set { BackingStore?.Set("owner", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EmailAddress Owner - { - get { return BackingStore?.Get("owner"); } - set { BackingStore?.Set("owner", value); } - } -#endif - /// The collection of single-value extended properties defined for the calendar. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? SingleValueExtendedProperties - { - get { return BackingStore?.Get?>("singleValueExtendedProperties"); } - set { BackingStore?.Set("singleValueExtendedProperties", value); } - } -#nullable restore -#else - public List SingleValueExtendedProperties - { - get { return BackingStore?.Get>("singleValueExtendedProperties"); } - set { BackingStore?.Set("singleValueExtendedProperties", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -238,24 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "allowedOnlineMeetingProviders", n => { AllowedOnlineMeetingProviders = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "calendarPermissions", n => { CalendarPermissions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CalendarPermission.CreateFromDiscriminatorValue)?.AsList(); } }, - { "calendarView", n => { CalendarView = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - { "canEdit", n => { CanEdit = n.GetBoolValue(); } }, - { "canShare", n => { CanShare = n.GetBoolValue(); } }, - { "canViewPrivateItems", n => { CanViewPrivateItems = n.GetBoolValue(); } }, - { "changeKey", n => { ChangeKey = n.GetStringValue(); } }, - { "color", n => { Color = n.GetEnumValue(); } }, - { "defaultOnlineMeetingProvider", n => { DefaultOnlineMeetingProvider = n.GetEnumValue(); } }, - { "events", n => { Events = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - { "hexColor", n => { HexColor = n.GetStringValue(); } }, - { "isDefaultCalendar", n => { IsDefaultCalendar = n.GetBoolValue(); } }, - { "isRemovable", n => { IsRemovable = n.GetBoolValue(); } }, - { "isTallyingResponses", n => { IsTallyingResponses = n.GetBoolValue(); } }, - { "multiValueExtendedProperties", n => { MultiValueExtendedProperties = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.MultiValueLegacyExtendedProperty.CreateFromDiscriminatorValue)?.AsList(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "owner", n => { Owner = n.GetObjectValue(global::Microsoft.Graph.Models.EmailAddress.CreateFromDiscriminatorValue); } }, - { "singleValueExtendedProperties", n => { SingleValueExtendedProperties = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SingleValueLegacyExtendedProperty.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -266,24 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfEnumValues("allowedOnlineMeetingProviders", AllowedOnlineMeetingProviders); - writer.WriteCollectionOfObjectValues("calendarPermissions", CalendarPermissions); - writer.WriteCollectionOfObjectValues("calendarView", CalendarView); - writer.WriteBoolValue("canEdit", CanEdit); - writer.WriteBoolValue("canShare", CanShare); - writer.WriteBoolValue("canViewPrivateItems", CanViewPrivateItems); - writer.WriteStringValue("changeKey", ChangeKey); - writer.WriteEnumValue("color", Color); - writer.WriteEnumValue("defaultOnlineMeetingProvider", DefaultOnlineMeetingProvider); - writer.WriteCollectionOfObjectValues("events", Events); - writer.WriteStringValue("hexColor", HexColor); - writer.WriteBoolValue("isDefaultCalendar", IsDefaultCalendar); - writer.WriteBoolValue("isRemovable", IsRemovable); - writer.WriteBoolValue("isTallyingResponses", IsTallyingResponses); - writer.WriteCollectionOfObjectValues("multiValueExtendedProperties", MultiValueExtendedProperties); - writer.WriteStringValue("name", Name); - writer.WriteObjectValue("owner", Owner); - writer.WriteCollectionOfObjectValues("singleValueExtendedProperties", SingleValueExtendedProperties); } } } diff --git a/src/Microsoft.Graph/Generated/Models/CalendarColor.cs b/src/Microsoft.Graph/Generated/Models/CalendarColor.cs deleted file mode 100644 index edc541bbc5a..00000000000 --- a/src/Microsoft.Graph/Generated/Models/CalendarColor.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum CalendarColor - #pragma warning restore CS1591 - { - [EnumMember(Value = "auto")] - #pragma warning disable CS1591 - Auto, - #pragma warning restore CS1591 - [EnumMember(Value = "lightBlue")] - #pragma warning disable CS1591 - LightBlue, - #pragma warning restore CS1591 - [EnumMember(Value = "lightGreen")] - #pragma warning disable CS1591 - LightGreen, - #pragma warning restore CS1591 - [EnumMember(Value = "lightOrange")] - #pragma warning disable CS1591 - LightOrange, - #pragma warning restore CS1591 - [EnumMember(Value = "lightGray")] - #pragma warning disable CS1591 - LightGray, - #pragma warning restore CS1591 - [EnumMember(Value = "lightYellow")] - #pragma warning disable CS1591 - LightYellow, - #pragma warning restore CS1591 - [EnumMember(Value = "lightTeal")] - #pragma warning disable CS1591 - LightTeal, - #pragma warning restore CS1591 - [EnumMember(Value = "lightPink")] - #pragma warning disable CS1591 - LightPink, - #pragma warning restore CS1591 - [EnumMember(Value = "lightBrown")] - #pragma warning disable CS1591 - LightBrown, - #pragma warning restore CS1591 - [EnumMember(Value = "lightRed")] - #pragma warning disable CS1591 - LightRed, - #pragma warning restore CS1591 - [EnumMember(Value = "maxColor")] - #pragma warning disable CS1591 - MaxColor, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/CalendarPermission.cs b/src/Microsoft.Graph/Generated/Models/CalendarPermission.cs index ee8243d2463..7bb33285872 100644 --- a/src/Microsoft.Graph/Generated/Models/CalendarPermission.cs +++ b/src/Microsoft.Graph/Generated/Models/CalendarPermission.cs @@ -15,16 +15,16 @@ public partial class CalendarPermission : global::Microsoft.Graph.Models.Entity, /// List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? AllowedRoles + public List? AllowedRoles { - get { return BackingStore?.Get?>("allowedRoles"); } + get { return BackingStore?.Get?>("allowedRoles"); } set { BackingStore?.Set("allowedRoles", value); } } #nullable restore #else - public List AllowedRoles + public List AllowedRoles { - get { return BackingStore?.Get>("allowedRoles"); } + get { return BackingStore?.Get>("allowedRoles"); } set { BackingStore?.Set("allowedRoles", value); } } #endif @@ -80,7 +80,7 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "allowedRoles", n => { AllowedRoles = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "allowedRoles", n => { AllowedRoles = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "emailAddress", n => { EmailAddress = n.GetObjectValue(global::Microsoft.Graph.Models.EmailAddress.CreateFromDiscriminatorValue); } }, { "isInsideOrganization", n => { IsInsideOrganization = n.GetBoolValue(); } }, { "isRemovable", n => { IsRemovable = n.GetBoolValue(); } }, @@ -95,7 +95,7 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfEnumValues("allowedRoles", AllowedRoles); + writer.WriteCollectionOfPrimitiveValues("allowedRoles", AllowedRoles); writer.WriteObjectValue("emailAddress", EmailAddress); writer.WriteBoolValue("isInsideOrganization", IsInsideOrganization); writer.WriteBoolValue("isRemovable", IsRemovable); diff --git a/src/Microsoft.Graph/Generated/Models/Call.cs b/src/Microsoft.Graph/Generated/Models/Call.cs index f4ad92dcd37..9101080f14e 100644 --- a/src/Microsoft.Graph/Generated/Models/Call.cs +++ b/src/Microsoft.Graph/Generated/Models/Call.cs @@ -245,16 +245,16 @@ public string MyParticipantId /// The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? RequestedModalities + public List? RequestedModalities { - get { return BackingStore?.Get?>("requestedModalities"); } + get { return BackingStore?.Get?>("requestedModalities"); } set { BackingStore?.Set("requestedModalities", value); } } #nullable restore #else - public List RequestedModalities + public List RequestedModalities { - get { return BackingStore?.Get>("requestedModalities"); } + get { return BackingStore?.Get>("requestedModalities"); } set { BackingStore?.Set("requestedModalities", value); } } #endif @@ -409,7 +409,7 @@ public override IDictionary> GetFieldDeserializers() { "myParticipantId", n => { MyParticipantId = n.GetStringValue(); } }, { "operations", n => { Operations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CommsOperation.CreateFromDiscriminatorValue)?.AsList(); } }, { "participants", n => { Participants = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Participant.CreateFromDiscriminatorValue)?.AsList(); } }, - { "requestedModalities", n => { RequestedModalities = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "requestedModalities", n => { RequestedModalities = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "resultInfo", n => { ResultInfo = n.GetObjectValue(global::Microsoft.Graph.Models.ResultInfo.CreateFromDiscriminatorValue); } }, { "source", n => { Source = n.GetObjectValue(global::Microsoft.Graph.Models.ParticipantInfo.CreateFromDiscriminatorValue); } }, { "state", n => { State = n.GetEnumValue(); } }, @@ -443,7 +443,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteStringValue("myParticipantId", MyParticipantId); writer.WriteCollectionOfObjectValues("operations", Operations); writer.WriteCollectionOfObjectValues("participants", Participants); - writer.WriteCollectionOfEnumValues("requestedModalities", RequestedModalities); + writer.WriteCollectionOfPrimitiveValues("requestedModalities", RequestedModalities); writer.WriteObjectValue("resultInfo", ResultInfo); writer.WriteObjectValue("source", Source); writer.WriteEnumValue("state", State); diff --git a/src/Microsoft.Graph/Generated/Models/CanvasLayout.cs b/src/Microsoft.Graph/Generated/Models/CanvasLayout.cs index 24c03f46607..b2d3a99240d 100644 --- a/src/Microsoft.Graph/Generated/Models/CanvasLayout.cs +++ b/src/Microsoft.Graph/Generated/Models/CanvasLayout.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class CanvasLayout : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Collection of horizontal sections on the SharePoint page. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? HorizontalSections - { - get { return BackingStore?.Get?>("horizontalSections"); } - set { BackingStore?.Set("horizontalSections", value); } - } -#nullable restore -#else - public List HorizontalSections - { - get { return BackingStore?.Get>("horizontalSections"); } - set { BackingStore?.Set("horizontalSections", value); } - } -#endif - /// Vertical section on the SharePoint page. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.VerticalSection? VerticalSection - { - get { return BackingStore?.Get("verticalSection"); } - set { BackingStore?.Set("verticalSection", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.VerticalSection VerticalSection - { - get { return BackingStore?.Get("verticalSection"); } - set { BackingStore?.Set("verticalSection", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "horizontalSections", n => { HorizontalSections = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.HorizontalSection.CreateFromDiscriminatorValue)?.AsList(); } }, - { "verticalSection", n => { VerticalSection = n.GetObjectValue(global::Microsoft.Graph.Models.VerticalSection.CreateFromDiscriminatorValue); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("horizontalSections", HorizontalSections); - writer.WriteObjectValue("verticalSection", VerticalSection); } } } diff --git a/src/Microsoft.Graph/Generated/Models/ChatMessageInfo.cs b/src/Microsoft.Graph/Generated/Models/ChatMessageInfo.cs index 59acc176584..9d1140ced93 100644 --- a/src/Microsoft.Graph/Generated/Models/ChatMessageInfo.cs +++ b/src/Microsoft.Graph/Generated/Models/ChatMessageInfo.cs @@ -12,72 +12,6 @@ namespace Microsoft.Graph.Models public partial class ChatMessageInfo : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ItemBody? Body - { - get { return BackingStore?.Get("body"); } - set { BackingStore?.Set("body", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ItemBody Body - { - get { return BackingStore?.Get("body"); } - set { BackingStore?.Set("body", value); } - } -#endif - /// Date time object representing the time at which message was created. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EventMessageDetail? EventDetail - { - get { return BackingStore?.Get("eventDetail"); } - set { BackingStore?.Set("eventDetail", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EventMessageDetail EventDetail - { - get { return BackingStore?.Get("eventDetail"); } - set { BackingStore?.Set("eventDetail", value); } - } -#endif - /// Information about the sender of the message. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ChatMessageFromIdentitySet? From - { - get { return BackingStore?.Get("from"); } - set { BackingStore?.Set("from", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ChatMessageFromIdentitySet From - { - get { return BackingStore?.Get("from"); } - set { BackingStore?.Set("from", value); } - } -#endif - /// If set to true, the original message has been deleted. - public bool? IsDeleted - { - get { return BackingStore?.Get("isDeleted"); } - set { BackingStore?.Set("isDeleted", value); } - } - /// The messageType property - public global::Microsoft.Graph.Models.ChatMessageType? MessageType - { - get { return BackingStore?.Get("messageType"); } - set { BackingStore?.Set("messageType", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -96,12 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "body", n => { Body = n.GetObjectValue(global::Microsoft.Graph.Models.ItemBody.CreateFromDiscriminatorValue); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "eventDetail", n => { EventDetail = n.GetObjectValue(global::Microsoft.Graph.Models.EventMessageDetail.CreateFromDiscriminatorValue); } }, - { "from", n => { From = n.GetObjectValue(global::Microsoft.Graph.Models.ChatMessageFromIdentitySet.CreateFromDiscriminatorValue); } }, - { "isDeleted", n => { IsDeleted = n.GetBoolValue(); } }, - { "messageType", n => { MessageType = n.GetEnumValue(); } }, }; } /// @@ -112,12 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("body", Body); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteObjectValue("eventDetail", EventDetail); - writer.WriteObjectValue("from", From); - writer.WriteBoolValue("isDeleted", IsDeleted); - writer.WriteEnumValue("messageType", MessageType); } } } diff --git a/src/Microsoft.Graph/Generated/Models/FilterClause.cs b/src/Microsoft.Graph/Generated/Models/ComputeRightsAndInheritanceResult.cs similarity index 54% rename from src/Microsoft.Graph/Generated/Models/FilterClause.cs rename to src/Microsoft.Graph/Generated/Models/ComputeRightsAndInheritanceResult.cs index 366dfe633e2..143043dcd3e 100644 --- a/src/Microsoft.Graph/Generated/Models/FilterClause.cs +++ b/src/Microsoft.Graph/Generated/Models/ComputeRightsAndInheritanceResult.cs @@ -10,7 +10,7 @@ namespace Microsoft.Graph.Models { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public partial class FilterClause : IAdditionalDataHolder, IBackedModel, IParsable + public partial class ComputeRightsAndInheritanceResult : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. @@ -21,74 +21,74 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The OdataType property + /// The contentRights property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public string? OdataType + public List? ContentRights { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } + get { return BackingStore?.Get?>("contentRights"); } + set { BackingStore?.Set("contentRights", value); } } #nullable restore #else - public string OdataType + public List ContentRights { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } + get { return BackingStore?.Get>("contentRights"); } + set { BackingStore?.Set("contentRights", value); } } #endif - /// Name of the operator to be applied to the source and target operands. Must be one of the supported operators. Supported operators can be discovered. + /// The inheritedLabel property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public string? OperatorName + public global::Microsoft.Graph.Models.SensitivityLabel? InheritedLabel { - get { return BackingStore?.Get("operatorName"); } - set { BackingStore?.Set("operatorName", value); } + get { return BackingStore?.Get("inheritedLabel"); } + set { BackingStore?.Set("inheritedLabel", value); } } #nullable restore #else - public string OperatorName + public global::Microsoft.Graph.Models.SensitivityLabel InheritedLabel { - get { return BackingStore?.Get("operatorName"); } - set { BackingStore?.Set("operatorName", value); } + get { return BackingStore?.Get("inheritedLabel"); } + set { BackingStore?.Set("inheritedLabel", value); } } #endif - /// Name of source operand (the operand being tested). The source operand name must match one of the attribute names on the source object. + /// The OdataType property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public string? SourceOperandName + public string? OdataType { - get { return BackingStore?.Get("sourceOperandName"); } - set { BackingStore?.Set("sourceOperandName", value); } + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } } #nullable restore #else - public string SourceOperandName + public string OdataType { - get { return BackingStore?.Get("sourceOperandName"); } - set { BackingStore?.Set("sourceOperandName", value); } + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } } #endif - /// Values that the source operand will be tested against. + /// The sensitivityLabels property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public global::Microsoft.Graph.Models.FilterOperand? TargetOperand + public List? SensitivityLabels { - get { return BackingStore?.Get("targetOperand"); } - set { BackingStore?.Set("targetOperand", value); } + get { return BackingStore?.Get?>("sensitivityLabels"); } + set { BackingStore?.Set("sensitivityLabels", value); } } #nullable restore #else - public global::Microsoft.Graph.Models.FilterOperand TargetOperand + public List SensitivityLabels { - get { return BackingStore?.Get("targetOperand"); } - set { BackingStore?.Set("targetOperand", value); } + get { return BackingStore?.Get>("sensitivityLabels"); } + set { BackingStore?.Set("sensitivityLabels", value); } } #endif /// - /// Instantiates a new and sets the default values. + /// Instantiates a new and sets the default values. /// - public FilterClause() + public ComputeRightsAndInheritanceResult() { BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); AdditionalData = new Dictionary(); @@ -96,12 +96,12 @@ public FilterClause() /// /// Creates a new instance of the appropriate class based on discriminator value /// - /// A + /// A /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.FilterClause CreateFromDiscriminatorValue(IParseNode parseNode) + public static global::Microsoft.Graph.Models.ComputeRightsAndInheritanceResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.FilterClause(); + return new global::Microsoft.Graph.Models.ComputeRightsAndInheritanceResult(); } /// /// The deserialization information for the current model @@ -111,10 +111,10 @@ public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { + { "contentRights", n => { ContentRights = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.LabelContentRight.CreateFromDiscriminatorValue)?.AsList(); } }, + { "inheritedLabel", n => { InheritedLabel = n.GetObjectValue(global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "operatorName", n => { OperatorName = n.GetStringValue(); } }, - { "sourceOperandName", n => { SourceOperandName = n.GetStringValue(); } }, - { "targetOperand", n => { TargetOperand = n.GetObjectValue(global::Microsoft.Graph.Models.FilterOperand.CreateFromDiscriminatorValue); } }, + { "sensitivityLabels", n => { SensitivityLabels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -124,10 +124,10 @@ public virtual IDictionary> GetFieldDeserializers() public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); + writer.WriteCollectionOfObjectValues("contentRights", ContentRights); + writer.WriteObjectValue("inheritedLabel", InheritedLabel); writer.WriteStringValue("@odata.type", OdataType); - writer.WriteStringValue("operatorName", OperatorName); - writer.WriteStringValue("sourceOperandName", SourceOperandName); - writer.WriteObjectValue("targetOperand", TargetOperand); + writer.WriteCollectionOfObjectValues("sensitivityLabels", SensitivityLabels); writer.WriteAdditionalData(AdditionalData); } } diff --git a/src/Microsoft.Graph/Generated/Models/ConditionalAccessSessionControl.cs b/src/Microsoft.Graph/Generated/Models/ConditionalAccessSessionControl.cs index 021cfa785a4..f4e63ed5e85 100644 --- a/src/Microsoft.Graph/Generated/Models/ConditionalAccessSessionControl.cs +++ b/src/Microsoft.Graph/Generated/Models/ConditionalAccessSessionControl.cs @@ -65,6 +65,7 @@ public ConditionalAccessSessionControl() "#microsoft.graph.applicationEnforcedRestrictionsSessionControl" => new global::Microsoft.Graph.Models.ApplicationEnforcedRestrictionsSessionControl(), "#microsoft.graph.cloudAppSecuritySessionControl" => new global::Microsoft.Graph.Models.CloudAppSecuritySessionControl(), "#microsoft.graph.persistentBrowserSessionControl" => new global::Microsoft.Graph.Models.PersistentBrowserSessionControl(), + "#microsoft.graph.secureSignInSessionControl" => new global::Microsoft.Graph.Models.SecureSignInSessionControl(), "#microsoft.graph.signInFrequencySessionControl" => new global::Microsoft.Graph.Models.SignInFrequencySessionControl(), _ => new global::Microsoft.Graph.Models.ConditionalAccessSessionControl(), }; diff --git a/src/Microsoft.Graph/Generated/Models/ConditionalAccessSessionControls.cs b/src/Microsoft.Graph/Generated/Models/ConditionalAccessSessionControls.cs index f822256ad90..1dc9f787df3 100644 --- a/src/Microsoft.Graph/Generated/Models/ConditionalAccessSessionControls.cs +++ b/src/Microsoft.Graph/Generated/Models/ConditionalAccessSessionControls.cs @@ -90,6 +90,22 @@ public string OdataType get { return BackingStore?.Get("persistentBrowser"); } set { BackingStore?.Set("persistentBrowser", value); } } +#endif + /// The secureSignInSession property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.SecureSignInSessionControl? SecureSignInSession + { + get { return BackingStore?.Get("secureSignInSession"); } + set { BackingStore?.Set("secureSignInSession", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.SecureSignInSessionControl SecureSignInSession + { + get { return BackingStore?.Get("secureSignInSession"); } + set { BackingStore?.Set("secureSignInSession", value); } + } #endif /// Session control to enforce signin frequency. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -138,6 +154,7 @@ public virtual IDictionary> GetFieldDeserializers() { "disableResilienceDefaults", n => { DisableResilienceDefaults = n.GetBoolValue(); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, { "persistentBrowser", n => { PersistentBrowser = n.GetObjectValue(global::Microsoft.Graph.Models.PersistentBrowserSessionControl.CreateFromDiscriminatorValue); } }, + { "secureSignInSession", n => { SecureSignInSession = n.GetObjectValue(global::Microsoft.Graph.Models.SecureSignInSessionControl.CreateFromDiscriminatorValue); } }, { "signInFrequency", n => { SignInFrequency = n.GetObjectValue(global::Microsoft.Graph.Models.SignInFrequencySessionControl.CreateFromDiscriminatorValue); } }, }; } @@ -153,6 +170,7 @@ public virtual void Serialize(ISerializationWriter writer) writer.WriteBoolValue("disableResilienceDefaults", DisableResilienceDefaults); writer.WriteStringValue("@odata.type", OdataType); writer.WriteObjectValue("persistentBrowser", PersistentBrowser); + writer.WriteObjectValue("secureSignInSession", SecureSignInSession); writer.WriteObjectValue("signInFrequency", SignInFrequency); writer.WriteAdditionalData(AdditionalData); } diff --git a/src/Microsoft.Graph/Generated/Models/ConnectionInfo.cs b/src/Microsoft.Graph/Generated/Models/ConnectionInfo.cs deleted file mode 100644 index eadf87acba0..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ConnectionInfo.cs +++ /dev/null @@ -1,99 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ConnectionInfo : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The endpoint that is used by Entitlement Management to communicate with the access package resource. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Url - { - get { return BackingStore?.Get("url"); } - set { BackingStore?.Set("url", value); } - } -#nullable restore -#else - public string Url - { - get { return BackingStore?.Get("url"); } - set { BackingStore?.Set("url", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ConnectionInfo() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.ConnectionInfo CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.ConnectionInfo(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "url", n => { Url = 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("@odata.type", OdataType); - writer.WriteStringValue("url", Url); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ContainerFilter.cs b/src/Microsoft.Graph/Generated/Models/ContainerFilter.cs deleted file mode 100644 index 63cc49ad48b..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ContainerFilter.cs +++ /dev/null @@ -1,99 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ContainerFilter : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The includedContainers property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? IncludedContainers - { - get { return BackingStore?.Get?>("includedContainers"); } - set { BackingStore?.Set("includedContainers", value); } - } -#nullable restore -#else - public List IncludedContainers - { - get { return BackingStore?.Get>("includedContainers"); } - set { BackingStore?.Set("includedContainers", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ContainerFilter() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.ContainerFilter CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.ContainerFilter(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "includedContainers", n => { IncludedContainers = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "@odata.type", n => { OdataType = 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.WriteCollectionOfPrimitiveValues("includedContainers", IncludedContainers); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ContentCustomization.cs b/src/Microsoft.Graph/Generated/Models/ContentCustomization.cs deleted file mode 100644 index 1623291d654..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ContentCustomization.cs +++ /dev/null @@ -1,153 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ContentCustomization : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Represents the content options of External Identities to be customized throughout the authentication flow for a tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AttributeCollection - { - get { return BackingStore?.Get?>("attributeCollection"); } - set { BackingStore?.Set("attributeCollection", value); } - } -#nullable restore -#else - public List AttributeCollection - { - get { return BackingStore?.Get>("attributeCollection"); } - set { BackingStore?.Set("attributeCollection", value); } - } -#endif - /// A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? AttributeCollectionRelativeUrl - { - get { return BackingStore?.Get("attributeCollectionRelativeUrl"); } - set { BackingStore?.Set("attributeCollectionRelativeUrl", value); } - } -#nullable restore -#else - public string AttributeCollectionRelativeUrl - { - get { return BackingStore?.Get("attributeCollectionRelativeUrl"); } - set { BackingStore?.Set("attributeCollectionRelativeUrl", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Represents content options to customize during MFA proofup interruptions. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RegistrationCampaign - { - get { return BackingStore?.Get?>("registrationCampaign"); } - set { BackingStore?.Set("registrationCampaign", value); } - } -#nullable restore -#else - public List RegistrationCampaign - { - get { return BackingStore?.Get>("registrationCampaign"); } - set { BackingStore?.Set("registrationCampaign", value); } - } -#endif - /// The relative URL of the content options to customize during MFA proofup interruptions. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? RegistrationCampaignRelativeUrl - { - get { return BackingStore?.Get("registrationCampaignRelativeUrl"); } - set { BackingStore?.Set("registrationCampaignRelativeUrl", value); } - } -#nullable restore -#else - public string RegistrationCampaignRelativeUrl - { - get { return BackingStore?.Get("registrationCampaignRelativeUrl"); } - set { BackingStore?.Set("registrationCampaignRelativeUrl", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ContentCustomization() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.ContentCustomization CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.ContentCustomization(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "attributeCollection", n => { AttributeCollection = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.KeyValue.CreateFromDiscriminatorValue)?.AsList(); } }, - { "attributeCollectionRelativeUrl", n => { AttributeCollectionRelativeUrl = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "registrationCampaign", n => { RegistrationCampaign = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.KeyValue.CreateFromDiscriminatorValue)?.AsList(); } }, - { "registrationCampaignRelativeUrl", n => { RegistrationCampaignRelativeUrl = 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.WriteCollectionOfObjectValues("attributeCollection", AttributeCollection); - writer.WriteStringValue("attributeCollectionRelativeUrl", AttributeCollectionRelativeUrl); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteCollectionOfObjectValues("registrationCampaign", RegistrationCampaign); - writer.WriteStringValue("registrationCampaignRelativeUrl", RegistrationCampaignRelativeUrl); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/CopilotAdminSetting.cs b/src/Microsoft.Graph/Generated/Models/CopilotAdminSetting.cs index 27b83b4566a..272480614bb 100644 --- a/src/Microsoft.Graph/Generated/Models/CopilotAdminSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/CopilotAdminSetting.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class CopilotAdminSetting : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents a setting that controls whether users of Microsoft 365 Copilot in Teams meetings can receive responses to sentiment-related prompts. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CopilotAdminLimitedMode? LimitedMode - { - get { return BackingStore?.Get("limitedMode"); } - set { BackingStore?.Set("limitedMode", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CopilotAdminLimitedMode LimitedMode - { - get { return BackingStore?.Get("limitedMode"); } - set { BackingStore?.Set("limitedMode", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "limitedMode", n => { LimitedMode = n.GetObjectValue(global::Microsoft.Graph.Models.CopilotAdminLimitedMode.CreateFromDiscriminatorValue); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("limitedMode", LimitedMode); } } } diff --git a/src/Microsoft.Graph/Generated/Models/CrossTenantAccessPolicyConfigurationDefault.cs b/src/Microsoft.Graph/Generated/Models/CrossTenantAccessPolicyConfigurationDefault.cs index d96989cda59..6a7b42476c9 100644 --- a/src/Microsoft.Graph/Generated/Models/CrossTenantAccessPolicyConfigurationDefault.cs +++ b/src/Microsoft.Graph/Generated/Models/CrossTenantAccessPolicyConfigurationDefault.cs @@ -12,140 +12,6 @@ namespace Microsoft.Graph.Models public partial class CrossTenantAccessPolicyConfigurationDefault : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.InboundOutboundPolicyConfiguration? AutomaticUserConsentSettings - { - get { return BackingStore?.Get("automaticUserConsentSettings"); } - set { BackingStore?.Set("automaticUserConsentSettings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.InboundOutboundPolicyConfiguration AutomaticUserConsentSettings - { - get { return BackingStore?.Get("automaticUserConsentSettings"); } - set { BackingStore?.Set("automaticUserConsentSettings", value); } - } -#endif - /// Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting? B2bCollaborationInbound - { - get { return BackingStore?.Get("b2bCollaborationInbound"); } - set { BackingStore?.Set("b2bCollaborationInbound", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting B2bCollaborationInbound - { - get { return BackingStore?.Get("b2bCollaborationInbound"); } - set { BackingStore?.Set("b2bCollaborationInbound", value); } - } -#endif - /// Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting? B2bCollaborationOutbound - { - get { return BackingStore?.Get("b2bCollaborationOutbound"); } - set { BackingStore?.Set("b2bCollaborationOutbound", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting B2bCollaborationOutbound - { - get { return BackingStore?.Get("b2bCollaborationOutbound"); } - set { BackingStore?.Set("b2bCollaborationOutbound", value); } - } -#endif - /// Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B direct connect. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting? B2bDirectConnectInbound - { - get { return BackingStore?.Get("b2bDirectConnectInbound"); } - set { BackingStore?.Set("b2bDirectConnectInbound", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting B2bDirectConnectInbound - { - get { return BackingStore?.Get("b2bDirectConnectInbound"); } - set { BackingStore?.Set("b2bDirectConnectInbound", value); } - } -#endif - /// Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting? B2bDirectConnectOutbound - { - get { return BackingStore?.Get("b2bDirectConnectOutbound"); } - set { BackingStore?.Set("b2bDirectConnectOutbound", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting B2bDirectConnectOutbound - { - get { return BackingStore?.Get("b2bDirectConnectOutbound"); } - set { BackingStore?.Set("b2bDirectConnectOutbound", value); } - } -#endif - /// Determines the default configuration for trusting other Conditional Access claims from external Microsoft Entra organizations. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyInboundTrust? InboundTrust - { - get { return BackingStore?.Get("inboundTrust"); } - set { BackingStore?.Set("inboundTrust", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyInboundTrust InboundTrust - { - get { return BackingStore?.Get("inboundTrust"); } - set { BackingStore?.Set("inboundTrust", value); } - } -#endif - /// Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DefaultInvitationRedemptionIdentityProviderConfiguration? InvitationRedemptionIdentityProviderConfiguration - { - get { return BackingStore?.Get("invitationRedemptionIdentityProviderConfiguration"); } - set { BackingStore?.Set("invitationRedemptionIdentityProviderConfiguration", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DefaultInvitationRedemptionIdentityProviderConfiguration InvitationRedemptionIdentityProviderConfiguration - { - get { return BackingStore?.Get("invitationRedemptionIdentityProviderConfiguration"); } - set { BackingStore?.Set("invitationRedemptionIdentityProviderConfiguration", value); } - } -#endif - /// If true, the default configuration is set to the system default configuration. If false, the default settings are customized. - public bool? IsServiceDefault - { - get { return BackingStore?.Get("isServiceDefault"); } - set { BackingStore?.Set("isServiceDefault", value); } - } - /// Defines the default tenant restrictions configuration for users in your organization who access an external organization on your network or devices. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyTenantRestrictions? TenantRestrictions - { - get { return BackingStore?.Get("tenantRestrictions"); } - set { BackingStore?.Set("tenantRestrictions", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CrossTenantAccessPolicyTenantRestrictions TenantRestrictions - { - get { return BackingStore?.Get("tenantRestrictions"); } - set { BackingStore?.Set("tenantRestrictions", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -164,15 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "automaticUserConsentSettings", n => { AutomaticUserConsentSettings = n.GetObjectValue(global::Microsoft.Graph.Models.InboundOutboundPolicyConfiguration.CreateFromDiscriminatorValue); } }, - { "b2bCollaborationInbound", n => { B2bCollaborationInbound = n.GetObjectValue(global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting.CreateFromDiscriminatorValue); } }, - { "b2bCollaborationOutbound", n => { B2bCollaborationOutbound = n.GetObjectValue(global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting.CreateFromDiscriminatorValue); } }, - { "b2bDirectConnectInbound", n => { B2bDirectConnectInbound = n.GetObjectValue(global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting.CreateFromDiscriminatorValue); } }, - { "b2bDirectConnectOutbound", n => { B2bDirectConnectOutbound = n.GetObjectValue(global::Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting.CreateFromDiscriminatorValue); } }, - { "inboundTrust", n => { InboundTrust = n.GetObjectValue(global::Microsoft.Graph.Models.CrossTenantAccessPolicyInboundTrust.CreateFromDiscriminatorValue); } }, - { "invitationRedemptionIdentityProviderConfiguration", n => { InvitationRedemptionIdentityProviderConfiguration = n.GetObjectValue(global::Microsoft.Graph.Models.DefaultInvitationRedemptionIdentityProviderConfiguration.CreateFromDiscriminatorValue); } }, - { "isServiceDefault", n => { IsServiceDefault = n.GetBoolValue(); } }, - { "tenantRestrictions", n => { TenantRestrictions = n.GetObjectValue(global::Microsoft.Graph.Models.CrossTenantAccessPolicyTenantRestrictions.CreateFromDiscriminatorValue); } }, }; } /// @@ -183,15 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("automaticUserConsentSettings", AutomaticUserConsentSettings); - writer.WriteObjectValue("b2bCollaborationInbound", B2bCollaborationInbound); - writer.WriteObjectValue("b2bCollaborationOutbound", B2bCollaborationOutbound); - writer.WriteObjectValue("b2bDirectConnectInbound", B2bDirectConnectInbound); - writer.WriteObjectValue("b2bDirectConnectOutbound", B2bDirectConnectOutbound); - writer.WriteObjectValue("inboundTrust", InboundTrust); - writer.WriteObjectValue("invitationRedemptionIdentityProviderConfiguration", InvitationRedemptionIdentityProviderConfiguration); - writer.WriteBoolValue("isServiceDefault", IsServiceDefault); - writer.WriteObjectValue("tenantRestrictions", TenantRestrictions); } } } diff --git a/src/Microsoft.Graph/Generated/Models/CustomCalloutExtension.cs b/src/Microsoft.Graph/Generated/Models/CustomCalloutExtension.cs index 4d0e85e19a3..a3e56da328c 100644 --- a/src/Microsoft.Graph/Generated/Models/CustomCalloutExtension.cs +++ b/src/Microsoft.Graph/Generated/Models/CustomCalloutExtension.cs @@ -13,86 +13,6 @@ namespace Microsoft.Graph.Models public partial class CustomCalloutExtension : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CustomExtensionAuthenticationConfiguration? AuthenticationConfiguration - { - get { return BackingStore?.Get("authenticationConfiguration"); } - set { BackingStore?.Set("authenticationConfiguration", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CustomExtensionAuthenticationConfiguration AuthenticationConfiguration - { - get { return BackingStore?.Get("authenticationConfiguration"); } - set { BackingStore?.Set("authenticationConfiguration", value); } - } -#endif - /// HTTP connection settings that define how long Microsoft Entra ID can wait for a connection to a logic app, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CustomExtensionClientConfiguration? ClientConfiguration - { - get { return BackingStore?.Get("clientConfiguration"); } - set { BackingStore?.Set("clientConfiguration", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CustomExtensionClientConfiguration ClientConfiguration - { - get { return BackingStore?.Get("clientConfiguration"); } - set { BackingStore?.Set("clientConfiguration", value); } - } -#endif - /// Description for the customCalloutExtension object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// Display name for the customCalloutExtension object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// The type and details for configuring the endpoint to call the logic app's workflow. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CustomExtensionEndpointConfiguration? EndpointConfiguration - { - get { return BackingStore?.Get("endpointConfiguration"); } - set { BackingStore?.Set("endpointConfiguration", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CustomExtensionEndpointConfiguration EndpointConfiguration - { - get { return BackingStore?.Get("endpointConfiguration"); } - set { BackingStore?.Set("endpointConfiguration", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -122,11 +42,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "authenticationConfiguration", n => { AuthenticationConfiguration = n.GetObjectValue(global::Microsoft.Graph.Models.CustomExtensionAuthenticationConfiguration.CreateFromDiscriminatorValue); } }, - { "clientConfiguration", n => { ClientConfiguration = n.GetObjectValue(global::Microsoft.Graph.Models.CustomExtensionClientConfiguration.CreateFromDiscriminatorValue); } }, - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "endpointConfiguration", n => { EndpointConfiguration = n.GetObjectValue(global::Microsoft.Graph.Models.CustomExtensionEndpointConfiguration.CreateFromDiscriminatorValue); } }, }; } /// @@ -137,11 +52,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("authenticationConfiguration", AuthenticationConfiguration); - writer.WriteObjectValue("clientConfiguration", ClientConfiguration); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteObjectValue("endpointConfiguration", EndpointConfiguration); } } } diff --git a/src/Microsoft.Graph/Generated/Models/CustomTrainingSetting.cs b/src/Microsoft.Graph/Generated/Models/CustomTrainingSetting.cs index 0f5049d141f..099030a7ae6 100644 --- a/src/Microsoft.Graph/Generated/Models/CustomTrainingSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/CustomTrainingSetting.cs @@ -15,16 +15,16 @@ public partial class CustomTrainingSetting : global::Microsoft.Graph.Models.Trai /// A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? AssignedTo + public List? AssignedTo { - get { return BackingStore?.Get?>("assignedTo"); } + get { return BackingStore?.Get?>("assignedTo"); } set { BackingStore?.Set("assignedTo", value); } } #nullable restore #else - public List AssignedTo + public List AssignedTo { - get { return BackingStore?.Get>("assignedTo"); } + get { return BackingStore?.Get>("assignedTo"); } set { BackingStore?.Set("assignedTo", value); } } #endif @@ -107,7 +107,7 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "assignedTo", n => { AssignedTo = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "assignedTo", n => { AssignedTo = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "description", n => { Description = n.GetStringValue(); } }, { "displayName", n => { DisplayName = n.GetStringValue(); } }, { "durationInMinutes", n => { DurationInMinutes = n.GetIntValue(); } }, @@ -122,7 +122,7 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfEnumValues("assignedTo", AssignedTo); + writer.WriteCollectionOfPrimitiveValues("assignedTo", AssignedTo); writer.WriteStringValue("description", Description); writer.WriteStringValue("displayName", DisplayName); writer.WriteIntValue("durationInMinutes", DurationInMinutes); diff --git a/src/Microsoft.Graph/Generated/Models/DataSecurityAndGovernance.cs b/src/Microsoft.Graph/Generated/Models/DataSecurityAndGovernance.cs index 0c0fa64737b..1012e4ca57d 100644 --- a/src/Microsoft.Graph/Generated/Models/DataSecurityAndGovernance.cs +++ b/src/Microsoft.Graph/Generated/Models/DataSecurityAndGovernance.cs @@ -12,6 +12,22 @@ namespace Microsoft.Graph.Models public partial class DataSecurityAndGovernance : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { + /// The sensitivityLabels property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? SensitivityLabels + { + get { return BackingStore?.Get?>("sensitivityLabels"); } + set { BackingStore?.Set("sensitivityLabels", value); } + } +#nullable restore +#else + public List SensitivityLabels + { + get { return BackingStore?.Get>("sensitivityLabels"); } + set { BackingStore?.Set("sensitivityLabels", value); } + } +#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -36,6 +52,7 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { + { "sensitivityLabels", n => { SensitivityLabels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -46,6 +63,7 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); + writer.WriteCollectionOfObjectValues("sensitivityLabels", SensitivityLabels); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceCategory.cs b/src/Microsoft.Graph/Generated/Models/DeviceCategory.cs index 0709180aeec..e547ff0182d 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceCategory.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceCategory.cs @@ -13,38 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceCategory : global::Microsoft.Graph.Models.Entity, IParsable { - /// Optional description for the device category. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// Display name for the device category. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -63,8 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, }; } /// @@ -75,8 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceComplianceDeviceOverview.cs b/src/Microsoft.Graph/Generated/Models/DeviceComplianceDeviceOverview.cs index bd8b0f8e4c7..7779792c3fa 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceComplianceDeviceOverview.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceComplianceDeviceOverview.cs @@ -12,48 +12,6 @@ namespace Microsoft.Graph.Models public partial class DeviceComplianceDeviceOverview : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Version of the policy for that overview - public int? ConfigurationVersion - { - get { return BackingStore?.Get("configurationVersion"); } - set { BackingStore?.Set("configurationVersion", value); } - } - /// Number of error devices - public int? ErrorCount - { - get { return BackingStore?.Get("errorCount"); } - set { BackingStore?.Set("errorCount", value); } - } - /// Number of failed devices - public int? FailedCount - { - get { return BackingStore?.Get("failedCount"); } - set { BackingStore?.Set("failedCount", value); } - } - /// Last update time - public DateTimeOffset? LastUpdateDateTime - { - get { return BackingStore?.Get("lastUpdateDateTime"); } - set { BackingStore?.Set("lastUpdateDateTime", value); } - } - /// Number of not applicable devices - public int? NotApplicableCount - { - get { return BackingStore?.Get("notApplicableCount"); } - set { BackingStore?.Set("notApplicableCount", value); } - } - /// Number of pending devices - public int? PendingCount - { - get { return BackingStore?.Get("pendingCount"); } - set { BackingStore?.Set("pendingCount", value); } - } - /// Number of succeeded devices - public int? SuccessCount - { - get { return BackingStore?.Get("successCount"); } - set { BackingStore?.Set("successCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -72,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, - { "errorCount", n => { ErrorCount = n.GetIntValue(); } }, - { "failedCount", n => { FailedCount = n.GetIntValue(); } }, - { "lastUpdateDateTime", n => { LastUpdateDateTime = n.GetDateTimeOffsetValue(); } }, - { "notApplicableCount", n => { NotApplicableCount = n.GetIntValue(); } }, - { "pendingCount", n => { PendingCount = n.GetIntValue(); } }, - { "successCount", n => { SuccessCount = n.GetIntValue(); } }, }; } /// @@ -89,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("configurationVersion", ConfigurationVersion); - writer.WriteIntValue("errorCount", ErrorCount); - writer.WriteIntValue("failedCount", FailedCount); - writer.WriteDateTimeOffsetValue("lastUpdateDateTime", LastUpdateDateTime); - writer.WriteIntValue("notApplicableCount", NotApplicableCount); - writer.WriteIntValue("pendingCount", PendingCount); - writer.WriteIntValue("successCount", SuccessCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceCompliancePolicyDeviceStateSummary.cs b/src/Microsoft.Graph/Generated/Models/DeviceCompliancePolicyDeviceStateSummary.cs index 707c66f5cc9..b77f408aef0 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceCompliancePolicyDeviceStateSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceCompliancePolicyDeviceStateSummary.cs @@ -12,60 +12,6 @@ namespace Microsoft.Graph.Models public partial class DeviceCompliancePolicyDeviceStateSummary : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Number of compliant devices - public int? CompliantDeviceCount - { - get { return BackingStore?.Get("compliantDeviceCount"); } - set { BackingStore?.Set("compliantDeviceCount", value); } - } - /// Number of devices that have compliance managed by System Center Configuration Manager - public int? ConfigManagerCount - { - get { return BackingStore?.Get("configManagerCount"); } - set { BackingStore?.Set("configManagerCount", value); } - } - /// Number of conflict devices - public int? ConflictDeviceCount - { - get { return BackingStore?.Get("conflictDeviceCount"); } - set { BackingStore?.Set("conflictDeviceCount", value); } - } - /// Number of error devices - public int? ErrorDeviceCount - { - get { return BackingStore?.Get("errorDeviceCount"); } - set { BackingStore?.Set("errorDeviceCount", value); } - } - /// Number of devices that are in grace period - public int? InGracePeriodCount - { - get { return BackingStore?.Get("inGracePeriodCount"); } - set { BackingStore?.Set("inGracePeriodCount", value); } - } - /// Number of NonCompliant devices - public int? NonCompliantDeviceCount - { - get { return BackingStore?.Get("nonCompliantDeviceCount"); } - set { BackingStore?.Set("nonCompliantDeviceCount", value); } - } - /// Number of not applicable devices - public int? NotApplicableDeviceCount - { - get { return BackingStore?.Get("notApplicableDeviceCount"); } - set { BackingStore?.Set("notApplicableDeviceCount", value); } - } - /// Number of remediated devices - public int? RemediatedDeviceCount - { - get { return BackingStore?.Get("remediatedDeviceCount"); } - set { BackingStore?.Set("remediatedDeviceCount", value); } - } - /// Number of unknown devices - public int? UnknownDeviceCount - { - get { return BackingStore?.Get("unknownDeviceCount"); } - set { BackingStore?.Set("unknownDeviceCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -84,15 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "compliantDeviceCount", n => { CompliantDeviceCount = n.GetIntValue(); } }, - { "configManagerCount", n => { ConfigManagerCount = n.GetIntValue(); } }, - { "conflictDeviceCount", n => { ConflictDeviceCount = n.GetIntValue(); } }, - { "errorDeviceCount", n => { ErrorDeviceCount = n.GetIntValue(); } }, - { "inGracePeriodCount", n => { InGracePeriodCount = n.GetIntValue(); } }, - { "nonCompliantDeviceCount", n => { NonCompliantDeviceCount = n.GetIntValue(); } }, - { "notApplicableDeviceCount", n => { NotApplicableDeviceCount = n.GetIntValue(); } }, - { "remediatedDeviceCount", n => { RemediatedDeviceCount = n.GetIntValue(); } }, - { "unknownDeviceCount", n => { UnknownDeviceCount = n.GetIntValue(); } }, }; } /// @@ -103,15 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("compliantDeviceCount", CompliantDeviceCount); - writer.WriteIntValue("configManagerCount", ConfigManagerCount); - writer.WriteIntValue("conflictDeviceCount", ConflictDeviceCount); - writer.WriteIntValue("errorDeviceCount", ErrorDeviceCount); - writer.WriteIntValue("inGracePeriodCount", InGracePeriodCount); - writer.WriteIntValue("nonCompliantDeviceCount", NonCompliantDeviceCount); - writer.WriteIntValue("notApplicableDeviceCount", NotApplicableDeviceCount); - writer.WriteIntValue("remediatedDeviceCount", RemediatedDeviceCount); - writer.WriteIntValue("unknownDeviceCount", UnknownDeviceCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceComplianceUserOverview.cs b/src/Microsoft.Graph/Generated/Models/DeviceComplianceUserOverview.cs index b0e425dd85c..82f8711c821 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceComplianceUserOverview.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceComplianceUserOverview.cs @@ -12,48 +12,6 @@ namespace Microsoft.Graph.Models public partial class DeviceComplianceUserOverview : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Version of the policy for that overview - public int? ConfigurationVersion - { - get { return BackingStore?.Get("configurationVersion"); } - set { BackingStore?.Set("configurationVersion", value); } - } - /// Number of error Users - public int? ErrorCount - { - get { return BackingStore?.Get("errorCount"); } - set { BackingStore?.Set("errorCount", value); } - } - /// Number of failed Users - public int? FailedCount - { - get { return BackingStore?.Get("failedCount"); } - set { BackingStore?.Set("failedCount", value); } - } - /// Last update time - public DateTimeOffset? LastUpdateDateTime - { - get { return BackingStore?.Get("lastUpdateDateTime"); } - set { BackingStore?.Set("lastUpdateDateTime", value); } - } - /// Number of not applicable users - public int? NotApplicableCount - { - get { return BackingStore?.Get("notApplicableCount"); } - set { BackingStore?.Set("notApplicableCount", value); } - } - /// Number of pending Users - public int? PendingCount - { - get { return BackingStore?.Get("pendingCount"); } - set { BackingStore?.Set("pendingCount", value); } - } - /// Number of succeeded Users - public int? SuccessCount - { - get { return BackingStore?.Get("successCount"); } - set { BackingStore?.Set("successCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -72,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, - { "errorCount", n => { ErrorCount = n.GetIntValue(); } }, - { "failedCount", n => { FailedCount = n.GetIntValue(); } }, - { "lastUpdateDateTime", n => { LastUpdateDateTime = n.GetDateTimeOffsetValue(); } }, - { "notApplicableCount", n => { NotApplicableCount = n.GetIntValue(); } }, - { "pendingCount", n => { PendingCount = n.GetIntValue(); } }, - { "successCount", n => { SuccessCount = n.GetIntValue(); } }, }; } /// @@ -89,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("configurationVersion", ConfigurationVersion); - writer.WriteIntValue("errorCount", ErrorCount); - writer.WriteIntValue("failedCount", FailedCount); - writer.WriteDateTimeOffsetValue("lastUpdateDateTime", LastUpdateDateTime); - writer.WriteIntValue("notApplicableCount", NotApplicableCount); - writer.WriteIntValue("pendingCount", PendingCount); - writer.WriteIntValue("successCount", SuccessCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceConfigurationDeviceOverview.cs b/src/Microsoft.Graph/Generated/Models/DeviceConfigurationDeviceOverview.cs index 5ef153b3305..ea4e74cf8a1 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceConfigurationDeviceOverview.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceConfigurationDeviceOverview.cs @@ -12,48 +12,6 @@ namespace Microsoft.Graph.Models public partial class DeviceConfigurationDeviceOverview : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Version of the policy for that overview - public int? ConfigurationVersion - { - get { return BackingStore?.Get("configurationVersion"); } - set { BackingStore?.Set("configurationVersion", value); } - } - /// Number of error devices - public int? ErrorCount - { - get { return BackingStore?.Get("errorCount"); } - set { BackingStore?.Set("errorCount", value); } - } - /// Number of failed devices - public int? FailedCount - { - get { return BackingStore?.Get("failedCount"); } - set { BackingStore?.Set("failedCount", value); } - } - /// Last update time - public DateTimeOffset? LastUpdateDateTime - { - get { return BackingStore?.Get("lastUpdateDateTime"); } - set { BackingStore?.Set("lastUpdateDateTime", value); } - } - /// Number of not applicable devices - public int? NotApplicableCount - { - get { return BackingStore?.Get("notApplicableCount"); } - set { BackingStore?.Set("notApplicableCount", value); } - } - /// Number of pending devices - public int? PendingCount - { - get { return BackingStore?.Get("pendingCount"); } - set { BackingStore?.Set("pendingCount", value); } - } - /// Number of succeeded devices - public int? SuccessCount - { - get { return BackingStore?.Get("successCount"); } - set { BackingStore?.Set("successCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -72,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, - { "errorCount", n => { ErrorCount = n.GetIntValue(); } }, - { "failedCount", n => { FailedCount = n.GetIntValue(); } }, - { "lastUpdateDateTime", n => { LastUpdateDateTime = n.GetDateTimeOffsetValue(); } }, - { "notApplicableCount", n => { NotApplicableCount = n.GetIntValue(); } }, - { "pendingCount", n => { PendingCount = n.GetIntValue(); } }, - { "successCount", n => { SuccessCount = n.GetIntValue(); } }, }; } /// @@ -89,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("configurationVersion", ConfigurationVersion); - writer.WriteIntValue("errorCount", ErrorCount); - writer.WriteIntValue("failedCount", FailedCount); - writer.WriteDateTimeOffsetValue("lastUpdateDateTime", LastUpdateDateTime); - writer.WriteIntValue("notApplicableCount", NotApplicableCount); - writer.WriteIntValue("pendingCount", PendingCount); - writer.WriteIntValue("successCount", SuccessCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceConfigurationDeviceStateSummary.cs b/src/Microsoft.Graph/Generated/Models/DeviceConfigurationDeviceStateSummary.cs index 68328140a10..433adf58261 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceConfigurationDeviceStateSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceConfigurationDeviceStateSummary.cs @@ -12,48 +12,6 @@ namespace Microsoft.Graph.Models public partial class DeviceConfigurationDeviceStateSummary : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Number of compliant devices - public int? CompliantDeviceCount - { - get { return BackingStore?.Get("compliantDeviceCount"); } - set { BackingStore?.Set("compliantDeviceCount", value); } - } - /// Number of conflict devices - public int? ConflictDeviceCount - { - get { return BackingStore?.Get("conflictDeviceCount"); } - set { BackingStore?.Set("conflictDeviceCount", value); } - } - /// Number of error devices - public int? ErrorDeviceCount - { - get { return BackingStore?.Get("errorDeviceCount"); } - set { BackingStore?.Set("errorDeviceCount", value); } - } - /// Number of NonCompliant devices - public int? NonCompliantDeviceCount - { - get { return BackingStore?.Get("nonCompliantDeviceCount"); } - set { BackingStore?.Set("nonCompliantDeviceCount", value); } - } - /// Number of not applicable devices - public int? NotApplicableDeviceCount - { - get { return BackingStore?.Get("notApplicableDeviceCount"); } - set { BackingStore?.Set("notApplicableDeviceCount", value); } - } - /// Number of remediated devices - public int? RemediatedDeviceCount - { - get { return BackingStore?.Get("remediatedDeviceCount"); } - set { BackingStore?.Set("remediatedDeviceCount", value); } - } - /// Number of unknown devices - public int? UnknownDeviceCount - { - get { return BackingStore?.Get("unknownDeviceCount"); } - set { BackingStore?.Set("unknownDeviceCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -72,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "compliantDeviceCount", n => { CompliantDeviceCount = n.GetIntValue(); } }, - { "conflictDeviceCount", n => { ConflictDeviceCount = n.GetIntValue(); } }, - { "errorDeviceCount", n => { ErrorDeviceCount = n.GetIntValue(); } }, - { "nonCompliantDeviceCount", n => { NonCompliantDeviceCount = n.GetIntValue(); } }, - { "notApplicableDeviceCount", n => { NotApplicableDeviceCount = n.GetIntValue(); } }, - { "remediatedDeviceCount", n => { RemediatedDeviceCount = n.GetIntValue(); } }, - { "unknownDeviceCount", n => { UnknownDeviceCount = n.GetIntValue(); } }, }; } /// @@ -89,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("compliantDeviceCount", CompliantDeviceCount); - writer.WriteIntValue("conflictDeviceCount", ConflictDeviceCount); - writer.WriteIntValue("errorDeviceCount", ErrorDeviceCount); - writer.WriteIntValue("nonCompliantDeviceCount", NonCompliantDeviceCount); - writer.WriteIntValue("notApplicableDeviceCount", NotApplicableDeviceCount); - writer.WriteIntValue("remediatedDeviceCount", RemediatedDeviceCount); - writer.WriteIntValue("unknownDeviceCount", UnknownDeviceCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceConfigurationUserOverview.cs b/src/Microsoft.Graph/Generated/Models/DeviceConfigurationUserOverview.cs index fe2a38a880c..f24ae7ac36b 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceConfigurationUserOverview.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceConfigurationUserOverview.cs @@ -12,48 +12,6 @@ namespace Microsoft.Graph.Models public partial class DeviceConfigurationUserOverview : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Version of the policy for that overview - public int? ConfigurationVersion - { - get { return BackingStore?.Get("configurationVersion"); } - set { BackingStore?.Set("configurationVersion", value); } - } - /// Number of error Users - public int? ErrorCount - { - get { return BackingStore?.Get("errorCount"); } - set { BackingStore?.Set("errorCount", value); } - } - /// Number of failed Users - public int? FailedCount - { - get { return BackingStore?.Get("failedCount"); } - set { BackingStore?.Set("failedCount", value); } - } - /// Last update time - public DateTimeOffset? LastUpdateDateTime - { - get { return BackingStore?.Get("lastUpdateDateTime"); } - set { BackingStore?.Set("lastUpdateDateTime", value); } - } - /// Number of not applicable users - public int? NotApplicableCount - { - get { return BackingStore?.Get("notApplicableCount"); } - set { BackingStore?.Set("notApplicableCount", value); } - } - /// Number of pending Users - public int? PendingCount - { - get { return BackingStore?.Get("pendingCount"); } - set { BackingStore?.Set("pendingCount", value); } - } - /// Number of succeeded Users - public int? SuccessCount - { - get { return BackingStore?.Get("successCount"); } - set { BackingStore?.Set("successCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -72,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, - { "errorCount", n => { ErrorCount = n.GetIntValue(); } }, - { "failedCount", n => { FailedCount = n.GetIntValue(); } }, - { "lastUpdateDateTime", n => { LastUpdateDateTime = n.GetDateTimeOffsetValue(); } }, - { "notApplicableCount", n => { NotApplicableCount = n.GetIntValue(); } }, - { "pendingCount", n => { PendingCount = n.GetIntValue(); } }, - { "successCount", n => { SuccessCount = n.GetIntValue(); } }, }; } /// @@ -89,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("configurationVersion", ConfigurationVersion); - writer.WriteIntValue("errorCount", ErrorCount); - writer.WriteIntValue("failedCount", FailedCount); - writer.WriteDateTimeOffsetValue("lastUpdateDateTime", LastUpdateDateTime); - writer.WriteIntValue("notApplicableCount", NotApplicableCount); - writer.WriteIntValue("pendingCount", PendingCount); - writer.WriteIntValue("successCount", SuccessCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceExchangeAccessStateSummary.cs b/src/Microsoft.Graph/Generated/Models/DeviceExchangeAccessStateSummary.cs deleted file mode 100644 index ab98bf286c2..00000000000 --- a/src/Microsoft.Graph/Generated/Models/DeviceExchangeAccessStateSummary.cs +++ /dev/null @@ -1,122 +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.Models -{ - /// - /// Device Exchange Access State summary - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeviceExchangeAccessStateSummary : IAdditionalDataHolder, IBackedModel, IParsable - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Total count of devices with Exchange Access State: Allowed. - public int? AllowedDeviceCount - { - get { return BackingStore?.Get("allowedDeviceCount"); } - set { BackingStore?.Set("allowedDeviceCount", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Total count of devices with Exchange Access State: Blocked. - public int? BlockedDeviceCount - { - get { return BackingStore?.Get("blockedDeviceCount"); } - set { BackingStore?.Set("blockedDeviceCount", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Total count of devices with Exchange Access State: Quarantined. - public int? QuarantinedDeviceCount - { - get { return BackingStore?.Get("quarantinedDeviceCount"); } - set { BackingStore?.Set("quarantinedDeviceCount", value); } - } - /// Total count of devices for which no Exchange Access State could be found. - public int? UnavailableDeviceCount - { - get { return BackingStore?.Get("unavailableDeviceCount"); } - set { BackingStore?.Set("unavailableDeviceCount", value); } - } - /// Total count of devices with Exchange Access State: Unknown. - public int? UnknownDeviceCount - { - get { return BackingStore?.Get("unknownDeviceCount"); } - set { BackingStore?.Set("unknownDeviceCount", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeviceExchangeAccessStateSummary() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.DeviceExchangeAccessStateSummary CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.DeviceExchangeAccessStateSummary(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "allowedDeviceCount", n => { AllowedDeviceCount = n.GetIntValue(); } }, - { "blockedDeviceCount", n => { BlockedDeviceCount = n.GetIntValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "quarantinedDeviceCount", n => { QuarantinedDeviceCount = n.GetIntValue(); } }, - { "unavailableDeviceCount", n => { UnavailableDeviceCount = n.GetIntValue(); } }, - { "unknownDeviceCount", n => { UnknownDeviceCount = n.GetIntValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteIntValue("allowedDeviceCount", AllowedDeviceCount); - writer.WriteIntValue("blockedDeviceCount", BlockedDeviceCount); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteIntValue("quarantinedDeviceCount", QuarantinedDeviceCount); - writer.WriteIntValue("unavailableDeviceCount", UnavailableDeviceCount); - writer.WriteIntValue("unknownDeviceCount", UnknownDeviceCount); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/DeviceManagementReports.cs b/src/Microsoft.Graph/Generated/Models/DeviceManagementReports.cs index 35eb3fe2715..c546ea6a990 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceManagementReports.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceManagementReports.cs @@ -13,22 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceManagementReports : global::Microsoft.Graph.Models.Entity, IParsable { - /// Entity representing a job to export a report -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ExportJobs - { - get { return BackingStore?.Get?>("exportJobs"); } - set { BackingStore?.Set("exportJobs", value); } - } -#nullable restore -#else - public List ExportJobs - { - get { return BackingStore?.Get>("exportJobs"); } - set { BackingStore?.Set("exportJobs", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -47,7 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "exportJobs", n => { ExportJobs = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DeviceManagementExportJob.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -58,7 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("exportJobs", ExportJobs); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceOperatingSystemSummary.cs b/src/Microsoft.Graph/Generated/Models/DeviceOperatingSystemSummary.cs deleted file mode 100644 index 7ea2aa55510..00000000000 --- a/src/Microsoft.Graph/Generated/Models/DeviceOperatingSystemSummary.cs +++ /dev/null @@ -1,178 +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.Models -{ - /// - /// Device operating system summary. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeviceOperatingSystemSummary : IAdditionalDataHolder, IBackedModel, IParsable - { - /// Stores additional data not described in the OpenAPI description found 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 count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647 - public int? AndroidCorporateWorkProfileCount - { - get { return BackingStore?.Get("androidCorporateWorkProfileCount"); } - set { BackingStore?.Set("androidCorporateWorkProfileCount", value); } - } - /// Number of android device count. - public int? AndroidCount - { - get { return BackingStore?.Get("androidCount"); } - set { BackingStore?.Set("androidCount", value); } - } - /// Number of dedicated Android devices. - public int? AndroidDedicatedCount - { - get { return BackingStore?.Get("androidDedicatedCount"); } - set { BackingStore?.Set("androidDedicatedCount", value); } - } - /// Number of device admin Android devices. - public int? AndroidDeviceAdminCount - { - get { return BackingStore?.Get("androidDeviceAdminCount"); } - set { BackingStore?.Set("androidDeviceAdminCount", value); } - } - /// Number of fully managed Android devices. - public int? AndroidFullyManagedCount - { - get { return BackingStore?.Get("androidFullyManagedCount"); } - set { BackingStore?.Set("androidFullyManagedCount", value); } - } - /// Number of work profile Android devices. - public int? AndroidWorkProfileCount - { - get { return BackingStore?.Get("androidWorkProfileCount"); } - set { BackingStore?.Set("androidWorkProfileCount", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Number of ConfigMgr managed devices. - public int? ConfigMgrDeviceCount - { - get { return BackingStore?.Get("configMgrDeviceCount"); } - set { BackingStore?.Set("configMgrDeviceCount", value); } - } - /// Number of iOS device count. - public int? IosCount - { - get { return BackingStore?.Get("iosCount"); } - set { BackingStore?.Set("iosCount", value); } - } - /// Number of Mac OS X device count. - public int? MacOSCount - { - get { return BackingStore?.Get("macOSCount"); } - set { BackingStore?.Set("macOSCount", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Number of unknown device count. - public int? UnknownCount - { - get { return BackingStore?.Get("unknownCount"); } - set { BackingStore?.Set("unknownCount", value); } - } - /// Number of Windows device count. - public int? WindowsCount - { - get { return BackingStore?.Get("windowsCount"); } - set { BackingStore?.Set("windowsCount", value); } - } - /// Number of Windows mobile device count. - public int? WindowsMobileCount - { - get { return BackingStore?.Get("windowsMobileCount"); } - set { BackingStore?.Set("windowsMobileCount", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeviceOperatingSystemSummary() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.DeviceOperatingSystemSummary CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.DeviceOperatingSystemSummary(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "androidCorporateWorkProfileCount", n => { AndroidCorporateWorkProfileCount = n.GetIntValue(); } }, - { "androidCount", n => { AndroidCount = n.GetIntValue(); } }, - { "androidDedicatedCount", n => { AndroidDedicatedCount = n.GetIntValue(); } }, - { "androidDeviceAdminCount", n => { AndroidDeviceAdminCount = n.GetIntValue(); } }, - { "androidFullyManagedCount", n => { AndroidFullyManagedCount = n.GetIntValue(); } }, - { "androidWorkProfileCount", n => { AndroidWorkProfileCount = n.GetIntValue(); } }, - { "configMgrDeviceCount", n => { ConfigMgrDeviceCount = n.GetIntValue(); } }, - { "iosCount", n => { IosCount = n.GetIntValue(); } }, - { "macOSCount", n => { MacOSCount = n.GetIntValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "unknownCount", n => { UnknownCount = n.GetIntValue(); } }, - { "windowsCount", n => { WindowsCount = n.GetIntValue(); } }, - { "windowsMobileCount", n => { WindowsMobileCount = n.GetIntValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteIntValue("androidCorporateWorkProfileCount", AndroidCorporateWorkProfileCount); - writer.WriteIntValue("androidCount", AndroidCount); - writer.WriteIntValue("androidDedicatedCount", AndroidDedicatedCount); - writer.WriteIntValue("androidDeviceAdminCount", AndroidDeviceAdminCount); - writer.WriteIntValue("androidFullyManagedCount", AndroidFullyManagedCount); - writer.WriteIntValue("androidWorkProfileCount", AndroidWorkProfileCount); - writer.WriteIntValue("configMgrDeviceCount", ConfigMgrDeviceCount); - writer.WriteIntValue("iosCount", IosCount); - writer.WriteIntValue("macOSCount", MacOSCount); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteIntValue("unknownCount", UnknownCount); - writer.WriteIntValue("windowsCount", WindowsCount); - writer.WriteIntValue("windowsMobileCount", WindowsMobileCount); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Drive.cs b/src/Microsoft.Graph/Generated/Models/Drive.cs index 88ece3b8224..191b4a4503f 100644 --- a/src/Microsoft.Graph/Generated/Models/Drive.cs +++ b/src/Microsoft.Graph/Generated/Models/Drive.cs @@ -12,189 +12,6 @@ namespace Microsoft.Graph.Models public partial class Drive : global::Microsoft.Graph.Models.BaseItem, IParsable #pragma warning restore CS1591 { - /// Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Bundles - { - get { return BackingStore?.Get?>("bundles"); } - set { BackingStore?.Set("bundles", value); } - } -#nullable restore -#else - public List Bundles - { - get { return BackingStore?.Get>("bundles"); } - set { BackingStore?.Set("bundles", value); } - } -#endif - /// Describes the type of drive represented by this resource. OneDrive personal drives return personal. OneDrive for Business returns business. SharePoint document libraries return documentLibrary. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DriveType - { - get { return BackingStore?.Get("driveType"); } - set { BackingStore?.Set("driveType", value); } - } -#nullable restore -#else - public string DriveType - { - get { return BackingStore?.Get("driveType"); } - set { BackingStore?.Set("driveType", value); } - } -#endif - /// The list of items the user is following. Only in OneDrive for Business. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Following - { - get { return BackingStore?.Get?>("following"); } - set { BackingStore?.Set("following", value); } - } -#nullable restore -#else - public List Following - { - get { return BackingStore?.Get>("following"); } - set { BackingStore?.Set("following", value); } - } -#endif - /// All items contained in the drive. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Items - { - get { return BackingStore?.Get?>("items"); } - set { BackingStore?.Set("items", value); } - } -#nullable restore -#else - public List Items - { - get { return BackingStore?.Get>("items"); } - set { BackingStore?.Set("items", value); } - } -#endif - /// For drives in SharePoint, the underlying document library list. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.List? List - { - get { return BackingStore?.Get("list"); } - set { BackingStore?.Set("list", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.List List - { - get { return BackingStore?.Get("list"); } - set { BackingStore?.Set("list", value); } - } -#endif - /// Optional. The user account that owns the drive. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IdentitySet? Owner - { - get { return BackingStore?.Get("owner"); } - set { BackingStore?.Set("owner", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdentitySet Owner - { - get { return BackingStore?.Get("owner"); } - set { BackingStore?.Set("owner", value); } - } -#endif - /// Optional. Information about the drive's storage space quota. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Quota? Quota - { - get { return BackingStore?.Get("quota"); } - set { BackingStore?.Set("quota", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Quota Quota - { - get { return BackingStore?.Get("quota"); } - set { BackingStore?.Set("quota", value); } - } -#endif - /// The root folder of the drive. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DriveItem? Root - { - get { return BackingStore?.Get("root"); } - set { BackingStore?.Set("root", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DriveItem Root - { - get { return BackingStore?.Get("root"); } - set { BackingStore?.Set("root", value); } - } -#endif - /// The sharePointIds property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.SharepointIds? SharePointIds - { - get { return BackingStore?.Get("sharePointIds"); } - set { BackingStore?.Set("sharePointIds", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.SharepointIds SharePointIds - { - get { return BackingStore?.Get("sharePointIds"); } - set { BackingStore?.Set("sharePointIds", value); } - } -#endif - /// Collection of common folders available in OneDrive. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Special - { - get { return BackingStore?.Get?>("special"); } - set { BackingStore?.Set("special", value); } - } -#nullable restore -#else - public List Special - { - get { return BackingStore?.Get>("special"); } - set { BackingStore?.Set("special", value); } - } -#endif - /// If present, indicates that it's a system-managed drive. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.SystemFacet? System - { - get { return BackingStore?.Get("system"); } - set { BackingStore?.Set("system", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.SystemFacet System - { - get { return BackingStore?.Get("system"); } - set { BackingStore?.Set("system", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public Drive() : base() - { - OdataType = "#microsoft.graph.drive"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -213,17 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "bundles", n => { Bundles = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DriveItem.CreateFromDiscriminatorValue)?.AsList(); } }, - { "driveType", n => { DriveType = n.GetStringValue(); } }, - { "following", n => { Following = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DriveItem.CreateFromDiscriminatorValue)?.AsList(); } }, - { "items", n => { Items = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DriveItem.CreateFromDiscriminatorValue)?.AsList(); } }, - { "list", n => { List = n.GetObjectValue(global::Microsoft.Graph.Models.List.CreateFromDiscriminatorValue); } }, - { "owner", n => { Owner = n.GetObjectValue(global::Microsoft.Graph.Models.IdentitySet.CreateFromDiscriminatorValue); } }, - { "quota", n => { Quota = n.GetObjectValue(global::Microsoft.Graph.Models.Quota.CreateFromDiscriminatorValue); } }, - { "root", n => { Root = n.GetObjectValue(global::Microsoft.Graph.Models.DriveItem.CreateFromDiscriminatorValue); } }, - { "sharePointIds", n => { SharePointIds = n.GetObjectValue(global::Microsoft.Graph.Models.SharepointIds.CreateFromDiscriminatorValue); } }, - { "special", n => { Special = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DriveItem.CreateFromDiscriminatorValue)?.AsList(); } }, - { "system", n => { System = n.GetObjectValue(global::Microsoft.Graph.Models.SystemFacet.CreateFromDiscriminatorValue); } }, }; } /// @@ -234,17 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("bundles", Bundles); - writer.WriteStringValue("driveType", DriveType); - writer.WriteCollectionOfObjectValues("following", Following); - writer.WriteCollectionOfObjectValues("items", Items); - writer.WriteObjectValue("list", List); - writer.WriteObjectValue("owner", Owner); - writer.WriteObjectValue("quota", Quota); - writer.WriteObjectValue("root", Root); - writer.WriteObjectValue("sharePointIds", SharePointIds); - writer.WriteCollectionOfObjectValues("special", Special); - writer.WriteObjectValue("system", System); } } } diff --git a/src/Microsoft.Graph/Generated/Models/DriveRecipient.cs b/src/Microsoft.Graph/Generated/Models/DriveRecipient.cs index faf9dfd45a5..3c5ea11ffe1 100644 --- a/src/Microsoft.Graph/Generated/Models/DriveRecipient.cs +++ b/src/Microsoft.Graph/Generated/Models/DriveRecipient.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). + /// The alias of the domain object, for cases where an email address is unavailable (for example, security groups). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Alias diff --git a/src/Microsoft.Graph/Generated/Models/EBookInstallSummary.cs b/src/Microsoft.Graph/Generated/Models/EBookInstallSummary.cs index 5a0757febdf..9cd523ed40b 100644 --- a/src/Microsoft.Graph/Generated/Models/EBookInstallSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/EBookInstallSummary.cs @@ -13,42 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class EBookInstallSummary : global::Microsoft.Graph.Models.Entity, IParsable { - /// Number of Devices that have failed to install this book. - public int? FailedDeviceCount - { - get { return BackingStore?.Get("failedDeviceCount"); } - set { BackingStore?.Set("failedDeviceCount", value); } - } - /// Number of Users that have 1 or more device that failed to install this book. - public int? FailedUserCount - { - get { return BackingStore?.Get("failedUserCount"); } - set { BackingStore?.Set("failedUserCount", value); } - } - /// Number of Devices that have successfully installed this book. - public int? InstalledDeviceCount - { - get { return BackingStore?.Get("installedDeviceCount"); } - set { BackingStore?.Set("installedDeviceCount", value); } - } - /// Number of Users whose devices have all succeeded to install this book. - public int? InstalledUserCount - { - get { return BackingStore?.Get("installedUserCount"); } - set { BackingStore?.Set("installedUserCount", value); } - } - /// Number of Devices that does not have this book installed. - public int? NotInstalledDeviceCount - { - get { return BackingStore?.Get("notInstalledDeviceCount"); } - set { BackingStore?.Set("notInstalledDeviceCount", value); } - } - /// Number of Users that did not install this book. - public int? NotInstalledUserCount - { - get { return BackingStore?.Get("notInstalledUserCount"); } - set { BackingStore?.Set("notInstalledUserCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -67,12 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "failedDeviceCount", n => { FailedDeviceCount = n.GetIntValue(); } }, - { "failedUserCount", n => { FailedUserCount = n.GetIntValue(); } }, - { "installedDeviceCount", n => { InstalledDeviceCount = n.GetIntValue(); } }, - { "installedUserCount", n => { InstalledUserCount = n.GetIntValue(); } }, - { "notInstalledDeviceCount", n => { NotInstalledDeviceCount = n.GetIntValue(); } }, - { "notInstalledUserCount", n => { NotInstalledUserCount = n.GetIntValue(); } }, }; } /// @@ -83,12 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("failedDeviceCount", FailedDeviceCount); - writer.WriteIntValue("failedUserCount", FailedUserCount); - writer.WriteIntValue("installedDeviceCount", InstalledDeviceCount); - writer.WriteIntValue("installedUserCount", InstalledUserCount); - writer.WriteIntValue("notInstalledDeviceCount", NotInstalledDeviceCount); - writer.WriteIntValue("notInstalledUserCount", NotInstalledUserCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/EducationAssignmentDefaults.cs b/src/Microsoft.Graph/Generated/Models/EducationAssignmentDefaults.cs index 47abb44b40f..bce002b12d1 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationAssignmentDefaults.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationAssignmentDefaults.cs @@ -2,7 +2,6 @@ #pragma warning disable CS0618 using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; using System.Collections.Generic; using System.IO; using System; @@ -13,40 +12,6 @@ namespace Microsoft.Graph.Models public partial class EducationAssignmentDefaults : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. - public global::Microsoft.Graph.Models.EducationAddedStudentAction? AddedStudentAction - { - get { return BackingStore?.Get("addedStudentAction"); } - set { BackingStore?.Set("addedStudentAction", value); } - } - /// Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none. - public global::Microsoft.Graph.Models.EducationAddToCalendarOptions? AddToCalendarAction - { - get { return BackingStore?.Get("addToCalendarAction"); } - set { BackingStore?.Set("addToCalendarAction", value); } - } - /// Class-level default value for due time field. Default value is 23:59:00. - public Time? DueTime - { - get { return BackingStore?.Get("dueTime"); } - set { BackingStore?.Set("dueTime", value); } - } - /// Default Teams channel to which notifications are sent. Default value is null. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? NotificationChannelUrl - { - get { return BackingStore?.Get("notificationChannelUrl"); } - set { BackingStore?.Set("notificationChannelUrl", value); } - } -#nullable restore -#else - public string NotificationChannelUrl - { - get { return BackingStore?.Get("notificationChannelUrl"); } - set { BackingStore?.Set("notificationChannelUrl", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -65,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "addToCalendarAction", n => { AddToCalendarAction = n.GetEnumValue(); } }, - { "addedStudentAction", n => { AddedStudentAction = n.GetEnumValue(); } }, - { "dueTime", n => { DueTime = n.GetTimeValue(); } }, - { "notificationChannelUrl", n => { NotificationChannelUrl = n.GetStringValue(); } }, }; } /// @@ -79,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteEnumValue("addedStudentAction", AddedStudentAction); - writer.WriteEnumValue("addToCalendarAction", AddToCalendarAction); - writer.WriteTimeValue("dueTime", DueTime); - writer.WriteStringValue("notificationChannelUrl", NotificationChannelUrl); } } } diff --git a/src/Microsoft.Graph/Generated/Models/EducationAssignmentSettings.cs b/src/Microsoft.Graph/Generated/Models/EducationAssignmentSettings.cs index add06b620f4..aa8b493c9af 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationAssignmentSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationAssignmentSettings.cs @@ -12,28 +12,6 @@ namespace Microsoft.Graph.Models public partial class EducationAssignmentSettings : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// When set, enables users to weight assignments differently when computing a class average grade. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? GradingCategories - { - get { return BackingStore?.Get?>("gradingCategories"); } - set { BackingStore?.Set("gradingCategories", value); } - } -#nullable restore -#else - public List GradingCategories - { - get { return BackingStore?.Get>("gradingCategories"); } - set { BackingStore?.Set("gradingCategories", value); } - } -#endif - /// Indicates whether to show the turn-in celebration animation. If true, indicates to skip the animation. The default value is false. - public bool? SubmissionAnimationDisabled - { - get { return BackingStore?.Get("submissionAnimationDisabled"); } - set { BackingStore?.Set("submissionAnimationDisabled", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -52,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "gradingCategories", n => { GradingCategories = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.EducationGradingCategory.CreateFromDiscriminatorValue)?.AsList(); } }, - { "submissionAnimationDisabled", n => { SubmissionAnimationDisabled = n.GetBoolValue(); } }, }; } /// @@ -64,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("gradingCategories", GradingCategories); - writer.WriteBoolValue("submissionAnimationDisabled", SubmissionAnimationDisabled); } } } diff --git a/src/Microsoft.Graph/Generated/Models/EducationGradingCategory.cs b/src/Microsoft.Graph/Generated/Models/EducationGradingCategory.cs index 1a933bb9d6d..777afef98ac 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationGradingCategory.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationGradingCategory.cs @@ -12,28 +12,6 @@ namespace Microsoft.Graph.Models public partial class EducationGradingCategory : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The name of the grading category. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// The weight of the category; an integer between 0 and 100. - public int? PercentageWeight - { - get { return BackingStore?.Get("percentageWeight"); } - set { BackingStore?.Set("percentageWeight", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -52,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "percentageWeight", n => { PercentageWeight = n.GetIntValue(); } }, }; } /// @@ -64,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteIntValue("percentageWeight", PercentageWeight); } } } diff --git a/src/Microsoft.Graph/Generated/Models/EducationRubric.cs b/src/Microsoft.Graph/Generated/Models/EducationRubric.cs index 15f9691d7c0..a3a96bff927 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationRubric.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationRubric.cs @@ -12,130 +12,6 @@ namespace Microsoft.Graph.Models public partial class EducationRubric : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The user who created this resource. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IdentitySet? CreatedBy - { - get { return BackingStore?.Get("createdBy"); } - set { BackingStore?.Set("createdBy", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdentitySet CreatedBy - { - get { return BackingStore?.Get("createdBy"); } - set { BackingStore?.Set("createdBy", value); } - } -#endif - /// 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. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// The description of this rubric. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EducationItemBody? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EducationItemBody Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The name of this rubric. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// The grading type of this rubric. You can use null for a no-points rubric or educationAssignmentPointsGradeType for a points rubric. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EducationAssignmentGradeType? Grading - { - get { return BackingStore?.Get("grading"); } - set { BackingStore?.Set("grading", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EducationAssignmentGradeType Grading - { - get { return BackingStore?.Get("grading"); } - set { BackingStore?.Set("grading", value); } - } -#endif - /// The last user to modify the resource. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IdentitySet? LastModifiedBy - { - get { return BackingStore?.Get("lastModifiedBy"); } - set { BackingStore?.Set("lastModifiedBy", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdentitySet LastModifiedBy - { - get { return BackingStore?.Get("lastModifiedBy"); } - set { BackingStore?.Set("lastModifiedBy", value); } - } -#endif - /// Moment in time when the resource was last modified. 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. - public DateTimeOffset? LastModifiedDateTime - { - get { return BackingStore?.Get("lastModifiedDateTime"); } - set { BackingStore?.Set("lastModifiedDateTime", value); } - } - /// The collection of levels making up this rubric. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Levels - { - get { return BackingStore?.Get?>("levels"); } - set { BackingStore?.Set("levels", value); } - } -#nullable restore -#else - public List Levels - { - get { return BackingStore?.Get>("levels"); } - set { BackingStore?.Set("levels", value); } - } -#endif - /// The collection of qualities making up this rubric. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Qualities - { - get { return BackingStore?.Get?>("qualities"); } - set { BackingStore?.Set("qualities", value); } - } -#nullable restore -#else - public List Qualities - { - get { return BackingStore?.Get>("qualities"); } - set { BackingStore?.Set("qualities", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -154,15 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "createdBy", n => { CreatedBy = n.GetObjectValue(global::Microsoft.Graph.Models.IdentitySet.CreateFromDiscriminatorValue); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "description", n => { Description = n.GetObjectValue(global::Microsoft.Graph.Models.EducationItemBody.CreateFromDiscriminatorValue); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "grading", n => { Grading = n.GetObjectValue(global::Microsoft.Graph.Models.EducationAssignmentGradeType.CreateFromDiscriminatorValue); } }, - { "lastModifiedBy", n => { LastModifiedBy = n.GetObjectValue(global::Microsoft.Graph.Models.IdentitySet.CreateFromDiscriminatorValue); } }, - { "lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } }, - { "levels", n => { Levels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.RubricLevel.CreateFromDiscriminatorValue)?.AsList(); } }, - { "qualities", n => { Qualities = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.RubricQuality.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -173,11 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteObjectValue("grading", Grading); - writer.WriteCollectionOfObjectValues("levels", Levels); - writer.WriteCollectionOfObjectValues("qualities", Qualities); } } } diff --git a/src/Microsoft.Graph/Generated/Models/EntitlementManagementSettings.cs b/src/Microsoft.Graph/Generated/Models/EntitlementManagementSettings.cs index d714db91f4b..6735d9e6262 100644 --- a/src/Microsoft.Graph/Generated/Models/EntitlementManagementSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/EntitlementManagementSettings.cs @@ -12,18 +12,6 @@ namespace Microsoft.Graph.Models public partial class EntitlementManagementSettings : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// If externalUserLifecycleAction is blockSignInAndDelete, the duration, typically many days, after an external user is blocked from sign in before their account is deleted. - public TimeSpan? DurationUntilExternalUserDeletedAfterBlocked - { - get { return BackingStore?.Get("durationUntilExternalUserDeletedAfterBlocked"); } - set { BackingStore?.Set("durationUntilExternalUserDeletedAfterBlocked", value); } - } - /// Automatic action that the service should take when an external user's last access package assignment is removed. The possible values are: none, blockSignIn, blockSignInAndDelete, unknownFutureValue. - public global::Microsoft.Graph.Models.AccessPackageExternalUserLifecycleAction? ExternalUserLifecycleAction - { - get { return BackingStore?.Get("externalUserLifecycleAction"); } - set { BackingStore?.Set("externalUserLifecycleAction", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -42,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "durationUntilExternalUserDeletedAfterBlocked", n => { DurationUntilExternalUserDeletedAfterBlocked = n.GetTimeSpanValue(); } }, - { "externalUserLifecycleAction", n => { ExternalUserLifecycleAction = n.GetEnumValue(); } }, }; } /// @@ -54,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteTimeSpanValue("durationUntilExternalUserDeletedAfterBlocked", DurationUntilExternalUserDeletedAfterBlocked); - writer.WriteEnumValue("externalUserLifecycleAction", ExternalUserLifecycleAction); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Entity.cs b/src/Microsoft.Graph/Generated/Models/Entity.cs index ccdecb05aac..f0a1262e72d 100644 --- a/src/Microsoft.Graph/Generated/Models/Entity.cs +++ b/src/Microsoft.Graph/Generated/Models/Entity.cs @@ -729,6 +729,9 @@ public Entity() "#microsoft.graph.security.article" => new global::Microsoft.Graph.Models.Security.Article(), "#microsoft.graph.security.articleIndicator" => new global::Microsoft.Graph.Models.Security.ArticleIndicator(), "#microsoft.graph.security.artifact" => new global::Microsoft.Graph.Models.Security.Artifact(), + "#microsoft.graph.security.auditCoreRoot" => new global::Microsoft.Graph.Models.Security.AuditCoreRoot(), + "#microsoft.graph.security.auditLogQuery" => new global::Microsoft.Graph.Models.Security.AuditLogQuery(), + "#microsoft.graph.security.auditLogRecord" => new global::Microsoft.Graph.Models.Security.AuditLogRecord(), "#microsoft.graph.security.authorityTemplate" => new global::Microsoft.Graph.Models.Security.AuthorityTemplate(), "#microsoft.graph.security.case" => new global::Microsoft.Graph.Models.Security.Case(), "#microsoft.graph.security.caseOperation" => new global::Microsoft.Graph.Models.Security.CaseOperation(), @@ -801,6 +804,7 @@ public Entity() "#microsoft.graph.security.whoisRecord" => new global::Microsoft.Graph.Models.Security.WhoisRecord(), "#microsoft.graph.securityReportsRoot" => new global::Microsoft.Graph.Models.SecurityReportsRoot(), "#microsoft.graph.sendDtmfTonesOperation" => new global::Microsoft.Graph.Models.SendDtmfTonesOperation(), + "#microsoft.graph.sensitivityLabel" => new global::Microsoft.Graph.Models.SensitivityLabel(), "#microsoft.graph.serviceAnnouncement" => new global::Microsoft.Graph.Models.ServiceAnnouncement(), "#microsoft.graph.serviceAnnouncementAttachment" => new global::Microsoft.Graph.Models.ServiceAnnouncementAttachment(), "#microsoft.graph.serviceAnnouncementBase" => new global::Microsoft.Graph.Models.ServiceAnnouncementBase(), diff --git a/src/Microsoft.Graph/Generated/Models/EntityType.cs b/src/Microsoft.Graph/Generated/Models/EntityType.cs deleted file mode 100644 index a488cb1da39..00000000000 --- a/src/Microsoft.Graph/Generated/Models/EntityType.cs +++ /dev/null @@ -1,64 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum EntityType - #pragma warning restore CS1591 - { - [EnumMember(Value = "event")] - #pragma warning disable CS1591 - Event, - #pragma warning restore CS1591 - [EnumMember(Value = "message")] - #pragma warning disable CS1591 - Message, - #pragma warning restore CS1591 - [EnumMember(Value = "driveItem")] - #pragma warning disable CS1591 - DriveItem, - #pragma warning restore CS1591 - [EnumMember(Value = "externalItem")] - #pragma warning disable CS1591 - ExternalItem, - #pragma warning restore CS1591 - [EnumMember(Value = "site")] - #pragma warning disable CS1591 - Site, - #pragma warning restore CS1591 - [EnumMember(Value = "list")] - #pragma warning disable CS1591 - List, - #pragma warning restore CS1591 - [EnumMember(Value = "listItem")] - #pragma warning disable CS1591 - ListItem, - #pragma warning restore CS1591 - [EnumMember(Value = "drive")] - #pragma warning disable CS1591 - Drive, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - [EnumMember(Value = "chatMessage")] - #pragma warning disable CS1591 - ChatMessage, - #pragma warning restore CS1591 - [EnumMember(Value = "person")] - #pragma warning disable CS1591 - Person, - #pragma warning restore CS1591 - [EnumMember(Value = "acronym")] - #pragma warning disable CS1591 - Acronym, - #pragma warning restore CS1591 - [EnumMember(Value = "bookmark")] - #pragma warning disable CS1591 - Bookmark, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Label.cs b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Label.cs deleted file mode 100644 index 537a15d5ef1..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Label.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models.ExternalConnectors -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum Label - #pragma warning restore CS1591 - { - [EnumMember(Value = "title")] - #pragma warning disable CS1591 - Title, - #pragma warning restore CS1591 - [EnumMember(Value = "url")] - #pragma warning disable CS1591 - Url, - #pragma warning restore CS1591 - [EnumMember(Value = "createdBy")] - #pragma warning disable CS1591 - CreatedBy, - #pragma warning restore CS1591 - [EnumMember(Value = "lastModifiedBy")] - #pragma warning disable CS1591 - LastModifiedBy, - #pragma warning restore CS1591 - [EnumMember(Value = "authors")] - #pragma warning disable CS1591 - Authors, - #pragma warning restore CS1591 - [EnumMember(Value = "createdDateTime")] - #pragma warning disable CS1591 - CreatedDateTime, - #pragma warning restore CS1591 - [EnumMember(Value = "lastModifiedDateTime")] - #pragma warning disable CS1591 - LastModifiedDateTime, - #pragma warning restore CS1591 - [EnumMember(Value = "fileName")] - #pragma warning disable CS1591 - FileName, - #pragma warning restore CS1591 - [EnumMember(Value = "fileExtension")] - #pragma warning disable CS1591 - FileExtension, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - [EnumMember(Value = "iconUrl")] - #pragma warning disable CS1591 - IconUrl, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Property.cs b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Property.cs deleted file mode 100644 index 965e476a0c8..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Property.cs +++ /dev/null @@ -1,175 +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.Models.ExternalConnectors -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class Property : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// A set of aliases or a friendly name for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Aliases - { - get { return BackingStore?.Get?>("aliases"); } - set { BackingStore?.Set("aliases", value); } - } -#nullable restore -#else - public List Aliases - { - get { return BackingStore?.Get>("aliases"); } - set { BackingStore?.Set("aliases", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - public bool? IsQueryable - { - get { return BackingStore?.Get("isQueryable"); } - set { BackingStore?.Set("isQueryable", value); } - } - /// Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - public bool? IsRefinable - { - get { return BackingStore?.Get("isRefinable"); } - set { BackingStore?.Set("isRefinable", value); } - } - /// Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - public bool? IsRetrievable - { - get { return BackingStore?.Get("isRetrievable"); } - set { BackingStore?.Set("isRetrievable", value); } - } - /// Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Nonsearchable properties aren't added to the search index. Optional. - public bool? IsSearchable - { - get { return BackingStore?.Get("isSearchable"); } - set { BackingStore?.Set("isSearchable", value); } - } - /// Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: iconUrl. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Labels - { - get { return BackingStore?.Get?>("labels"); } - set { BackingStore?.Set("labels", value); } - } -#nullable restore -#else - public List Labels - { - get { return BackingStore?.Get>("labels"); } - set { BackingStore?.Set("labels", value); } - } -#endif - /// The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The type property - public global::Microsoft.Graph.Models.ExternalConnectors.PropertyType? Type - { - get { return BackingStore?.Get("type"); } - set { BackingStore?.Set("type", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public Property() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.ExternalConnectors.Property CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.ExternalConnectors.Property(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "aliases", n => { Aliases = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "isQueryable", n => { IsQueryable = n.GetBoolValue(); } }, - { "isRefinable", n => { IsRefinable = n.GetBoolValue(); } }, - { "isRetrievable", n => { IsRetrievable = n.GetBoolValue(); } }, - { "isSearchable", n => { IsSearchable = n.GetBoolValue(); } }, - { "labels", n => { Labels = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "type", n => { Type = n.GetEnumValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteCollectionOfPrimitiveValues("aliases", Aliases); - writer.WriteBoolValue("isQueryable", IsQueryable); - writer.WriteBoolValue("isRefinable", IsRefinable); - writer.WriteBoolValue("isRetrievable", IsRetrievable); - writer.WriteBoolValue("isSearchable", IsSearchable); - writer.WriteCollectionOfEnumValues("labels", Labels); - writer.WriteStringValue("name", Name); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteEnumValue("type", Type); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/PropertyType.cs b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/PropertyType.cs deleted file mode 100644 index 2eed1d45689..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/PropertyType.cs +++ /dev/null @@ -1,52 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models.ExternalConnectors -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum PropertyType - #pragma warning restore CS1591 - { - [EnumMember(Value = "string")] - #pragma warning disable CS1591 - String, - #pragma warning restore CS1591 - [EnumMember(Value = "int64")] - #pragma warning disable CS1591 - Int64, - #pragma warning restore CS1591 - [EnumMember(Value = "double")] - #pragma warning disable CS1591 - Double, - #pragma warning restore CS1591 - [EnumMember(Value = "dateTime")] - #pragma warning disable CS1591 - DateTime, - #pragma warning restore CS1591 - [EnumMember(Value = "boolean")] - #pragma warning disable CS1591 - Boolean, - #pragma warning restore CS1591 - [EnumMember(Value = "stringCollection")] - #pragma warning disable CS1591 - StringCollection, - #pragma warning restore CS1591 - [EnumMember(Value = "int64Collection")] - #pragma warning disable CS1591 - Int64Collection, - #pragma warning restore CS1591 - [EnumMember(Value = "doubleCollection")] - #pragma warning disable CS1591 - DoubleCollection, - #pragma warning restore CS1591 - [EnumMember(Value = "dateTimeCollection")] - #pragma warning disable CS1591 - DateTimeCollection, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Schema.cs b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Schema.cs index f1f978fc912..087f45bf6f9 100644 --- a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Schema.cs +++ b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Schema.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models.ExternalConnectors public partial class Schema : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Must be set to microsoft.graph.externalConnector.externalItem. Required. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? BaseType - { - get { return BackingStore?.Get("baseType"); } - set { BackingStore?.Set("baseType", value); } - } -#nullable restore -#else - public string BaseType - { - get { return BackingStore?.Get("baseType"); } - set { BackingStore?.Set("baseType", value); } - } -#endif - /// The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Properties - { - get { return BackingStore?.Get?>("properties"); } - set { BackingStore?.Set("properties", value); } - } -#nullable restore -#else - public List Properties - { - get { return BackingStore?.Get>("properties"); } - set { BackingStore?.Set("properties", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "baseType", n => { BaseType = n.GetStringValue(); } }, - { "properties", n => { Properties = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ExternalConnectors.Property.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("baseType", BaseType); - writer.WriteCollectionOfObjectValues("properties", Properties); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Filter.cs b/src/Microsoft.Graph/Generated/Models/Filter.cs deleted file mode 100644 index cc2acd37f0e..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Filter.cs +++ /dev/null @@ -1,135 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class Filter : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// *Experimental* Filter group set used to decide whether given object belongs and should be processed as part of this object mapping. An object is considered in scope if ANY of the groups in the collection is evaluated to true. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CategoryFilterGroups - { - get { return BackingStore?.Get?>("categoryFilterGroups"); } - set { BackingStore?.Set("categoryFilterGroups", value); } - } -#nullable restore -#else - public List CategoryFilterGroups - { - get { return BackingStore?.Get>("categoryFilterGroups"); } - set { BackingStore?.Set("categoryFilterGroups", value); } - } -#endif - /// Filter group set used to decide whether given object is in scope for provisioning. This is the filter which should be used in most cases. If an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter isn't satisfied any longer, such object will get deprovisioned'. An object is considered in scope if ANY of the groups in the collection is evaluated to true. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Groups - { - get { return BackingStore?.Get?>("groups"); } - set { BackingStore?.Set("groups", value); } - } -#nullable restore -#else - public List Groups - { - get { return BackingStore?.Get>("groups"); } - set { BackingStore?.Set("groups", value); } - } -#endif - /// *Experimental* Filter group set used to filter out objects at the early stage of reading them from the directory. If an object doesn't satisfy this filter, then it will not be processed further. Important to understand is that if an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter is no longer satisfied, such object will NOT get deprovisioned. An object is considered in scope if ANY of the groups in the collection is evaluated to true. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? InputFilterGroups - { - get { return BackingStore?.Get?>("inputFilterGroups"); } - set { BackingStore?.Set("inputFilterGroups", value); } - } -#nullable restore -#else - public List InputFilterGroups - { - get { return BackingStore?.Get>("inputFilterGroups"); } - set { BackingStore?.Set("inputFilterGroups", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public Filter() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Filter CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Filter(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "categoryFilterGroups", n => { CategoryFilterGroups = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.FilterGroup.CreateFromDiscriminatorValue)?.AsList(); } }, - { "groups", n => { Groups = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.FilterGroup.CreateFromDiscriminatorValue)?.AsList(); } }, - { "inputFilterGroups", n => { InputFilterGroups = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.FilterGroup.CreateFromDiscriminatorValue)?.AsList(); } }, - { "@odata.type", n => { OdataType = 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.WriteCollectionOfObjectValues("categoryFilterGroups", CategoryFilterGroups); - writer.WriteCollectionOfObjectValues("groups", Groups); - writer.WriteCollectionOfObjectValues("inputFilterGroups", InputFilterGroups); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/FilterGroup.cs b/src/Microsoft.Graph/Generated/Models/FilterGroup.cs deleted file mode 100644 index 75a5ccf1bd7..00000000000 --- a/src/Microsoft.Graph/Generated/Models/FilterGroup.cs +++ /dev/null @@ -1,117 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class FilterGroup : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Filter clauses (conditions) of this group. All clauses in a group must be satisfied in order for the filter group to evaluate to true. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Clauses - { - get { return BackingStore?.Get?>("clauses"); } - set { BackingStore?.Set("clauses", value); } - } -#nullable restore -#else - public List Clauses - { - get { return BackingStore?.Get>("clauses"); } - set { BackingStore?.Set("clauses", value); } - } -#endif - /// Human-readable name of the filter group. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public FilterGroup() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.FilterGroup CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.FilterGroup(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "clauses", n => { Clauses = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.FilterClause.CreateFromDiscriminatorValue)?.AsList(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteCollectionOfObjectValues("clauses", Clauses); - writer.WriteStringValue("name", Name); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/FilterOperand.cs b/src/Microsoft.Graph/Generated/Models/FilterOperand.cs deleted file mode 100644 index c9398b8b7ca..00000000000 --- a/src/Microsoft.Graph/Generated/Models/FilterOperand.cs +++ /dev/null @@ -1,99 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class FilterOperand : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Collection of values. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Values - { - get { return BackingStore?.Get?>("values"); } - set { BackingStore?.Set("values", value); } - } -#nullable restore -#else - public List Values - { - get { return BackingStore?.Get>("values"); } - set { BackingStore?.Set("values", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public FilterOperand() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.FilterOperand CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.FilterOperand(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "values", n => { Values = n.GetCollectionOfPrimitiveValues()?.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("@odata.type", OdataType); - writer.WriteCollectionOfPrimitiveValues("values", Values); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/GiphyRatingType.cs b/src/Microsoft.Graph/Generated/Models/GiphyRatingType.cs deleted file mode 100644 index a6682d4a1cb..00000000000 --- a/src/Microsoft.Graph/Generated/Models/GiphyRatingType.cs +++ /dev/null @@ -1,24 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum GiphyRatingType - #pragma warning restore CS1591 - { - [EnumMember(Value = "strict")] - #pragma warning disable CS1591 - Strict, - #pragma warning restore CS1591 - [EnumMember(Value = "moderate")] - #pragma warning disable CS1591 - Moderate, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/GroupFilter.cs b/src/Microsoft.Graph/Generated/Models/GroupFilter.cs deleted file mode 100644 index 952695048cc..00000000000 --- a/src/Microsoft.Graph/Generated/Models/GroupFilter.cs +++ /dev/null @@ -1,99 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class GroupFilter : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The includedGroups property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? IncludedGroups - { - get { return BackingStore?.Get?>("includedGroups"); } - set { BackingStore?.Set("includedGroups", value); } - } -#nullable restore -#else - public List IncludedGroups - { - get { return BackingStore?.Get>("includedGroups"); } - set { BackingStore?.Set("includedGroups", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public GroupFilter() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.GroupFilter CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.GroupFilter(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "includedGroups", n => { IncludedGroups = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "@odata.type", n => { OdataType = 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.WriteCollectionOfPrimitiveValues("includedGroups", IncludedGroups); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/IdentityGovernance/LifecycleWorkflowsContainer.cs b/src/Microsoft.Graph/Generated/Models/IdentityGovernance/LifecycleWorkflowsContainer.cs index adcf097149e..50d165e053b 100644 --- a/src/Microsoft.Graph/Generated/Models/IdentityGovernance/LifecycleWorkflowsContainer.cs +++ b/src/Microsoft.Graph/Generated/Models/IdentityGovernance/LifecycleWorkflowsContainer.cs @@ -12,118 +12,6 @@ namespace Microsoft.Graph.Models.IdentityGovernance public partial class LifecycleWorkflowsContainer : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The customTaskExtension instance. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CustomTaskExtensions - { - get { return BackingStore?.Get?>("customTaskExtensions"); } - set { BackingStore?.Set("customTaskExtensions", value); } - } -#nullable restore -#else - public List CustomTaskExtensions - { - get { return BackingStore?.Get>("customTaskExtensions"); } - set { BackingStore?.Set("customTaskExtensions", value); } - } -#endif - /// Deleted workflows in your lifecycle workflows instance. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DeletedItemContainer? DeletedItems - { - get { return BackingStore?.Get("deletedItems"); } - set { BackingStore?.Set("deletedItems", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DeletedItemContainer DeletedItems - { - get { return BackingStore?.Get("deletedItems"); } - set { BackingStore?.Set("deletedItems", value); } - } -#endif - /// The insight container holding workflow insight summaries for a tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IdentityGovernance.Insights? Insights - { - get { return BackingStore?.Get("insights"); } - set { BackingStore?.Set("insights", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdentityGovernance.Insights Insights - { - get { return BackingStore?.Get("insights"); } - set { BackingStore?.Set("insights", value); } - } -#endif - /// The settings property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IdentityGovernance.LifecycleManagementSettings? Settings - { - get { return BackingStore?.Get("settings"); } - set { BackingStore?.Set("settings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdentityGovernance.LifecycleManagementSettings Settings - { - get { return BackingStore?.Get("settings"); } - set { BackingStore?.Set("settings", value); } - } -#endif - /// The definition of tasks within the lifecycle workflows instance. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? TaskDefinitions - { - get { return BackingStore?.Get?>("taskDefinitions"); } - set { BackingStore?.Set("taskDefinitions", value); } - } -#nullable restore -#else - public List TaskDefinitions - { - get { return BackingStore?.Get>("taskDefinitions"); } - set { BackingStore?.Set("taskDefinitions", value); } - } -#endif - /// The workflows in the lifecycle workflows instance. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Workflows - { - get { return BackingStore?.Get?>("workflows"); } - set { BackingStore?.Set("workflows", value); } - } -#nullable restore -#else - public List Workflows - { - get { return BackingStore?.Get>("workflows"); } - set { BackingStore?.Set("workflows", value); } - } -#endif - /// The workflow templates in the lifecycle workflow instance. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? WorkflowTemplates - { - get { return BackingStore?.Get?>("workflowTemplates"); } - set { BackingStore?.Set("workflowTemplates", value); } - } -#nullable restore -#else - public List WorkflowTemplates - { - get { return BackingStore?.Get>("workflowTemplates"); } - set { BackingStore?.Set("workflowTemplates", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -142,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "customTaskExtensions", n => { CustomTaskExtensions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.IdentityGovernance.CustomTaskExtension.CreateFromDiscriminatorValue)?.AsList(); } }, - { "deletedItems", n => { DeletedItems = n.GetObjectValue(global::Microsoft.Graph.Models.DeletedItemContainer.CreateFromDiscriminatorValue); } }, - { "insights", n => { Insights = n.GetObjectValue(global::Microsoft.Graph.Models.IdentityGovernance.Insights.CreateFromDiscriminatorValue); } }, - { "settings", n => { Settings = n.GetObjectValue(global::Microsoft.Graph.Models.IdentityGovernance.LifecycleManagementSettings.CreateFromDiscriminatorValue); } }, - { "taskDefinitions", n => { TaskDefinitions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.IdentityGovernance.TaskDefinition.CreateFromDiscriminatorValue)?.AsList(); } }, - { "workflowTemplates", n => { WorkflowTemplates = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.IdentityGovernance.WorkflowTemplate.CreateFromDiscriminatorValue)?.AsList(); } }, - { "workflows", n => { Workflows = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.IdentityGovernance.Workflow.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -159,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("customTaskExtensions", CustomTaskExtensions); - writer.WriteObjectValue("deletedItems", DeletedItems); - writer.WriteObjectValue("insights", Insights); - writer.WriteObjectValue("settings", Settings); - writer.WriteCollectionOfObjectValues("taskDefinitions", TaskDefinitions); - writer.WriteCollectionOfObjectValues("workflows", Workflows); - writer.WriteCollectionOfObjectValues("workflowTemplates", WorkflowTemplates); } } } diff --git a/src/Microsoft.Graph/Generated/Models/IdleSessionSignOut.cs b/src/Microsoft.Graph/Generated/Models/IdleSessionSignOut.cs deleted file mode 100644 index 704f1895b48..00000000000 --- a/src/Microsoft.Graph/Generated/Models/IdleSessionSignOut.cs +++ /dev/null @@ -1,105 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class IdleSessionSignOut : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Indicates whether the idle session sign-out policy is enabled. - public bool? IsEnabled - { - get { return BackingStore?.Get("isEnabled"); } - set { BackingStore?.Set("isEnabled", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Number of seconds of inactivity after which a user is signed out. - public long? SignOutAfterInSeconds - { - get { return BackingStore?.Get("signOutAfterInSeconds"); } - set { BackingStore?.Set("signOutAfterInSeconds", value); } - } - /// Number of seconds of inactivity after which a user is notified that they'll be signed out. - public long? WarnAfterInSeconds - { - get { return BackingStore?.Get("warnAfterInSeconds"); } - set { BackingStore?.Set("warnAfterInSeconds", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public IdleSessionSignOut() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.IdleSessionSignOut CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.IdleSessionSignOut(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "signOutAfterInSeconds", n => { SignOutAfterInSeconds = n.GetLongValue(); } }, - { "warnAfterInSeconds", n => { WarnAfterInSeconds = n.GetLongValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteBoolValue("isEnabled", IsEnabled); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteLongValue("signOutAfterInSeconds", SignOutAfterInSeconds); - writer.WriteLongValue("warnAfterInSeconds", WarnAfterInSeconds); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ImageTaggingChoice.cs b/src/Microsoft.Graph/Generated/Models/ImageTaggingChoice.cs deleted file mode 100644 index c1a081d2c1a..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ImageTaggingChoice.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum ImageTaggingChoice - #pragma warning restore CS1591 - { - [EnumMember(Value = "disabled")] - #pragma warning disable CS1591 - Disabled, - #pragma warning restore CS1591 - [EnumMember(Value = "basic")] - #pragma warning disable CS1591 - Basic, - #pragma warning restore CS1591 - [EnumMember(Value = "enhanced")] - #pragma warning disable CS1591 - Enhanced, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/InternetExplorerMode.cs b/src/Microsoft.Graph/Generated/Models/InternetExplorerMode.cs index 4acc91c7944..19eba7e96ce 100644 --- a/src/Microsoft.Graph/Generated/Models/InternetExplorerMode.cs +++ b/src/Microsoft.Graph/Generated/Models/InternetExplorerMode.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class InternetExplorerMode : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// A collection of site lists to support Internet Explorer mode. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? SiteLists - { - get { return BackingStore?.Get?>("siteLists"); } - set { BackingStore?.Set("siteLists", value); } - } -#nullable restore -#else - public List SiteLists - { - get { return BackingStore?.Get>("siteLists"); } - set { BackingStore?.Set("siteLists", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "siteLists", n => { SiteLists = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.BrowserSiteList.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("siteLists", SiteLists); } } } diff --git a/src/Microsoft.Graph/Generated/Models/InvitationRedemptionIdentityProviderConfiguration.cs b/src/Microsoft.Graph/Generated/Models/InvitationRedemptionIdentityProviderConfiguration.cs deleted file mode 100644 index 461af152956..00000000000 --- a/src/Microsoft.Graph/Generated/Models/InvitationRedemptionIdentityProviderConfiguration.cs +++ /dev/null @@ -1,112 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class InvitationRedemptionIdentityProviderConfiguration : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. - public global::Microsoft.Graph.Models.B2bIdentityProvidersType? FallbackIdentityProvider - { - get { return BackingStore?.Get("fallbackIdentityProvider"); } - set { BackingStore?.Set("fallbackIdentityProvider", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? PrimaryIdentityProviderPrecedenceOrder - { - get { return BackingStore?.Get?>("primaryIdentityProviderPrecedenceOrder"); } - set { BackingStore?.Set("primaryIdentityProviderPrecedenceOrder", value); } - } -#nullable restore -#else - public List PrimaryIdentityProviderPrecedenceOrder - { - get { return BackingStore?.Get>("primaryIdentityProviderPrecedenceOrder"); } - set { BackingStore?.Set("primaryIdentityProviderPrecedenceOrder", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public InvitationRedemptionIdentityProviderConfiguration() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.InvitationRedemptionIdentityProviderConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - var mappingValue = parseNode.GetChildNode("@odata.type")?.GetStringValue(); - return mappingValue switch - { - "#microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration" => new global::Microsoft.Graph.Models.DefaultInvitationRedemptionIdentityProviderConfiguration(), - _ => new global::Microsoft.Graph.Models.InvitationRedemptionIdentityProviderConfiguration(), - }; - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "fallbackIdentityProvider", n => { FallbackIdentityProvider = n.GetEnumValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "primaryIdentityProviderPrecedenceOrder", n => { PrimaryIdentityProviderPrecedenceOrder = n.GetCollectionOfEnumValues()?.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.WriteEnumValue("fallbackIdentityProvider", FallbackIdentityProvider); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteCollectionOfEnumValues("primaryIdentityProviderPrecedenceOrder", PrimaryIdentityProviderPrecedenceOrder); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ItemAnalytics.cs b/src/Microsoft.Graph/Generated/Models/ItemAnalytics.cs index 27b7a6a0b8f..0afb5c35832 100644 --- a/src/Microsoft.Graph/Generated/Models/ItemAnalytics.cs +++ b/src/Microsoft.Graph/Generated/Models/ItemAnalytics.cs @@ -12,54 +12,6 @@ namespace Microsoft.Graph.Models public partial class ItemAnalytics : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The allTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ItemActivityStat? AllTime - { - get { return BackingStore?.Get("allTime"); } - set { BackingStore?.Set("allTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ItemActivityStat AllTime - { - get { return BackingStore?.Get("allTime"); } - set { BackingStore?.Set("allTime", value); } - } -#endif - /// The itemActivityStats property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ItemActivityStats - { - get { return BackingStore?.Get?>("itemActivityStats"); } - set { BackingStore?.Set("itemActivityStats", value); } - } -#nullable restore -#else - public List ItemActivityStats - { - get { return BackingStore?.Get>("itemActivityStats"); } - set { BackingStore?.Set("itemActivityStats", value); } - } -#endif - /// The lastSevenDays property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ItemActivityStat? LastSevenDays - { - get { return BackingStore?.Get("lastSevenDays"); } - set { BackingStore?.Set("lastSevenDays", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ItemActivityStat LastSevenDays - { - get { return BackingStore?.Get("lastSevenDays"); } - set { BackingStore?.Set("lastSevenDays", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -78,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "allTime", n => { AllTime = n.GetObjectValue(global::Microsoft.Graph.Models.ItemActivityStat.CreateFromDiscriminatorValue); } }, - { "itemActivityStats", n => { ItemActivityStats = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ItemActivityStat.CreateFromDiscriminatorValue)?.AsList(); } }, - { "lastSevenDays", n => { LastSevenDays = n.GetObjectValue(global::Microsoft.Graph.Models.ItemActivityStat.CreateFromDiscriminatorValue); } }, }; } /// @@ -91,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("allTime", AllTime); - writer.WriteCollectionOfObjectValues("itemActivityStats", ItemActivityStats); - writer.WriteObjectValue("lastSevenDays", LastSevenDays); } } } diff --git a/src/Microsoft.Graph/Generated/Models/ItemRetentionLabel.cs b/src/Microsoft.Graph/Generated/Models/ItemRetentionLabel.cs index b9e5fc1dff1..db06d96dd12 100644 --- a/src/Microsoft.Graph/Generated/Models/ItemRetentionLabel.cs +++ b/src/Microsoft.Graph/Generated/Models/ItemRetentionLabel.cs @@ -12,66 +12,6 @@ namespace Microsoft.Graph.Models public partial class ItemRetentionLabel : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Specifies whether the label is applied explicitly on the item. True indicates that the label is applied explicitly; otherwise, the label is inherited from its parent. Read-only. - public bool? IsLabelAppliedExplicitly - { - get { return BackingStore?.Get("isLabelAppliedExplicitly"); } - set { BackingStore?.Set("isLabelAppliedExplicitly", value); } - } - /// Identity of the user who applied the label. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IdentitySet? LabelAppliedBy - { - get { return BackingStore?.Get("labelAppliedBy"); } - set { BackingStore?.Set("labelAppliedBy", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdentitySet LabelAppliedBy - { - get { return BackingStore?.Get("labelAppliedBy"); } - set { BackingStore?.Set("labelAppliedBy", value); } - } -#endif - /// The date and time when the label was applied on the item. 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? LabelAppliedDateTime - { - get { return BackingStore?.Get("labelAppliedDateTime"); } - set { BackingStore?.Set("labelAppliedDateTime", value); } - } - /// The retention label on the document. Read-write. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The retention settings enforced on the item. Read-write. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.RetentionLabelSettings? RetentionSettings - { - get { return BackingStore?.Get("retentionSettings"); } - set { BackingStore?.Set("retentionSettings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.RetentionLabelSettings RetentionSettings - { - get { return BackingStore?.Get("retentionSettings"); } - set { BackingStore?.Set("retentionSettings", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -90,11 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "isLabelAppliedExplicitly", n => { IsLabelAppliedExplicitly = n.GetBoolValue(); } }, - { "labelAppliedBy", n => { LabelAppliedBy = n.GetObjectValue(global::Microsoft.Graph.Models.IdentitySet.CreateFromDiscriminatorValue); } }, - { "labelAppliedDateTime", n => { LabelAppliedDateTime = n.GetDateTimeOffsetValue(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "retentionSettings", n => { RetentionSettings = n.GetObjectValue(global::Microsoft.Graph.Models.RetentionLabelSettings.CreateFromDiscriminatorValue); } }, }; } /// @@ -105,11 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteBoolValue("isLabelAppliedExplicitly", IsLabelAppliedExplicitly); - writer.WriteObjectValue("labelAppliedBy", LabelAppliedBy); - writer.WriteDateTimeOffsetValue("labelAppliedDateTime", LabelAppliedDateTime); - writer.WriteStringValue("name", Name); - writer.WriteObjectValue("retentionSettings", RetentionSettings); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PrinterProcessingState.cs b/src/Microsoft.Graph/Generated/Models/LabelActionSource.cs similarity index 73% rename from src/Microsoft.Graph/Generated/Models/PrinterProcessingState.cs rename to src/Microsoft.Graph/Generated/Models/LabelActionSource.cs index 9faec6a2811..0b9d1b25d8a 100644 --- a/src/Microsoft.Graph/Generated/Models/PrinterProcessingState.cs +++ b/src/Microsoft.Graph/Generated/Models/LabelActionSource.cs @@ -5,24 +5,24 @@ namespace Microsoft.Graph.Models { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public enum PrinterProcessingState + public enum LabelActionSource #pragma warning restore CS1591 { - [EnumMember(Value = "unknown")] + [EnumMember(Value = "manual")] #pragma warning disable CS1591 - Unknown, + Manual, #pragma warning restore CS1591 - [EnumMember(Value = "idle")] + [EnumMember(Value = "automatic")] #pragma warning disable CS1591 - Idle, + Automatic, #pragma warning restore CS1591 - [EnumMember(Value = "processing")] + [EnumMember(Value = "recommended")] #pragma warning disable CS1591 - Processing, + Recommended, #pragma warning restore CS1591 - [EnumMember(Value = "stopped")] + [EnumMember(Value = "none")] #pragma warning disable CS1591 - Stopped, + None, #pragma warning restore CS1591 [EnumMember(Value = "unknownFutureValue")] #pragma warning disable CS1591 diff --git a/src/Microsoft.Graph/Generated/Models/LabelContentRight.cs b/src/Microsoft.Graph/Generated/Models/LabelContentRight.cs index af2572c1372..7f9238217fa 100644 --- a/src/Microsoft.Graph/Generated/Models/LabelContentRight.cs +++ b/src/Microsoft.Graph/Generated/Models/LabelContentRight.cs @@ -44,6 +44,28 @@ public string Format set { BackingStore?.Set("format", value); } } #endif + /// The label property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.SensitivityLabel? Label + { + get { return BackingStore?.Get("label"); } + set { BackingStore?.Set("label", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.SensitivityLabel Label + { + get { return BackingStore?.Get("label"); } + set { BackingStore?.Set("label", value); } + } +#endif + /// The rights property + public global::Microsoft.Graph.Models.UsageRights? Rights + { + get { return BackingStore?.Get("rights"); } + set { BackingStore?.Set("rights", value); } + } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -64,6 +86,8 @@ public override IDictionary> GetFieldDeserializers() { { "cid", n => { Cid = n.GetStringValue(); } }, { "format", n => { Format = n.GetStringValue(); } }, + { "label", n => { Label = n.GetObjectValue(global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue); } }, + { "rights", n => { Rights = n.GetEnumValue(); } }, }; } /// @@ -76,6 +100,8 @@ public override void Serialize(ISerializationWriter writer) base.Serialize(writer); writer.WriteStringValue("cid", Cid); writer.WriteStringValue("format", Format); + writer.WriteObjectValue("label", Label); + writer.WriteEnumValue("rights", Rights); } } } diff --git a/src/Microsoft.Graph/Generated/Models/LayoutTemplateType.cs b/src/Microsoft.Graph/Generated/Models/LayoutTemplateType.cs deleted file mode 100644 index 5aa76f3ec43..00000000000 --- a/src/Microsoft.Graph/Generated/Models/LayoutTemplateType.cs +++ /dev/null @@ -1,24 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum LayoutTemplateType - #pragma warning restore CS1591 - { - [EnumMember(Value = "default")] - #pragma warning disable CS1591 - Default, - #pragma warning restore CS1591 - [EnumMember(Value = "verticalSplit")] - #pragma warning disable CS1591 - VerticalSplit, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/LicenseAssignmentState.cs b/src/Microsoft.Graph/Generated/Models/LicenseAssignmentState.cs deleted file mode 100644 index 9238715d214..00000000000 --- a/src/Microsoft.Graph/Generated/Models/LicenseAssignmentState.cs +++ /dev/null @@ -1,169 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class LicenseAssignmentState : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found 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 assignedByGroup property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? AssignedByGroup - { - get { return BackingStore?.Get("assignedByGroup"); } - set { BackingStore?.Set("assignedByGroup", value); } - } -#nullable restore -#else - public string AssignedByGroup - { - get { return BackingStore?.Get("assignedByGroup"); } - set { BackingStore?.Set("assignedByGroup", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The disabledPlans property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? DisabledPlans - { - get { return BackingStore?.Get?>("disabledPlans"); } - set { BackingStore?.Set("disabledPlans", value); } - } -#nullable restore -#else - public List DisabledPlans - { - get { return BackingStore?.Get>("disabledPlans"); } - set { BackingStore?.Set("disabledPlans", value); } - } -#endif - /// The error property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Error - { - get { return BackingStore?.Get("error"); } - set { BackingStore?.Set("error", value); } - } -#nullable restore -#else - public string Error - { - get { return BackingStore?.Get("error"); } - set { BackingStore?.Set("error", value); } - } -#endif - /// The lastUpdatedDateTime property - public DateTimeOffset? LastUpdatedDateTime - { - get { return BackingStore?.Get("lastUpdatedDateTime"); } - set { BackingStore?.Set("lastUpdatedDateTime", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The skuId property - public Guid? SkuId - { - get { return BackingStore?.Get("skuId"); } - set { BackingStore?.Set("skuId", value); } - } - /// The state property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#nullable restore -#else - public string State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public LicenseAssignmentState() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.LicenseAssignmentState CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.LicenseAssignmentState(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "assignedByGroup", n => { AssignedByGroup = n.GetStringValue(); } }, - { "disabledPlans", n => { DisabledPlans = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "error", n => { Error = n.GetStringValue(); } }, - { "lastUpdatedDateTime", n => { LastUpdatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "skuId", n => { SkuId = n.GetGuidValue(); } }, - { "state", n => { State = 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("assignedByGroup", AssignedByGroup); - writer.WriteCollectionOfPrimitiveValues("disabledPlans", DisabledPlans); - writer.WriteStringValue("error", Error); - writer.WriteDateTimeOffsetValue("lastUpdatedDateTime", LastUpdatedDateTime); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteGuidValue("skuId", SkuId); - writer.WriteStringValue("state", State); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ListItem.cs b/src/Microsoft.Graph/Generated/Models/ListItem.cs index e4329221f86..2c070a1d408 100644 --- a/src/Microsoft.Graph/Generated/Models/ListItem.cs +++ b/src/Microsoft.Graph/Generated/Models/ListItem.cs @@ -12,125 +12,6 @@ namespace Microsoft.Graph.Models public partial class ListItem : global::Microsoft.Graph.Models.BaseItem, IParsable #pragma warning restore CS1591 { - /// Analytics about the view activities that took place on this item. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ItemAnalytics? Analytics - { - get { return BackingStore?.Get("analytics"); } - set { BackingStore?.Set("analytics", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ItemAnalytics Analytics - { - get { return BackingStore?.Get("analytics"); } - set { BackingStore?.Set("analytics", value); } - } -#endif - /// The content type of this list item -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ContentTypeInfo? ContentType - { - get { return BackingStore?.Get("contentType"); } - set { BackingStore?.Set("contentType", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ContentTypeInfo ContentType - { - get { return BackingStore?.Get("contentType"); } - set { BackingStore?.Set("contentType", value); } - } -#endif - /// Version information for a document set version created by a user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? DocumentSetVersions - { - get { return BackingStore?.Get?>("documentSetVersions"); } - set { BackingStore?.Set("documentSetVersions", value); } - } -#nullable restore -#else - public List DocumentSetVersions - { - get { return BackingStore?.Get>("documentSetVersions"); } - set { BackingStore?.Set("documentSetVersions", value); } - } -#endif - /// For document libraries, the driveItem relationship exposes the listItem as a driveItem -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DriveItem? DriveItem - { - get { return BackingStore?.Get("driveItem"); } - set { BackingStore?.Set("driveItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DriveItem DriveItem - { - get { return BackingStore?.Get("driveItem"); } - set { BackingStore?.Set("driveItem", value); } - } -#endif - /// The values of the columns set on this list item. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.FieldValueSet? Fields - { - get { return BackingStore?.Get("fields"); } - set { BackingStore?.Set("fields", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.FieldValueSet Fields - { - get { return BackingStore?.Get("fields"); } - set { BackingStore?.Set("fields", value); } - } -#endif - /// Returns identifiers useful for SharePoint REST compatibility. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.SharepointIds? SharepointIds - { - get { return BackingStore?.Get("sharepointIds"); } - set { BackingStore?.Set("sharepointIds", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.SharepointIds SharepointIds - { - get { return BackingStore?.Get("sharepointIds"); } - set { BackingStore?.Set("sharepointIds", value); } - } -#endif - /// The list of previous versions of the list item. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Versions - { - get { return BackingStore?.Get?>("versions"); } - set { BackingStore?.Set("versions", value); } - } -#nullable restore -#else - public List Versions - { - get { return BackingStore?.Get>("versions"); } - set { BackingStore?.Set("versions", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ListItem() : base() - { - OdataType = "#microsoft.graph.listItem"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -149,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "analytics", n => { Analytics = n.GetObjectValue(global::Microsoft.Graph.Models.ItemAnalytics.CreateFromDiscriminatorValue); } }, - { "contentType", n => { ContentType = n.GetObjectValue(global::Microsoft.Graph.Models.ContentTypeInfo.CreateFromDiscriminatorValue); } }, - { "documentSetVersions", n => { DocumentSetVersions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DocumentSetVersion.CreateFromDiscriminatorValue)?.AsList(); } }, - { "driveItem", n => { DriveItem = n.GetObjectValue(global::Microsoft.Graph.Models.DriveItem.CreateFromDiscriminatorValue); } }, - { "fields", n => { Fields = n.GetObjectValue(global::Microsoft.Graph.Models.FieldValueSet.CreateFromDiscriminatorValue); } }, - { "sharepointIds", n => { SharepointIds = n.GetObjectValue(global::Microsoft.Graph.Models.SharepointIds.CreateFromDiscriminatorValue); } }, - { "versions", n => { Versions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ListItemVersion.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -166,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("analytics", Analytics); - writer.WriteObjectValue("contentType", ContentType); - writer.WriteCollectionOfObjectValues("documentSetVersions", DocumentSetVersions); - writer.WriteObjectValue("driveItem", DriveItem); - writer.WriteObjectValue("fields", Fields); - writer.WriteObjectValue("sharepointIds", SharepointIds); - writer.WriteCollectionOfObjectValues("versions", Versions); } } } diff --git a/src/Microsoft.Graph/Generated/Models/LoginPageLayoutConfiguration.cs b/src/Microsoft.Graph/Generated/Models/LoginPageLayoutConfiguration.cs deleted file mode 100644 index ff798c5c14c..00000000000 --- a/src/Microsoft.Graph/Generated/Models/LoginPageLayoutConfiguration.cs +++ /dev/null @@ -1,105 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class LoginPageLayoutConfiguration : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Option to show the footer on the sign-in page. - public bool? IsFooterShown - { - get { return BackingStore?.Get("isFooterShown"); } - set { BackingStore?.Set("isFooterShown", value); } - } - /// Option to show the header on the sign-in page. - public bool? IsHeaderShown - { - get { return BackingStore?.Get("isHeaderShown"); } - set { BackingStore?.Set("isHeaderShown", value); } - } - /// Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Don't use. - public global::Microsoft.Graph.Models.LayoutTemplateType? LayoutTemplateType - { - get { return BackingStore?.Get("layoutTemplateType"); } - set { BackingStore?.Set("layoutTemplateType", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public LoginPageLayoutConfiguration() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.LoginPageLayoutConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.LoginPageLayoutConfiguration(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "isFooterShown", n => { IsFooterShown = n.GetBoolValue(); } }, - { "isHeaderShown", n => { IsHeaderShown = n.GetBoolValue(); } }, - { "layoutTemplateType", n => { LayoutTemplateType = n.GetEnumValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("isFooterShown", IsFooterShown); - writer.WriteBoolValue("isHeaderShown", IsHeaderShown); - writer.WriteEnumValue("layoutTemplateType", LayoutTemplateType); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/LoginPageTextVisibilitySettings.cs b/src/Microsoft.Graph/Generated/Models/LoginPageTextVisibilitySettings.cs deleted file mode 100644 index 142172c473e..00000000000 --- a/src/Microsoft.Graph/Generated/Models/LoginPageTextVisibilitySettings.cs +++ /dev/null @@ -1,129 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class LoginPageTextVisibilitySettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Option to hide the self-service password reset (SSPR) hyperlinks such as 'Can't access your account?', 'Forgot my password' and 'Reset it now' on the sign-in form. - public bool? HideAccountResetCredentials - { - get { return BackingStore?.Get("hideAccountResetCredentials"); } - set { BackingStore?.Set("hideAccountResetCredentials", value); } - } - /// Option to hide the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in form. - public bool? HideCannotAccessYourAccount - { - get { return BackingStore?.Get("hideCannotAccessYourAccount"); } - set { BackingStore?.Set("hideCannotAccessYourAccount", value); } - } - /// Option to hide the self-service password reset (SSPR) 'Forgot my password' hyperlink on the sign-in form. - public bool? HideForgotMyPassword - { - get { return BackingStore?.Get("hideForgotMyPassword"); } - set { BackingStore?.Set("hideForgotMyPassword", value); } - } - /// Option to hide the 'Privacy & Cookies' hyperlink in the footer. - public bool? HidePrivacyAndCookies - { - get { return BackingStore?.Get("hidePrivacyAndCookies"); } - set { BackingStore?.Set("hidePrivacyAndCookies", value); } - } - /// Option to hide the self-service password reset (SSPR) 'reset it now' hyperlink on the sign-in form. - public bool? HideResetItNow - { - get { return BackingStore?.Get("hideResetItNow"); } - set { BackingStore?.Set("hideResetItNow", value); } - } - /// Option to hide the 'Terms of Use' hyperlink in the footer. - public bool? HideTermsOfUse - { - get { return BackingStore?.Get("hideTermsOfUse"); } - set { BackingStore?.Set("hideTermsOfUse", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public LoginPageTextVisibilitySettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.LoginPageTextVisibilitySettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.LoginPageTextVisibilitySettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "hideAccountResetCredentials", n => { HideAccountResetCredentials = n.GetBoolValue(); } }, - { "hideCannotAccessYourAccount", n => { HideCannotAccessYourAccount = n.GetBoolValue(); } }, - { "hideForgotMyPassword", n => { HideForgotMyPassword = n.GetBoolValue(); } }, - { "hidePrivacyAndCookies", n => { HidePrivacyAndCookies = n.GetBoolValue(); } }, - { "hideResetItNow", n => { HideResetItNow = n.GetBoolValue(); } }, - { "hideTermsOfUse", n => { HideTermsOfUse = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("hideAccountResetCredentials", HideAccountResetCredentials); - writer.WriteBoolValue("hideCannotAccessYourAccount", HideCannotAccessYourAccount); - writer.WriteBoolValue("hideForgotMyPassword", HideForgotMyPassword); - writer.WriteBoolValue("hidePrivacyAndCookies", HidePrivacyAndCookies); - writer.WriteBoolValue("hideResetItNow", HideResetItNow); - writer.WriteBoolValue("hideTermsOfUse", HideTermsOfUse); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/M365AppsInstallationOptions.cs b/src/Microsoft.Graph/Generated/Models/M365AppsInstallationOptions.cs index 5f5a1423287..082a3ef41d8 100644 --- a/src/Microsoft.Graph/Generated/Models/M365AppsInstallationOptions.cs +++ b/src/Microsoft.Graph/Generated/Models/M365AppsInstallationOptions.cs @@ -12,44 +12,6 @@ namespace Microsoft.Graph.Models public partial class M365AppsInstallationOptions : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The appsForMac property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AppsInstallationOptionsForMac? AppsForMac - { - get { return BackingStore?.Get("appsForMac"); } - set { BackingStore?.Set("appsForMac", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AppsInstallationOptionsForMac AppsForMac - { - get { return BackingStore?.Get("appsForMac"); } - set { BackingStore?.Set("appsForMac", value); } - } -#endif - /// The appsForWindows property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AppsInstallationOptionsForWindows? AppsForWindows - { - get { return BackingStore?.Get("appsForWindows"); } - set { BackingStore?.Set("appsForWindows", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AppsInstallationOptionsForWindows AppsForWindows - { - get { return BackingStore?.Get("appsForWindows"); } - set { BackingStore?.Set("appsForWindows", value); } - } -#endif - /// The updateChannel property - public global::Microsoft.Graph.Models.AppsUpdateChannelType? UpdateChannel - { - get { return BackingStore?.Get("updateChannel"); } - set { BackingStore?.Set("updateChannel", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -68,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "appsForMac", n => { AppsForMac = n.GetObjectValue(global::Microsoft.Graph.Models.AppsInstallationOptionsForMac.CreateFromDiscriminatorValue); } }, - { "appsForWindows", n => { AppsForWindows = n.GetObjectValue(global::Microsoft.Graph.Models.AppsInstallationOptionsForWindows.CreateFromDiscriminatorValue); } }, - { "updateChannel", n => { UpdateChannel = n.GetEnumValue(); } }, }; } /// @@ -81,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("appsForMac", AppsForMac); - writer.WriteObjectValue("appsForWindows", AppsForWindows); - writer.WriteEnumValue("updateChannel", UpdateChannel); } } } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedAppPolicyDeploymentSummary.cs b/src/Microsoft.Graph/Generated/Models/ManagedAppPolicyDeploymentSummary.cs index 2f1e6acefd9..3b633c62a1b 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedAppPolicyDeploymentSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedAppPolicyDeploymentSummary.cs @@ -13,66 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppPolicyDeploymentSummary : global::Microsoft.Graph.Models.Entity, IParsable { - /// Not yet documented - public int? ConfigurationDeployedUserCount - { - get { return BackingStore?.Get("configurationDeployedUserCount"); } - set { BackingStore?.Set("configurationDeployedUserCount", value); } - } - /// Not yet documented -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ConfigurationDeploymentSummaryPerApp - { - get { return BackingStore?.Get?>("configurationDeploymentSummaryPerApp"); } - set { BackingStore?.Set("configurationDeploymentSummaryPerApp", value); } - } -#nullable restore -#else - public List ConfigurationDeploymentSummaryPerApp - { - get { return BackingStore?.Get>("configurationDeploymentSummaryPerApp"); } - set { BackingStore?.Set("configurationDeploymentSummaryPerApp", value); } - } -#endif - /// Not yet documented -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Not yet documented - public DateTimeOffset? LastRefreshTime - { - get { return BackingStore?.Get("lastRefreshTime"); } - set { BackingStore?.Set("lastRefreshTime", value); } - } - /// Version of the entity. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Version - { - get { return BackingStore?.Get("version"); } - set { BackingStore?.Set("version", value); } - } -#nullable restore -#else - public string Version - { - get { return BackingStore?.Get("version"); } - set { BackingStore?.Set("version", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -91,11 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "configurationDeployedUserCount", n => { ConfigurationDeployedUserCount = n.GetIntValue(); } }, - { "configurationDeploymentSummaryPerApp", n => { ConfigurationDeploymentSummaryPerApp = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ManagedAppPolicyDeploymentSummaryPerApp.CreateFromDiscriminatorValue)?.AsList(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "lastRefreshTime", n => { LastRefreshTime = n.GetDateTimeOffsetValue(); } }, - { "version", n => { Version = n.GetStringValue(); } }, }; } /// @@ -106,11 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("configurationDeployedUserCount", ConfigurationDeployedUserCount); - writer.WriteCollectionOfObjectValues("configurationDeploymentSummaryPerApp", ConfigurationDeploymentSummaryPerApp); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteDateTimeOffsetValue("lastRefreshTime", LastRefreshTime); - writer.WriteStringValue("version", Version); } } } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.cs b/src/Microsoft.Graph/Generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.cs deleted file mode 100644 index 51a14f836f6..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.cs +++ /dev/null @@ -1,108 +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.Models -{ - /// - /// Represents policy deployment summary per app. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ManagedAppPolicyDeploymentSummaryPerApp : IAdditionalDataHolder, IBackedModel, IParsable - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Number of users the policy is applied. - public int? ConfigurationAppliedUserCount - { - get { return BackingStore?.Get("configurationAppliedUserCount"); } - set { BackingStore?.Set("configurationAppliedUserCount", value); } - } - /// Deployment of an app. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.MobileAppIdentifier? MobileAppIdentifier - { - get { return BackingStore?.Get("mobileAppIdentifier"); } - set { BackingStore?.Set("mobileAppIdentifier", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.MobileAppIdentifier MobileAppIdentifier - { - get { return BackingStore?.Get("mobileAppIdentifier"); } - set { BackingStore?.Set("mobileAppIdentifier", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ManagedAppPolicyDeploymentSummaryPerApp() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.ManagedAppPolicyDeploymentSummaryPerApp CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.ManagedAppPolicyDeploymentSummaryPerApp(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "configurationAppliedUserCount", n => { ConfigurationAppliedUserCount = n.GetIntValue(); } }, - { "mobileAppIdentifier", n => { MobileAppIdentifier = n.GetObjectValue(global::Microsoft.Graph.Models.MobileAppIdentifier.CreateFromDiscriminatorValue); } }, - { "@odata.type", n => { OdataType = 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.WriteIntValue("configurationAppliedUserCount", ConfigurationAppliedUserCount); - writer.WriteObjectValue("mobileAppIdentifier", MobileAppIdentifier); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ManagedDeviceMobileAppConfigurationDeviceSummary.cs b/src/Microsoft.Graph/Generated/Models/ManagedDeviceMobileAppConfigurationDeviceSummary.cs index 6448c135837..e412d8de450 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedDeviceMobileAppConfigurationDeviceSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedDeviceMobileAppConfigurationDeviceSummary.cs @@ -13,48 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedDeviceMobileAppConfigurationDeviceSummary : global::Microsoft.Graph.Models.Entity, IParsable { - /// Version of the policy for that overview - public int? ConfigurationVersion - { - get { return BackingStore?.Get("configurationVersion"); } - set { BackingStore?.Set("configurationVersion", value); } - } - /// Number of error devices - public int? ErrorCount - { - get { return BackingStore?.Get("errorCount"); } - set { BackingStore?.Set("errorCount", value); } - } - /// Number of failed devices - public int? FailedCount - { - get { return BackingStore?.Get("failedCount"); } - set { BackingStore?.Set("failedCount", value); } - } - /// Last update time - public DateTimeOffset? LastUpdateDateTime - { - get { return BackingStore?.Get("lastUpdateDateTime"); } - set { BackingStore?.Set("lastUpdateDateTime", value); } - } - /// Number of not applicable devices - public int? NotApplicableCount - { - get { return BackingStore?.Get("notApplicableCount"); } - set { BackingStore?.Set("notApplicableCount", value); } - } - /// Number of pending devices - public int? PendingCount - { - get { return BackingStore?.Get("pendingCount"); } - set { BackingStore?.Set("pendingCount", value); } - } - /// Number of succeeded devices - public int? SuccessCount - { - get { return BackingStore?.Get("successCount"); } - set { BackingStore?.Set("successCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -73,13 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, - { "errorCount", n => { ErrorCount = n.GetIntValue(); } }, - { "failedCount", n => { FailedCount = n.GetIntValue(); } }, - { "lastUpdateDateTime", n => { LastUpdateDateTime = n.GetDateTimeOffsetValue(); } }, - { "notApplicableCount", n => { NotApplicableCount = n.GetIntValue(); } }, - { "pendingCount", n => { PendingCount = n.GetIntValue(); } }, - { "successCount", n => { SuccessCount = n.GetIntValue(); } }, }; } /// @@ -90,13 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("configurationVersion", ConfigurationVersion); - writer.WriteIntValue("errorCount", ErrorCount); - writer.WriteIntValue("failedCount", FailedCount); - writer.WriteDateTimeOffsetValue("lastUpdateDateTime", LastUpdateDateTime); - writer.WriteIntValue("notApplicableCount", NotApplicableCount); - writer.WriteIntValue("pendingCount", PendingCount); - writer.WriteIntValue("successCount", SuccessCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedDeviceMobileAppConfigurationUserSummary.cs b/src/Microsoft.Graph/Generated/Models/ManagedDeviceMobileAppConfigurationUserSummary.cs index 1ee421a6e4c..038467bb57e 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedDeviceMobileAppConfigurationUserSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedDeviceMobileAppConfigurationUserSummary.cs @@ -13,48 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedDeviceMobileAppConfigurationUserSummary : global::Microsoft.Graph.Models.Entity, IParsable { - /// Version of the policy for that overview - public int? ConfigurationVersion - { - get { return BackingStore?.Get("configurationVersion"); } - set { BackingStore?.Set("configurationVersion", value); } - } - /// Number of error Users - public int? ErrorCount - { - get { return BackingStore?.Get("errorCount"); } - set { BackingStore?.Set("errorCount", value); } - } - /// Number of failed Users - public int? FailedCount - { - get { return BackingStore?.Get("failedCount"); } - set { BackingStore?.Set("failedCount", value); } - } - /// Last update time - public DateTimeOffset? LastUpdateDateTime - { - get { return BackingStore?.Get("lastUpdateDateTime"); } - set { BackingStore?.Set("lastUpdateDateTime", value); } - } - /// Number of not applicable users - public int? NotApplicableCount - { - get { return BackingStore?.Get("notApplicableCount"); } - set { BackingStore?.Set("notApplicableCount", value); } - } - /// Number of pending Users - public int? PendingCount - { - get { return BackingStore?.Get("pendingCount"); } - set { BackingStore?.Set("pendingCount", value); } - } - /// Number of succeeded Users - public int? SuccessCount - { - get { return BackingStore?.Get("successCount"); } - set { BackingStore?.Set("successCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -73,13 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, - { "errorCount", n => { ErrorCount = n.GetIntValue(); } }, - { "failedCount", n => { FailedCount = n.GetIntValue(); } }, - { "lastUpdateDateTime", n => { LastUpdateDateTime = n.GetDateTimeOffsetValue(); } }, - { "notApplicableCount", n => { NotApplicableCount = n.GetIntValue(); } }, - { "pendingCount", n => { PendingCount = n.GetIntValue(); } }, - { "successCount", n => { SuccessCount = n.GetIntValue(); } }, }; } /// @@ -90,13 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("configurationVersion", ConfigurationVersion); - writer.WriteIntValue("errorCount", ErrorCount); - writer.WriteIntValue("failedCount", FailedCount); - writer.WriteDateTimeOffsetValue("lastUpdateDateTime", LastUpdateDateTime); - writer.WriteIntValue("notApplicableCount", NotApplicableCount); - writer.WriteIntValue("pendingCount", PendingCount); - writer.WriteIntValue("successCount", SuccessCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedDeviceOverview.cs b/src/Microsoft.Graph/Generated/Models/ManagedDeviceOverview.cs index fda4563880c..64e025ddadc 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedDeviceOverview.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedDeviceOverview.cs @@ -13,56 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedDeviceOverview : global::Microsoft.Graph.Models.Entity, IParsable { - /// Distribution of Exchange Access State in Intune -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DeviceExchangeAccessStateSummary? DeviceExchangeAccessStateSummary - { - get { return BackingStore?.Get("deviceExchangeAccessStateSummary"); } - set { BackingStore?.Set("deviceExchangeAccessStateSummary", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DeviceExchangeAccessStateSummary DeviceExchangeAccessStateSummary - { - get { return BackingStore?.Get("deviceExchangeAccessStateSummary"); } - set { BackingStore?.Set("deviceExchangeAccessStateSummary", value); } - } -#endif - /// Device operating system summary. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DeviceOperatingSystemSummary? DeviceOperatingSystemSummary - { - get { return BackingStore?.Get("deviceOperatingSystemSummary"); } - set { BackingStore?.Set("deviceOperatingSystemSummary", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DeviceOperatingSystemSummary DeviceOperatingSystemSummary - { - get { return BackingStore?.Get("deviceOperatingSystemSummary"); } - set { BackingStore?.Set("deviceOperatingSystemSummary", value); } - } -#endif - /// The number of devices enrolled in both MDM and EAS - public int? DualEnrolledDeviceCount - { - get { return BackingStore?.Get("dualEnrolledDeviceCount"); } - set { BackingStore?.Set("dualEnrolledDeviceCount", value); } - } - /// Total enrolled device count. Does not include PC devices managed via Intune PC Agent - public int? EnrolledDeviceCount - { - get { return BackingStore?.Get("enrolledDeviceCount"); } - set { BackingStore?.Set("enrolledDeviceCount", value); } - } - /// The number of devices enrolled in MDM - public int? MdmEnrolledCount - { - get { return BackingStore?.Get("mdmEnrolledCount"); } - set { BackingStore?.Set("mdmEnrolledCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -81,11 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "deviceExchangeAccessStateSummary", n => { DeviceExchangeAccessStateSummary = n.GetObjectValue(global::Microsoft.Graph.Models.DeviceExchangeAccessStateSummary.CreateFromDiscriminatorValue); } }, - { "deviceOperatingSystemSummary", n => { DeviceOperatingSystemSummary = n.GetObjectValue(global::Microsoft.Graph.Models.DeviceOperatingSystemSummary.CreateFromDiscriminatorValue); } }, - { "dualEnrolledDeviceCount", n => { DualEnrolledDeviceCount = n.GetIntValue(); } }, - { "enrolledDeviceCount", n => { EnrolledDeviceCount = n.GetIntValue(); } }, - { "mdmEnrolledCount", n => { MdmEnrolledCount = n.GetIntValue(); } }, }; } /// @@ -96,11 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("deviceExchangeAccessStateSummary", DeviceExchangeAccessStateSummary); - writer.WriteObjectValue("deviceOperatingSystemSummary", DeviceOperatingSystemSummary); - writer.WriteIntValue("dualEnrolledDeviceCount", DualEnrolledDeviceCount); - writer.WriteIntValue("enrolledDeviceCount", EnrolledDeviceCount); - writer.WriteIntValue("mdmEnrolledCount", MdmEnrolledCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/MicrosoftTrainingAssignmentMapping.cs b/src/Microsoft.Graph/Generated/Models/MicrosoftTrainingAssignmentMapping.cs index c5b18a9fd32..bc2370a2d24 100644 --- a/src/Microsoft.Graph/Generated/Models/MicrosoftTrainingAssignmentMapping.cs +++ b/src/Microsoft.Graph/Generated/Models/MicrosoftTrainingAssignmentMapping.cs @@ -15,16 +15,16 @@ public partial class MicrosoftTrainingAssignmentMapping : global::Microsoft.Grap /// A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? AssignedTo + public List? AssignedTo { - get { return BackingStore?.Get?>("assignedTo"); } + get { return BackingStore?.Get?>("assignedTo"); } set { BackingStore?.Set("assignedTo", value); } } #nullable restore #else - public List AssignedTo + public List AssignedTo { - get { return BackingStore?.Get>("assignedTo"); } + get { return BackingStore?.Get>("assignedTo"); } set { BackingStore?.Set("assignedTo", value); } } #endif @@ -69,7 +69,7 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "assignedTo", n => { AssignedTo = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "assignedTo", n => { AssignedTo = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "training", n => { Training = n.GetObjectValue(global::Microsoft.Graph.Models.Training.CreateFromDiscriminatorValue); } }, }; } @@ -81,7 +81,7 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfEnumValues("assignedTo", AssignedTo); + writer.WriteCollectionOfPrimitiveValues("assignedTo", AssignedTo); writer.WriteObjectValue("training", Training); } } diff --git a/src/Microsoft.Graph/Generated/Models/MultiTenantOrganizationJoinRequestRecord.cs b/src/Microsoft.Graph/Generated/Models/MultiTenantOrganizationJoinRequestRecord.cs index b66327d16b1..2550337b357 100644 --- a/src/Microsoft.Graph/Generated/Models/MultiTenantOrganizationJoinRequestRecord.cs +++ b/src/Microsoft.Graph/Generated/Models/MultiTenantOrganizationJoinRequestRecord.cs @@ -12,50 +12,6 @@ namespace Microsoft.Graph.Models public partial class MultiTenantOrganizationJoinRequestRecord : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Tenant ID of the Microsoft Entra tenant that added a tenant to the multitenant organization. To reset a failed join request, set addedByTenantId to 00000000-0000-0000-0000-000000000000. Required. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? AddedByTenantId - { - get { return BackingStore?.Get("addedByTenantId"); } - set { BackingStore?.Set("addedByTenantId", value); } - } -#nullable restore -#else - public string AddedByTenantId - { - get { return BackingStore?.Get("addedByTenantId"); } - set { BackingStore?.Set("addedByTenantId", value); } - } -#endif - /// State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only. - public global::Microsoft.Graph.Models.MultiTenantOrganizationMemberState? MemberState - { - get { return BackingStore?.Get("memberState"); } - set { BackingStore?.Set("memberState", value); } - } - /// Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization. There can be multiple tenants with the owner role in a multitenant organization. Tenants with the member role can participate in a multitenant organization. - public global::Microsoft.Graph.Models.MultiTenantOrganizationMemberRole? Role - { - get { return BackingStore?.Get("role"); } - set { BackingStore?.Set("role", value); } - } - /// Details of the processing status for a tenant joining a multitenant organization. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.MultiTenantOrganizationJoinRequestTransitionDetails? TransitionDetails - { - get { return BackingStore?.Get("transitionDetails"); } - set { BackingStore?.Set("transitionDetails", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.MultiTenantOrganizationJoinRequestTransitionDetails TransitionDetails - { - get { return BackingStore?.Get("transitionDetails"); } - set { BackingStore?.Set("transitionDetails", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -74,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "addedByTenantId", n => { AddedByTenantId = n.GetStringValue(); } }, - { "memberState", n => { MemberState = n.GetEnumValue(); } }, - { "role", n => { Role = n.GetEnumValue(); } }, - { "transitionDetails", n => { TransitionDetails = n.GetObjectValue(global::Microsoft.Graph.Models.MultiTenantOrganizationJoinRequestTransitionDetails.CreateFromDiscriminatorValue); } }, }; } /// @@ -88,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("addedByTenantId", AddedByTenantId); - writer.WriteEnumValue("memberState", MemberState); - writer.WriteEnumValue("role", Role); - writer.WriteObjectValue("transitionDetails", TransitionDetails); } } } diff --git a/src/Microsoft.Graph/Generated/Models/MultiTenantOrganizationJoinRequestTransitionDetails.cs b/src/Microsoft.Graph/Generated/Models/MultiTenantOrganizationJoinRequestTransitionDetails.cs deleted file mode 100644 index 2e34db3bfcd..00000000000 --- a/src/Microsoft.Graph/Generated/Models/MultiTenantOrganizationJoinRequestTransitionDetails.cs +++ /dev/null @@ -1,115 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class MultiTenantOrganizationJoinRequestTransitionDetails : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// State of the tenant in the multitenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only. - public global::Microsoft.Graph.Models.MultiTenantOrganizationMemberState? DesiredMemberState - { - get { return BackingStore?.Get("desiredMemberState"); } - set { BackingStore?.Set("desiredMemberState", value); } - } - /// Details that explain the processing status if any. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Details - { - get { return BackingStore?.Get("details"); } - set { BackingStore?.Set("details", value); } - } -#nullable restore -#else - public string Details - { - get { return BackingStore?.Get("details"); } - set { BackingStore?.Set("details", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. - public global::Microsoft.Graph.Models.MultiTenantOrganizationMemberProcessingStatus? Status - { - get { return BackingStore?.Get("status"); } - set { BackingStore?.Set("status", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public MultiTenantOrganizationJoinRequestTransitionDetails() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.MultiTenantOrganizationJoinRequestTransitionDetails CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.MultiTenantOrganizationJoinRequestTransitionDetails(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "desiredMemberState", n => { DesiredMemberState = n.GetEnumValue(); } }, - { "details", n => { Details = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "status", n => { Status = n.GetEnumValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteEnumValue("desiredMemberState", DesiredMemberState); - writer.WriteStringValue("details", Details); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteEnumValue("status", Status); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ObjectFlowTypes.cs b/src/Microsoft.Graph/Generated/Models/ObjectFlowTypes.cs deleted file mode 100644 index 1010b850a4a..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ObjectFlowTypes.cs +++ /dev/null @@ -1,29 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - [Flags] - #pragma warning disable CS1591 - public enum ObjectFlowTypes - #pragma warning restore CS1591 - { - [EnumMember(Value = "None")] - #pragma warning disable CS1591 - None = 1, - #pragma warning restore CS1591 - [EnumMember(Value = "Add")] - #pragma warning disable CS1591 - Add = 2, - #pragma warning restore CS1591 - [EnumMember(Value = "Update")] - #pragma warning disable CS1591 - Update = 4, - #pragma warning restore CS1591 - [EnumMember(Value = "Delete")] - #pragma warning disable CS1591 - Delete = 8, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/ObjectIdentity.cs b/src/Microsoft.Graph/Generated/Models/ObjectIdentity.cs deleted file mode 100644 index b99a4f3b0a4..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ObjectIdentity.cs +++ /dev/null @@ -1,135 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ObjectIdentity : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Specifies the issuer of the identity, for example facebook.com. 512 character limit. For local accounts (where signInType isn't federated), this property is the local default domain name for the tenant, for example contoso.com. For guests from other Microsoft Entra organizations, this is the domain of the federated organization, for example contoso.com. For more information about filtering behavior for this property, see Filtering on the identities property of a user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Issuer - { - get { return BackingStore?.Get("issuer"); } - set { BackingStore?.Set("issuer", value); } - } -#nullable restore -#else - public string Issuer - { - get { return BackingStore?.Get("issuer"); } - set { BackingStore?.Set("issuer", value); } - } -#endif - /// Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _ For more information about filtering behavior for this property, see Filtering on the identities property of a user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? IssuerAssignedId - { - get { return BackingStore?.Get("issuerAssignedId"); } - set { BackingStore?.Set("issuerAssignedId", value); } - } -#nullable restore -#else - public string IssuerAssignedId - { - get { return BackingStore?.Get("issuerAssignedId"); } - set { BackingStore?.Set("issuerAssignedId", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SignInType - { - get { return BackingStore?.Get("signInType"); } - set { BackingStore?.Set("signInType", value); } - } -#nullable restore -#else - public string SignInType - { - get { return BackingStore?.Get("signInType"); } - set { BackingStore?.Set("signInType", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ObjectIdentity() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.ObjectIdentity CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.ObjectIdentity(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "issuer", n => { Issuer = n.GetStringValue(); } }, - { "issuerAssignedId", n => { IssuerAssignedId = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "signInType", n => { SignInType = 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("issuer", Issuer); - writer.WriteStringValue("issuerAssignedId", IssuerAssignedId); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteStringValue("signInType", SignInType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ObjectMapping.cs b/src/Microsoft.Graph/Generated/Models/ObjectMapping.cs deleted file mode 100644 index e88a9efa6a7..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ObjectMapping.cs +++ /dev/null @@ -1,205 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ObjectMapping : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Attribute mappings define which attributes to map from the source object into the target object and how they should flow. A number of functions are available to support the transformation of the original source values. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AttributeMappings - { - get { return BackingStore?.Get?>("attributeMappings"); } - set { BackingStore?.Set("attributeMappings", value); } - } -#nullable restore -#else - public List AttributeMappings - { - get { return BackingStore?.Get>("attributeMappings"); } - set { BackingStore?.Set("attributeMappings", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// When true, this object mapping will be processed during synchronization. When false, this object mapping will be skipped. - public bool? Enabled - { - get { return BackingStore?.Get("enabled"); } - set { BackingStore?.Set("enabled", value); } - } - /// The flowTypes property - public global::Microsoft.Graph.Models.ObjectFlowTypes? FlowTypes - { - get { return BackingStore?.Get("flowTypes"); } - set { BackingStore?.Set("flowTypes", value); } - } - /// Additional extension properties. Unless mentioned explicitly, metadata values should not be changed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Metadata - { - get { return BackingStore?.Get?>("metadata"); } - set { BackingStore?.Set("metadata", value); } - } -#nullable restore -#else - public List Metadata - { - get { return BackingStore?.Get>("metadata"); } - set { BackingStore?.Set("metadata", value); } - } -#endif - /// Human-friendly name of the object mapping. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Defines a filter to be used when deciding whether a given object should be provisioned. For example, you might want to only provision users that are located in the US. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Filter? Scope - { - get { return BackingStore?.Get("scope"); } - set { BackingStore?.Set("scope", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Filter Scope - { - get { return BackingStore?.Get("scope"); } - set { BackingStore?.Set("scope", value); } - } -#endif - /// Name of the object in the source directory. Must match the object name from the source directory definition. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SourceObjectName - { - get { return BackingStore?.Get("sourceObjectName"); } - set { BackingStore?.Set("sourceObjectName", value); } - } -#nullable restore -#else - public string SourceObjectName - { - get { return BackingStore?.Get("sourceObjectName"); } - set { BackingStore?.Set("sourceObjectName", value); } - } -#endif - /// Name of the object in target directory. Must match the object name from the target directory definition. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? TargetObjectName - { - get { return BackingStore?.Get("targetObjectName"); } - set { BackingStore?.Set("targetObjectName", value); } - } -#nullable restore -#else - public string TargetObjectName - { - get { return BackingStore?.Get("targetObjectName"); } - set { BackingStore?.Set("targetObjectName", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ObjectMapping() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.ObjectMapping CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.ObjectMapping(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "attributeMappings", n => { AttributeMappings = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AttributeMapping.CreateFromDiscriminatorValue)?.AsList(); } }, - { "enabled", n => { Enabled = n.GetBoolValue(); } }, - { "flowTypes", n => { FlowTypes = n.GetEnumValue(); } }, - { "metadata", n => { Metadata = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ObjectMappingMetadataEntry.CreateFromDiscriminatorValue)?.AsList(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "scope", n => { Scope = n.GetObjectValue(global::Microsoft.Graph.Models.Filter.CreateFromDiscriminatorValue); } }, - { "sourceObjectName", n => { SourceObjectName = n.GetStringValue(); } }, - { "targetObjectName", n => { TargetObjectName = 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.WriteCollectionOfObjectValues("attributeMappings", AttributeMappings); - writer.WriteBoolValue("enabled", Enabled); - writer.WriteEnumValue("flowTypes", FlowTypes); - writer.WriteCollectionOfObjectValues("metadata", Metadata); - writer.WriteStringValue("name", Name); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteObjectValue("scope", Scope); - writer.WriteStringValue("sourceObjectName", SourceObjectName); - writer.WriteStringValue("targetObjectName", TargetObjectName); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadata.cs b/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadata.cs deleted file mode 100644 index a70235455af..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadata.cs +++ /dev/null @@ -1,40 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum ObjectMappingMetadata - #pragma warning restore CS1591 - { - [EnumMember(Value = "EscrowBehavior")] - #pragma warning disable CS1591 - EscrowBehavior, - #pragma warning restore CS1591 - [EnumMember(Value = "DisableMonitoringForChanges")] - #pragma warning disable CS1591 - DisableMonitoringForChanges, - #pragma warning restore CS1591 - [EnumMember(Value = "OriginalJoiningProperty")] - #pragma warning disable CS1591 - OriginalJoiningProperty, - #pragma warning restore CS1591 - [EnumMember(Value = "Disposition")] - #pragma warning disable CS1591 - Disposition, - #pragma warning restore CS1591 - [EnumMember(Value = "IsCustomerDefined")] - #pragma warning disable CS1591 - IsCustomerDefined, - #pragma warning restore CS1591 - [EnumMember(Value = "ExcludeFromReporting")] - #pragma warning disable CS1591 - ExcludeFromReporting, - #pragma warning restore CS1591 - [EnumMember(Value = "Unsynchronized")] - #pragma warning disable CS1591 - Unsynchronized, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadataEntry.cs b/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadataEntry.cs deleted file mode 100644 index 845db04eeda..00000000000 --- a/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadataEntry.cs +++ /dev/null @@ -1,107 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ObjectMappingMetadataEntry : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. - public global::Microsoft.Graph.Models.ObjectMappingMetadata? Key - { - get { return BackingStore?.Get("key"); } - set { BackingStore?.Set("key", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Value of the metadata property. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Value - { - get { return BackingStore?.Get("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public string Value - { - get { return BackingStore?.Get("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ObjectMappingMetadataEntry() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.ObjectMappingMetadataEntry CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.ObjectMappingMetadataEntry(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "key", n => { Key = n.GetEnumValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "value", n => { Value = 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.WriteEnumValue("key", Key); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteStringValue("value", Value); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/OnPremisesConditionalAccessSettings.cs b/src/Microsoft.Graph/Generated/Models/OnPremisesConditionalAccessSettings.cs index 0370fb37528..24029044ca1 100644 --- a/src/Microsoft.Graph/Generated/Models/OnPremisesConditionalAccessSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/OnPremisesConditionalAccessSettings.cs @@ -13,50 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class OnPremisesConditionalAccessSettings : global::Microsoft.Graph.Models.Entity, IParsable { - /// Indicates if on premises conditional access is enabled for this organization - public bool? Enabled - { - get { return BackingStore?.Get("enabled"); } - set { BackingStore?.Set("enabled", value); } - } - /// User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ExcludedGroups - { - get { return BackingStore?.Get?>("excludedGroups"); } - set { BackingStore?.Set("excludedGroups", value); } - } -#nullable restore -#else - public List ExcludedGroups - { - get { return BackingStore?.Get>("excludedGroups"); } - set { BackingStore?.Set("excludedGroups", value); } - } -#endif - /// User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? IncludedGroups - { - get { return BackingStore?.Get?>("includedGroups"); } - set { BackingStore?.Set("includedGroups", value); } - } -#nullable restore -#else - public List IncludedGroups - { - get { return BackingStore?.Get>("includedGroups"); } - set { BackingStore?.Set("includedGroups", value); } - } -#endif - /// Override the default access rule when allowing a device to ensure access is granted. - public bool? OverrideDefaultRule - { - get { return BackingStore?.Get("overrideDefaultRule"); } - set { BackingStore?.Set("overrideDefaultRule", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -75,10 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "enabled", n => { Enabled = n.GetBoolValue(); } }, - { "excludedGroups", n => { ExcludedGroups = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "includedGroups", n => { IncludedGroups = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "overrideDefaultRule", n => { OverrideDefaultRule = n.GetBoolValue(); } }, }; } /// @@ -89,10 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteBoolValue("enabled", Enabled); - writer.WriteCollectionOfPrimitiveValues("excludedGroups", ExcludedGroups); - writer.WriteCollectionOfPrimitiveValues("includedGroups", IncludedGroups); - writer.WriteBoolValue("overrideDefaultRule", OverrideDefaultRule); } } } diff --git a/src/Microsoft.Graph/Generated/Models/OnPremisesExtensionAttributes.cs b/src/Microsoft.Graph/Generated/Models/OnPremisesExtensionAttributes.cs deleted file mode 100644 index 35debbcd635..00000000000 --- a/src/Microsoft.Graph/Generated/Models/OnPremisesExtensionAttributes.cs +++ /dev/null @@ -1,351 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class OnPremisesExtensionAttributes : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// First customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute1 - { - get { return BackingStore?.Get("extensionAttribute1"); } - set { BackingStore?.Set("extensionAttribute1", value); } - } -#nullable restore -#else - public string ExtensionAttribute1 - { - get { return BackingStore?.Get("extensionAttribute1"); } - set { BackingStore?.Set("extensionAttribute1", value); } - } -#endif - /// Tenth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute10 - { - get { return BackingStore?.Get("extensionAttribute10"); } - set { BackingStore?.Set("extensionAttribute10", value); } - } -#nullable restore -#else - public string ExtensionAttribute10 - { - get { return BackingStore?.Get("extensionAttribute10"); } - set { BackingStore?.Set("extensionAttribute10", value); } - } -#endif - /// Eleventh customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute11 - { - get { return BackingStore?.Get("extensionAttribute11"); } - set { BackingStore?.Set("extensionAttribute11", value); } - } -#nullable restore -#else - public string ExtensionAttribute11 - { - get { return BackingStore?.Get("extensionAttribute11"); } - set { BackingStore?.Set("extensionAttribute11", value); } - } -#endif - /// Twelfth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute12 - { - get { return BackingStore?.Get("extensionAttribute12"); } - set { BackingStore?.Set("extensionAttribute12", value); } - } -#nullable restore -#else - public string ExtensionAttribute12 - { - get { return BackingStore?.Get("extensionAttribute12"); } - set { BackingStore?.Set("extensionAttribute12", value); } - } -#endif - /// Thirteenth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute13 - { - get { return BackingStore?.Get("extensionAttribute13"); } - set { BackingStore?.Set("extensionAttribute13", value); } - } -#nullable restore -#else - public string ExtensionAttribute13 - { - get { return BackingStore?.Get("extensionAttribute13"); } - set { BackingStore?.Set("extensionAttribute13", value); } - } -#endif - /// Fourteenth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute14 - { - get { return BackingStore?.Get("extensionAttribute14"); } - set { BackingStore?.Set("extensionAttribute14", value); } - } -#nullable restore -#else - public string ExtensionAttribute14 - { - get { return BackingStore?.Get("extensionAttribute14"); } - set { BackingStore?.Set("extensionAttribute14", value); } - } -#endif - /// Fifteenth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute15 - { - get { return BackingStore?.Get("extensionAttribute15"); } - set { BackingStore?.Set("extensionAttribute15", value); } - } -#nullable restore -#else - public string ExtensionAttribute15 - { - get { return BackingStore?.Get("extensionAttribute15"); } - set { BackingStore?.Set("extensionAttribute15", value); } - } -#endif - /// Second customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute2 - { - get { return BackingStore?.Get("extensionAttribute2"); } - set { BackingStore?.Set("extensionAttribute2", value); } - } -#nullable restore -#else - public string ExtensionAttribute2 - { - get { return BackingStore?.Get("extensionAttribute2"); } - set { BackingStore?.Set("extensionAttribute2", value); } - } -#endif - /// Third customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute3 - { - get { return BackingStore?.Get("extensionAttribute3"); } - set { BackingStore?.Set("extensionAttribute3", value); } - } -#nullable restore -#else - public string ExtensionAttribute3 - { - get { return BackingStore?.Get("extensionAttribute3"); } - set { BackingStore?.Set("extensionAttribute3", value); } - } -#endif - /// Fourth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute4 - { - get { return BackingStore?.Get("extensionAttribute4"); } - set { BackingStore?.Set("extensionAttribute4", value); } - } -#nullable restore -#else - public string ExtensionAttribute4 - { - get { return BackingStore?.Get("extensionAttribute4"); } - set { BackingStore?.Set("extensionAttribute4", value); } - } -#endif - /// Fifth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute5 - { - get { return BackingStore?.Get("extensionAttribute5"); } - set { BackingStore?.Set("extensionAttribute5", value); } - } -#nullable restore -#else - public string ExtensionAttribute5 - { - get { return BackingStore?.Get("extensionAttribute5"); } - set { BackingStore?.Set("extensionAttribute5", value); } - } -#endif - /// Sixth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute6 - { - get { return BackingStore?.Get("extensionAttribute6"); } - set { BackingStore?.Set("extensionAttribute6", value); } - } -#nullable restore -#else - public string ExtensionAttribute6 - { - get { return BackingStore?.Get("extensionAttribute6"); } - set { BackingStore?.Set("extensionAttribute6", value); } - } -#endif - /// Seventh customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute7 - { - get { return BackingStore?.Get("extensionAttribute7"); } - set { BackingStore?.Set("extensionAttribute7", value); } - } -#nullable restore -#else - public string ExtensionAttribute7 - { - get { return BackingStore?.Get("extensionAttribute7"); } - set { BackingStore?.Set("extensionAttribute7", value); } - } -#endif - /// Eighth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute8 - { - get { return BackingStore?.Get("extensionAttribute8"); } - set { BackingStore?.Set("extensionAttribute8", value); } - } -#nullable restore -#else - public string ExtensionAttribute8 - { - get { return BackingStore?.Get("extensionAttribute8"); } - set { BackingStore?.Set("extensionAttribute8", value); } - } -#endif - /// Ninth customizable extension attribute. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExtensionAttribute9 - { - get { return BackingStore?.Get("extensionAttribute9"); } - set { BackingStore?.Set("extensionAttribute9", value); } - } -#nullable restore -#else - public string ExtensionAttribute9 - { - get { return BackingStore?.Get("extensionAttribute9"); } - set { BackingStore?.Set("extensionAttribute9", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public OnPremisesExtensionAttributes() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.OnPremisesExtensionAttributes CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.OnPremisesExtensionAttributes(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "extensionAttribute1", n => { ExtensionAttribute1 = n.GetStringValue(); } }, - { "extensionAttribute10", n => { ExtensionAttribute10 = n.GetStringValue(); } }, - { "extensionAttribute11", n => { ExtensionAttribute11 = n.GetStringValue(); } }, - { "extensionAttribute12", n => { ExtensionAttribute12 = n.GetStringValue(); } }, - { "extensionAttribute13", n => { ExtensionAttribute13 = n.GetStringValue(); } }, - { "extensionAttribute14", n => { ExtensionAttribute14 = n.GetStringValue(); } }, - { "extensionAttribute15", n => { ExtensionAttribute15 = n.GetStringValue(); } }, - { "extensionAttribute2", n => { ExtensionAttribute2 = n.GetStringValue(); } }, - { "extensionAttribute3", n => { ExtensionAttribute3 = n.GetStringValue(); } }, - { "extensionAttribute4", n => { ExtensionAttribute4 = n.GetStringValue(); } }, - { "extensionAttribute5", n => { ExtensionAttribute5 = n.GetStringValue(); } }, - { "extensionAttribute6", n => { ExtensionAttribute6 = n.GetStringValue(); } }, - { "extensionAttribute7", n => { ExtensionAttribute7 = n.GetStringValue(); } }, - { "extensionAttribute8", n => { ExtensionAttribute8 = n.GetStringValue(); } }, - { "extensionAttribute9", n => { ExtensionAttribute9 = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = 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("extensionAttribute1", ExtensionAttribute1); - writer.WriteStringValue("extensionAttribute10", ExtensionAttribute10); - writer.WriteStringValue("extensionAttribute11", ExtensionAttribute11); - writer.WriteStringValue("extensionAttribute12", ExtensionAttribute12); - writer.WriteStringValue("extensionAttribute13", ExtensionAttribute13); - writer.WriteStringValue("extensionAttribute14", ExtensionAttribute14); - writer.WriteStringValue("extensionAttribute15", ExtensionAttribute15); - writer.WriteStringValue("extensionAttribute2", ExtensionAttribute2); - writer.WriteStringValue("extensionAttribute3", ExtensionAttribute3); - writer.WriteStringValue("extensionAttribute4", ExtensionAttribute4); - writer.WriteStringValue("extensionAttribute5", ExtensionAttribute5); - writer.WriteStringValue("extensionAttribute6", ExtensionAttribute6); - writer.WriteStringValue("extensionAttribute7", ExtensionAttribute7); - writer.WriteStringValue("extensionAttribute8", ExtensionAttribute8); - writer.WriteStringValue("extensionAttribute9", ExtensionAttribute9); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Onenote.cs b/src/Microsoft.Graph/Generated/Models/Onenote.cs index 0c551b069b1..cc76906dd95 100644 --- a/src/Microsoft.Graph/Generated/Models/Onenote.cs +++ b/src/Microsoft.Graph/Generated/Models/Onenote.cs @@ -12,102 +12,6 @@ namespace Microsoft.Graph.Models public partial class Onenote : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Notebooks - { - get { return BackingStore?.Get?>("notebooks"); } - set { BackingStore?.Set("notebooks", value); } - } -#nullable restore -#else - public List Notebooks - { - get { return BackingStore?.Get>("notebooks"); } - set { BackingStore?.Set("notebooks", value); } - } -#endif - /// The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Operations - { - get { return BackingStore?.Get?>("operations"); } - set { BackingStore?.Set("operations", value); } - } -#nullable restore -#else - public List Operations - { - get { return BackingStore?.Get>("operations"); } - set { BackingStore?.Set("operations", value); } - } -#endif - /// The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Pages - { - get { return BackingStore?.Get?>("pages"); } - set { BackingStore?.Set("pages", value); } - } -#nullable restore -#else - public List Pages - { - get { return BackingStore?.Get>("pages"); } - set { BackingStore?.Set("pages", value); } - } -#endif - /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Resources - { - get { return BackingStore?.Get?>("resources"); } - set { BackingStore?.Set("resources", value); } - } -#nullable restore -#else - public List Resources - { - get { return BackingStore?.Get>("resources"); } - set { BackingStore?.Set("resources", value); } - } -#endif - /// The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? SectionGroups - { - get { return BackingStore?.Get?>("sectionGroups"); } - set { BackingStore?.Set("sectionGroups", value); } - } -#nullable restore -#else - public List SectionGroups - { - get { return BackingStore?.Get>("sectionGroups"); } - set { BackingStore?.Set("sectionGroups", value); } - } -#endif - /// The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Sections - { - get { return BackingStore?.Get?>("sections"); } - set { BackingStore?.Set("sections", value); } - } -#nullable restore -#else - public List Sections - { - get { return BackingStore?.Get>("sections"); } - set { BackingStore?.Set("sections", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -126,12 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "notebooks", n => { Notebooks = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Notebook.CreateFromDiscriminatorValue)?.AsList(); } }, - { "operations", n => { Operations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.OnenoteOperation.CreateFromDiscriminatorValue)?.AsList(); } }, - { "pages", n => { Pages = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.OnenotePage.CreateFromDiscriminatorValue)?.AsList(); } }, - { "resources", n => { Resources = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.OnenoteResource.CreateFromDiscriminatorValue)?.AsList(); } }, - { "sectionGroups", n => { SectionGroups = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SectionGroup.CreateFromDiscriminatorValue)?.AsList(); } }, - { "sections", n => { Sections = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.OnenoteSection.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -142,12 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("notebooks", Notebooks); - writer.WriteCollectionOfObjectValues("operations", Operations); - writer.WriteCollectionOfObjectValues("pages", Pages); - writer.WriteCollectionOfObjectValues("resources", Resources); - writer.WriteCollectionOfObjectValues("sectionGroups", SectionGroups); - writer.WriteCollectionOfObjectValues("sections", Sections); } } } diff --git a/src/Microsoft.Graph/Generated/Models/OrganizationalBrandingProperties.cs b/src/Microsoft.Graph/Generated/Models/OrganizationalBrandingProperties.cs index a3a92376652..25d41aa8de5 100644 --- a/src/Microsoft.Graph/Generated/Models/OrganizationalBrandingProperties.cs +++ b/src/Microsoft.Graph/Generated/Models/OrganizationalBrandingProperties.cs @@ -12,502 +12,6 @@ namespace Microsoft.Graph.Models public partial class OrganizationalBrandingProperties : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Color that appears in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? BackgroundColor - { - get { return BackingStore?.Get("backgroundColor"); } - set { BackingStore?.Set("backgroundColor", value); } - } -#nullable restore -#else - public string BackgroundColor - { - get { return BackingStore?.Get("backgroundColor"); } - set { BackingStore?.Set("backgroundColor", value); } - } -#endif - /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public byte[]? BackgroundImage - { - get { return BackingStore?.Get("backgroundImage"); } - set { BackingStore?.Set("backgroundImage", value); } - } -#nullable restore -#else - public byte[] BackgroundImage - { - get { return BackingStore?.Get("backgroundImage"); } - set { BackingStore?.Set("backgroundImage", value); } - } -#endif - /// A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? BackgroundImageRelativeUrl - { - get { return BackingStore?.Get("backgroundImageRelativeUrl"); } - set { BackingStore?.Set("backgroundImageRelativeUrl", value); } - } -#nullable restore -#else - public string BackgroundImageRelativeUrl - { - get { return BackingStore?.Get("backgroundImageRelativeUrl"); } - set { BackingStore?.Set("backgroundImageRelativeUrl", value); } - } -#endif - /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public byte[]? BannerLogo - { - get { return BackingStore?.Get("bannerLogo"); } - set { BackingStore?.Set("bannerLogo", value); } - } -#nullable restore -#else - public byte[] BannerLogo - { - get { return BackingStore?.Get("bannerLogo"); } - set { BackingStore?.Set("bannerLogo", value); } - } -#endif - /// A relative URL for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? BannerLogoRelativeUrl - { - get { return BackingStore?.Get("bannerLogoRelativeUrl"); } - set { BackingStore?.Set("bannerLogoRelativeUrl", value); } - } -#nullable restore -#else - public string BannerLogoRelativeUrl - { - get { return BackingStore?.Get("bannerLogoRelativeUrl"); } - set { BackingStore?.Set("bannerLogoRelativeUrl", value); } - } -#endif - /// A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CdnList - { - get { return BackingStore?.Get?>("cdnList"); } - set { BackingStore?.Set("cdnList", value); } - } -#nullable restore -#else - public List CdnList - { - get { return BackingStore?.Get>("cdnList"); } - set { BackingStore?.Set("cdnList", value); } - } -#endif - /// Represents the content options to be customized throughout the authentication flow for a tenant. NOTE: Supported by Microsoft Entra External ID in external tenants only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ContentCustomization? ContentCustomization - { - get { return BackingStore?.Get("contentCustomization"); } - set { BackingStore?.Set("contentCustomization", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ContentCustomization ContentCustomization - { - get { return BackingStore?.Get("contentCustomization"); } - set { BackingStore?.Set("contentCustomization", value); } - } -#endif - /// A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomAccountResetCredentialsUrl - { - get { return BackingStore?.Get("customAccountResetCredentialsUrl"); } - set { BackingStore?.Set("customAccountResetCredentialsUrl", value); } - } -#nullable restore -#else - public string CustomAccountResetCredentialsUrl - { - get { return BackingStore?.Get("customAccountResetCredentialsUrl"); } - set { BackingStore?.Set("customAccountResetCredentialsUrl", value); } - } -#endif - /// A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomCannotAccessYourAccountText - { - get { return BackingStore?.Get("customCannotAccessYourAccountText"); } - set { BackingStore?.Set("customCannotAccessYourAccountText", value); } - } -#nullable restore -#else - public string CustomCannotAccessYourAccountText - { - get { return BackingStore?.Get("customCannotAccessYourAccountText"); } - set { BackingStore?.Set("customCannotAccessYourAccountText", value); } - } -#endif - /// A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomCannotAccessYourAccountUrl - { - get { return BackingStore?.Get("customCannotAccessYourAccountUrl"); } - set { BackingStore?.Set("customCannotAccessYourAccountUrl", value); } - } -#nullable restore -#else - public string CustomCannotAccessYourAccountUrl - { - get { return BackingStore?.Get("customCannotAccessYourAccountUrl"); } - set { BackingStore?.Set("customCannotAccessYourAccountUrl", value); } - } -#endif - /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public byte[]? CustomCSS - { - get { return BackingStore?.Get("customCSS"); } - set { BackingStore?.Set("customCSS", value); } - } -#nullable restore -#else - public byte[] CustomCSS - { - get { return BackingStore?.Get("customCSS"); } - set { BackingStore?.Set("customCSS", value); } - } -#endif - /// A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomCSSRelativeUrl - { - get { return BackingStore?.Get("customCSSRelativeUrl"); } - set { BackingStore?.Set("customCSSRelativeUrl", value); } - } -#nullable restore -#else - public string CustomCSSRelativeUrl - { - get { return BackingStore?.Get("customCSSRelativeUrl"); } - set { BackingStore?.Set("customCSSRelativeUrl", value); } - } -#endif - /// A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomForgotMyPasswordText - { - get { return BackingStore?.Get("customForgotMyPasswordText"); } - set { BackingStore?.Set("customForgotMyPasswordText", value); } - } -#nullable restore -#else - public string CustomForgotMyPasswordText - { - get { return BackingStore?.Get("customForgotMyPasswordText"); } - set { BackingStore?.Set("customForgotMyPasswordText", value); } - } -#endif - /// A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomPrivacyAndCookiesText - { - get { return BackingStore?.Get("customPrivacyAndCookiesText"); } - set { BackingStore?.Set("customPrivacyAndCookiesText", value); } - } -#nullable restore -#else - public string CustomPrivacyAndCookiesText - { - get { return BackingStore?.Get("customPrivacyAndCookiesText"); } - set { BackingStore?.Set("customPrivacyAndCookiesText", value); } - } -#endif - /// A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomPrivacyAndCookiesUrl - { - get { return BackingStore?.Get("customPrivacyAndCookiesUrl"); } - set { BackingStore?.Set("customPrivacyAndCookiesUrl", value); } - } -#nullable restore -#else - public string CustomPrivacyAndCookiesUrl - { - get { return BackingStore?.Get("customPrivacyAndCookiesUrl"); } - set { BackingStore?.Set("customPrivacyAndCookiesUrl", value); } - } -#endif - /// A string to replace the default 'reset it now' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. DO NOT USE: Customization of the 'reset it now' hyperlink text is currently not supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomResetItNowText - { - get { return BackingStore?.Get("customResetItNowText"); } - set { BackingStore?.Set("customResetItNowText", value); } - } -#nullable restore -#else - public string CustomResetItNowText - { - get { return BackingStore?.Get("customResetItNowText"); } - set { BackingStore?.Set("customResetItNowText", value); } - } -#endif - /// A string to replace the the default 'Terms of Use' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomTermsOfUseText - { - get { return BackingStore?.Get("customTermsOfUseText"); } - set { BackingStore?.Set("customTermsOfUseText", value); } - } -#nullable restore -#else - public string CustomTermsOfUseText - { - get { return BackingStore?.Get("customTermsOfUseText"); } - set { BackingStore?.Set("customTermsOfUseText", value); } - } -#endif - /// A custom URL to replace the default URL of the 'Terms of Use' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CustomTermsOfUseUrl - { - get { return BackingStore?.Get("customTermsOfUseUrl"); } - set { BackingStore?.Set("customTermsOfUseUrl", value); } - } -#nullable restore -#else - public string CustomTermsOfUseUrl - { - get { return BackingStore?.Get("customTermsOfUseUrl"); } - set { BackingStore?.Set("customTermsOfUseUrl", value); } - } -#endif - /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public byte[]? Favicon - { - get { return BackingStore?.Get("favicon"); } - set { BackingStore?.Set("favicon", value); } - } -#nullable restore -#else - public byte[] Favicon - { - get { return BackingStore?.Get("favicon"); } - set { BackingStore?.Set("favicon", value); } - } -#endif - /// A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? FaviconRelativeUrl - { - get { return BackingStore?.Get("faviconRelativeUrl"); } - set { BackingStore?.Set("faviconRelativeUrl", value); } - } -#nullable restore -#else - public string FaviconRelativeUrl - { - get { return BackingStore?.Get("faviconRelativeUrl"); } - set { BackingStore?.Set("faviconRelativeUrl", value); } - } -#endif - /// The RGB color to apply to customize the color of the header. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? HeaderBackgroundColor - { - get { return BackingStore?.Get("headerBackgroundColor"); } - set { BackingStore?.Set("headerBackgroundColor", value); } - } -#nullable restore -#else - public string HeaderBackgroundColor - { - get { return BackingStore?.Get("headerBackgroundColor"); } - set { BackingStore?.Set("headerBackgroundColor", value); } - } -#endif - /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public byte[]? HeaderLogo - { - get { return BackingStore?.Get("headerLogo"); } - set { BackingStore?.Set("headerLogo", value); } - } -#nullable restore -#else - public byte[] HeaderLogo - { - get { return BackingStore?.Get("headerLogo"); } - set { BackingStore?.Set("headerLogo", value); } - } -#endif - /// A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? HeaderLogoRelativeUrl - { - get { return BackingStore?.Get("headerLogoRelativeUrl"); } - set { BackingStore?.Set("headerLogoRelativeUrl", value); } - } -#nullable restore -#else - public string HeaderLogoRelativeUrl - { - get { return BackingStore?.Get("headerLogoRelativeUrl"); } - set { BackingStore?.Set("headerLogoRelativeUrl", value); } - } -#endif - /// Represents the layout configuration to be displayed on the login page for a tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.LoginPageLayoutConfiguration? LoginPageLayoutConfiguration - { - get { return BackingStore?.Get("loginPageLayoutConfiguration"); } - set { BackingStore?.Set("loginPageLayoutConfiguration", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.LoginPageLayoutConfiguration LoginPageLayoutConfiguration - { - get { return BackingStore?.Get("loginPageLayoutConfiguration"); } - set { BackingStore?.Set("loginPageLayoutConfiguration", value); } - } -#endif - /// Represents the various texts that can be hidden on the login page for a tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.LoginPageTextVisibilitySettings? LoginPageTextVisibilitySettings - { - get { return BackingStore?.Get("loginPageTextVisibilitySettings"); } - set { BackingStore?.Set("loginPageTextVisibilitySettings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.LoginPageTextVisibilitySettings LoginPageTextVisibilitySettings - { - get { return BackingStore?.Get("loginPageTextVisibilitySettings"); } - set { BackingStore?.Set("loginPageTextVisibilitySettings", value); } - } -#endif - /// Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SignInPageText - { - get { return BackingStore?.Get("signInPageText"); } - set { BackingStore?.Set("signInPageText", value); } - } -#nullable restore -#else - public string SignInPageText - { - get { return BackingStore?.Get("signInPageText"); } - set { BackingStore?.Set("signInPageText", value); } - } -#endif - /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public byte[]? SquareLogo - { - get { return BackingStore?.Get("squareLogo"); } - set { BackingStore?.Set("squareLogo", value); } - } -#nullable restore -#else - public byte[] SquareLogo - { - get { return BackingStore?.Get("squareLogo"); } - set { BackingStore?.Set("squareLogo", value); } - } -#endif - /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public byte[]? SquareLogoDark - { - get { return BackingStore?.Get("squareLogoDark"); } - set { BackingStore?.Set("squareLogoDark", value); } - } -#nullable restore -#else - public byte[] SquareLogoDark - { - get { return BackingStore?.Get("squareLogoDark"); } - set { BackingStore?.Set("squareLogoDark", value); } - } -#endif - /// A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SquareLogoDarkRelativeUrl - { - get { return BackingStore?.Get("squareLogoDarkRelativeUrl"); } - set { BackingStore?.Set("squareLogoDarkRelativeUrl", value); } - } -#nullable restore -#else - public string SquareLogoDarkRelativeUrl - { - get { return BackingStore?.Get("squareLogoDarkRelativeUrl"); } - set { BackingStore?.Set("squareLogoDarkRelativeUrl", value); } - } -#endif - /// A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SquareLogoRelativeUrl - { - get { return BackingStore?.Get("squareLogoRelativeUrl"); } - set { BackingStore?.Set("squareLogoRelativeUrl", value); } - } -#nullable restore -#else - public string SquareLogoRelativeUrl - { - get { return BackingStore?.Get("squareLogoRelativeUrl"); } - set { BackingStore?.Set("squareLogoRelativeUrl", value); } - } -#endif - /// A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? UsernameHintText - { - get { return BackingStore?.Get("usernameHintText"); } - set { BackingStore?.Set("usernameHintText", value); } - } -#nullable restore -#else - public string UsernameHintText - { - get { return BackingStore?.Get("usernameHintText"); } - set { BackingStore?.Set("usernameHintText", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -532,37 +36,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "backgroundColor", n => { BackgroundColor = n.GetStringValue(); } }, - { "backgroundImage", n => { BackgroundImage = n.GetByteArrayValue(); } }, - { "backgroundImageRelativeUrl", n => { BackgroundImageRelativeUrl = n.GetStringValue(); } }, - { "bannerLogo", n => { BannerLogo = n.GetByteArrayValue(); } }, - { "bannerLogoRelativeUrl", n => { BannerLogoRelativeUrl = n.GetStringValue(); } }, - { "cdnList", n => { CdnList = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "contentCustomization", n => { ContentCustomization = n.GetObjectValue(global::Microsoft.Graph.Models.ContentCustomization.CreateFromDiscriminatorValue); } }, - { "customAccountResetCredentialsUrl", n => { CustomAccountResetCredentialsUrl = n.GetStringValue(); } }, - { "customCSS", n => { CustomCSS = n.GetByteArrayValue(); } }, - { "customCSSRelativeUrl", n => { CustomCSSRelativeUrl = n.GetStringValue(); } }, - { "customCannotAccessYourAccountText", n => { CustomCannotAccessYourAccountText = n.GetStringValue(); } }, - { "customCannotAccessYourAccountUrl", n => { CustomCannotAccessYourAccountUrl = n.GetStringValue(); } }, - { "customForgotMyPasswordText", n => { CustomForgotMyPasswordText = n.GetStringValue(); } }, - { "customPrivacyAndCookiesText", n => { CustomPrivacyAndCookiesText = n.GetStringValue(); } }, - { "customPrivacyAndCookiesUrl", n => { CustomPrivacyAndCookiesUrl = n.GetStringValue(); } }, - { "customResetItNowText", n => { CustomResetItNowText = n.GetStringValue(); } }, - { "customTermsOfUseText", n => { CustomTermsOfUseText = n.GetStringValue(); } }, - { "customTermsOfUseUrl", n => { CustomTermsOfUseUrl = n.GetStringValue(); } }, - { "favicon", n => { Favicon = n.GetByteArrayValue(); } }, - { "faviconRelativeUrl", n => { FaviconRelativeUrl = n.GetStringValue(); } }, - { "headerBackgroundColor", n => { HeaderBackgroundColor = n.GetStringValue(); } }, - { "headerLogo", n => { HeaderLogo = n.GetByteArrayValue(); } }, - { "headerLogoRelativeUrl", n => { HeaderLogoRelativeUrl = n.GetStringValue(); } }, - { "loginPageLayoutConfiguration", n => { LoginPageLayoutConfiguration = n.GetObjectValue(global::Microsoft.Graph.Models.LoginPageLayoutConfiguration.CreateFromDiscriminatorValue); } }, - { "loginPageTextVisibilitySettings", n => { LoginPageTextVisibilitySettings = n.GetObjectValue(global::Microsoft.Graph.Models.LoginPageTextVisibilitySettings.CreateFromDiscriminatorValue); } }, - { "signInPageText", n => { SignInPageText = n.GetStringValue(); } }, - { "squareLogo", n => { SquareLogo = n.GetByteArrayValue(); } }, - { "squareLogoDark", n => { SquareLogoDark = n.GetByteArrayValue(); } }, - { "squareLogoDarkRelativeUrl", n => { SquareLogoDarkRelativeUrl = n.GetStringValue(); } }, - { "squareLogoRelativeUrl", n => { SquareLogoRelativeUrl = n.GetStringValue(); } }, - { "usernameHintText", n => { UsernameHintText = n.GetStringValue(); } }, }; } /// @@ -573,37 +46,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("backgroundColor", BackgroundColor); - writer.WriteByteArrayValue("backgroundImage", BackgroundImage); - writer.WriteStringValue("backgroundImageRelativeUrl", BackgroundImageRelativeUrl); - writer.WriteByteArrayValue("bannerLogo", BannerLogo); - writer.WriteStringValue("bannerLogoRelativeUrl", BannerLogoRelativeUrl); - writer.WriteCollectionOfPrimitiveValues("cdnList", CdnList); - writer.WriteObjectValue("contentCustomization", ContentCustomization); - writer.WriteStringValue("customAccountResetCredentialsUrl", CustomAccountResetCredentialsUrl); - writer.WriteStringValue("customCannotAccessYourAccountText", CustomCannotAccessYourAccountText); - writer.WriteStringValue("customCannotAccessYourAccountUrl", CustomCannotAccessYourAccountUrl); - writer.WriteByteArrayValue("customCSS", CustomCSS); - writer.WriteStringValue("customCSSRelativeUrl", CustomCSSRelativeUrl); - writer.WriteStringValue("customForgotMyPasswordText", CustomForgotMyPasswordText); - writer.WriteStringValue("customPrivacyAndCookiesText", CustomPrivacyAndCookiesText); - writer.WriteStringValue("customPrivacyAndCookiesUrl", CustomPrivacyAndCookiesUrl); - writer.WriteStringValue("customResetItNowText", CustomResetItNowText); - writer.WriteStringValue("customTermsOfUseText", CustomTermsOfUseText); - writer.WriteStringValue("customTermsOfUseUrl", CustomTermsOfUseUrl); - writer.WriteByteArrayValue("favicon", Favicon); - writer.WriteStringValue("faviconRelativeUrl", FaviconRelativeUrl); - writer.WriteStringValue("headerBackgroundColor", HeaderBackgroundColor); - writer.WriteByteArrayValue("headerLogo", HeaderLogo); - writer.WriteStringValue("headerLogoRelativeUrl", HeaderLogoRelativeUrl); - writer.WriteObjectValue("loginPageLayoutConfiguration", LoginPageLayoutConfiguration); - writer.WriteObjectValue("loginPageTextVisibilitySettings", LoginPageTextVisibilitySettings); - writer.WriteStringValue("signInPageText", SignInPageText); - writer.WriteByteArrayValue("squareLogo", SquareLogo); - writer.WriteByteArrayValue("squareLogoDark", SquareLogoDark); - writer.WriteStringValue("squareLogoDarkRelativeUrl", SquareLogoDarkRelativeUrl); - writer.WriteStringValue("squareLogoRelativeUrl", SquareLogoRelativeUrl); - writer.WriteStringValue("usernameHintText", UsernameHintText); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Partners/Billing/Billing.cs b/src/Microsoft.Graph/Generated/Models/Partners/Billing/Billing.cs index ecf01a8858d..252debd92e8 100644 --- a/src/Microsoft.Graph/Generated/Models/Partners/Billing/Billing.cs +++ b/src/Microsoft.Graph/Generated/Models/Partners/Billing/Billing.cs @@ -12,70 +12,6 @@ namespace Microsoft.Graph.Models.Partners.Billing public partial class Billing : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents metadata for the exported data. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Manifests - { - get { return BackingStore?.Get?>("manifests"); } - set { BackingStore?.Set("manifests", value); } - } -#nullable restore -#else - public List Manifests - { - get { return BackingStore?.Get>("manifests"); } - set { BackingStore?.Set("manifests", value); } - } -#endif - /// Represents an operation to export the billing data of a partner. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Operations - { - get { return BackingStore?.Get?>("operations"); } - set { BackingStore?.Set("operations", value); } - } -#nullable restore -#else - public List Operations - { - get { return BackingStore?.Get>("operations"); } - set { BackingStore?.Set("operations", value); } - } -#endif - /// The reconciliation property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Partners.Billing.BillingReconciliation? Reconciliation - { - get { return BackingStore?.Get("reconciliation"); } - set { BackingStore?.Set("reconciliation", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Partners.Billing.BillingReconciliation Reconciliation - { - get { return BackingStore?.Get("reconciliation"); } - set { BackingStore?.Set("reconciliation", value); } - } -#endif - /// The usage property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Partners.Billing.AzureUsage? Usage - { - get { return BackingStore?.Get("usage"); } - set { BackingStore?.Set("usage", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Partners.Billing.AzureUsage Usage - { - get { return BackingStore?.Get("usage"); } - set { BackingStore?.Set("usage", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -94,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "manifests", n => { Manifests = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Partners.Billing.Manifest.CreateFromDiscriminatorValue)?.AsList(); } }, - { "operations", n => { Operations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Partners.Billing.Operation.CreateFromDiscriminatorValue)?.AsList(); } }, - { "reconciliation", n => { Reconciliation = n.GetObjectValue(global::Microsoft.Graph.Models.Partners.Billing.BillingReconciliation.CreateFromDiscriminatorValue); } }, - { "usage", n => { Usage = n.GetObjectValue(global::Microsoft.Graph.Models.Partners.Billing.AzureUsage.CreateFromDiscriminatorValue); } }, }; } /// @@ -108,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("manifests", Manifests); - writer.WriteCollectionOfObjectValues("operations", Operations); - writer.WriteObjectValue("reconciliation", Reconciliation); - writer.WriteObjectValue("usage", Usage); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerAssignedToTaskBoardTaskFormat.cs b/src/Microsoft.Graph/Generated/Models/PlannerAssignedToTaskBoardTaskFormat.cs index 11f77078e74..3202a5fefb5 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerAssignedToTaskBoardTaskFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerAssignedToTaskBoardTaskFormat.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class PlannerAssignedToTaskBoardTaskFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PlannerOrderHintsByAssignee? OrderHintsByAssignee - { - get { return BackingStore?.Get("orderHintsByAssignee"); } - set { BackingStore?.Set("orderHintsByAssignee", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PlannerOrderHintsByAssignee OrderHintsByAssignee - { - get { return BackingStore?.Get("orderHintsByAssignee"); } - set { BackingStore?.Set("orderHintsByAssignee", value); } - } -#endif - /// Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? UnassignedOrderHint - { - get { return BackingStore?.Get("unassignedOrderHint"); } - set { BackingStore?.Set("unassignedOrderHint", value); } - } -#nullable restore -#else - public string UnassignedOrderHint - { - get { return BackingStore?.Get("unassignedOrderHint"); } - set { BackingStore?.Set("unassignedOrderHint", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "orderHintsByAssignee", n => { OrderHintsByAssignee = n.GetObjectValue(global::Microsoft.Graph.Models.PlannerOrderHintsByAssignee.CreateFromDiscriminatorValue); } }, - { "unassignedOrderHint", n => { UnassignedOrderHint = n.GetStringValue(); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("orderHintsByAssignee", OrderHintsByAssignee); - writer.WriteStringValue("unassignedOrderHint", UnassignedOrderHint); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerBucketTaskBoardTaskFormat.cs b/src/Microsoft.Graph/Generated/Models/PlannerBucketTaskBoardTaskFormat.cs index 81d5d5bfca8..cc524fe6a07 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerBucketTaskBoardTaskFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerBucketTaskBoardTaskFormat.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class PlannerBucketTaskBoardTaskFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OrderHint - { - get { return BackingStore?.Get("orderHint"); } - set { BackingStore?.Set("orderHint", value); } - } -#nullable restore -#else - public string OrderHint - { - get { return BackingStore?.Get("orderHint"); } - set { BackingStore?.Set("orderHint", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "orderHint", n => { OrderHint = n.GetStringValue(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("orderHint", OrderHint); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerCategoryDescriptions.cs b/src/Microsoft.Graph/Generated/Models/PlannerCategoryDescriptions.cs deleted file mode 100644 index d3989452e2a..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PlannerCategoryDescriptions.cs +++ /dev/null @@ -1,531 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class PlannerCategoryDescriptions : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The label associated with Category 1 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category1 - { - get { return BackingStore?.Get("category1"); } - set { BackingStore?.Set("category1", value); } - } -#nullable restore -#else - public string Category1 - { - get { return BackingStore?.Get("category1"); } - set { BackingStore?.Set("category1", value); } - } -#endif - /// The label associated with Category 10 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category10 - { - get { return BackingStore?.Get("category10"); } - set { BackingStore?.Set("category10", value); } - } -#nullable restore -#else - public string Category10 - { - get { return BackingStore?.Get("category10"); } - set { BackingStore?.Set("category10", value); } - } -#endif - /// The label associated with Category 11 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category11 - { - get { return BackingStore?.Get("category11"); } - set { BackingStore?.Set("category11", value); } - } -#nullable restore -#else - public string Category11 - { - get { return BackingStore?.Get("category11"); } - set { BackingStore?.Set("category11", value); } - } -#endif - /// The label associated with Category 12 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category12 - { - get { return BackingStore?.Get("category12"); } - set { BackingStore?.Set("category12", value); } - } -#nullable restore -#else - public string Category12 - { - get { return BackingStore?.Get("category12"); } - set { BackingStore?.Set("category12", value); } - } -#endif - /// The label associated with Category 13 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category13 - { - get { return BackingStore?.Get("category13"); } - set { BackingStore?.Set("category13", value); } - } -#nullable restore -#else - public string Category13 - { - get { return BackingStore?.Get("category13"); } - set { BackingStore?.Set("category13", value); } - } -#endif - /// The label associated with Category 14 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category14 - { - get { return BackingStore?.Get("category14"); } - set { BackingStore?.Set("category14", value); } - } -#nullable restore -#else - public string Category14 - { - get { return BackingStore?.Get("category14"); } - set { BackingStore?.Set("category14", value); } - } -#endif - /// The label associated with Category 15 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category15 - { - get { return BackingStore?.Get("category15"); } - set { BackingStore?.Set("category15", value); } - } -#nullable restore -#else - public string Category15 - { - get { return BackingStore?.Get("category15"); } - set { BackingStore?.Set("category15", value); } - } -#endif - /// The label associated with Category 16 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category16 - { - get { return BackingStore?.Get("category16"); } - set { BackingStore?.Set("category16", value); } - } -#nullable restore -#else - public string Category16 - { - get { return BackingStore?.Get("category16"); } - set { BackingStore?.Set("category16", value); } - } -#endif - /// The label associated with Category 17 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category17 - { - get { return BackingStore?.Get("category17"); } - set { BackingStore?.Set("category17", value); } - } -#nullable restore -#else - public string Category17 - { - get { return BackingStore?.Get("category17"); } - set { BackingStore?.Set("category17", value); } - } -#endif - /// The label associated with Category 18 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category18 - { - get { return BackingStore?.Get("category18"); } - set { BackingStore?.Set("category18", value); } - } -#nullable restore -#else - public string Category18 - { - get { return BackingStore?.Get("category18"); } - set { BackingStore?.Set("category18", value); } - } -#endif - /// The label associated with Category 19 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category19 - { - get { return BackingStore?.Get("category19"); } - set { BackingStore?.Set("category19", value); } - } -#nullable restore -#else - public string Category19 - { - get { return BackingStore?.Get("category19"); } - set { BackingStore?.Set("category19", value); } - } -#endif - /// The label associated with Category 2 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category2 - { - get { return BackingStore?.Get("category2"); } - set { BackingStore?.Set("category2", value); } - } -#nullable restore -#else - public string Category2 - { - get { return BackingStore?.Get("category2"); } - set { BackingStore?.Set("category2", value); } - } -#endif - /// The label associated with Category 20 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category20 - { - get { return BackingStore?.Get("category20"); } - set { BackingStore?.Set("category20", value); } - } -#nullable restore -#else - public string Category20 - { - get { return BackingStore?.Get("category20"); } - set { BackingStore?.Set("category20", value); } - } -#endif - /// The label associated with Category 21 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category21 - { - get { return BackingStore?.Get("category21"); } - set { BackingStore?.Set("category21", value); } - } -#nullable restore -#else - public string Category21 - { - get { return BackingStore?.Get("category21"); } - set { BackingStore?.Set("category21", value); } - } -#endif - /// The label associated with Category 22 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category22 - { - get { return BackingStore?.Get("category22"); } - set { BackingStore?.Set("category22", value); } - } -#nullable restore -#else - public string Category22 - { - get { return BackingStore?.Get("category22"); } - set { BackingStore?.Set("category22", value); } - } -#endif - /// The label associated with Category 23 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category23 - { - get { return BackingStore?.Get("category23"); } - set { BackingStore?.Set("category23", value); } - } -#nullable restore -#else - public string Category23 - { - get { return BackingStore?.Get("category23"); } - set { BackingStore?.Set("category23", value); } - } -#endif - /// The label associated with Category 24 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category24 - { - get { return BackingStore?.Get("category24"); } - set { BackingStore?.Set("category24", value); } - } -#nullable restore -#else - public string Category24 - { - get { return BackingStore?.Get("category24"); } - set { BackingStore?.Set("category24", value); } - } -#endif - /// The label associated with Category 25 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category25 - { - get { return BackingStore?.Get("category25"); } - set { BackingStore?.Set("category25", value); } - } -#nullable restore -#else - public string Category25 - { - get { return BackingStore?.Get("category25"); } - set { BackingStore?.Set("category25", value); } - } -#endif - /// The label associated with Category 3 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category3 - { - get { return BackingStore?.Get("category3"); } - set { BackingStore?.Set("category3", value); } - } -#nullable restore -#else - public string Category3 - { - get { return BackingStore?.Get("category3"); } - set { BackingStore?.Set("category3", value); } - } -#endif - /// The label associated with Category 4 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category4 - { - get { return BackingStore?.Get("category4"); } - set { BackingStore?.Set("category4", value); } - } -#nullable restore -#else - public string Category4 - { - get { return BackingStore?.Get("category4"); } - set { BackingStore?.Set("category4", value); } - } -#endif - /// The label associated with Category 5 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category5 - { - get { return BackingStore?.Get("category5"); } - set { BackingStore?.Set("category5", value); } - } -#nullable restore -#else - public string Category5 - { - get { return BackingStore?.Get("category5"); } - set { BackingStore?.Set("category5", value); } - } -#endif - /// The label associated with Category 6 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category6 - { - get { return BackingStore?.Get("category6"); } - set { BackingStore?.Set("category6", value); } - } -#nullable restore -#else - public string Category6 - { - get { return BackingStore?.Get("category6"); } - set { BackingStore?.Set("category6", value); } - } -#endif - /// The label associated with Category 7 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category7 - { - get { return BackingStore?.Get("category7"); } - set { BackingStore?.Set("category7", value); } - } -#nullable restore -#else - public string Category7 - { - get { return BackingStore?.Get("category7"); } - set { BackingStore?.Set("category7", value); } - } -#endif - /// The label associated with Category 8 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category8 - { - get { return BackingStore?.Get("category8"); } - set { BackingStore?.Set("category8", value); } - } -#nullable restore -#else - public string Category8 - { - get { return BackingStore?.Get("category8"); } - set { BackingStore?.Set("category8", value); } - } -#endif - /// The label associated with Category 9 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Category9 - { - get { return BackingStore?.Get("category9"); } - set { BackingStore?.Set("category9", value); } - } -#nullable restore -#else - public string Category9 - { - get { return BackingStore?.Get("category9"); } - set { BackingStore?.Set("category9", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public PlannerCategoryDescriptions() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.PlannerCategoryDescriptions CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.PlannerCategoryDescriptions(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "category1", n => { Category1 = n.GetStringValue(); } }, - { "category10", n => { Category10 = n.GetStringValue(); } }, - { "category11", n => { Category11 = n.GetStringValue(); } }, - { "category12", n => { Category12 = n.GetStringValue(); } }, - { "category13", n => { Category13 = n.GetStringValue(); } }, - { "category14", n => { Category14 = n.GetStringValue(); } }, - { "category15", n => { Category15 = n.GetStringValue(); } }, - { "category16", n => { Category16 = n.GetStringValue(); } }, - { "category17", n => { Category17 = n.GetStringValue(); } }, - { "category18", n => { Category18 = n.GetStringValue(); } }, - { "category19", n => { Category19 = n.GetStringValue(); } }, - { "category2", n => { Category2 = n.GetStringValue(); } }, - { "category20", n => { Category20 = n.GetStringValue(); } }, - { "category21", n => { Category21 = n.GetStringValue(); } }, - { "category22", n => { Category22 = n.GetStringValue(); } }, - { "category23", n => { Category23 = n.GetStringValue(); } }, - { "category24", n => { Category24 = n.GetStringValue(); } }, - { "category25", n => { Category25 = n.GetStringValue(); } }, - { "category3", n => { Category3 = n.GetStringValue(); } }, - { "category4", n => { Category4 = n.GetStringValue(); } }, - { "category5", n => { Category5 = n.GetStringValue(); } }, - { "category6", n => { Category6 = n.GetStringValue(); } }, - { "category7", n => { Category7 = n.GetStringValue(); } }, - { "category8", n => { Category8 = n.GetStringValue(); } }, - { "category9", n => { Category9 = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = 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("category1", Category1); - writer.WriteStringValue("category10", Category10); - writer.WriteStringValue("category11", Category11); - writer.WriteStringValue("category12", Category12); - writer.WriteStringValue("category13", Category13); - writer.WriteStringValue("category14", Category14); - writer.WriteStringValue("category15", Category15); - writer.WriteStringValue("category16", Category16); - writer.WriteStringValue("category17", Category17); - writer.WriteStringValue("category18", Category18); - writer.WriteStringValue("category19", Category19); - writer.WriteStringValue("category2", Category2); - writer.WriteStringValue("category20", Category20); - writer.WriteStringValue("category21", Category21); - writer.WriteStringValue("category22", Category22); - writer.WriteStringValue("category23", Category23); - writer.WriteStringValue("category24", Category24); - writer.WriteStringValue("category25", Category25); - writer.WriteStringValue("category3", Category3); - writer.WriteStringValue("category4", Category4); - writer.WriteStringValue("category5", Category5); - writer.WriteStringValue("category6", Category6); - writer.WriteStringValue("category7", Category7); - writer.WriteStringValue("category8", Category8); - writer.WriteStringValue("category9", Category9); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/PlannerChecklistItems.cs b/src/Microsoft.Graph/Generated/Models/PlannerChecklistItems.cs deleted file mode 100644 index b1a05f9f1ca..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PlannerChecklistItems.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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class PlannerChecklistItems : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public PlannerChecklistItems() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.PlannerChecklistItems CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.PlannerChecklistItems(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = 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("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/PlannerExternalReferences.cs b/src/Microsoft.Graph/Generated/Models/PlannerExternalReferences.cs deleted file mode 100644 index defac7e3810..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PlannerExternalReferences.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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class PlannerExternalReferences : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public PlannerExternalReferences() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.PlannerExternalReferences CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.PlannerExternalReferences(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = 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("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/PlannerGroup.cs b/src/Microsoft.Graph/Generated/Models/PlannerGroup.cs index 65a2a8b6975..fa71a939e23 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerGroup.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerGroup.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class PlannerGroup : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Read-only. Nullable. Returns the plannerPlans owned by the group. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Plans - { - get { return BackingStore?.Get?>("plans"); } - set { BackingStore?.Set("plans", value); } - } -#nullable restore -#else - public List Plans - { - get { return BackingStore?.Get>("plans"); } - set { BackingStore?.Set("plans", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "plans", n => { Plans = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.PlannerPlan.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("plans", Plans); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerOrderHintsByAssignee.cs b/src/Microsoft.Graph/Generated/Models/PlannerOrderHintsByAssignee.cs deleted file mode 100644 index 9a2d526ab50..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PlannerOrderHintsByAssignee.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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class PlannerOrderHintsByAssignee : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public PlannerOrderHintsByAssignee() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.PlannerOrderHintsByAssignee CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.PlannerOrderHintsByAssignee(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = 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("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/PlannerPlanDetails.cs b/src/Microsoft.Graph/Generated/Models/PlannerPlanDetails.cs index 0723b9ac43e..f3db0880872 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerPlanDetails.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerPlanDetails.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class PlannerPlanDetails : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// An object that specifies the descriptions of the 25 categories that can be associated with tasks in the plan. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PlannerCategoryDescriptions? CategoryDescriptions - { - get { return BackingStore?.Get("categoryDescriptions"); } - set { BackingStore?.Set("categoryDescriptions", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PlannerCategoryDescriptions CategoryDescriptions - { - get { return BackingStore?.Get("categoryDescriptions"); } - set { BackingStore?.Set("categoryDescriptions", value); } - } -#endif - /// Set of user IDs that this plan is shared with. If you're using Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it isn't required for them to access the plan owned by the group. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PlannerUserIds? SharedWith - { - get { return BackingStore?.Get("sharedWith"); } - set { BackingStore?.Set("sharedWith", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PlannerUserIds SharedWith - { - get { return BackingStore?.Get("sharedWith"); } - set { BackingStore?.Set("sharedWith", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "categoryDescriptions", n => { CategoryDescriptions = n.GetObjectValue(global::Microsoft.Graph.Models.PlannerCategoryDescriptions.CreateFromDiscriminatorValue); } }, - { "sharedWith", n => { SharedWith = n.GetObjectValue(global::Microsoft.Graph.Models.PlannerUserIds.CreateFromDiscriminatorValue); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("categoryDescriptions", CategoryDescriptions); - writer.WriteObjectValue("sharedWith", SharedWith); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerProgressTaskBoardTaskFormat.cs b/src/Microsoft.Graph/Generated/Models/PlannerProgressTaskBoardTaskFormat.cs index 3c4e7f0c8d8..bf283afd028 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerProgressTaskBoardTaskFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerProgressTaskBoardTaskFormat.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class PlannerProgressTaskBoardTaskFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OrderHint - { - get { return BackingStore?.Get("orderHint"); } - set { BackingStore?.Set("orderHint", value); } - } -#nullable restore -#else - public string OrderHint - { - get { return BackingStore?.Get("orderHint"); } - set { BackingStore?.Set("orderHint", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "orderHint", n => { OrderHint = n.GetStringValue(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("orderHint", OrderHint); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerTaskDetails.cs b/src/Microsoft.Graph/Generated/Models/PlannerTaskDetails.cs index b3ab676e111..527c9b5a597 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerTaskDetails.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerTaskDetails.cs @@ -12,60 +12,6 @@ namespace Microsoft.Graph.Models public partial class PlannerTaskDetails : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The collection of checklist items on the task. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PlannerChecklistItems? Checklist - { - get { return BackingStore?.Get("checklist"); } - set { BackingStore?.Set("checklist", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PlannerChecklistItems Checklist - { - get { return BackingStore?.Get("checklist"); } - set { BackingStore?.Set("checklist", value); } - } -#endif - /// Description of the task. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. - public global::Microsoft.Graph.Models.PlannerPreviewType? PreviewType - { - get { return BackingStore?.Get("previewType"); } - set { BackingStore?.Set("previewType", value); } - } - /// The collection of references on the task. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PlannerExternalReferences? References - { - get { return BackingStore?.Get("references"); } - set { BackingStore?.Set("references", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PlannerExternalReferences References - { - get { return BackingStore?.Get("references"); } - set { BackingStore?.Set("references", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -84,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "checklist", n => { Checklist = n.GetObjectValue(global::Microsoft.Graph.Models.PlannerChecklistItems.CreateFromDiscriminatorValue); } }, - { "description", n => { Description = n.GetStringValue(); } }, - { "previewType", n => { PreviewType = n.GetEnumValue(); } }, - { "references", n => { References = n.GetObjectValue(global::Microsoft.Graph.Models.PlannerExternalReferences.CreateFromDiscriminatorValue); } }, }; } /// @@ -98,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("checklist", Checklist); - writer.WriteStringValue("description", Description); - writer.WriteEnumValue("previewType", PreviewType); - writer.WriteObjectValue("references", References); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerUserIds.cs b/src/Microsoft.Graph/Generated/Models/PlannerUserIds.cs deleted file mode 100644 index 0bdf3d5e854..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PlannerUserIds.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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class PlannerUserIds : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public PlannerUserIds() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.PlannerUserIds CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.PlannerUserIds(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = 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("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/PolicyTemplate.cs b/src/Microsoft.Graph/Generated/Models/PolicyTemplate.cs index ae3d9a93acf..326e3ce3a3d 100644 --- a/src/Microsoft.Graph/Generated/Models/PolicyTemplate.cs +++ b/src/Microsoft.Graph/Generated/Models/PolicyTemplate.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class PolicyTemplate : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Defines an optional cross-tenant access policy template with user synchronization settings for a multitenant organization. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.MultiTenantOrganizationIdentitySyncPolicyTemplate? MultiTenantOrganizationIdentitySynchronization - { - get { return BackingStore?.Get("multiTenantOrganizationIdentitySynchronization"); } - set { BackingStore?.Set("multiTenantOrganizationIdentitySynchronization", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.MultiTenantOrganizationIdentitySyncPolicyTemplate MultiTenantOrganizationIdentitySynchronization - { - get { return BackingStore?.Get("multiTenantOrganizationIdentitySynchronization"); } - set { BackingStore?.Set("multiTenantOrganizationIdentitySynchronization", value); } - } -#endif - /// Defines an optional cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.MultiTenantOrganizationPartnerConfigurationTemplate? MultiTenantOrganizationPartnerConfiguration - { - get { return BackingStore?.Get("multiTenantOrganizationPartnerConfiguration"); } - set { BackingStore?.Set("multiTenantOrganizationPartnerConfiguration", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.MultiTenantOrganizationPartnerConfigurationTemplate MultiTenantOrganizationPartnerConfiguration - { - get { return BackingStore?.Get("multiTenantOrganizationPartnerConfiguration"); } - set { BackingStore?.Set("multiTenantOrganizationPartnerConfiguration", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "multiTenantOrganizationIdentitySynchronization", n => { MultiTenantOrganizationIdentitySynchronization = n.GetObjectValue(global::Microsoft.Graph.Models.MultiTenantOrganizationIdentitySyncPolicyTemplate.CreateFromDiscriminatorValue); } }, - { "multiTenantOrganizationPartnerConfiguration", n => { MultiTenantOrganizationPartnerConfiguration = n.GetObjectValue(global::Microsoft.Graph.Models.MultiTenantOrganizationPartnerConfigurationTemplate.CreateFromDiscriminatorValue); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("multiTenantOrganizationIdentitySynchronization", MultiTenantOrganizationIdentitySynchronization); - writer.WriteObjectValue("multiTenantOrganizationPartnerConfiguration", MultiTenantOrganizationPartnerConfiguration); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PrintFinishing.cs b/src/Microsoft.Graph/Generated/Models/PrintFinishing.cs deleted file mode 100644 index 9f512ef23d0..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PrintFinishing.cs +++ /dev/null @@ -1,276 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum PrintFinishing - #pragma warning restore CS1591 - { - [EnumMember(Value = "none")] - #pragma warning disable CS1591 - None, - #pragma warning restore CS1591 - [EnumMember(Value = "staple")] - #pragma warning disable CS1591 - Staple, - #pragma warning restore CS1591 - [EnumMember(Value = "punch")] - #pragma warning disable CS1591 - Punch, - #pragma warning restore CS1591 - [EnumMember(Value = "cover")] - #pragma warning disable CS1591 - Cover, - #pragma warning restore CS1591 - [EnumMember(Value = "bind")] - #pragma warning disable CS1591 - Bind, - #pragma warning restore CS1591 - [EnumMember(Value = "saddleStitch")] - #pragma warning disable CS1591 - SaddleStitch, - #pragma warning restore CS1591 - [EnumMember(Value = "stitchEdge")] - #pragma warning disable CS1591 - StitchEdge, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleTopLeft")] - #pragma warning disable CS1591 - StapleTopLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleBottomLeft")] - #pragma warning disable CS1591 - StapleBottomLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleTopRight")] - #pragma warning disable CS1591 - StapleTopRight, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleBottomRight")] - #pragma warning disable CS1591 - StapleBottomRight, - #pragma warning restore CS1591 - [EnumMember(Value = "stitchLeftEdge")] - #pragma warning disable CS1591 - StitchLeftEdge, - #pragma warning restore CS1591 - [EnumMember(Value = "stitchTopEdge")] - #pragma warning disable CS1591 - StitchTopEdge, - #pragma warning restore CS1591 - [EnumMember(Value = "stitchRightEdge")] - #pragma warning disable CS1591 - StitchRightEdge, - #pragma warning restore CS1591 - [EnumMember(Value = "stitchBottomEdge")] - #pragma warning disable CS1591 - StitchBottomEdge, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleDualLeft")] - #pragma warning disable CS1591 - StapleDualLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleDualTop")] - #pragma warning disable CS1591 - StapleDualTop, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleDualRight")] - #pragma warning disable CS1591 - StapleDualRight, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleDualBottom")] - #pragma warning disable CS1591 - StapleDualBottom, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleTripleLeft")] - #pragma warning disable CS1591 - StapleTripleLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleTripleTop")] - #pragma warning disable CS1591 - StapleTripleTop, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleTripleRight")] - #pragma warning disable CS1591 - StapleTripleRight, - #pragma warning restore CS1591 - [EnumMember(Value = "stapleTripleBottom")] - #pragma warning disable CS1591 - StapleTripleBottom, - #pragma warning restore CS1591 - [EnumMember(Value = "bindLeft")] - #pragma warning disable CS1591 - BindLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "bindTop")] - #pragma warning disable CS1591 - BindTop, - #pragma warning restore CS1591 - [EnumMember(Value = "bindRight")] - #pragma warning disable CS1591 - BindRight, - #pragma warning restore CS1591 - [EnumMember(Value = "bindBottom")] - #pragma warning disable CS1591 - BindBottom, - #pragma warning restore CS1591 - [EnumMember(Value = "foldAccordion")] - #pragma warning disable CS1591 - FoldAccordion, - #pragma warning restore CS1591 - [EnumMember(Value = "foldDoubleGate")] - #pragma warning disable CS1591 - FoldDoubleGate, - #pragma warning restore CS1591 - [EnumMember(Value = "foldGate")] - #pragma warning disable CS1591 - FoldGate, - #pragma warning restore CS1591 - [EnumMember(Value = "foldHalf")] - #pragma warning disable CS1591 - FoldHalf, - #pragma warning restore CS1591 - [EnumMember(Value = "foldHalfZ")] - #pragma warning disable CS1591 - FoldHalfZ, - #pragma warning restore CS1591 - [EnumMember(Value = "foldLeftGate")] - #pragma warning disable CS1591 - FoldLeftGate, - #pragma warning restore CS1591 - [EnumMember(Value = "foldLetter")] - #pragma warning disable CS1591 - FoldLetter, - #pragma warning restore CS1591 - [EnumMember(Value = "foldParallel")] - #pragma warning disable CS1591 - FoldParallel, - #pragma warning restore CS1591 - [EnumMember(Value = "foldPoster")] - #pragma warning disable CS1591 - FoldPoster, - #pragma warning restore CS1591 - [EnumMember(Value = "foldRightGate")] - #pragma warning disable CS1591 - FoldRightGate, - #pragma warning restore CS1591 - [EnumMember(Value = "foldZ")] - #pragma warning disable CS1591 - FoldZ, - #pragma warning restore CS1591 - [EnumMember(Value = "foldEngineeringZ")] - #pragma warning disable CS1591 - FoldEngineeringZ, - #pragma warning restore CS1591 - [EnumMember(Value = "punchTopLeft")] - #pragma warning disable CS1591 - PunchTopLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "punchBottomLeft")] - #pragma warning disable CS1591 - PunchBottomLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "punchTopRight")] - #pragma warning disable CS1591 - PunchTopRight, - #pragma warning restore CS1591 - [EnumMember(Value = "punchBottomRight")] - #pragma warning disable CS1591 - PunchBottomRight, - #pragma warning restore CS1591 - [EnumMember(Value = "punchDualLeft")] - #pragma warning disable CS1591 - PunchDualLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "punchDualTop")] - #pragma warning disable CS1591 - PunchDualTop, - #pragma warning restore CS1591 - [EnumMember(Value = "punchDualRight")] - #pragma warning disable CS1591 - PunchDualRight, - #pragma warning restore CS1591 - [EnumMember(Value = "punchDualBottom")] - #pragma warning disable CS1591 - PunchDualBottom, - #pragma warning restore CS1591 - [EnumMember(Value = "punchTripleLeft")] - #pragma warning disable CS1591 - PunchTripleLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "punchTripleTop")] - #pragma warning disable CS1591 - PunchTripleTop, - #pragma warning restore CS1591 - [EnumMember(Value = "punchTripleRight")] - #pragma warning disable CS1591 - PunchTripleRight, - #pragma warning restore CS1591 - [EnumMember(Value = "punchTripleBottom")] - #pragma warning disable CS1591 - PunchTripleBottom, - #pragma warning restore CS1591 - [EnumMember(Value = "punchQuadLeft")] - #pragma warning disable CS1591 - PunchQuadLeft, - #pragma warning restore CS1591 - [EnumMember(Value = "punchQuadTop")] - #pragma warning disable CS1591 - PunchQuadTop, - #pragma warning restore CS1591 - [EnumMember(Value = "punchQuadRight")] - #pragma warning disable CS1591 - PunchQuadRight, - #pragma warning restore CS1591 - [EnumMember(Value = "punchQuadBottom")] - #pragma warning disable CS1591 - PunchQuadBottom, - #pragma warning restore CS1591 - [EnumMember(Value = "fold")] - #pragma warning disable CS1591 - Fold, - #pragma warning restore CS1591 - [EnumMember(Value = "trim")] - #pragma warning disable CS1591 - Trim, - #pragma warning restore CS1591 - [EnumMember(Value = "bale")] - #pragma warning disable CS1591 - Bale, - #pragma warning restore CS1591 - [EnumMember(Value = "bookletMaker")] - #pragma warning disable CS1591 - BookletMaker, - #pragma warning restore CS1591 - [EnumMember(Value = "coat")] - #pragma warning disable CS1591 - Coat, - #pragma warning restore CS1591 - [EnumMember(Value = "laminate")] - #pragma warning disable CS1591 - Laminate, - #pragma warning restore CS1591 - [EnumMember(Value = "trimAfterPages")] - #pragma warning disable CS1591 - TrimAfterPages, - #pragma warning restore CS1591 - [EnumMember(Value = "trimAfterDocuments")] - #pragma warning disable CS1591 - TrimAfterDocuments, - #pragma warning restore CS1591 - [EnumMember(Value = "trimAfterCopies")] - #pragma warning disable CS1591 - TrimAfterCopies, - #pragma warning restore CS1591 - [EnumMember(Value = "trimAfterJob")] - #pragma warning disable CS1591 - TrimAfterJob, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs b/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs index 88a3750c914..006b52b6805 100644 --- a/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs @@ -60,16 +60,16 @@ public int? Dpi /// Finishing processes to use when printing. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? Finishings + public List? Finishings { - get { return BackingStore?.Get?>("finishings"); } + get { return BackingStore?.Get?>("finishings"); } set { BackingStore?.Set("finishings", value); } } #nullable restore #else - public List Finishings + public List Finishings { - get { return BackingStore?.Get>("finishings"); } + get { return BackingStore?.Get>("finishings"); } set { BackingStore?.Set("finishings", value); } } #endif @@ -253,7 +253,7 @@ public virtual IDictionary> GetFieldDeserializers() { "dpi", n => { Dpi = n.GetIntValue(); } }, { "duplexMode", n => { DuplexMode = n.GetEnumValue(); } }, { "feedOrientation", n => { FeedOrientation = n.GetEnumValue(); } }, - { "finishings", n => { Finishings = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "finishings", n => { Finishings = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "fitPdfToPage", n => { FitPdfToPage = n.GetBoolValue(); } }, { "inputBin", n => { InputBin = n.GetStringValue(); } }, { "margin", n => { Margin = n.GetObjectValue(global::Microsoft.Graph.Models.PrintMargin.CreateFromDiscriminatorValue); } }, @@ -282,7 +282,7 @@ public virtual void Serialize(ISerializationWriter writer) writer.WriteIntValue("dpi", Dpi); writer.WriteEnumValue("duplexMode", DuplexMode); writer.WriteEnumValue("feedOrientation", FeedOrientation); - writer.WriteCollectionOfEnumValues("finishings", Finishings); + writer.WriteCollectionOfPrimitiveValues("finishings", Finishings); writer.WriteBoolValue("fitPdfToPage", FitPdfToPage); writer.WriteStringValue("inputBin", InputBin); writer.WriteObjectValue("margin", Margin); diff --git a/src/Microsoft.Graph/Generated/Models/PrinterBase.cs b/src/Microsoft.Graph/Generated/Models/PrinterBase.cs index f581ccd4a18..ea6740471f1 100644 --- a/src/Microsoft.Graph/Generated/Models/PrinterBase.cs +++ b/src/Microsoft.Graph/Generated/Models/PrinterBase.cs @@ -12,140 +12,6 @@ namespace Microsoft.Graph.Models public partial class PrinterBase : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The capabilities of the printer/printerShare. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PrinterCapabilities? Capabilities - { - get { return BackingStore?.Get("capabilities"); } - set { BackingStore?.Set("capabilities", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PrinterCapabilities Capabilities - { - get { return BackingStore?.Get("capabilities"); } - set { BackingStore?.Set("capabilities", value); } - } -#endif - /// The default print settings of printer/printerShare. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PrinterDefaults? Defaults - { - get { return BackingStore?.Get("defaults"); } - set { BackingStore?.Set("defaults", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PrinterDefaults Defaults - { - get { return BackingStore?.Get("defaults"); } - set { BackingStore?.Set("defaults", value); } - } -#endif - /// The name of the printer/printerShare. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Specifies whether the printer/printerShare is currently accepting new print jobs. - public bool? IsAcceptingJobs - { - get { return BackingStore?.Get("isAcceptingJobs"); } - set { BackingStore?.Set("isAcceptingJobs", value); } - } - /// The list of jobs that are queued for printing by the printer/printerShare. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Jobs - { - get { return BackingStore?.Get?>("jobs"); } - set { BackingStore?.Set("jobs", value); } - } -#nullable restore -#else - public List Jobs - { - get { return BackingStore?.Get>("jobs"); } - set { BackingStore?.Set("jobs", value); } - } -#endif - /// The physical and/or organizational location of the printer/printerShare. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PrinterLocation? Location - { - get { return BackingStore?.Get("location"); } - set { BackingStore?.Set("location", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PrinterLocation Location - { - get { return BackingStore?.Get("location"); } - set { BackingStore?.Set("location", value); } - } -#endif - /// The manufacturer of the printer/printerShare. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Manufacturer - { - get { return BackingStore?.Get("manufacturer"); } - set { BackingStore?.Set("manufacturer", value); } - } -#nullable restore -#else - public string Manufacturer - { - get { return BackingStore?.Get("manufacturer"); } - set { BackingStore?.Set("manufacturer", value); } - } -#endif - /// The model name of the printer/printerShare. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Model - { - get { return BackingStore?.Get("model"); } - set { BackingStore?.Set("model", value); } - } -#nullable restore -#else - public string Model - { - get { return BackingStore?.Get("model"); } - set { BackingStore?.Set("model", value); } - } -#endif - /// The status property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PrinterStatus? Status - { - get { return BackingStore?.Get("status"); } - set { BackingStore?.Set("status", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PrinterStatus Status - { - get { return BackingStore?.Get("status"); } - set { BackingStore?.Set("status", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -170,15 +36,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "capabilities", n => { Capabilities = n.GetObjectValue(global::Microsoft.Graph.Models.PrinterCapabilities.CreateFromDiscriminatorValue); } }, - { "defaults", n => { Defaults = n.GetObjectValue(global::Microsoft.Graph.Models.PrinterDefaults.CreateFromDiscriminatorValue); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "isAcceptingJobs", n => { IsAcceptingJobs = n.GetBoolValue(); } }, - { "jobs", n => { Jobs = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.PrintJob.CreateFromDiscriminatorValue)?.AsList(); } }, - { "location", n => { Location = n.GetObjectValue(global::Microsoft.Graph.Models.PrinterLocation.CreateFromDiscriminatorValue); } }, - { "manufacturer", n => { Manufacturer = n.GetStringValue(); } }, - { "model", n => { Model = n.GetStringValue(); } }, - { "status", n => { Status = n.GetObjectValue(global::Microsoft.Graph.Models.PrinterStatus.CreateFromDiscriminatorValue); } }, }; } /// @@ -189,15 +46,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("capabilities", Capabilities); - writer.WriteObjectValue("defaults", Defaults); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteBoolValue("isAcceptingJobs", IsAcceptingJobs); - writer.WriteCollectionOfObjectValues("jobs", Jobs); - writer.WriteObjectValue("location", Location); - writer.WriteStringValue("manufacturer", Manufacturer); - writer.WriteStringValue("model", Model); - writer.WriteObjectValue("status", Status); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PrinterCapabilities.cs b/src/Microsoft.Graph/Generated/Models/PrinterCapabilities.cs deleted file mode 100644 index 296403c86c1..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PrinterCapabilities.cs +++ /dev/null @@ -1,491 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class PrinterCapabilities : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// A list of supported bottom margins(in microns) for the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? BottomMargins - { - get { return BackingStore?.Get?>("bottomMargins"); } - set { BackingStore?.Set("bottomMargins", value); } - } -#nullable restore -#else - public List BottomMargins - { - get { return BackingStore?.Get>("bottomMargins"); } - set { BackingStore?.Set("bottomMargins", value); } - } -#endif - /// True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. - public bool? Collation - { - get { return BackingStore?.Get("collation"); } - set { BackingStore?.Set("collation", value); } - } - /// The color modes supported by the printer. Valid values are described in the following table. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ColorModes - { - get { return BackingStore?.Get?>("colorModes"); } - set { BackingStore?.Set("colorModes", value); } - } -#nullable restore -#else - public List ColorModes - { - get { return BackingStore?.Get>("colorModes"); } - set { BackingStore?.Set("colorModes", value); } - } -#endif - /// A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ContentTypes - { - get { return BackingStore?.Get?>("contentTypes"); } - set { BackingStore?.Set("contentTypes", value); } - } -#nullable restore -#else - public List ContentTypes - { - get { return BackingStore?.Get>("contentTypes"); } - set { BackingStore?.Set("contentTypes", value); } - } -#endif - /// The range of copies per job supported by the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IntegerRange? CopiesPerJob - { - get { return BackingStore?.Get("copiesPerJob"); } - set { BackingStore?.Set("copiesPerJob", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IntegerRange CopiesPerJob - { - get { return BackingStore?.Get("copiesPerJob"); } - set { BackingStore?.Set("copiesPerJob", value); } - } -#endif - /// The list of print resolutions in DPI that are supported by the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Dpis - { - get { return BackingStore?.Get?>("dpis"); } - set { BackingStore?.Set("dpis", value); } - } -#nullable restore -#else - public List Dpis - { - get { return BackingStore?.Get>("dpis"); } - set { BackingStore?.Set("dpis", value); } - } -#endif - /// The list of duplex modes that are supported by the printer. Valid values are described in the following table. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? DuplexModes - { - get { return BackingStore?.Get?>("duplexModes"); } - set { BackingStore?.Set("duplexModes", value); } - } -#nullable restore -#else - public List DuplexModes - { - get { return BackingStore?.Get>("duplexModes"); } - set { BackingStore?.Set("duplexModes", value); } - } -#endif - /// The list of feed orientations that are supported by the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? FeedOrientations - { - get { return BackingStore?.Get?>("feedOrientations"); } - set { BackingStore?.Set("feedOrientations", value); } - } -#nullable restore -#else - public List FeedOrientations - { - get { return BackingStore?.Get>("feedOrientations"); } - set { BackingStore?.Set("feedOrientations", value); } - } -#endif - /// Finishing processes the printer supports for a printed document. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Finishings - { - get { return BackingStore?.Get?>("finishings"); } - set { BackingStore?.Set("finishings", value); } - } -#nullable restore -#else - public List Finishings - { - get { return BackingStore?.Get>("finishings"); } - set { BackingStore?.Set("finishings", value); } - } -#endif - /// Supported input bins for the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? InputBins - { - get { return BackingStore?.Get?>("inputBins"); } - set { BackingStore?.Set("inputBins", value); } - } -#nullable restore -#else - public List InputBins - { - get { return BackingStore?.Get>("inputBins"); } - set { BackingStore?.Set("inputBins", value); } - } -#endif - /// True if color printing is supported by the printer; false otherwise. Read-only. - public bool? IsColorPrintingSupported - { - get { return BackingStore?.Get("isColorPrintingSupported"); } - set { BackingStore?.Set("isColorPrintingSupported", value); } - } - /// True if the printer supports printing by page ranges; false otherwise. - public bool? IsPageRangeSupported - { - get { return BackingStore?.Get("isPageRangeSupported"); } - set { BackingStore?.Set("isPageRangeSupported", value); } - } - /// A list of supported left margins(in microns) for the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? LeftMargins - { - get { return BackingStore?.Get?>("leftMargins"); } - set { BackingStore?.Set("leftMargins", value); } - } -#nullable restore -#else - public List LeftMargins - { - get { return BackingStore?.Get>("leftMargins"); } - set { BackingStore?.Set("leftMargins", value); } - } -#endif - /// The media (i.e., paper) colors supported by the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? MediaColors - { - get { return BackingStore?.Get?>("mediaColors"); } - set { BackingStore?.Set("mediaColors", value); } - } -#nullable restore -#else - public List MediaColors - { - get { return BackingStore?.Get>("mediaColors"); } - set { BackingStore?.Set("mediaColors", value); } - } -#endif - /// The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? MediaSizes - { - get { return BackingStore?.Get?>("mediaSizes"); } - set { BackingStore?.Set("mediaSizes", value); } - } -#nullable restore -#else - public List MediaSizes - { - get { return BackingStore?.Get>("mediaSizes"); } - set { BackingStore?.Set("mediaSizes", value); } - } -#endif - /// The media types supported by the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? MediaTypes - { - get { return BackingStore?.Get?>("mediaTypes"); } - set { BackingStore?.Set("mediaTypes", value); } - } -#nullable restore -#else - public List MediaTypes - { - get { return BackingStore?.Get>("mediaTypes"); } - set { BackingStore?.Set("mediaTypes", value); } - } -#endif - /// The presentation directions supported by the printer. Supported values are described in the following table. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? MultipageLayouts - { - get { return BackingStore?.Get?>("multipageLayouts"); } - set { BackingStore?.Set("multipageLayouts", value); } - } -#nullable restore -#else - public List MultipageLayouts - { - get { return BackingStore?.Get>("multipageLayouts"); } - set { BackingStore?.Set("multipageLayouts", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The print orientations supported by the printer. Valid values are described in the following table. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Orientations - { - get { return BackingStore?.Get?>("orientations"); } - set { BackingStore?.Set("orientations", value); } - } -#nullable restore -#else - public List Orientations - { - get { return BackingStore?.Get>("orientations"); } - set { BackingStore?.Set("orientations", value); } - } -#endif - /// The printer's supported output bins (trays). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? OutputBins - { - get { return BackingStore?.Get?>("outputBins"); } - set { BackingStore?.Set("outputBins", value); } - } -#nullable restore -#else - public List OutputBins - { - get { return BackingStore?.Get>("outputBins"); } - set { BackingStore?.Set("outputBins", value); } - } -#endif - /// Supported number of Input Pages to impose upon a single Impression. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? PagesPerSheet - { - get { return BackingStore?.Get?>("pagesPerSheet"); } - set { BackingStore?.Set("pagesPerSheet", value); } - } -#nullable restore -#else - public List PagesPerSheet - { - get { return BackingStore?.Get>("pagesPerSheet"); } - set { BackingStore?.Set("pagesPerSheet", value); } - } -#endif - /// The print qualities supported by the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Qualities - { - get { return BackingStore?.Get?>("qualities"); } - set { BackingStore?.Set("qualities", value); } - } -#nullable restore -#else - public List Qualities - { - get { return BackingStore?.Get>("qualities"); } - set { BackingStore?.Set("qualities", value); } - } -#endif - /// A list of supported right margins(in microns) for the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RightMargins - { - get { return BackingStore?.Get?>("rightMargins"); } - set { BackingStore?.Set("rightMargins", value); } - } -#nullable restore -#else - public List RightMargins - { - get { return BackingStore?.Get>("rightMargins"); } - set { BackingStore?.Set("rightMargins", value); } - } -#endif - /// Supported print scalings. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Scalings - { - get { return BackingStore?.Get?>("scalings"); } - set { BackingStore?.Set("scalings", value); } - } -#nullable restore -#else - public List Scalings - { - get { return BackingStore?.Get>("scalings"); } - set { BackingStore?.Set("scalings", value); } - } -#endif - /// True if the printer supports scaling PDF pages to match the print media size; false otherwise. - public bool? SupportsFitPdfToPage - { - get { return BackingStore?.Get("supportsFitPdfToPage"); } - set { BackingStore?.Set("supportsFitPdfToPage", value); } - } - /// A list of supported top margins(in microns) for the printer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? TopMargins - { - get { return BackingStore?.Get?>("topMargins"); } - set { BackingStore?.Set("topMargins", value); } - } -#nullable restore -#else - public List TopMargins - { - get { return BackingStore?.Get>("topMargins"); } - set { BackingStore?.Set("topMargins", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public PrinterCapabilities() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.PrinterCapabilities CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.PrinterCapabilities(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "bottomMargins", n => { BottomMargins = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "collation", n => { Collation = n.GetBoolValue(); } }, - { "colorModes", n => { ColorModes = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "contentTypes", n => { ContentTypes = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "copiesPerJob", n => { CopiesPerJob = n.GetObjectValue(global::Microsoft.Graph.Models.IntegerRange.CreateFromDiscriminatorValue); } }, - { "dpis", n => { Dpis = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "duplexModes", n => { DuplexModes = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "feedOrientations", n => { FeedOrientations = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "finishings", n => { Finishings = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "inputBins", n => { InputBins = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "isColorPrintingSupported", n => { IsColorPrintingSupported = n.GetBoolValue(); } }, - { "isPageRangeSupported", n => { IsPageRangeSupported = n.GetBoolValue(); } }, - { "leftMargins", n => { LeftMargins = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "mediaColors", n => { MediaColors = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "mediaSizes", n => { MediaSizes = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "mediaTypes", n => { MediaTypes = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "multipageLayouts", n => { MultipageLayouts = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "orientations", n => { Orientations = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "outputBins", n => { OutputBins = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "pagesPerSheet", n => { PagesPerSheet = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "qualities", n => { Qualities = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "rightMargins", n => { RightMargins = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "scalings", n => { Scalings = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "supportsFitPdfToPage", n => { SupportsFitPdfToPage = n.GetBoolValue(); } }, - { "topMargins", n => { TopMargins = n.GetCollectionOfPrimitiveValues()?.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.WriteCollectionOfPrimitiveValues("bottomMargins", BottomMargins); - writer.WriteBoolValue("collation", Collation); - writer.WriteCollectionOfEnumValues("colorModes", ColorModes); - writer.WriteCollectionOfPrimitiveValues("contentTypes", ContentTypes); - writer.WriteObjectValue("copiesPerJob", CopiesPerJob); - writer.WriteCollectionOfPrimitiveValues("dpis", Dpis); - writer.WriteCollectionOfEnumValues("duplexModes", DuplexModes); - writer.WriteCollectionOfEnumValues("feedOrientations", FeedOrientations); - writer.WriteCollectionOfEnumValues("finishings", Finishings); - writer.WriteCollectionOfPrimitiveValues("inputBins", InputBins); - writer.WriteBoolValue("isColorPrintingSupported", IsColorPrintingSupported); - writer.WriteBoolValue("isPageRangeSupported", IsPageRangeSupported); - writer.WriteCollectionOfPrimitiveValues("leftMargins", LeftMargins); - writer.WriteCollectionOfPrimitiveValues("mediaColors", MediaColors); - writer.WriteCollectionOfPrimitiveValues("mediaSizes", MediaSizes); - writer.WriteCollectionOfPrimitiveValues("mediaTypes", MediaTypes); - writer.WriteCollectionOfEnumValues("multipageLayouts", MultipageLayouts); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteCollectionOfEnumValues("orientations", Orientations); - writer.WriteCollectionOfPrimitiveValues("outputBins", OutputBins); - writer.WriteCollectionOfPrimitiveValues("pagesPerSheet", PagesPerSheet); - writer.WriteCollectionOfEnumValues("qualities", Qualities); - writer.WriteCollectionOfPrimitiveValues("rightMargins", RightMargins); - writer.WriteCollectionOfEnumValues("scalings", Scalings); - writer.WriteBoolValue("supportsFitPdfToPage", SupportsFitPdfToPage); - writer.WriteCollectionOfPrimitiveValues("topMargins", TopMargins); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/PrinterDefaults.cs b/src/Microsoft.Graph/Generated/Models/PrinterDefaults.cs deleted file mode 100644 index c6fd27c22c0..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PrinterDefaults.cs +++ /dev/null @@ -1,287 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class PrinterDefaults : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The default color mode to use when printing the document. Valid values are described in the following table. - public global::Microsoft.Graph.Models.PrintColorMode? ColorMode - { - get { return BackingStore?.Get("colorMode"); } - set { BackingStore?.Set("colorMode", value); } - } - /// The default content (MIME) type to use when processing documents. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ContentType - { - get { return BackingStore?.Get("contentType"); } - set { BackingStore?.Set("contentType", value); } - } -#nullable restore -#else - public string ContentType - { - get { return BackingStore?.Get("contentType"); } - set { BackingStore?.Set("contentType", value); } - } -#endif - /// The default number of copies printed per job. - public int? CopiesPerJob - { - get { return BackingStore?.Get("copiesPerJob"); } - set { BackingStore?.Set("copiesPerJob", value); } - } - /// The default resolution in DPI to use when printing the job. - public int? Dpi - { - get { return BackingStore?.Get("dpi"); } - set { BackingStore?.Set("dpi", value); } - } - /// The default duplex (double-sided) configuration to use when printing a document. Valid values are described in the following table. - public global::Microsoft.Graph.Models.PrintDuplexMode? DuplexMode - { - get { return BackingStore?.Get("duplexMode"); } - set { BackingStore?.Set("duplexMode", value); } - } - /// The default set of finishings to apply to print jobs. Valid values are described in the following table. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Finishings - { - get { return BackingStore?.Get?>("finishings"); } - set { BackingStore?.Set("finishings", value); } - } -#nullable restore -#else - public List Finishings - { - get { return BackingStore?.Get>("finishings"); } - set { BackingStore?.Set("finishings", value); } - } -#endif - /// The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. - public bool? FitPdfToPage - { - get { return BackingStore?.Get("fitPdfToPage"); } - set { BackingStore?.Set("fitPdfToPage", value); } - } - /// The default input bin that serves as the paper source. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? InputBin - { - get { return BackingStore?.Get("inputBin"); } - set { BackingStore?.Set("inputBin", value); } - } -#nullable restore -#else - public string InputBin - { - get { return BackingStore?.Get("inputBin"); } - set { BackingStore?.Set("inputBin", value); } - } -#endif - /// The default media (such as paper) color to print the document on. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? MediaColor - { - get { return BackingStore?.Get("mediaColor"); } - set { BackingStore?.Set("mediaColor", value); } - } -#nullable restore -#else - public string MediaColor - { - get { return BackingStore?.Get("mediaColor"); } - set { BackingStore?.Set("mediaColor", value); } - } -#endif - /// The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? MediaSize - { - get { return BackingStore?.Get("mediaSize"); } - set { BackingStore?.Set("mediaSize", value); } - } -#nullable restore -#else - public string MediaSize - { - get { return BackingStore?.Get("mediaSize"); } - set { BackingStore?.Set("mediaSize", value); } - } -#endif - /// The default media (such as paper) type to print the document on. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? MediaType - { - get { return BackingStore?.Get("mediaType"); } - set { BackingStore?.Set("mediaType", value); } - } -#nullable restore -#else - public string MediaType - { - get { return BackingStore?.Get("mediaType"); } - set { BackingStore?.Set("mediaType", value); } - } -#endif - /// The default direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table. - public global::Microsoft.Graph.Models.PrintMultipageLayout? MultipageLayout - { - get { return BackingStore?.Get("multipageLayout"); } - set { BackingStore?.Set("multipageLayout", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The default orientation to use when printing the document. Valid values are described in the following table. - public global::Microsoft.Graph.Models.PrintOrientation? Orientation - { - get { return BackingStore?.Get("orientation"); } - set { BackingStore?.Set("orientation", value); } - } - /// The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OutputBin - { - get { return BackingStore?.Get("outputBin"); } - set { BackingStore?.Set("outputBin", value); } - } -#nullable restore -#else - public string OutputBin - { - get { return BackingStore?.Get("outputBin"); } - set { BackingStore?.Set("outputBin", value); } - } -#endif - /// The default number of document pages to print on each sheet. - public int? PagesPerSheet - { - get { return BackingStore?.Get("pagesPerSheet"); } - set { BackingStore?.Set("pagesPerSheet", value); } - } - /// The default quality to use when printing the document. Valid values are described in the following table. - public global::Microsoft.Graph.Models.PrintQuality? Quality - { - get { return BackingStore?.Get("quality"); } - set { BackingStore?.Set("quality", value); } - } - /// Specifies how the printer scales the document data to fit the requested media. Valid values are described in the following table. - public global::Microsoft.Graph.Models.PrintScaling? Scaling - { - get { return BackingStore?.Get("scaling"); } - set { BackingStore?.Set("scaling", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public PrinterDefaults() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.PrinterDefaults CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.PrinterDefaults(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "colorMode", n => { ColorMode = n.GetEnumValue(); } }, - { "contentType", n => { ContentType = n.GetStringValue(); } }, - { "copiesPerJob", n => { CopiesPerJob = n.GetIntValue(); } }, - { "dpi", n => { Dpi = n.GetIntValue(); } }, - { "duplexMode", n => { DuplexMode = n.GetEnumValue(); } }, - { "finishings", n => { Finishings = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "fitPdfToPage", n => { FitPdfToPage = n.GetBoolValue(); } }, - { "inputBin", n => { InputBin = n.GetStringValue(); } }, - { "mediaColor", n => { MediaColor = n.GetStringValue(); } }, - { "mediaSize", n => { MediaSize = n.GetStringValue(); } }, - { "mediaType", n => { MediaType = n.GetStringValue(); } }, - { "multipageLayout", n => { MultipageLayout = n.GetEnumValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "orientation", n => { Orientation = n.GetEnumValue(); } }, - { "outputBin", n => { OutputBin = n.GetStringValue(); } }, - { "pagesPerSheet", n => { PagesPerSheet = n.GetIntValue(); } }, - { "quality", n => { Quality = n.GetEnumValue(); } }, - { "scaling", n => { Scaling = n.GetEnumValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteEnumValue("colorMode", ColorMode); - writer.WriteStringValue("contentType", ContentType); - writer.WriteIntValue("copiesPerJob", CopiesPerJob); - writer.WriteIntValue("dpi", Dpi); - writer.WriteEnumValue("duplexMode", DuplexMode); - writer.WriteCollectionOfEnumValues("finishings", Finishings); - writer.WriteBoolValue("fitPdfToPage", FitPdfToPage); - writer.WriteStringValue("inputBin", InputBin); - writer.WriteStringValue("mediaColor", MediaColor); - writer.WriteStringValue("mediaSize", MediaSize); - writer.WriteStringValue("mediaType", MediaType); - writer.WriteEnumValue("multipageLayout", MultipageLayout); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteEnumValue("orientation", Orientation); - writer.WriteStringValue("outputBin", OutputBin); - writer.WriteIntValue("pagesPerSheet", PagesPerSheet); - writer.WriteEnumValue("quality", Quality); - writer.WriteEnumValue("scaling", Scaling); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/PrinterProcessingStateDetail.cs b/src/Microsoft.Graph/Generated/Models/PrinterProcessingStateDetail.cs deleted file mode 100644 index 9e158425d14..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PrinterProcessingStateDetail.cs +++ /dev/null @@ -1,3316 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum PrinterProcessingStateDetail - #pragma warning restore CS1591 - { - [EnumMember(Value = "paused")] - #pragma warning disable CS1591 - Paused, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaJam")] - #pragma warning disable CS1591 - MediaJam, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaNeeded")] - #pragma warning disable CS1591 - MediaNeeded, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaLow")] - #pragma warning disable CS1591 - MediaLow, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaEmpty")] - #pragma warning disable CS1591 - MediaEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "coverOpen")] - #pragma warning disable CS1591 - CoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "interlockOpen")] - #pragma warning disable CS1591 - InterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "outputTrayMissing")] - #pragma warning disable CS1591 - OutputTrayMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "outputAreaFull")] - #pragma warning disable CS1591 - OutputAreaFull, - #pragma warning restore CS1591 - [EnumMember(Value = "markerSupplyLow")] - #pragma warning disable CS1591 - MarkerSupplyLow, - #pragma warning restore CS1591 - [EnumMember(Value = "markerSupplyEmpty")] - #pragma warning disable CS1591 - MarkerSupplyEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "inputTrayMissing")] - #pragma warning disable CS1591 - InputTrayMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "outputAreaAlmostFull")] - #pragma warning disable CS1591 - OutputAreaAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteAlmostFull")] - #pragma warning disable CS1591 - MarkerWasteAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteFull")] - #pragma warning disable CS1591 - MarkerWasteFull, - #pragma warning restore CS1591 - [EnumMember(Value = "fuserOverTemp")] - #pragma warning disable CS1591 - FuserOverTemp, - #pragma warning restore CS1591 - [EnumMember(Value = "fuserUnderTemp")] - #pragma warning disable CS1591 - FuserUnderTemp, - #pragma warning restore CS1591 - [EnumMember(Value = "other")] - #pragma warning disable CS1591 - Other, - #pragma warning restore CS1591 - [EnumMember(Value = "none")] - #pragma warning disable CS1591 - None, - #pragma warning restore CS1591 - [EnumMember(Value = "movingToPaused")] - #pragma warning disable CS1591 - MovingToPaused, - #pragma warning restore CS1591 - [EnumMember(Value = "shutdown")] - #pragma warning disable CS1591 - Shutdown, - #pragma warning restore CS1591 - [EnumMember(Value = "connectingToDevice")] - #pragma warning disable CS1591 - ConnectingToDevice, - #pragma warning restore CS1591 - [EnumMember(Value = "timedOut")] - #pragma warning disable CS1591 - TimedOut, - #pragma warning restore CS1591 - [EnumMember(Value = "stopping")] - #pragma warning disable CS1591 - Stopping, - #pragma warning restore CS1591 - [EnumMember(Value = "stoppedPartially")] - #pragma warning disable CS1591 - StoppedPartially, - #pragma warning restore CS1591 - [EnumMember(Value = "tonerLow")] - #pragma warning disable CS1591 - TonerLow, - #pragma warning restore CS1591 - [EnumMember(Value = "tonerEmpty")] - #pragma warning disable CS1591 - TonerEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "spoolAreaFull")] - #pragma warning disable CS1591 - SpoolAreaFull, - #pragma warning restore CS1591 - [EnumMember(Value = "doorOpen")] - #pragma warning disable CS1591 - DoorOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "opticalPhotoConductorNearEndOfLife")] - #pragma warning disable CS1591 - OpticalPhotoConductorNearEndOfLife, - #pragma warning restore CS1591 - [EnumMember(Value = "opticalPhotoConductorLifeOver")] - #pragma warning disable CS1591 - OpticalPhotoConductorLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "developerLow")] - #pragma warning disable CS1591 - DeveloperLow, - #pragma warning restore CS1591 - [EnumMember(Value = "developerEmpty")] - #pragma warning disable CS1591 - DeveloperEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "interpreterResourceUnavailable")] - #pragma warning disable CS1591 - InterpreterResourceUnavailable, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - [EnumMember(Value = "alertRemovalOfBinaryChangeEntry")] - #pragma warning disable CS1591 - AlertRemovalOfBinaryChangeEntry, - #pragma warning restore CS1591 - [EnumMember(Value = "banderAdded")] - #pragma warning disable CS1591 - BanderAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "banderAlmostEmpty")] - #pragma warning disable CS1591 - BanderAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "banderAlmostFull")] - #pragma warning disable CS1591 - BanderAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "banderAtLimit")] - #pragma warning disable CS1591 - BanderAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "banderClosed")] - #pragma warning disable CS1591 - BanderClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "banderConfigurationChange")] - #pragma warning disable CS1591 - BanderConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "banderCoverClosed")] - #pragma warning disable CS1591 - BanderCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "banderCoverOpen")] - #pragma warning disable CS1591 - BanderCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "banderEmpty")] - #pragma warning disable CS1591 - BanderEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "banderFull")] - #pragma warning disable CS1591 - BanderFull, - #pragma warning restore CS1591 - [EnumMember(Value = "banderInterlockClosed")] - #pragma warning disable CS1591 - BanderInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "banderInterlockOpen")] - #pragma warning disable CS1591 - BanderInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "banderJam")] - #pragma warning disable CS1591 - BanderJam, - #pragma warning restore CS1591 - [EnumMember(Value = "banderLifeAlmostOver")] - #pragma warning disable CS1591 - BanderLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "banderLifeOver")] - #pragma warning disable CS1591 - BanderLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "banderMemoryExhausted")] - #pragma warning disable CS1591 - BanderMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "banderMissing")] - #pragma warning disable CS1591 - BanderMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "banderMotorFailure")] - #pragma warning disable CS1591 - BanderMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "banderNearLimit")] - #pragma warning disable CS1591 - BanderNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "banderOffline")] - #pragma warning disable CS1591 - BanderOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "banderOpened")] - #pragma warning disable CS1591 - BanderOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "banderOverTemperature")] - #pragma warning disable CS1591 - BanderOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "banderPowerSaver")] - #pragma warning disable CS1591 - BanderPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "banderRecoverableFailure")] - #pragma warning disable CS1591 - BanderRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "banderRecoverableStorage")] - #pragma warning disable CS1591 - BanderRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "banderRemoved")] - #pragma warning disable CS1591 - BanderRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "banderResourceAdded")] - #pragma warning disable CS1591 - BanderResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "banderResourceRemoved")] - #pragma warning disable CS1591 - BanderResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "banderThermistorFailure")] - #pragma warning disable CS1591 - BanderThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "banderTimingFailure")] - #pragma warning disable CS1591 - BanderTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "banderTurnedOff")] - #pragma warning disable CS1591 - BanderTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "banderTurnedOn")] - #pragma warning disable CS1591 - BanderTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "banderUnderTemperature")] - #pragma warning disable CS1591 - BanderUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "banderUnrecoverableFailure")] - #pragma warning disable CS1591 - BanderUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "banderUnrecoverableStorageError")] - #pragma warning disable CS1591 - BanderUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "banderWarmingUp")] - #pragma warning disable CS1591 - BanderWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "binderAdded")] - #pragma warning disable CS1591 - BinderAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "binderAlmostEmpty")] - #pragma warning disable CS1591 - BinderAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "binderAlmostFull")] - #pragma warning disable CS1591 - BinderAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "binderAtLimit")] - #pragma warning disable CS1591 - BinderAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "binderClosed")] - #pragma warning disable CS1591 - BinderClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "binderConfigurationChange")] - #pragma warning disable CS1591 - BinderConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "binderCoverClosed")] - #pragma warning disable CS1591 - BinderCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "binderCoverOpen")] - #pragma warning disable CS1591 - BinderCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "binderEmpty")] - #pragma warning disable CS1591 - BinderEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "binderFull")] - #pragma warning disable CS1591 - BinderFull, - #pragma warning restore CS1591 - [EnumMember(Value = "binderInterlockClosed")] - #pragma warning disable CS1591 - BinderInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "binderInterlockOpen")] - #pragma warning disable CS1591 - BinderInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "binderJam")] - #pragma warning disable CS1591 - BinderJam, - #pragma warning restore CS1591 - [EnumMember(Value = "binderLifeAlmostOver")] - #pragma warning disable CS1591 - BinderLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "binderLifeOver")] - #pragma warning disable CS1591 - BinderLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "binderMemoryExhausted")] - #pragma warning disable CS1591 - BinderMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "binderMissing")] - #pragma warning disable CS1591 - BinderMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "binderMotorFailure")] - #pragma warning disable CS1591 - BinderMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "binderNearLimit")] - #pragma warning disable CS1591 - BinderNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "binderOffline")] - #pragma warning disable CS1591 - BinderOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "binderOpened")] - #pragma warning disable CS1591 - BinderOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "binderOverTemperature")] - #pragma warning disable CS1591 - BinderOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "binderPowerSaver")] - #pragma warning disable CS1591 - BinderPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "binderRecoverableFailure")] - #pragma warning disable CS1591 - BinderRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "binderRecoverableStorage")] - #pragma warning disable CS1591 - BinderRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "binderRemoved")] - #pragma warning disable CS1591 - BinderRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "binderResourceAdded")] - #pragma warning disable CS1591 - BinderResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "binderResourceRemoved")] - #pragma warning disable CS1591 - BinderResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "binderThermistorFailure")] - #pragma warning disable CS1591 - BinderThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "binderTimingFailure")] - #pragma warning disable CS1591 - BinderTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "binderTurnedOff")] - #pragma warning disable CS1591 - BinderTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "binderTurnedOn")] - #pragma warning disable CS1591 - BinderTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "binderUnderTemperature")] - #pragma warning disable CS1591 - BinderUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "binderUnrecoverableFailure")] - #pragma warning disable CS1591 - BinderUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "binderUnrecoverableStorageError")] - #pragma warning disable CS1591 - BinderUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "binderWarmingUp")] - #pragma warning disable CS1591 - BinderWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "cameraFailure")] - #pragma warning disable CS1591 - CameraFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "chamberCooling")] - #pragma warning disable CS1591 - ChamberCooling, - #pragma warning restore CS1591 - [EnumMember(Value = "chamberFailure")] - #pragma warning disable CS1591 - ChamberFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "chamberHeating")] - #pragma warning disable CS1591 - ChamberHeating, - #pragma warning restore CS1591 - [EnumMember(Value = "chamberTemperatureHigh")] - #pragma warning disable CS1591 - ChamberTemperatureHigh, - #pragma warning restore CS1591 - [EnumMember(Value = "chamberTemperatureLow")] - #pragma warning disable CS1591 - ChamberTemperatureLow, - #pragma warning restore CS1591 - [EnumMember(Value = "cleanerLifeAlmostOver")] - #pragma warning disable CS1591 - CleanerLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "cleanerLifeOver")] - #pragma warning disable CS1591 - CleanerLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "configurationChange")] - #pragma warning disable CS1591 - ConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "deactivated")] - #pragma warning disable CS1591 - Deactivated, - #pragma warning restore CS1591 - [EnumMember(Value = "deleted")] - #pragma warning disable CS1591 - Deleted, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterAdded")] - #pragma warning disable CS1591 - DieCutterAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterAlmostEmpty")] - #pragma warning disable CS1591 - DieCutterAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterAlmostFull")] - #pragma warning disable CS1591 - DieCutterAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterAtLimit")] - #pragma warning disable CS1591 - DieCutterAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterClosed")] - #pragma warning disable CS1591 - DieCutterClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterConfigurationChange")] - #pragma warning disable CS1591 - DieCutterConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterCoverClosed")] - #pragma warning disable CS1591 - DieCutterCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterCoverOpen")] - #pragma warning disable CS1591 - DieCutterCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterEmpty")] - #pragma warning disable CS1591 - DieCutterEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterFull")] - #pragma warning disable CS1591 - DieCutterFull, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterInterlockClosed")] - #pragma warning disable CS1591 - DieCutterInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterInterlockOpen")] - #pragma warning disable CS1591 - DieCutterInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterJam")] - #pragma warning disable CS1591 - DieCutterJam, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterLifeAlmostOver")] - #pragma warning disable CS1591 - DieCutterLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterLifeOver")] - #pragma warning disable CS1591 - DieCutterLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterMemoryExhausted")] - #pragma warning disable CS1591 - DieCutterMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterMissing")] - #pragma warning disable CS1591 - DieCutterMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterMotorFailure")] - #pragma warning disable CS1591 - DieCutterMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterNearLimit")] - #pragma warning disable CS1591 - DieCutterNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterOffline")] - #pragma warning disable CS1591 - DieCutterOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterOpened")] - #pragma warning disable CS1591 - DieCutterOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterOverTemperature")] - #pragma warning disable CS1591 - DieCutterOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterPowerSaver")] - #pragma warning disable CS1591 - DieCutterPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterRecoverableFailure")] - #pragma warning disable CS1591 - DieCutterRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterRecoverableStorage")] - #pragma warning disable CS1591 - DieCutterRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterRemoved")] - #pragma warning disable CS1591 - DieCutterRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterResourceAdded")] - #pragma warning disable CS1591 - DieCutterResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterResourceRemoved")] - #pragma warning disable CS1591 - DieCutterResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterThermistorFailure")] - #pragma warning disable CS1591 - DieCutterThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterTimingFailure")] - #pragma warning disable CS1591 - DieCutterTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterTurnedOff")] - #pragma warning disable CS1591 - DieCutterTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterTurnedOn")] - #pragma warning disable CS1591 - DieCutterTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterUnderTemperature")] - #pragma warning disable CS1591 - DieCutterUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterUnrecoverableFailure")] - #pragma warning disable CS1591 - DieCutterUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterUnrecoverableStorageError")] - #pragma warning disable CS1591 - DieCutterUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "dieCutterWarmingUp")] - #pragma warning disable CS1591 - DieCutterWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "extruderCooling")] - #pragma warning disable CS1591 - ExtruderCooling, - #pragma warning restore CS1591 - [EnumMember(Value = "extruderFailure")] - #pragma warning disable CS1591 - ExtruderFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "extruderHeating")] - #pragma warning disable CS1591 - ExtruderHeating, - #pragma warning restore CS1591 - [EnumMember(Value = "extruderJam")] - #pragma warning disable CS1591 - ExtruderJam, - #pragma warning restore CS1591 - [EnumMember(Value = "extruderTemperatureHigh")] - #pragma warning disable CS1591 - ExtruderTemperatureHigh, - #pragma warning restore CS1591 - [EnumMember(Value = "extruderTemperatureLow")] - #pragma warning disable CS1591 - ExtruderTemperatureLow, - #pragma warning restore CS1591 - [EnumMember(Value = "fanFailure")] - #pragma warning disable CS1591 - FanFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "faxModemLifeAlmostOver")] - #pragma warning disable CS1591 - FaxModemLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "faxModemLifeOver")] - #pragma warning disable CS1591 - FaxModemLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "faxModemMissing")] - #pragma warning disable CS1591 - FaxModemMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "faxModemTurnedOff")] - #pragma warning disable CS1591 - FaxModemTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "faxModemTurnedOn")] - #pragma warning disable CS1591 - FaxModemTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "folderAdded")] - #pragma warning disable CS1591 - FolderAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "folderAlmostEmpty")] - #pragma warning disable CS1591 - FolderAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "folderAlmostFull")] - #pragma warning disable CS1591 - FolderAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "folderAtLimit")] - #pragma warning disable CS1591 - FolderAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "folderClosed")] - #pragma warning disable CS1591 - FolderClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "folderConfigurationChange")] - #pragma warning disable CS1591 - FolderConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "folderCoverClosed")] - #pragma warning disable CS1591 - FolderCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "folderCoverOpen")] - #pragma warning disable CS1591 - FolderCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "folderEmpty")] - #pragma warning disable CS1591 - FolderEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "folderFull")] - #pragma warning disable CS1591 - FolderFull, - #pragma warning restore CS1591 - [EnumMember(Value = "folderInterlockClosed")] - #pragma warning disable CS1591 - FolderInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "folderInterlockOpen")] - #pragma warning disable CS1591 - FolderInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "folderJam")] - #pragma warning disable CS1591 - FolderJam, - #pragma warning restore CS1591 - [EnumMember(Value = "folderLifeAlmostOver")] - #pragma warning disable CS1591 - FolderLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "folderLifeOver")] - #pragma warning disable CS1591 - FolderLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "folderMemoryExhausted")] - #pragma warning disable CS1591 - FolderMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "folderMissing")] - #pragma warning disable CS1591 - FolderMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "folderMotorFailure")] - #pragma warning disable CS1591 - FolderMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "folderNearLimit")] - #pragma warning disable CS1591 - FolderNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "folderOffline")] - #pragma warning disable CS1591 - FolderOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "folderOpened")] - #pragma warning disable CS1591 - FolderOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "folderOverTemperature")] - #pragma warning disable CS1591 - FolderOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "folderPowerSaver")] - #pragma warning disable CS1591 - FolderPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "folderRecoverableFailure")] - #pragma warning disable CS1591 - FolderRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "folderRecoverableStorage")] - #pragma warning disable CS1591 - FolderRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "folderRemoved")] - #pragma warning disable CS1591 - FolderRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "folderResourceAdded")] - #pragma warning disable CS1591 - FolderResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "folderResourceRemoved")] - #pragma warning disable CS1591 - FolderResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "folderThermistorFailure")] - #pragma warning disable CS1591 - FolderThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "folderTimingFailure")] - #pragma warning disable CS1591 - FolderTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "folderTurnedOff")] - #pragma warning disable CS1591 - FolderTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "folderTurnedOn")] - #pragma warning disable CS1591 - FolderTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "folderUnderTemperature")] - #pragma warning disable CS1591 - FolderUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "folderUnrecoverableFailure")] - #pragma warning disable CS1591 - FolderUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "folderUnrecoverableStorageError")] - #pragma warning disable CS1591 - FolderUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "folderWarmingUp")] - #pragma warning disable CS1591 - FolderWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "hibernate")] - #pragma warning disable CS1591 - Hibernate, - #pragma warning restore CS1591 - [EnumMember(Value = "holdNewJobs")] - #pragma warning disable CS1591 - HoldNewJobs, - #pragma warning restore CS1591 - [EnumMember(Value = "identifyPrinterRequested")] - #pragma warning disable CS1591 - IdentifyPrinterRequested, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterAdded")] - #pragma warning disable CS1591 - ImprinterAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterAlmostEmpty")] - #pragma warning disable CS1591 - ImprinterAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterAlmostFull")] - #pragma warning disable CS1591 - ImprinterAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterAtLimit")] - #pragma warning disable CS1591 - ImprinterAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterClosed")] - #pragma warning disable CS1591 - ImprinterClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterConfigurationChange")] - #pragma warning disable CS1591 - ImprinterConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterCoverClosed")] - #pragma warning disable CS1591 - ImprinterCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterCoverOpen")] - #pragma warning disable CS1591 - ImprinterCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterEmpty")] - #pragma warning disable CS1591 - ImprinterEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterFull")] - #pragma warning disable CS1591 - ImprinterFull, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterInterlockClosed")] - #pragma warning disable CS1591 - ImprinterInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterInterlockOpen")] - #pragma warning disable CS1591 - ImprinterInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterJam")] - #pragma warning disable CS1591 - ImprinterJam, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterLifeAlmostOver")] - #pragma warning disable CS1591 - ImprinterLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterLifeOver")] - #pragma warning disable CS1591 - ImprinterLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterMemoryExhausted")] - #pragma warning disable CS1591 - ImprinterMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterMissing")] - #pragma warning disable CS1591 - ImprinterMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterMotorFailure")] - #pragma warning disable CS1591 - ImprinterMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterNearLimit")] - #pragma warning disable CS1591 - ImprinterNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterOffline")] - #pragma warning disable CS1591 - ImprinterOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterOpened")] - #pragma warning disable CS1591 - ImprinterOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterOverTemperature")] - #pragma warning disable CS1591 - ImprinterOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterPowerSaver")] - #pragma warning disable CS1591 - ImprinterPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterRecoverableFailure")] - #pragma warning disable CS1591 - ImprinterRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterRecoverableStorage")] - #pragma warning disable CS1591 - ImprinterRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterRemoved")] - #pragma warning disable CS1591 - ImprinterRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterResourceAdded")] - #pragma warning disable CS1591 - ImprinterResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterResourceRemoved")] - #pragma warning disable CS1591 - ImprinterResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterThermistorFailure")] - #pragma warning disable CS1591 - ImprinterThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterTimingFailure")] - #pragma warning disable CS1591 - ImprinterTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterTurnedOff")] - #pragma warning disable CS1591 - ImprinterTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterTurnedOn")] - #pragma warning disable CS1591 - ImprinterTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterUnderTemperature")] - #pragma warning disable CS1591 - ImprinterUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterUnrecoverableFailure")] - #pragma warning disable CS1591 - ImprinterUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterUnrecoverableStorageError")] - #pragma warning disable CS1591 - ImprinterUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "imprinterWarmingUp")] - #pragma warning disable CS1591 - ImprinterWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "inputCannotFeedSizeSelected")] - #pragma warning disable CS1591 - InputCannotFeedSizeSelected, - #pragma warning restore CS1591 - [EnumMember(Value = "inputManualInputRequest")] - #pragma warning disable CS1591 - InputManualInputRequest, - #pragma warning restore CS1591 - [EnumMember(Value = "inputMediaColorChange")] - #pragma warning disable CS1591 - InputMediaColorChange, - #pragma warning restore CS1591 - [EnumMember(Value = "inputMediaFormPartsChange")] - #pragma warning disable CS1591 - InputMediaFormPartsChange, - #pragma warning restore CS1591 - [EnumMember(Value = "inputMediaSizeChange")] - #pragma warning disable CS1591 - InputMediaSizeChange, - #pragma warning restore CS1591 - [EnumMember(Value = "inputMediaTrayFailure")] - #pragma warning disable CS1591 - InputMediaTrayFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inputMediaTrayFeedError")] - #pragma warning disable CS1591 - InputMediaTrayFeedError, - #pragma warning restore CS1591 - [EnumMember(Value = "inputMediaTrayJam")] - #pragma warning disable CS1591 - InputMediaTrayJam, - #pragma warning restore CS1591 - [EnumMember(Value = "inputMediaTypeChange")] - #pragma warning disable CS1591 - InputMediaTypeChange, - #pragma warning restore CS1591 - [EnumMember(Value = "inputMediaWeightChange")] - #pragma warning disable CS1591 - InputMediaWeightChange, - #pragma warning restore CS1591 - [EnumMember(Value = "inputPickRollerFailure")] - #pragma warning disable CS1591 - InputPickRollerFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inputPickRollerLifeOver")] - #pragma warning disable CS1591 - InputPickRollerLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "inputPickRollerLifeWarn")] - #pragma warning disable CS1591 - InputPickRollerLifeWarn, - #pragma warning restore CS1591 - [EnumMember(Value = "inputPickRollerMissing")] - #pragma warning disable CS1591 - InputPickRollerMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "inputTrayElevationFailure")] - #pragma warning disable CS1591 - InputTrayElevationFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inputTrayPositionFailure")] - #pragma warning disable CS1591 - InputTrayPositionFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterAdded")] - #pragma warning disable CS1591 - InserterAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterAlmostEmpty")] - #pragma warning disable CS1591 - InserterAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterAlmostFull")] - #pragma warning disable CS1591 - InserterAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterAtLimit")] - #pragma warning disable CS1591 - InserterAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterClosed")] - #pragma warning disable CS1591 - InserterClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterConfigurationChange")] - #pragma warning disable CS1591 - InserterConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterCoverClosed")] - #pragma warning disable CS1591 - InserterCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterCoverOpen")] - #pragma warning disable CS1591 - InserterCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterEmpty")] - #pragma warning disable CS1591 - InserterEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterFull")] - #pragma warning disable CS1591 - InserterFull, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterInterlockClosed")] - #pragma warning disable CS1591 - InserterInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterInterlockOpen")] - #pragma warning disable CS1591 - InserterInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterJam")] - #pragma warning disable CS1591 - InserterJam, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterLifeAlmostOver")] - #pragma warning disable CS1591 - InserterLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterLifeOver")] - #pragma warning disable CS1591 - InserterLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterMemoryExhausted")] - #pragma warning disable CS1591 - InserterMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterMissing")] - #pragma warning disable CS1591 - InserterMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterMotorFailure")] - #pragma warning disable CS1591 - InserterMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterNearLimit")] - #pragma warning disable CS1591 - InserterNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterOffline")] - #pragma warning disable CS1591 - InserterOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterOpened")] - #pragma warning disable CS1591 - InserterOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterOverTemperature")] - #pragma warning disable CS1591 - InserterOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterPowerSaver")] - #pragma warning disable CS1591 - InserterPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterRecoverableFailure")] - #pragma warning disable CS1591 - InserterRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterRecoverableStorage")] - #pragma warning disable CS1591 - InserterRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterRemoved")] - #pragma warning disable CS1591 - InserterRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterResourceAdded")] - #pragma warning disable CS1591 - InserterResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterResourceRemoved")] - #pragma warning disable CS1591 - InserterResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterThermistorFailure")] - #pragma warning disable CS1591 - InserterThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterTimingFailure")] - #pragma warning disable CS1591 - InserterTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterTurnedOff")] - #pragma warning disable CS1591 - InserterTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterTurnedOn")] - #pragma warning disable CS1591 - InserterTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterUnderTemperature")] - #pragma warning disable CS1591 - InserterUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterUnrecoverableFailure")] - #pragma warning disable CS1591 - InserterUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterUnrecoverableStorageError")] - #pragma warning disable CS1591 - InserterUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "inserterWarmingUp")] - #pragma warning disable CS1591 - InserterWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "interlockClosed")] - #pragma warning disable CS1591 - InterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "interpreterCartridgeAdded")] - #pragma warning disable CS1591 - InterpreterCartridgeAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "interpreterCartridgeDeleted")] - #pragma warning disable CS1591 - InterpreterCartridgeDeleted, - #pragma warning restore CS1591 - [EnumMember(Value = "interpreterComplexPageEncountered")] - #pragma warning disable CS1591 - InterpreterComplexPageEncountered, - #pragma warning restore CS1591 - [EnumMember(Value = "interpreterMemoryDecrease")] - #pragma warning disable CS1591 - InterpreterMemoryDecrease, - #pragma warning restore CS1591 - [EnumMember(Value = "interpreterMemoryIncrease")] - #pragma warning disable CS1591 - InterpreterMemoryIncrease, - #pragma warning restore CS1591 - [EnumMember(Value = "interpreterResourceAdded")] - #pragma warning disable CS1591 - InterpreterResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "interpreterResourceDeleted")] - #pragma warning disable CS1591 - InterpreterResourceDeleted, - #pragma warning restore CS1591 - [EnumMember(Value = "lampAtEol")] - #pragma warning disable CS1591 - LampAtEol, - #pragma warning restore CS1591 - [EnumMember(Value = "lampFailure")] - #pragma warning disable CS1591 - LampFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "lampNearEol")] - #pragma warning disable CS1591 - LampNearEol, - #pragma warning restore CS1591 - [EnumMember(Value = "laserAtEol")] - #pragma warning disable CS1591 - LaserAtEol, - #pragma warning restore CS1591 - [EnumMember(Value = "laserFailure")] - #pragma warning disable CS1591 - LaserFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "laserNearEol")] - #pragma warning disable CS1591 - LaserNearEol, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeAdded")] - #pragma warning disable CS1591 - MakeEnvelopeAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeAlmostEmpty")] - #pragma warning disable CS1591 - MakeEnvelopeAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeAlmostFull")] - #pragma warning disable CS1591 - MakeEnvelopeAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeAtLimit")] - #pragma warning disable CS1591 - MakeEnvelopeAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeClosed")] - #pragma warning disable CS1591 - MakeEnvelopeClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeConfigurationChange")] - #pragma warning disable CS1591 - MakeEnvelopeConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeCoverClosed")] - #pragma warning disable CS1591 - MakeEnvelopeCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeCoverOpen")] - #pragma warning disable CS1591 - MakeEnvelopeCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeEmpty")] - #pragma warning disable CS1591 - MakeEnvelopeEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeFull")] - #pragma warning disable CS1591 - MakeEnvelopeFull, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeInterlockClosed")] - #pragma warning disable CS1591 - MakeEnvelopeInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeInterlockOpen")] - #pragma warning disable CS1591 - MakeEnvelopeInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeJam")] - #pragma warning disable CS1591 - MakeEnvelopeJam, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeLifeAlmostOver")] - #pragma warning disable CS1591 - MakeEnvelopeLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeLifeOver")] - #pragma warning disable CS1591 - MakeEnvelopeLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeMemoryExhausted")] - #pragma warning disable CS1591 - MakeEnvelopeMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeMissing")] - #pragma warning disable CS1591 - MakeEnvelopeMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeMotorFailure")] - #pragma warning disable CS1591 - MakeEnvelopeMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeNearLimit")] - #pragma warning disable CS1591 - MakeEnvelopeNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeOffline")] - #pragma warning disable CS1591 - MakeEnvelopeOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeOpened")] - #pragma warning disable CS1591 - MakeEnvelopeOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeOverTemperature")] - #pragma warning disable CS1591 - MakeEnvelopeOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopePowerSaver")] - #pragma warning disable CS1591 - MakeEnvelopePowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeRecoverableFailure")] - #pragma warning disable CS1591 - MakeEnvelopeRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeRecoverableStorage")] - #pragma warning disable CS1591 - MakeEnvelopeRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeRemoved")] - #pragma warning disable CS1591 - MakeEnvelopeRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeResourceAdded")] - #pragma warning disable CS1591 - MakeEnvelopeResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeResourceRemoved")] - #pragma warning disable CS1591 - MakeEnvelopeResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeThermistorFailure")] - #pragma warning disable CS1591 - MakeEnvelopeThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeTimingFailure")] - #pragma warning disable CS1591 - MakeEnvelopeTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeTurnedOff")] - #pragma warning disable CS1591 - MakeEnvelopeTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeTurnedOn")] - #pragma warning disable CS1591 - MakeEnvelopeTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeUnderTemperature")] - #pragma warning disable CS1591 - MakeEnvelopeUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeUnrecoverableFailure")] - #pragma warning disable CS1591 - MakeEnvelopeUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeUnrecoverableStorageError")] - #pragma warning disable CS1591 - MakeEnvelopeUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "makeEnvelopeWarmingUp")] - #pragma warning disable CS1591 - MakeEnvelopeWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "markerAdjustingPrintQuality")] - #pragma warning disable CS1591 - MarkerAdjustingPrintQuality, - #pragma warning restore CS1591 - [EnumMember(Value = "markerCleanerMissing")] - #pragma warning disable CS1591 - MarkerCleanerMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerDeveloperAlmostEmpty")] - #pragma warning disable CS1591 - MarkerDeveloperAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "markerDeveloperEmpty")] - #pragma warning disable CS1591 - MarkerDeveloperEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "markerDeveloperMissing")] - #pragma warning disable CS1591 - MarkerDeveloperMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerFuserMissing")] - #pragma warning disable CS1591 - MarkerFuserMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerFuserThermistorFailure")] - #pragma warning disable CS1591 - MarkerFuserThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "markerFuserTimingFailure")] - #pragma warning disable CS1591 - MarkerFuserTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "markerInkAlmostEmpty")] - #pragma warning disable CS1591 - MarkerInkAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "markerInkEmpty")] - #pragma warning disable CS1591 - MarkerInkEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "markerInkMissing")] - #pragma warning disable CS1591 - MarkerInkMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerOpcMissing")] - #pragma warning disable CS1591 - MarkerOpcMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerPrintRibbonAlmostEmpty")] - #pragma warning disable CS1591 - MarkerPrintRibbonAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "markerPrintRibbonEmpty")] - #pragma warning disable CS1591 - MarkerPrintRibbonEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "markerPrintRibbonMissing")] - #pragma warning disable CS1591 - MarkerPrintRibbonMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerSupplyAlmostEmpty")] - #pragma warning disable CS1591 - MarkerSupplyAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "markerSupplyMissing")] - #pragma warning disable CS1591 - MarkerSupplyMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerTonerCartridgeMissing")] - #pragma warning disable CS1591 - MarkerTonerCartridgeMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerTonerMissing")] - #pragma warning disable CS1591 - MarkerTonerMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteInkReceptacleAlmostFull")] - #pragma warning disable CS1591 - MarkerWasteInkReceptacleAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteInkReceptacleFull")] - #pragma warning disable CS1591 - MarkerWasteInkReceptacleFull, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteInkReceptacleMissing")] - #pragma warning disable CS1591 - MarkerWasteInkReceptacleMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteMissing")] - #pragma warning disable CS1591 - MarkerWasteMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteTonerReceptacleAlmostFull")] - #pragma warning disable CS1591 - MarkerWasteTonerReceptacleAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteTonerReceptacleFull")] - #pragma warning disable CS1591 - MarkerWasteTonerReceptacleFull, - #pragma warning restore CS1591 - [EnumMember(Value = "markerWasteTonerReceptacleMissing")] - #pragma warning disable CS1591 - MarkerWasteTonerReceptacleMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "materialEmpty")] - #pragma warning disable CS1591 - MaterialEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "materialLow")] - #pragma warning disable CS1591 - MaterialLow, - #pragma warning restore CS1591 - [EnumMember(Value = "materialNeeded")] - #pragma warning disable CS1591 - MaterialNeeded, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaDrying")] - #pragma warning disable CS1591 - MediaDrying, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathCannotDuplexMediaSelected")] - #pragma warning disable CS1591 - MediaPathCannotDuplexMediaSelected, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathFailure")] - #pragma warning disable CS1591 - MediaPathFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathInputEmpty")] - #pragma warning disable CS1591 - MediaPathInputEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathInputFeedError")] - #pragma warning disable CS1591 - MediaPathInputFeedError, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathInputJam")] - #pragma warning disable CS1591 - MediaPathInputJam, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathInputRequest")] - #pragma warning disable CS1591 - MediaPathInputRequest, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathJam")] - #pragma warning disable CS1591 - MediaPathJam, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathMediaTrayAlmostFull")] - #pragma warning disable CS1591 - MediaPathMediaTrayAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathMediaTrayFull")] - #pragma warning disable CS1591 - MediaPathMediaTrayFull, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathMediaTrayMissing")] - #pragma warning disable CS1591 - MediaPathMediaTrayMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathOutputFeedError")] - #pragma warning disable CS1591 - MediaPathOutputFeedError, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathOutputFull")] - #pragma warning disable CS1591 - MediaPathOutputFull, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathOutputJam")] - #pragma warning disable CS1591 - MediaPathOutputJam, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathPickRollerFailure")] - #pragma warning disable CS1591 - MediaPathPickRollerFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathPickRollerLifeOver")] - #pragma warning disable CS1591 - MediaPathPickRollerLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathPickRollerLifeWarn")] - #pragma warning disable CS1591 - MediaPathPickRollerLifeWarn, - #pragma warning restore CS1591 - [EnumMember(Value = "mediaPathPickRollerMissing")] - #pragma warning disable CS1591 - MediaPathPickRollerMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "motorFailure")] - #pragma warning disable CS1591 - MotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "outputMailboxSelectFailure")] - #pragma warning disable CS1591 - OutputMailboxSelectFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "outputMediaTrayFailure")] - #pragma warning disable CS1591 - OutputMediaTrayFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "outputMediaTrayFeedError")] - #pragma warning disable CS1591 - OutputMediaTrayFeedError, - #pragma warning restore CS1591 - [EnumMember(Value = "outputMediaTrayJam")] - #pragma warning disable CS1591 - OutputMediaTrayJam, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterAdded")] - #pragma warning disable CS1591 - PerforaterAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterAlmostEmpty")] - #pragma warning disable CS1591 - PerforaterAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterAlmostFull")] - #pragma warning disable CS1591 - PerforaterAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterAtLimit")] - #pragma warning disable CS1591 - PerforaterAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterClosed")] - #pragma warning disable CS1591 - PerforaterClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterConfigurationChange")] - #pragma warning disable CS1591 - PerforaterConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterCoverClosed")] - #pragma warning disable CS1591 - PerforaterCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterCoverOpen")] - #pragma warning disable CS1591 - PerforaterCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterEmpty")] - #pragma warning disable CS1591 - PerforaterEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterFull")] - #pragma warning disable CS1591 - PerforaterFull, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterInterlockClosed")] - #pragma warning disable CS1591 - PerforaterInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterInterlockOpen")] - #pragma warning disable CS1591 - PerforaterInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterJam")] - #pragma warning disable CS1591 - PerforaterJam, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterLifeAlmostOver")] - #pragma warning disable CS1591 - PerforaterLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterLifeOver")] - #pragma warning disable CS1591 - PerforaterLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterMemoryExhausted")] - #pragma warning disable CS1591 - PerforaterMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterMissing")] - #pragma warning disable CS1591 - PerforaterMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterMotorFailure")] - #pragma warning disable CS1591 - PerforaterMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterNearLimit")] - #pragma warning disable CS1591 - PerforaterNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterOffline")] - #pragma warning disable CS1591 - PerforaterOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterOpened")] - #pragma warning disable CS1591 - PerforaterOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterOverTemperature")] - #pragma warning disable CS1591 - PerforaterOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterPowerSaver")] - #pragma warning disable CS1591 - PerforaterPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterRecoverableFailure")] - #pragma warning disable CS1591 - PerforaterRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterRecoverableStorage")] - #pragma warning disable CS1591 - PerforaterRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterRemoved")] - #pragma warning disable CS1591 - PerforaterRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterResourceAdded")] - #pragma warning disable CS1591 - PerforaterResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterResourceRemoved")] - #pragma warning disable CS1591 - PerforaterResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterThermistorFailure")] - #pragma warning disable CS1591 - PerforaterThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterTimingFailure")] - #pragma warning disable CS1591 - PerforaterTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterTurnedOff")] - #pragma warning disable CS1591 - PerforaterTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterTurnedOn")] - #pragma warning disable CS1591 - PerforaterTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterUnderTemperature")] - #pragma warning disable CS1591 - PerforaterUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterUnrecoverableFailure")] - #pragma warning disable CS1591 - PerforaterUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterUnrecoverableStorageError")] - #pragma warning disable CS1591 - PerforaterUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "perforaterWarmingUp")] - #pragma warning disable CS1591 - PerforaterWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "platformCooling")] - #pragma warning disable CS1591 - PlatformCooling, - #pragma warning restore CS1591 - [EnumMember(Value = "platformFailure")] - #pragma warning disable CS1591 - PlatformFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "platformHeating")] - #pragma warning disable CS1591 - PlatformHeating, - #pragma warning restore CS1591 - [EnumMember(Value = "platformTemperatureHigh")] - #pragma warning disable CS1591 - PlatformTemperatureHigh, - #pragma warning restore CS1591 - [EnumMember(Value = "platformTemperatureLow")] - #pragma warning disable CS1591 - PlatformTemperatureLow, - #pragma warning restore CS1591 - [EnumMember(Value = "powerDown")] - #pragma warning disable CS1591 - PowerDown, - #pragma warning restore CS1591 - [EnumMember(Value = "powerUp")] - #pragma warning disable CS1591 - PowerUp, - #pragma warning restore CS1591 - [EnumMember(Value = "printerManualReset")] - #pragma warning disable CS1591 - PrinterManualReset, - #pragma warning restore CS1591 - [EnumMember(Value = "printerNmsReset")] - #pragma warning disable CS1591 - PrinterNmsReset, - #pragma warning restore CS1591 - [EnumMember(Value = "printerReadyToPrint")] - #pragma warning disable CS1591 - PrinterReadyToPrint, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherAdded")] - #pragma warning disable CS1591 - PuncherAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherAlmostEmpty")] - #pragma warning disable CS1591 - PuncherAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherAlmostFull")] - #pragma warning disable CS1591 - PuncherAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherAtLimit")] - #pragma warning disable CS1591 - PuncherAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherClosed")] - #pragma warning disable CS1591 - PuncherClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherConfigurationChange")] - #pragma warning disable CS1591 - PuncherConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherCoverClosed")] - #pragma warning disable CS1591 - PuncherCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherCoverOpen")] - #pragma warning disable CS1591 - PuncherCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherEmpty")] - #pragma warning disable CS1591 - PuncherEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherFull")] - #pragma warning disable CS1591 - PuncherFull, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherInterlockClosed")] - #pragma warning disable CS1591 - PuncherInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherInterlockOpen")] - #pragma warning disable CS1591 - PuncherInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherJam")] - #pragma warning disable CS1591 - PuncherJam, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherLifeAlmostOver")] - #pragma warning disable CS1591 - PuncherLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherLifeOver")] - #pragma warning disable CS1591 - PuncherLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherMemoryExhausted")] - #pragma warning disable CS1591 - PuncherMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherMissing")] - #pragma warning disable CS1591 - PuncherMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherMotorFailure")] - #pragma warning disable CS1591 - PuncherMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherNearLimit")] - #pragma warning disable CS1591 - PuncherNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherOffline")] - #pragma warning disable CS1591 - PuncherOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherOpened")] - #pragma warning disable CS1591 - PuncherOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherOverTemperature")] - #pragma warning disable CS1591 - PuncherOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherPowerSaver")] - #pragma warning disable CS1591 - PuncherPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherRecoverableFailure")] - #pragma warning disable CS1591 - PuncherRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherRecoverableStorage")] - #pragma warning disable CS1591 - PuncherRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherRemoved")] - #pragma warning disable CS1591 - PuncherRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherResourceAdded")] - #pragma warning disable CS1591 - PuncherResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherResourceRemoved")] - #pragma warning disable CS1591 - PuncherResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherThermistorFailure")] - #pragma warning disable CS1591 - PuncherThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherTimingFailure")] - #pragma warning disable CS1591 - PuncherTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherTurnedOff")] - #pragma warning disable CS1591 - PuncherTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherTurnedOn")] - #pragma warning disable CS1591 - PuncherTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherUnderTemperature")] - #pragma warning disable CS1591 - PuncherUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherUnrecoverableFailure")] - #pragma warning disable CS1591 - PuncherUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherUnrecoverableStorageError")] - #pragma warning disable CS1591 - PuncherUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "puncherWarmingUp")] - #pragma warning disable CS1591 - PuncherWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "resuming")] - #pragma warning disable CS1591 - Resuming, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathFailure")] - #pragma warning disable CS1591 - ScanMediaPathFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathInputEmpty")] - #pragma warning disable CS1591 - ScanMediaPathInputEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathInputFeedError")] - #pragma warning disable CS1591 - ScanMediaPathInputFeedError, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathInputJam")] - #pragma warning disable CS1591 - ScanMediaPathInputJam, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathInputRequest")] - #pragma warning disable CS1591 - ScanMediaPathInputRequest, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathJam")] - #pragma warning disable CS1591 - ScanMediaPathJam, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathOutputFeedError")] - #pragma warning disable CS1591 - ScanMediaPathOutputFeedError, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathOutputFull")] - #pragma warning disable CS1591 - ScanMediaPathOutputFull, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathOutputJam")] - #pragma warning disable CS1591 - ScanMediaPathOutputJam, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathPickRollerFailure")] - #pragma warning disable CS1591 - ScanMediaPathPickRollerFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathPickRollerLifeOver")] - #pragma warning disable CS1591 - ScanMediaPathPickRollerLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathPickRollerLifeWarn")] - #pragma warning disable CS1591 - ScanMediaPathPickRollerLifeWarn, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathPickRollerMissing")] - #pragma warning disable CS1591 - ScanMediaPathPickRollerMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathTrayAlmostFull")] - #pragma warning disable CS1591 - ScanMediaPathTrayAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathTrayFull")] - #pragma warning disable CS1591 - ScanMediaPathTrayFull, - #pragma warning restore CS1591 - [EnumMember(Value = "scanMediaPathTrayMissing")] - #pragma warning disable CS1591 - ScanMediaPathTrayMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "scannerLightFailure")] - #pragma warning disable CS1591 - ScannerLightFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "scannerLightLifeAlmostOver")] - #pragma warning disable CS1591 - ScannerLightLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "scannerLightLifeOver")] - #pragma warning disable CS1591 - ScannerLightLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "scannerLightMissing")] - #pragma warning disable CS1591 - ScannerLightMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "scannerSensorFailure")] - #pragma warning disable CS1591 - ScannerSensorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "scannerSensorLifeAlmostOver")] - #pragma warning disable CS1591 - ScannerSensorLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "scannerSensorLifeOver")] - #pragma warning disable CS1591 - ScannerSensorLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "scannerSensorMissing")] - #pragma warning disable CS1591 - ScannerSensorMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterAdded")] - #pragma warning disable CS1591 - SeparationCutterAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterAlmostEmpty")] - #pragma warning disable CS1591 - SeparationCutterAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterAlmostFull")] - #pragma warning disable CS1591 - SeparationCutterAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterAtLimit")] - #pragma warning disable CS1591 - SeparationCutterAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterClosed")] - #pragma warning disable CS1591 - SeparationCutterClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterConfigurationChange")] - #pragma warning disable CS1591 - SeparationCutterConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterCoverClosed")] - #pragma warning disable CS1591 - SeparationCutterCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterCoverOpen")] - #pragma warning disable CS1591 - SeparationCutterCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterEmpty")] - #pragma warning disable CS1591 - SeparationCutterEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterFull")] - #pragma warning disable CS1591 - SeparationCutterFull, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterInterlockClosed")] - #pragma warning disable CS1591 - SeparationCutterInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterInterlockOpen")] - #pragma warning disable CS1591 - SeparationCutterInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterJam")] - #pragma warning disable CS1591 - SeparationCutterJam, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterLifeAlmostOver")] - #pragma warning disable CS1591 - SeparationCutterLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterLifeOver")] - #pragma warning disable CS1591 - SeparationCutterLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterMemoryExhausted")] - #pragma warning disable CS1591 - SeparationCutterMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterMissing")] - #pragma warning disable CS1591 - SeparationCutterMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterMotorFailure")] - #pragma warning disable CS1591 - SeparationCutterMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterNearLimit")] - #pragma warning disable CS1591 - SeparationCutterNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterOffline")] - #pragma warning disable CS1591 - SeparationCutterOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterOpened")] - #pragma warning disable CS1591 - SeparationCutterOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterOverTemperature")] - #pragma warning disable CS1591 - SeparationCutterOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterPowerSaver")] - #pragma warning disable CS1591 - SeparationCutterPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterRecoverableFailure")] - #pragma warning disable CS1591 - SeparationCutterRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterRecoverableStorage")] - #pragma warning disable CS1591 - SeparationCutterRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterRemoved")] - #pragma warning disable CS1591 - SeparationCutterRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterResourceAdded")] - #pragma warning disable CS1591 - SeparationCutterResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterResourceRemoved")] - #pragma warning disable CS1591 - SeparationCutterResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterThermistorFailure")] - #pragma warning disable CS1591 - SeparationCutterThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterTimingFailure")] - #pragma warning disable CS1591 - SeparationCutterTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterTurnedOff")] - #pragma warning disable CS1591 - SeparationCutterTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterTurnedOn")] - #pragma warning disable CS1591 - SeparationCutterTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterUnderTemperature")] - #pragma warning disable CS1591 - SeparationCutterUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterUnrecoverableFailure")] - #pragma warning disable CS1591 - SeparationCutterUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterUnrecoverableStorageError")] - #pragma warning disable CS1591 - SeparationCutterUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "separationCutterWarmingUp")] - #pragma warning disable CS1591 - SeparationCutterWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorAdded")] - #pragma warning disable CS1591 - SheetRotatorAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorAlmostEmpty")] - #pragma warning disable CS1591 - SheetRotatorAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorAlmostFull")] - #pragma warning disable CS1591 - SheetRotatorAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorAtLimit")] - #pragma warning disable CS1591 - SheetRotatorAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorClosed")] - #pragma warning disable CS1591 - SheetRotatorClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorConfigurationChange")] - #pragma warning disable CS1591 - SheetRotatorConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorCoverClosed")] - #pragma warning disable CS1591 - SheetRotatorCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorCoverOpen")] - #pragma warning disable CS1591 - SheetRotatorCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorEmpty")] - #pragma warning disable CS1591 - SheetRotatorEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorFull")] - #pragma warning disable CS1591 - SheetRotatorFull, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorInterlockClosed")] - #pragma warning disable CS1591 - SheetRotatorInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorInterlockOpen")] - #pragma warning disable CS1591 - SheetRotatorInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorJam")] - #pragma warning disable CS1591 - SheetRotatorJam, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorLifeAlmostOver")] - #pragma warning disable CS1591 - SheetRotatorLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorLifeOver")] - #pragma warning disable CS1591 - SheetRotatorLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorMemoryExhausted")] - #pragma warning disable CS1591 - SheetRotatorMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorMissing")] - #pragma warning disable CS1591 - SheetRotatorMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorMotorFailure")] - #pragma warning disable CS1591 - SheetRotatorMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorNearLimit")] - #pragma warning disable CS1591 - SheetRotatorNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorOffline")] - #pragma warning disable CS1591 - SheetRotatorOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorOpened")] - #pragma warning disable CS1591 - SheetRotatorOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorOverTemperature")] - #pragma warning disable CS1591 - SheetRotatorOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorPowerSaver")] - #pragma warning disable CS1591 - SheetRotatorPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorRecoverableFailure")] - #pragma warning disable CS1591 - SheetRotatorRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorRecoverableStorage")] - #pragma warning disable CS1591 - SheetRotatorRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorRemoved")] - #pragma warning disable CS1591 - SheetRotatorRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorResourceAdded")] - #pragma warning disable CS1591 - SheetRotatorResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorResourceRemoved")] - #pragma warning disable CS1591 - SheetRotatorResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorThermistorFailure")] - #pragma warning disable CS1591 - SheetRotatorThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorTimingFailure")] - #pragma warning disable CS1591 - SheetRotatorTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorTurnedOff")] - #pragma warning disable CS1591 - SheetRotatorTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorTurnedOn")] - #pragma warning disable CS1591 - SheetRotatorTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorUnderTemperature")] - #pragma warning disable CS1591 - SheetRotatorUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorUnrecoverableFailure")] - #pragma warning disable CS1591 - SheetRotatorUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorUnrecoverableStorageError")] - #pragma warning disable CS1591 - SheetRotatorUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "sheetRotatorWarmingUp")] - #pragma warning disable CS1591 - SheetRotatorWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterAdded")] - #pragma warning disable CS1591 - SlitterAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterAlmostEmpty")] - #pragma warning disable CS1591 - SlitterAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterAlmostFull")] - #pragma warning disable CS1591 - SlitterAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterAtLimit")] - #pragma warning disable CS1591 - SlitterAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterClosed")] - #pragma warning disable CS1591 - SlitterClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterConfigurationChange")] - #pragma warning disable CS1591 - SlitterConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterCoverClosed")] - #pragma warning disable CS1591 - SlitterCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterCoverOpen")] - #pragma warning disable CS1591 - SlitterCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterEmpty")] - #pragma warning disable CS1591 - SlitterEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterFull")] - #pragma warning disable CS1591 - SlitterFull, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterInterlockClosed")] - #pragma warning disable CS1591 - SlitterInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterInterlockOpen")] - #pragma warning disable CS1591 - SlitterInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterJam")] - #pragma warning disable CS1591 - SlitterJam, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterLifeAlmostOver")] - #pragma warning disable CS1591 - SlitterLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterLifeOver")] - #pragma warning disable CS1591 - SlitterLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterMemoryExhausted")] - #pragma warning disable CS1591 - SlitterMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterMissing")] - #pragma warning disable CS1591 - SlitterMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterMotorFailure")] - #pragma warning disable CS1591 - SlitterMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterNearLimit")] - #pragma warning disable CS1591 - SlitterNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterOffline")] - #pragma warning disable CS1591 - SlitterOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterOpened")] - #pragma warning disable CS1591 - SlitterOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterOverTemperature")] - #pragma warning disable CS1591 - SlitterOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterPowerSaver")] - #pragma warning disable CS1591 - SlitterPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterRecoverableFailure")] - #pragma warning disable CS1591 - SlitterRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterRecoverableStorage")] - #pragma warning disable CS1591 - SlitterRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterRemoved")] - #pragma warning disable CS1591 - SlitterRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterResourceAdded")] - #pragma warning disable CS1591 - SlitterResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterResourceRemoved")] - #pragma warning disable CS1591 - SlitterResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterThermistorFailure")] - #pragma warning disable CS1591 - SlitterThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterTimingFailure")] - #pragma warning disable CS1591 - SlitterTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterTurnedOff")] - #pragma warning disable CS1591 - SlitterTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterTurnedOn")] - #pragma warning disable CS1591 - SlitterTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterUnderTemperature")] - #pragma warning disable CS1591 - SlitterUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterUnrecoverableFailure")] - #pragma warning disable CS1591 - SlitterUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterUnrecoverableStorageError")] - #pragma warning disable CS1591 - SlitterUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "slitterWarmingUp")] - #pragma warning disable CS1591 - SlitterWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerAdded")] - #pragma warning disable CS1591 - StackerAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerAlmostEmpty")] - #pragma warning disable CS1591 - StackerAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerAlmostFull")] - #pragma warning disable CS1591 - StackerAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerAtLimit")] - #pragma warning disable CS1591 - StackerAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerClosed")] - #pragma warning disable CS1591 - StackerClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerConfigurationChange")] - #pragma warning disable CS1591 - StackerConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerCoverClosed")] - #pragma warning disable CS1591 - StackerCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerCoverOpen")] - #pragma warning disable CS1591 - StackerCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerEmpty")] - #pragma warning disable CS1591 - StackerEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerFull")] - #pragma warning disable CS1591 - StackerFull, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerInterlockClosed")] - #pragma warning disable CS1591 - StackerInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerInterlockOpen")] - #pragma warning disable CS1591 - StackerInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerJam")] - #pragma warning disable CS1591 - StackerJam, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerLifeAlmostOver")] - #pragma warning disable CS1591 - StackerLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerLifeOver")] - #pragma warning disable CS1591 - StackerLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerMemoryExhausted")] - #pragma warning disable CS1591 - StackerMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerMissing")] - #pragma warning disable CS1591 - StackerMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerMotorFailure")] - #pragma warning disable CS1591 - StackerMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerNearLimit")] - #pragma warning disable CS1591 - StackerNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerOffline")] - #pragma warning disable CS1591 - StackerOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerOpened")] - #pragma warning disable CS1591 - StackerOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerOverTemperature")] - #pragma warning disable CS1591 - StackerOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerPowerSaver")] - #pragma warning disable CS1591 - StackerPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerRecoverableFailure")] - #pragma warning disable CS1591 - StackerRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerRecoverableStorage")] - #pragma warning disable CS1591 - StackerRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerRemoved")] - #pragma warning disable CS1591 - StackerRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerResourceAdded")] - #pragma warning disable CS1591 - StackerResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerResourceRemoved")] - #pragma warning disable CS1591 - StackerResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerThermistorFailure")] - #pragma warning disable CS1591 - StackerThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerTimingFailure")] - #pragma warning disable CS1591 - StackerTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerTurnedOff")] - #pragma warning disable CS1591 - StackerTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerTurnedOn")] - #pragma warning disable CS1591 - StackerTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerUnderTemperature")] - #pragma warning disable CS1591 - StackerUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerUnrecoverableFailure")] - #pragma warning disable CS1591 - StackerUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerUnrecoverableStorageError")] - #pragma warning disable CS1591 - StackerUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "stackerWarmingUp")] - #pragma warning disable CS1591 - StackerWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "standby")] - #pragma warning disable CS1591 - Standby, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerAdded")] - #pragma warning disable CS1591 - StaplerAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerAlmostEmpty")] - #pragma warning disable CS1591 - StaplerAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerAlmostFull")] - #pragma warning disable CS1591 - StaplerAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerAtLimit")] - #pragma warning disable CS1591 - StaplerAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerClosed")] - #pragma warning disable CS1591 - StaplerClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerConfigurationChange")] - #pragma warning disable CS1591 - StaplerConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerCoverClosed")] - #pragma warning disable CS1591 - StaplerCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerCoverOpen")] - #pragma warning disable CS1591 - StaplerCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerEmpty")] - #pragma warning disable CS1591 - StaplerEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerFull")] - #pragma warning disable CS1591 - StaplerFull, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerInterlockClosed")] - #pragma warning disable CS1591 - StaplerInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerInterlockOpen")] - #pragma warning disable CS1591 - StaplerInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerJam")] - #pragma warning disable CS1591 - StaplerJam, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerLifeAlmostOver")] - #pragma warning disable CS1591 - StaplerLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerLifeOver")] - #pragma warning disable CS1591 - StaplerLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerMemoryExhausted")] - #pragma warning disable CS1591 - StaplerMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerMissing")] - #pragma warning disable CS1591 - StaplerMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerMotorFailure")] - #pragma warning disable CS1591 - StaplerMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerNearLimit")] - #pragma warning disable CS1591 - StaplerNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerOffline")] - #pragma warning disable CS1591 - StaplerOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerOpened")] - #pragma warning disable CS1591 - StaplerOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerOverTemperature")] - #pragma warning disable CS1591 - StaplerOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerPowerSaver")] - #pragma warning disable CS1591 - StaplerPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerRecoverableFailure")] - #pragma warning disable CS1591 - StaplerRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerRecoverableStorage")] - #pragma warning disable CS1591 - StaplerRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerRemoved")] - #pragma warning disable CS1591 - StaplerRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerResourceAdded")] - #pragma warning disable CS1591 - StaplerResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerResourceRemoved")] - #pragma warning disable CS1591 - StaplerResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerThermistorFailure")] - #pragma warning disable CS1591 - StaplerThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerTimingFailure")] - #pragma warning disable CS1591 - StaplerTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerTurnedOff")] - #pragma warning disable CS1591 - StaplerTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerTurnedOn")] - #pragma warning disable CS1591 - StaplerTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerUnderTemperature")] - #pragma warning disable CS1591 - StaplerUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerUnrecoverableFailure")] - #pragma warning disable CS1591 - StaplerUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerUnrecoverableStorageError")] - #pragma warning disable CS1591 - StaplerUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "staplerWarmingUp")] - #pragma warning disable CS1591 - StaplerWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherAdded")] - #pragma warning disable CS1591 - StitcherAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherAlmostEmpty")] - #pragma warning disable CS1591 - StitcherAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherAlmostFull")] - #pragma warning disable CS1591 - StitcherAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherAtLimit")] - #pragma warning disable CS1591 - StitcherAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherClosed")] - #pragma warning disable CS1591 - StitcherClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherConfigurationChange")] - #pragma warning disable CS1591 - StitcherConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherCoverClosed")] - #pragma warning disable CS1591 - StitcherCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherCoverOpen")] - #pragma warning disable CS1591 - StitcherCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherEmpty")] - #pragma warning disable CS1591 - StitcherEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherFull")] - #pragma warning disable CS1591 - StitcherFull, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherInterlockClosed")] - #pragma warning disable CS1591 - StitcherInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherInterlockOpen")] - #pragma warning disable CS1591 - StitcherInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherJam")] - #pragma warning disable CS1591 - StitcherJam, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherLifeAlmostOver")] - #pragma warning disable CS1591 - StitcherLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherLifeOver")] - #pragma warning disable CS1591 - StitcherLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherMemoryExhausted")] - #pragma warning disable CS1591 - StitcherMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherMissing")] - #pragma warning disable CS1591 - StitcherMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherMotorFailure")] - #pragma warning disable CS1591 - StitcherMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherNearLimit")] - #pragma warning disable CS1591 - StitcherNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherOffline")] - #pragma warning disable CS1591 - StitcherOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherOpened")] - #pragma warning disable CS1591 - StitcherOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherOverTemperature")] - #pragma warning disable CS1591 - StitcherOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherPowerSaver")] - #pragma warning disable CS1591 - StitcherPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherRecoverableFailure")] - #pragma warning disable CS1591 - StitcherRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherRecoverableStorage")] - #pragma warning disable CS1591 - StitcherRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherRemoved")] - #pragma warning disable CS1591 - StitcherRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherResourceAdded")] - #pragma warning disable CS1591 - StitcherResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherResourceRemoved")] - #pragma warning disable CS1591 - StitcherResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherThermistorFailure")] - #pragma warning disable CS1591 - StitcherThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherTimingFailure")] - #pragma warning disable CS1591 - StitcherTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherTurnedOff")] - #pragma warning disable CS1591 - StitcherTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherTurnedOn")] - #pragma warning disable CS1591 - StitcherTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherUnderTemperature")] - #pragma warning disable CS1591 - StitcherUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherUnrecoverableFailure")] - #pragma warning disable CS1591 - StitcherUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherUnrecoverableStorageError")] - #pragma warning disable CS1591 - StitcherUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "stitcherWarmingUp")] - #pragma warning disable CS1591 - StitcherWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitAdded")] - #pragma warning disable CS1591 - SubunitAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitAlmostEmpty")] - #pragma warning disable CS1591 - SubunitAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitAlmostFull")] - #pragma warning disable CS1591 - SubunitAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitAtLimit")] - #pragma warning disable CS1591 - SubunitAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitClosed")] - #pragma warning disable CS1591 - SubunitClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitCoolingDown")] - #pragma warning disable CS1591 - SubunitCoolingDown, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitEmpty")] - #pragma warning disable CS1591 - SubunitEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitFull")] - #pragma warning disable CS1591 - SubunitFull, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitLifeAlmostOver")] - #pragma warning disable CS1591 - SubunitLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitLifeOver")] - #pragma warning disable CS1591 - SubunitLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitMemoryExhausted")] - #pragma warning disable CS1591 - SubunitMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitMissing")] - #pragma warning disable CS1591 - SubunitMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitMotorFailure")] - #pragma warning disable CS1591 - SubunitMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitNearLimit")] - #pragma warning disable CS1591 - SubunitNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitOffline")] - #pragma warning disable CS1591 - SubunitOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitOpened")] - #pragma warning disable CS1591 - SubunitOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitOverTemperature")] - #pragma warning disable CS1591 - SubunitOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitPowerSaver")] - #pragma warning disable CS1591 - SubunitPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitRecoverableFailure")] - #pragma warning disable CS1591 - SubunitRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitRecoverableStorage")] - #pragma warning disable CS1591 - SubunitRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitRemoved")] - #pragma warning disable CS1591 - SubunitRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitResourceAdded")] - #pragma warning disable CS1591 - SubunitResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitResourceRemoved")] - #pragma warning disable CS1591 - SubunitResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitThermistorFailure")] - #pragma warning disable CS1591 - SubunitThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitTimingFailure")] - #pragma warning disable CS1591 - SubunitTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitTurnedOff")] - #pragma warning disable CS1591 - SubunitTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitTurnedOn")] - #pragma warning disable CS1591 - SubunitTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitUnderTemperature")] - #pragma warning disable CS1591 - SubunitUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitUnrecoverableFailure")] - #pragma warning disable CS1591 - SubunitUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitUnrecoverableStorage")] - #pragma warning disable CS1591 - SubunitUnrecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "subunitWarmingUp")] - #pragma warning disable CS1591 - SubunitWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "suspend")] - #pragma warning disable CS1591 - Suspend, - #pragma warning restore CS1591 - [EnumMember(Value = "testing")] - #pragma warning disable CS1591 - Testing, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerAdded")] - #pragma warning disable CS1591 - TrimmerAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerAlmostEmpty")] - #pragma warning disable CS1591 - TrimmerAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerAlmostFull")] - #pragma warning disable CS1591 - TrimmerAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerAtLimit")] - #pragma warning disable CS1591 - TrimmerAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerClosed")] - #pragma warning disable CS1591 - TrimmerClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerConfigurationChange")] - #pragma warning disable CS1591 - TrimmerConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerCoverClosed")] - #pragma warning disable CS1591 - TrimmerCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerCoverOpen")] - #pragma warning disable CS1591 - TrimmerCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerEmpty")] - #pragma warning disable CS1591 - TrimmerEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerFull")] - #pragma warning disable CS1591 - TrimmerFull, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerInterlockClosed")] - #pragma warning disable CS1591 - TrimmerInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerInterlockOpen")] - #pragma warning disable CS1591 - TrimmerInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerJam")] - #pragma warning disable CS1591 - TrimmerJam, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerLifeAlmostOver")] - #pragma warning disable CS1591 - TrimmerLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerLifeOver")] - #pragma warning disable CS1591 - TrimmerLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerMemoryExhausted")] - #pragma warning disable CS1591 - TrimmerMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerMissing")] - #pragma warning disable CS1591 - TrimmerMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerMotorFailure")] - #pragma warning disable CS1591 - TrimmerMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerNearLimit")] - #pragma warning disable CS1591 - TrimmerNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerOffline")] - #pragma warning disable CS1591 - TrimmerOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerOpened")] - #pragma warning disable CS1591 - TrimmerOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerOverTemperature")] - #pragma warning disable CS1591 - TrimmerOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerPowerSaver")] - #pragma warning disable CS1591 - TrimmerPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerRecoverableFailure")] - #pragma warning disable CS1591 - TrimmerRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerRecoverableStorage")] - #pragma warning disable CS1591 - TrimmerRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerRemoved")] - #pragma warning disable CS1591 - TrimmerRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerResourceAdded")] - #pragma warning disable CS1591 - TrimmerResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerResourceRemoved")] - #pragma warning disable CS1591 - TrimmerResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerThermistorFailure")] - #pragma warning disable CS1591 - TrimmerThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerTimingFailure")] - #pragma warning disable CS1591 - TrimmerTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerTurnedOff")] - #pragma warning disable CS1591 - TrimmerTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerTurnedOn")] - #pragma warning disable CS1591 - TrimmerTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerUnderTemperature")] - #pragma warning disable CS1591 - TrimmerUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerUnrecoverableFailure")] - #pragma warning disable CS1591 - TrimmerUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerUnrecoverableStorageError")] - #pragma warning disable CS1591 - TrimmerUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "trimmerWarmingUp")] - #pragma warning disable CS1591 - TrimmerWarmingUp, - #pragma warning restore CS1591 - [EnumMember(Value = "unknown")] - #pragma warning disable CS1591 - Unknown, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperAdded")] - #pragma warning disable CS1591 - WrapperAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperAlmostEmpty")] - #pragma warning disable CS1591 - WrapperAlmostEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperAlmostFull")] - #pragma warning disable CS1591 - WrapperAlmostFull, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperAtLimit")] - #pragma warning disable CS1591 - WrapperAtLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperClosed")] - #pragma warning disable CS1591 - WrapperClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperConfigurationChange")] - #pragma warning disable CS1591 - WrapperConfigurationChange, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperCoverClosed")] - #pragma warning disable CS1591 - WrapperCoverClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperCoverOpen")] - #pragma warning disable CS1591 - WrapperCoverOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperEmpty")] - #pragma warning disable CS1591 - WrapperEmpty, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperFull")] - #pragma warning disable CS1591 - WrapperFull, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperInterlockClosed")] - #pragma warning disable CS1591 - WrapperInterlockClosed, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperInterlockOpen")] - #pragma warning disable CS1591 - WrapperInterlockOpen, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperJam")] - #pragma warning disable CS1591 - WrapperJam, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperLifeAlmostOver")] - #pragma warning disable CS1591 - WrapperLifeAlmostOver, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperLifeOver")] - #pragma warning disable CS1591 - WrapperLifeOver, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperMemoryExhausted")] - #pragma warning disable CS1591 - WrapperMemoryExhausted, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperMissing")] - #pragma warning disable CS1591 - WrapperMissing, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperMotorFailure")] - #pragma warning disable CS1591 - WrapperMotorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperNearLimit")] - #pragma warning disable CS1591 - WrapperNearLimit, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperOffline")] - #pragma warning disable CS1591 - WrapperOffline, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperOpened")] - #pragma warning disable CS1591 - WrapperOpened, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperOverTemperature")] - #pragma warning disable CS1591 - WrapperOverTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperPowerSaver")] - #pragma warning disable CS1591 - WrapperPowerSaver, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperRecoverableFailure")] - #pragma warning disable CS1591 - WrapperRecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperRecoverableStorage")] - #pragma warning disable CS1591 - WrapperRecoverableStorage, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperRemoved")] - #pragma warning disable CS1591 - WrapperRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperResourceAdded")] - #pragma warning disable CS1591 - WrapperResourceAdded, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperResourceRemoved")] - #pragma warning disable CS1591 - WrapperResourceRemoved, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperThermistorFailure")] - #pragma warning disable CS1591 - WrapperThermistorFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperTimingFailure")] - #pragma warning disable CS1591 - WrapperTimingFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperTurnedOff")] - #pragma warning disable CS1591 - WrapperTurnedOff, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperTurnedOn")] - #pragma warning disable CS1591 - WrapperTurnedOn, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperUnderTemperature")] - #pragma warning disable CS1591 - WrapperUnderTemperature, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperUnrecoverableFailure")] - #pragma warning disable CS1591 - WrapperUnrecoverableFailure, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperUnrecoverableStorageError")] - #pragma warning disable CS1591 - WrapperUnrecoverableStorageError, - #pragma warning restore CS1591 - [EnumMember(Value = "wrapperWarmingUp")] - #pragma warning disable CS1591 - WrapperWarmingUp, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/PrinterStatus.cs b/src/Microsoft.Graph/Generated/Models/PrinterStatus.cs deleted file mode 100644 index 97687d17bc1..00000000000 --- a/src/Microsoft.Graph/Generated/Models/PrinterStatus.cs +++ /dev/null @@ -1,125 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class PrinterStatus : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// A human-readable description of the printer's current processing state. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Details - { - get { return BackingStore?.Get?>("details"); } - set { BackingStore?.Set("details", value); } - } -#nullable restore -#else - public List Details - { - get { return BackingStore?.Get>("details"); } - set { BackingStore?.Set("details", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The state property - public global::Microsoft.Graph.Models.PrinterProcessingState? State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public PrinterStatus() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.PrinterStatus CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.PrinterStatus(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "description", n => { Description = n.GetStringValue(); } }, - { "details", n => { Details = n.GetCollectionOfEnumValues()?.AsList(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "state", n => { State = n.GetEnumValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("description", Description); - writer.WriteCollectionOfEnumValues("details", Details); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteEnumValue("state", State); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/PrivilegedAccessGroupEligibilitySchedule.cs b/src/Microsoft.Graph/Generated/Models/PrivilegedAccessGroupEligibilitySchedule.cs index e9785c0b0d1..6eece618c9d 100644 --- a/src/Microsoft.Graph/Generated/Models/PrivilegedAccessGroupEligibilitySchedule.cs +++ b/src/Microsoft.Graph/Generated/Models/PrivilegedAccessGroupEligibilitySchedule.cs @@ -12,89 +12,6 @@ namespace Microsoft.Graph.Models public partial class PrivilegedAccessGroupEligibilitySchedule : global::Microsoft.Graph.Models.PrivilegedAccessSchedule, IParsable #pragma warning restore CS1591 { - /// The identifier of the membership or ownership eligibility to the group that is governed by PIM. Required. The possible values are: owner, member. Supports $filter (eq). - public global::Microsoft.Graph.Models.PrivilegedAccessGroupRelationships? AccessId - { - get { return BackingStore?.Get("accessId"); } - set { BackingStore?.Set("accessId", value); } - } - /// References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Group? Group - { - get { return BackingStore?.Get("group"); } - set { BackingStore?.Set("group", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Group Group - { - get { return BackingStore?.Get("group"); } - set { BackingStore?.Set("group", value); } - } -#endif - /// The identifier of the group representing the scope of the membership or ownership eligibility through PIM for Groups. Required. Supports $filter (eq). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? GroupId - { - get { return BackingStore?.Get("groupId"); } - set { BackingStore?.Set("groupId", value); } - } -#nullable restore -#else - public string GroupId - { - get { return BackingStore?.Get("groupId"); } - set { BackingStore?.Set("groupId", value); } - } -#endif - /// Indicates whether the assignment is derived from a group assignment. It can further imply whether the caller can manage the schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq). - public global::Microsoft.Graph.Models.PrivilegedAccessGroupMemberType? MemberType - { - get { return BackingStore?.Get("memberType"); } - set { BackingStore?.Set("memberType", value); } - } - /// References the principal that's in the scope of this membership or ownership eligibility request to the group that's governed by PIM. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DirectoryObject? Principal - { - get { return BackingStore?.Get("principal"); } - set { BackingStore?.Set("principal", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DirectoryObject Principal - { - get { return BackingStore?.Get("principal"); } - set { BackingStore?.Set("principal", value); } - } -#endif - /// The identifier of the principal whose membership or ownership eligibility is granted through PIM for Groups. Required. Supports $filter (eq). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? PrincipalId - { - get { return BackingStore?.Get("principalId"); } - set { BackingStore?.Set("principalId", value); } - } -#nullable restore -#else - public string PrincipalId - { - get { return BackingStore?.Get("principalId"); } - set { BackingStore?.Set("principalId", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public PrivilegedAccessGroupEligibilitySchedule() : base() - { - OdataType = "#microsoft.graph.privilegedAccessGroupEligibilitySchedule"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -113,12 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "accessId", n => { AccessId = n.GetEnumValue(); } }, - { "group", n => { Group = n.GetObjectValue(global::Microsoft.Graph.Models.Group.CreateFromDiscriminatorValue); } }, - { "groupId", n => { GroupId = n.GetStringValue(); } }, - { "memberType", n => { MemberType = n.GetEnumValue(); } }, - { "principal", n => { Principal = n.GetObjectValue(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue); } }, - { "principalId", n => { PrincipalId = n.GetStringValue(); } }, }; } /// @@ -129,12 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteEnumValue("accessId", AccessId); - writer.WriteObjectValue("group", Group); - writer.WriteStringValue("groupId", GroupId); - writer.WriteEnumValue("memberType", MemberType); - writer.WriteObjectValue("principal", Principal); - writer.WriteStringValue("principalId", PrincipalId); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PrivilegedAccessGroupEligibilityScheduleInstance.cs b/src/Microsoft.Graph/Generated/Models/PrivilegedAccessGroupEligibilityScheduleInstance.cs index 3b4299a664d..2ec779e8956 100644 --- a/src/Microsoft.Graph/Generated/Models/PrivilegedAccessGroupEligibilityScheduleInstance.cs +++ b/src/Microsoft.Graph/Generated/Models/PrivilegedAccessGroupEligibilityScheduleInstance.cs @@ -12,105 +12,6 @@ namespace Microsoft.Graph.Models public partial class PrivilegedAccessGroupEligibilityScheduleInstance : global::Microsoft.Graph.Models.PrivilegedAccessScheduleInstance, IParsable #pragma warning restore CS1591 { - /// The identifier of the membership or ownership eligibility relationship to the group. Required. The possible values are: owner, member. Supports $filter (eq). - public global::Microsoft.Graph.Models.PrivilegedAccessGroupRelationships? AccessId - { - get { return BackingStore?.Get("accessId"); } - set { BackingStore?.Set("accessId", value); } - } - /// The identifier of the privilegedAccessGroupEligibilitySchedule from which this instance was created. Required. Supports $filter (eq, ne). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? EligibilityScheduleId - { - get { return BackingStore?.Get("eligibilityScheduleId"); } - set { BackingStore?.Set("eligibilityScheduleId", value); } - } -#nullable restore -#else - public string EligibilityScheduleId - { - get { return BackingStore?.Get("eligibilityScheduleId"); } - set { BackingStore?.Set("eligibilityScheduleId", value); } - } -#endif - /// References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Group? Group - { - get { return BackingStore?.Get("group"); } - set { BackingStore?.Set("group", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Group Group - { - get { return BackingStore?.Get("group"); } - set { BackingStore?.Set("group", value); } - } -#endif - /// The identifier of the group representing the scope of the membership or ownership eligibility through PIM for Groups. Required. Supports $filter (eq). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? GroupId - { - get { return BackingStore?.Get("groupId"); } - set { BackingStore?.Set("groupId", value); } - } -#nullable restore -#else - public string GroupId - { - get { return BackingStore?.Get("groupId"); } - set { BackingStore?.Set("groupId", value); } - } -#endif - /// Indicates whether the assignment is derived from a group assignment. It can further imply whether the calling principal can manage the assignment schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq). - public global::Microsoft.Graph.Models.PrivilegedAccessGroupMemberType? MemberType - { - get { return BackingStore?.Get("memberType"); } - set { BackingStore?.Set("memberType", value); } - } - /// References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DirectoryObject? Principal - { - get { return BackingStore?.Get("principal"); } - set { BackingStore?.Set("principal", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DirectoryObject Principal - { - get { return BackingStore?.Get("principal"); } - set { BackingStore?.Set("principal", value); } - } -#endif - /// The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for Groups. Required. Supports $filter (eq). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? PrincipalId - { - get { return BackingStore?.Get("principalId"); } - set { BackingStore?.Set("principalId", value); } - } -#nullable restore -#else - public string PrincipalId - { - get { return BackingStore?.Get("principalId"); } - set { BackingStore?.Set("principalId", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public PrivilegedAccessGroupEligibilityScheduleInstance() : base() - { - OdataType = "#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -129,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "accessId", n => { AccessId = n.GetEnumValue(); } }, - { "eligibilityScheduleId", n => { EligibilityScheduleId = n.GetStringValue(); } }, - { "group", n => { Group = n.GetObjectValue(global::Microsoft.Graph.Models.Group.CreateFromDiscriminatorValue); } }, - { "groupId", n => { GroupId = n.GetStringValue(); } }, - { "memberType", n => { MemberType = n.GetEnumValue(); } }, - { "principal", n => { Principal = n.GetObjectValue(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue); } }, - { "principalId", n => { PrincipalId = n.GetStringValue(); } }, }; } /// @@ -146,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteEnumValue("accessId", AccessId); - writer.WriteStringValue("eligibilityScheduleId", EligibilityScheduleId); - writer.WriteObjectValue("group", Group); - writer.WriteStringValue("groupId", GroupId); - writer.WriteEnumValue("memberType", MemberType); - writer.WriteObjectValue("principal", Principal); - writer.WriteStringValue("principalId", PrincipalId); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PrivilegedAccessRoot.cs b/src/Microsoft.Graph/Generated/Models/PrivilegedAccessRoot.cs index 1d82e813577..f7ed4216a7d 100644 --- a/src/Microsoft.Graph/Generated/Models/PrivilegedAccessRoot.cs +++ b/src/Microsoft.Graph/Generated/Models/PrivilegedAccessRoot.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class PrivilegedAccessRoot : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// A group that's governed through Privileged Identity Management (PIM). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PrivilegedAccessGroup? Group - { - get { return BackingStore?.Get("group"); } - set { BackingStore?.Set("group", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PrivilegedAccessGroup Group - { - get { return BackingStore?.Get("group"); } - set { BackingStore?.Set("group", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "group", n => { Group = n.GetObjectValue(global::Microsoft.Graph.Models.PrivilegedAccessGroup.CreateFromDiscriminatorValue); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("group", Group); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PrivilegedAccessSchedule.cs b/src/Microsoft.Graph/Generated/Models/PrivilegedAccessSchedule.cs index 876193bf13c..26157283ffe 100644 --- a/src/Microsoft.Graph/Generated/Models/PrivilegedAccessSchedule.cs +++ b/src/Microsoft.Graph/Generated/Models/PrivilegedAccessSchedule.cs @@ -12,66 +12,6 @@ namespace Microsoft.Graph.Models public partial class PrivilegedAccessSchedule : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// When the schedule was created. Optional. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// The identifier of the access assignment or eligibility request that created this schedule. Optional. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CreatedUsing - { - get { return BackingStore?.Get("createdUsing"); } - set { BackingStore?.Set("createdUsing", value); } - } -#nullable restore -#else - public string CreatedUsing - { - get { return BackingStore?.Get("createdUsing"); } - set { BackingStore?.Set("createdUsing", value); } - } -#endif - /// When the schedule was last modified. Optional. - public DateTimeOffset? ModifiedDateTime - { - get { return BackingStore?.Get("modifiedDateTime"); } - set { BackingStore?.Set("modifiedDateTime", value); } - } - /// Represents the period of the access assignment or eligibility. The scheduleInfo can represent a single occurrence or multiple recurring instances. Required. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.RequestSchedule? ScheduleInfo - { - get { return BackingStore?.Get("scheduleInfo"); } - set { BackingStore?.Set("scheduleInfo", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.RequestSchedule ScheduleInfo - { - get { return BackingStore?.Get("scheduleInfo"); } - set { BackingStore?.Set("scheduleInfo", value); } - } -#endif - /// The status of the access assignment or eligibility request. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable. Optional. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Status - { - get { return BackingStore?.Get("status"); } - set { BackingStore?.Set("status", value); } - } -#nullable restore -#else - public string Status - { - get { return BackingStore?.Get("status"); } - set { BackingStore?.Set("status", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -96,11 +36,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "createdUsing", n => { CreatedUsing = n.GetStringValue(); } }, - { "modifiedDateTime", n => { ModifiedDateTime = n.GetDateTimeOffsetValue(); } }, - { "scheduleInfo", n => { ScheduleInfo = n.GetObjectValue(global::Microsoft.Graph.Models.RequestSchedule.CreateFromDiscriminatorValue); } }, - { "status", n => { Status = n.GetStringValue(); } }, }; } /// @@ -111,11 +46,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteStringValue("createdUsing", CreatedUsing); - writer.WriteDateTimeOffsetValue("modifiedDateTime", ModifiedDateTime); - writer.WriteObjectValue("scheduleInfo", ScheduleInfo); - writer.WriteStringValue("status", Status); } } } diff --git a/src/Microsoft.Graph/Generated/Models/ProfilePhoto.cs b/src/Microsoft.Graph/Generated/Models/ProfilePhoto.cs index 1a1786dc2cb..e7d179d3098 100644 --- a/src/Microsoft.Graph/Generated/Models/ProfilePhoto.cs +++ b/src/Microsoft.Graph/Generated/Models/ProfilePhoto.cs @@ -12,18 +12,6 @@ namespace Microsoft.Graph.Models public partial class ProfilePhoto : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The height of the photo. Read-only. - public int? Height - { - get { return BackingStore?.Get("height"); } - set { BackingStore?.Set("height", value); } - } - /// The width of the photo. Read-only. - public int? Width - { - get { return BackingStore?.Get("width"); } - set { BackingStore?.Set("width", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -42,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "height", n => { Height = n.GetIntValue(); } }, - { "width", n => { Width = n.GetIntValue(); } }, }; } /// @@ -54,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("height", Height); - writer.WriteIntValue("width", Width); } } } diff --git a/src/Microsoft.Graph/Generated/Models/PronounsSettings.cs b/src/Microsoft.Graph/Generated/Models/PronounsSettings.cs index 88e8b8a7d7a..465d92300a3 100644 --- a/src/Microsoft.Graph/Generated/Models/PronounsSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/PronounsSettings.cs @@ -12,12 +12,6 @@ namespace Microsoft.Graph.Models public partial class PronounsSettings : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled. - public bool? IsEnabledInOrganization - { - get { return BackingStore?.Get("isEnabledInOrganization"); } - set { BackingStore?.Set("isEnabledInOrganization", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -36,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "isEnabledInOrganization", n => { IsEnabledInOrganization = n.GetBoolValue(); } }, }; } /// @@ -47,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteBoolValue("isEnabledInOrganization", IsEnabledInOrganization); } } } diff --git a/src/Microsoft.Graph/Generated/Models/EmployeeOrgData.cs b/src/Microsoft.Graph/Generated/Models/ProtectedContent.cs similarity index 63% rename from src/Microsoft.Graph/Generated/Models/EmployeeOrgData.cs rename to src/Microsoft.Graph/Generated/Models/ProtectedContent.cs index 76a1c6a850c..03b10c5b7ae 100644 --- a/src/Microsoft.Graph/Generated/Models/EmployeeOrgData.cs +++ b/src/Microsoft.Graph/Generated/Models/ProtectedContent.cs @@ -10,7 +10,7 @@ namespace Microsoft.Graph.Models { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public partial class EmployeeOrgData : IAdditionalDataHolder, IBackedModel, IParsable + public partial class ProtectedContent : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. @@ -21,36 +21,52 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The cost center associated with the user. Returned only on $select. Supports $filter. + /// The content id #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public string? CostCenter + public string? Cid { - get { return BackingStore?.Get("costCenter"); } - set { BackingStore?.Set("costCenter", value); } + get { return BackingStore?.Get("cid"); } + set { BackingStore?.Set("cid", value); } } #nullable restore #else - public string CostCenter + public string Cid { - get { return BackingStore?.Get("costCenter"); } - set { BackingStore?.Set("costCenter", value); } + get { return BackingStore?.Get("cid"); } + set { BackingStore?.Set("cid", value); } } #endif - /// The name of the division in which the user works. Returned only on $select. Supports $filter. + /// The content format. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public string? Division + public string? Format { - get { return BackingStore?.Get("division"); } - set { BackingStore?.Set("division", value); } + get { return BackingStore?.Get("format"); } + set { BackingStore?.Set("format", value); } } #nullable restore #else - public string Division + public string Format { - get { return BackingStore?.Get("division"); } - set { BackingStore?.Set("division", value); } + get { return BackingStore?.Get("format"); } + set { BackingStore?.Set("format", value); } + } +#endif + /// The unique identifier for the sensitivity label applied to the content. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? LabelId + { + get { return BackingStore?.Get("labelId"); } + set { BackingStore?.Set("labelId", value); } + } +#nullable restore +#else + public string LabelId + { + get { return BackingStore?.Get("labelId"); } + set { BackingStore?.Set("labelId", value); } } #endif /// The OdataType property @@ -70,9 +86,9 @@ public string OdataType } #endif /// - /// Instantiates a new and sets the default values. + /// Instantiates a new and sets the default values. /// - public EmployeeOrgData() + public ProtectedContent() { BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); AdditionalData = new Dictionary(); @@ -80,12 +96,12 @@ public EmployeeOrgData() /// /// Creates a new instance of the appropriate class based on discriminator value /// - /// A + /// A /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.EmployeeOrgData CreateFromDiscriminatorValue(IParseNode parseNode) + public static global::Microsoft.Graph.Models.ProtectedContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.EmployeeOrgData(); + return new global::Microsoft.Graph.Models.ProtectedContent(); } /// /// The deserialization information for the current model @@ -95,8 +111,9 @@ public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { - { "costCenter", n => { CostCenter = n.GetStringValue(); } }, - { "division", n => { Division = n.GetStringValue(); } }, + { "cid", n => { Cid = n.GetStringValue(); } }, + { "format", n => { Format = n.GetStringValue(); } }, + { "labelId", n => { LabelId = n.GetStringValue(); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, }; } @@ -107,8 +124,9 @@ public virtual IDictionary> GetFieldDeserializers() public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("costCenter", CostCenter); - writer.WriteStringValue("division", Division); + writer.WriteStringValue("cid", Cid); + writer.WriteStringValue("format", Format); + writer.WriteStringValue("labelId", LabelId); writer.WriteStringValue("@odata.type", OdataType); writer.WriteAdditionalData(AdditionalData); } diff --git a/src/Microsoft.Graph/Generated/Models/PublicKeyInfrastructureRoot.cs b/src/Microsoft.Graph/Generated/Models/PublicKeyInfrastructureRoot.cs index b2646c72928..543873fa579 100644 --- a/src/Microsoft.Graph/Generated/Models/PublicKeyInfrastructureRoot.cs +++ b/src/Microsoft.Graph/Generated/Models/PublicKeyInfrastructureRoot.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class PublicKeyInfrastructureRoot : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The collection of public key infrastructure instances for the certificate-based authentication feature for users. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CertificateBasedAuthConfigurations - { - get { return BackingStore?.Get?>("certificateBasedAuthConfigurations"); } - set { BackingStore?.Set("certificateBasedAuthConfigurations", value); } - } -#nullable restore -#else - public List CertificateBasedAuthConfigurations - { - get { return BackingStore?.Get>("certificateBasedAuthConfigurations"); } - set { BackingStore?.Set("certificateBasedAuthConfigurations", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "certificateBasedAuthConfigurations", n => { CertificateBasedAuthConfigurations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CertificateBasedAuthPki.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("certificateBasedAuthConfigurations", CertificateBasedAuthConfigurations); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Quota.cs b/src/Microsoft.Graph/Generated/Models/Quota.cs deleted file mode 100644 index e8b73fc9837..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Quota.cs +++ /dev/null @@ -1,149 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class Quota : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Total space consumed by files in the recycle bin, in bytes. Read-only. - public long? Deleted - { - get { return BackingStore?.Get("deleted"); } - set { BackingStore?.Set("deleted", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Total space remaining before reaching the capacity limit, in bytes. Read-only. - public long? Remaining - { - get { return BackingStore?.Get("remaining"); } - set { BackingStore?.Set("remaining", value); } - } - /// Enumeration value that indicates the state of the storage space. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#nullable restore -#else - public string State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#endif - /// Information about the drive's storage quota plans. Only in Personal OneDrive. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.StoragePlanInformation? StoragePlanInformation - { - get { return BackingStore?.Get("storagePlanInformation"); } - set { BackingStore?.Set("storagePlanInformation", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.StoragePlanInformation StoragePlanInformation - { - get { return BackingStore?.Get("storagePlanInformation"); } - set { BackingStore?.Set("storagePlanInformation", value); } - } -#endif - /// Total allowed storage space, in bytes. Read-only. - public long? Total - { - get { return BackingStore?.Get("total"); } - set { BackingStore?.Set("total", value); } - } - /// Total space used, in bytes. Read-only. - public long? Used - { - get { return BackingStore?.Get("used"); } - set { BackingStore?.Set("used", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public Quota() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Quota CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Quota(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "deleted", n => { Deleted = n.GetLongValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "remaining", n => { Remaining = n.GetLongValue(); } }, - { "state", n => { State = n.GetStringValue(); } }, - { "storagePlanInformation", n => { StoragePlanInformation = n.GetObjectValue(global::Microsoft.Graph.Models.StoragePlanInformation.CreateFromDiscriminatorValue); } }, - { "total", n => { Total = n.GetLongValue(); } }, - { "used", n => { Used = n.GetLongValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteLongValue("deleted", Deleted); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteLongValue("remaining", Remaining); - writer.WriteStringValue("state", State); - writer.WriteObjectValue("storagePlanInformation", StoragePlanInformation); - writer.WriteLongValue("total", Total); - writer.WriteLongValue("used", Used); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/RecurrencePattern.cs b/src/Microsoft.Graph/Generated/Models/RecurrencePattern.cs index f87b1ce0ef8..4d42f5b1f35 100644 --- a/src/Microsoft.Graph/Generated/Models/RecurrencePattern.cs +++ b/src/Microsoft.Graph/Generated/Models/RecurrencePattern.cs @@ -30,16 +30,16 @@ public int? DayOfMonth /// A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? DaysOfWeek + public List? DaysOfWeek { - get { return BackingStore?.Get?>("daysOfWeek"); } + get { return BackingStore?.Get?>("daysOfWeek"); } set { BackingStore?.Set("daysOfWeek", value); } } #nullable restore #else - public List DaysOfWeek + public List DaysOfWeek { - get { return BackingStore?.Get>("daysOfWeek"); } + get { return BackingStore?.Get>("daysOfWeek"); } set { BackingStore?.Set("daysOfWeek", value); } } #endif @@ -116,7 +116,7 @@ public virtual IDictionary> GetFieldDeserializers() return new Dictionary> { { "dayOfMonth", n => { DayOfMonth = n.GetIntValue(); } }, - { "daysOfWeek", n => { DaysOfWeek = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "daysOfWeek", n => { DaysOfWeek = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "firstDayOfWeek", n => { FirstDayOfWeek = n.GetEnumValue(); } }, { "index", n => { Index = n.GetEnumValue(); } }, { "interval", n => { Interval = n.GetIntValue(); } }, @@ -133,7 +133,7 @@ public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); writer.WriteIntValue("dayOfMonth", DayOfMonth); - writer.WriteCollectionOfEnumValues("daysOfWeek", DaysOfWeek); + writer.WriteCollectionOfPrimitiveValues("daysOfWeek", DaysOfWeek); writer.WriteEnumValue("firstDayOfWeek", FirstDayOfWeek); writer.WriteEnumValue("index", Index); writer.WriteIntValue("interval", Interval); diff --git a/src/Microsoft.Graph/Generated/Models/RemoteDesktopSecurityConfiguration.cs b/src/Microsoft.Graph/Generated/Models/RemoteDesktopSecurityConfiguration.cs index c10663fcc13..f71f89de088 100644 --- a/src/Microsoft.Graph/Generated/Models/RemoteDesktopSecurityConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/RemoteDesktopSecurityConfiguration.cs @@ -12,28 +12,6 @@ namespace Microsoft.Graph.Models public partial class RemoteDesktopSecurityConfiguration : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. - public bool? IsRemoteDesktopProtocolEnabled - { - get { return BackingStore?.Get("isRemoteDesktopProtocolEnabled"); } - set { BackingStore?.Set("isRemoteDesktopProtocolEnabled", value); } - } - /// The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? TargetDeviceGroups - { - get { return BackingStore?.Get?>("targetDeviceGroups"); } - set { BackingStore?.Set("targetDeviceGroups", value); } - } -#nullable restore -#else - public List TargetDeviceGroups - { - get { return BackingStore?.Get>("targetDeviceGroups"); } - set { BackingStore?.Set("targetDeviceGroups", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -52,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "isRemoteDesktopProtocolEnabled", n => { IsRemoteDesktopProtocolEnabled = n.GetBoolValue(); } }, - { "targetDeviceGroups", n => { TargetDeviceGroups = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TargetDeviceGroup.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -64,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteBoolValue("isRemoteDesktopProtocolEnabled", IsRemoteDesktopProtocolEnabled); - writer.WriteCollectionOfObjectValues("targetDeviceGroups", TargetDeviceGroups); } } } diff --git a/src/Microsoft.Graph/Generated/Models/RestorePoint.cs b/src/Microsoft.Graph/Generated/Models/RestorePoint.cs index 72f92fc83b0..428913ce579 100644 --- a/src/Microsoft.Graph/Generated/Models/RestorePoint.cs +++ b/src/Microsoft.Graph/Generated/Models/RestorePoint.cs @@ -12,40 +12,6 @@ namespace Microsoft.Graph.Models public partial class RestorePoint : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Expiration date time of the restore point. - public DateTimeOffset? ExpirationDateTime - { - get { return BackingStore?.Get("expirationDateTime"); } - set { BackingStore?.Set("expirationDateTime", value); } - } - /// Date time when the restore point was created. - public DateTimeOffset? ProtectionDateTime - { - get { return BackingStore?.Get("protectionDateTime"); } - set { BackingStore?.Set("protectionDateTime", value); } - } - /// The site, drive, or mailbox units that are protected under a protection policy. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ProtectionUnitBase? ProtectionUnit - { - get { return BackingStore?.Get("protectionUnit"); } - set { BackingStore?.Set("protectionUnit", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ProtectionUnitBase ProtectionUnit - { - get { return BackingStore?.Get("protectionUnit"); } - set { BackingStore?.Set("protectionUnit", value); } - } -#endif - /// The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue. - public global::Microsoft.Graph.Models.RestorePointTags? Tags - { - get { return BackingStore?.Get("tags"); } - set { BackingStore?.Set("tags", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -64,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, - { "protectionDateTime", n => { ProtectionDateTime = n.GetDateTimeOffsetValue(); } }, - { "protectionUnit", n => { ProtectionUnit = n.GetObjectValue(global::Microsoft.Graph.Models.ProtectionUnitBase.CreateFromDiscriminatorValue); } }, - { "tags", n => { Tags = n.GetEnumValue(); } }, }; } /// @@ -78,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteDateTimeOffsetValue("expirationDateTime", ExpirationDateTime); - writer.WriteDateTimeOffsetValue("protectionDateTime", ProtectionDateTime); - writer.WriteObjectValue("protectionUnit", ProtectionUnit); - writer.WriteEnumValue("tags", Tags); } } } diff --git a/src/Microsoft.Graph/Generated/Models/RetentionLabelSettings.cs b/src/Microsoft.Graph/Generated/Models/RetentionLabelSettings.cs deleted file mode 100644 index bc9f843bab9..00000000000 --- a/src/Microsoft.Graph/Generated/Models/RetentionLabelSettings.cs +++ /dev/null @@ -1,130 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.Security; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class RetentionLabelSettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. - public global::Microsoft.Graph.Models.Security.BehaviorDuringRetentionPeriod? BehaviorDuringRetentionPeriod - { - get { return BackingStore?.Get("behaviorDuringRetentionPeriod"); } - set { BackingStore?.Set("behaviorDuringRetentionPeriod", value); } - } - /// Specifies whether updates to document content are allowed. Read-only. - public bool? IsContentUpdateAllowed - { - get { return BackingStore?.Get("isContentUpdateAllowed"); } - set { BackingStore?.Set("isContentUpdateAllowed", value); } - } - /// Specifies whether the document deletion is allowed. Read-only. - public bool? IsDeleteAllowed - { - get { return BackingStore?.Get("isDeleteAllowed"); } - set { BackingStore?.Set("isDeleteAllowed", value); } - } - /// Specifies whether you're allowed to change the retention label on the document. Read-only. - public bool? IsLabelUpdateAllowed - { - get { return BackingStore?.Get("isLabelUpdateAllowed"); } - set { BackingStore?.Set("isLabelUpdateAllowed", value); } - } - /// Specifies whether updates to the item metadata (for example, the Title field) are blocked. Read-only. - public bool? IsMetadataUpdateAllowed - { - get { return BackingStore?.Get("isMetadataUpdateAllowed"); } - set { BackingStore?.Set("isMetadataUpdateAllowed", value); } - } - /// Specifies whether the item is locked. Read-write. - public bool? IsRecordLocked - { - get { return BackingStore?.Get("isRecordLocked"); } - set { BackingStore?.Set("isRecordLocked", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public RetentionLabelSettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.RetentionLabelSettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.RetentionLabelSettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "behaviorDuringRetentionPeriod", n => { BehaviorDuringRetentionPeriod = n.GetEnumValue(); } }, - { "isContentUpdateAllowed", n => { IsContentUpdateAllowed = n.GetBoolValue(); } }, - { "isDeleteAllowed", n => { IsDeleteAllowed = n.GetBoolValue(); } }, - { "isLabelUpdateAllowed", n => { IsLabelUpdateAllowed = n.GetBoolValue(); } }, - { "isMetadataUpdateAllowed", n => { IsMetadataUpdateAllowed = n.GetBoolValue(); } }, - { "isRecordLocked", n => { IsRecordLocked = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteEnumValue("behaviorDuringRetentionPeriod", BehaviorDuringRetentionPeriod); - writer.WriteBoolValue("isContentUpdateAllowed", IsContentUpdateAllowed); - writer.WriteBoolValue("isDeleteAllowed", IsDeleteAllowed); - writer.WriteBoolValue("isLabelUpdateAllowed", IsLabelUpdateAllowed); - writer.WriteBoolValue("isMetadataUpdateAllowed", IsMetadataUpdateAllowed); - writer.WriteBoolValue("isRecordLocked", IsRecordLocked); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/RiskEventType.cs b/src/Microsoft.Graph/Generated/Models/RiskEventType.cs deleted file mode 100644 index 96bd6a1d969..00000000000 --- a/src/Microsoft.Graph/Generated/Models/RiskEventType.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum RiskEventType - #pragma warning restore CS1591 - { - [EnumMember(Value = "unlikelyTravel")] - #pragma warning disable CS1591 - UnlikelyTravel, - #pragma warning restore CS1591 - [EnumMember(Value = "anonymizedIPAddress")] - #pragma warning disable CS1591 - AnonymizedIPAddress, - #pragma warning restore CS1591 - [EnumMember(Value = "maliciousIPAddress")] - #pragma warning disable CS1591 - MaliciousIPAddress, - #pragma warning restore CS1591 - [EnumMember(Value = "unfamiliarFeatures")] - #pragma warning disable CS1591 - UnfamiliarFeatures, - #pragma warning restore CS1591 - [EnumMember(Value = "malwareInfectedIPAddress")] - #pragma warning disable CS1591 - MalwareInfectedIPAddress, - #pragma warning restore CS1591 - [EnumMember(Value = "suspiciousIPAddress")] - #pragma warning disable CS1591 - SuspiciousIPAddress, - #pragma warning restore CS1591 - [EnumMember(Value = "leakedCredentials")] - #pragma warning disable CS1591 - LeakedCredentials, - #pragma warning restore CS1591 - [EnumMember(Value = "investigationsThreatIntelligence")] - #pragma warning disable CS1591 - InvestigationsThreatIntelligence, - #pragma warning restore CS1591 - [EnumMember(Value = "generic")] - #pragma warning disable CS1591 - Generic, - #pragma warning restore CS1591 - [EnumMember(Value = "adminConfirmedUserCompromised")] - #pragma warning disable CS1591 - AdminConfirmedUserCompromised, - #pragma warning restore CS1591 - [EnumMember(Value = "mcasImpossibleTravel")] - #pragma warning disable CS1591 - McasImpossibleTravel, - #pragma warning restore CS1591 - [EnumMember(Value = "mcasSuspiciousInboxManipulationRules")] - #pragma warning disable CS1591 - McasSuspiciousInboxManipulationRules, - #pragma warning restore CS1591 - [EnumMember(Value = "investigationsThreatIntelligenceSigninLinked")] - #pragma warning disable CS1591 - InvestigationsThreatIntelligenceSigninLinked, - #pragma warning restore CS1591 - [EnumMember(Value = "maliciousIPAddressValidCredentialsBlockedIP")] - #pragma warning disable CS1591 - MaliciousIPAddressValidCredentialsBlockedIP, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/RoleDefinition.cs b/src/Microsoft.Graph/Generated/Models/RoleDefinition.cs index cfc7f73ff3c..005a8cfda28 100644 --- a/src/Microsoft.Graph/Generated/Models/RoleDefinition.cs +++ b/src/Microsoft.Graph/Generated/Models/RoleDefinition.cs @@ -13,76 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RoleDefinition : global::Microsoft.Graph.Models.Entity, IParsable { - /// Description of the Role definition. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// Display Name of the Role definition. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition. - public bool? IsBuiltIn - { - get { return BackingStore?.Get("isBuiltIn"); } - set { BackingStore?.Set("isBuiltIn", value); } - } - /// List of Role assignments for this role definition. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RoleAssignments - { - get { return BackingStore?.Get?>("roleAssignments"); } - set { BackingStore?.Set("roleAssignments", value); } - } -#nullable restore -#else - public List RoleAssignments - { - get { return BackingStore?.Get>("roleAssignments"); } - set { BackingStore?.Set("roleAssignments", value); } - } -#endif - /// List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RolePermissions - { - get { return BackingStore?.Get?>("rolePermissions"); } - set { BackingStore?.Set("rolePermissions", value); } - } -#nullable restore -#else - public List RolePermissions - { - get { return BackingStore?.Get>("rolePermissions"); } - set { BackingStore?.Set("rolePermissions", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -106,11 +36,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "isBuiltIn", n => { IsBuiltIn = n.GetBoolValue(); } }, - { "roleAssignments", n => { RoleAssignments = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.RoleAssignment.CreateFromDiscriminatorValue)?.AsList(); } }, - { "rolePermissions", n => { RolePermissions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.RolePermission.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -121,11 +46,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteBoolValue("isBuiltIn", IsBuiltIn); - writer.WriteCollectionOfObjectValues("roleAssignments", RoleAssignments); - writer.WriteCollectionOfObjectValues("rolePermissions", RolePermissions); } } } diff --git a/src/Microsoft.Graph/Generated/Models/RubricCriterion.cs b/src/Microsoft.Graph/Generated/Models/RubricCriterion.cs deleted file mode 100644 index 1209a324f09..00000000000 --- a/src/Microsoft.Graph/Generated/Models/RubricCriterion.cs +++ /dev/null @@ -1,99 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class RubricCriterion : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The description of this criterion. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EducationItemBody? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EducationItemBody Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public RubricCriterion() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.RubricCriterion CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.RubricCriterion(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "description", n => { Description = n.GetObjectValue(global::Microsoft.Graph.Models.EducationItemBody.CreateFromDiscriminatorValue); } }, - { "@odata.type", n => { OdataType = 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.WriteObjectValue("description", Description); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/RubricLevel.cs b/src/Microsoft.Graph/Generated/Models/RubricLevel.cs deleted file mode 100644 index 4701bcd0a7b..00000000000 --- a/src/Microsoft.Graph/Generated/Models/RubricLevel.cs +++ /dev/null @@ -1,153 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class RubricLevel : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The description of this rubric level. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EducationItemBody? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EducationItemBody Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The name of this rubric level. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Null if this is a no-points rubric; educationAssignmentPointsGradeType if it's a points rubric. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EducationAssignmentGradeType? Grading - { - get { return BackingStore?.Get("grading"); } - set { BackingStore?.Set("grading", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EducationAssignmentGradeType Grading - { - get { return BackingStore?.Get("grading"); } - set { BackingStore?.Set("grading", value); } - } -#endif - /// The ID of this resource. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LevelId - { - get { return BackingStore?.Get("levelId"); } - set { BackingStore?.Set("levelId", value); } - } -#nullable restore -#else - public string LevelId - { - get { return BackingStore?.Get("levelId"); } - set { BackingStore?.Set("levelId", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public RubricLevel() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.RubricLevel CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.RubricLevel(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "description", n => { Description = n.GetObjectValue(global::Microsoft.Graph.Models.EducationItemBody.CreateFromDiscriminatorValue); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "grading", n => { Grading = n.GetObjectValue(global::Microsoft.Graph.Models.EducationAssignmentGradeType.CreateFromDiscriminatorValue); } }, - { "levelId", n => { LevelId = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteObjectValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteObjectValue("grading", Grading); - writer.WriteStringValue("levelId", LevelId); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/RubricQuality.cs b/src/Microsoft.Graph/Generated/Models/RubricQuality.cs deleted file mode 100644 index e12012efe4f..00000000000 --- a/src/Microsoft.Graph/Generated/Models/RubricQuality.cs +++ /dev/null @@ -1,161 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class RubricQuality : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The collection of criteria for this rubric quality. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Criteria - { - get { return BackingStore?.Get?>("criteria"); } - set { BackingStore?.Set("criteria", value); } - } -#nullable restore -#else - public List Criteria - { - get { return BackingStore?.Get>("criteria"); } - set { BackingStore?.Set("criteria", value); } - } -#endif - /// The description of this rubric quality. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EducationItemBody? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EducationItemBody Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The name of this rubric quality. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The ID of this resource. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? QualityId - { - get { return BackingStore?.Get("qualityId"); } - set { BackingStore?.Set("qualityId", value); } - } -#nullable restore -#else - public string QualityId - { - get { return BackingStore?.Get("qualityId"); } - set { BackingStore?.Set("qualityId", value); } - } -#endif - /// If present, a numerical weight for this quality. Weights must add up to 100. - public float? Weight - { - get { return BackingStore?.Get("weight"); } - set { BackingStore?.Set("weight", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public RubricQuality() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.RubricQuality CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.RubricQuality(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "criteria", n => { Criteria = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.RubricCriterion.CreateFromDiscriminatorValue)?.AsList(); } }, - { "description", n => { Description = n.GetObjectValue(global::Microsoft.Graph.Models.EducationItemBody.CreateFromDiscriminatorValue); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "qualityId", n => { QualityId = n.GetStringValue(); } }, - { "weight", n => { Weight = n.GetFloatValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteCollectionOfObjectValues("criteria", Criteria); - writer.WriteObjectValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteStringValue("qualityId", QualityId); - writer.WriteFloatValue("weight", Weight); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/SearchRequest.cs b/src/Microsoft.Graph/Generated/Models/SearchRequest.cs index de8e335289f..d3ec3ea8a1e 100644 --- a/src/Microsoft.Graph/Generated/Models/SearchRequest.cs +++ b/src/Microsoft.Graph/Generated/Models/SearchRequest.cs @@ -94,16 +94,16 @@ public bool? EnableTopResults /// One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? EntityTypes + public List? EntityTypes { - get { return BackingStore?.Get?>("entityTypes"); } + get { return BackingStore?.Get?>("entityTypes"); } set { BackingStore?.Set("entityTypes", value); } } #nullable restore #else - public List EntityTypes + public List EntityTypes { - get { return BackingStore?.Get>("entityTypes"); } + get { return BackingStore?.Get>("entityTypes"); } set { BackingStore?.Set("entityTypes", value); } } #endif @@ -278,7 +278,7 @@ public virtual IDictionary> GetFieldDeserializers() { "collapseProperties", n => { CollapseProperties = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CollapseProperty.CreateFromDiscriminatorValue)?.AsList(); } }, { "contentSources", n => { ContentSources = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "enableTopResults", n => { EnableTopResults = n.GetBoolValue(); } }, - { "entityTypes", n => { EntityTypes = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "entityTypes", n => { EntityTypes = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "fields", n => { Fields = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "from", n => { From = n.GetIntValue(); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, @@ -303,7 +303,7 @@ public virtual void Serialize(ISerializationWriter writer) writer.WriteCollectionOfObjectValues("collapseProperties", CollapseProperties); writer.WriteCollectionOfPrimitiveValues("contentSources", ContentSources); writer.WriteBoolValue("enableTopResults", EnableTopResults); - writer.WriteCollectionOfEnumValues("entityTypes", EntityTypes); + writer.WriteCollectionOfPrimitiveValues("entityTypes", EntityTypes); writer.WriteCollectionOfPrimitiveValues("fields", Fields); writer.WriteIntValue("from", From); writer.WriteStringValue("@odata.type", OdataType); diff --git a/src/Microsoft.Graph/Generated/Models/SecureSignInSessionControl.cs b/src/Microsoft.Graph/Generated/Models/SecureSignInSessionControl.cs new file mode 100644 index 00000000000..2a56a69b2f1 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/SecureSignInSessionControl.cs @@ -0,0 +1,53 @@ +// +#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.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SecureSignInSessionControl : global::Microsoft.Graph.Models.ConditionalAccessSessionControl, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SecureSignInSessionControl() : base() + { + OdataType = "#microsoft.graph.secureSignInSessionControl"; + } + /// + /// Creates a new instance of 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.Models.SecureSignInSessionControl CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.SecureSignInSessionControl(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AadRiskDetectionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AadRiskDetectionAuditRecord.cs new file mode 100644 index 00000000000..7f8a39829f5 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AadRiskDetectionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AadRiskDetectionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AadRiskDetectionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.aadRiskDetectionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AadRiskDetectionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AadRiskDetectionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AedAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AedAuditRecord.cs new file mode 100644 index 00000000000..6569c3d2716 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AedAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AedAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AedAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.aedAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AedAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AedAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AiAppInteractionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AiAppInteractionAuditRecord.cs new file mode 100644 index 00000000000..5353103385e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AiAppInteractionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AiAppInteractionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AiAppInteractionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.aiAppInteractionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AiAppInteractionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AiAppInteractionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AipFileDeleted.cs b/src/Microsoft.Graph/Generated/Models/Security/AipFileDeleted.cs new file mode 100644 index 00000000000..456c23cc922 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AipFileDeleted.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AipFileDeleted : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AipFileDeleted() : base() + { + OdataType = "#microsoft.graph.security.aipFileDeleted"; + } + /// + /// Creates a new instance of 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.Models.Security.AipFileDeleted CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AipFileDeleted(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AipHeartBeat.cs b/src/Microsoft.Graph/Generated/Models/Security/AipHeartBeat.cs new file mode 100644 index 00000000000..5b93536f47f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AipHeartBeat.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AipHeartBeat : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AipHeartBeat() : base() + { + OdataType = "#microsoft.graph.security.aipHeartBeat"; + } + /// + /// Creates a new instance of 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.Models.Security.AipHeartBeat CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AipHeartBeat(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AipProtectionActionLogRequest.cs b/src/Microsoft.Graph/Generated/Models/Security/AipProtectionActionLogRequest.cs new file mode 100644 index 00000000000..766a676695e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AipProtectionActionLogRequest.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AipProtectionActionLogRequest : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AipProtectionActionLogRequest() : base() + { + OdataType = "#microsoft.graph.security.aipProtectionActionLogRequest"; + } + /// + /// Creates a new instance of 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.Models.Security.AipProtectionActionLogRequest CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AipProtectionActionLogRequest(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AipScannerDiscoverEvent.cs b/src/Microsoft.Graph/Generated/Models/Security/AipScannerDiscoverEvent.cs new file mode 100644 index 00000000000..a59318f6ede --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AipScannerDiscoverEvent.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AipScannerDiscoverEvent : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AipScannerDiscoverEvent() : base() + { + OdataType = "#microsoft.graph.security.aipScannerDiscoverEvent"; + } + /// + /// Creates a new instance of 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.Models.Security.AipScannerDiscoverEvent CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AipScannerDiscoverEvent(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AipSensitivityLabelActionLogRequest.cs b/src/Microsoft.Graph/Generated/Models/Security/AipSensitivityLabelActionLogRequest.cs new file mode 100644 index 00000000000..36db3a60ee2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AipSensitivityLabelActionLogRequest.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AipSensitivityLabelActionLogRequest : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AipSensitivityLabelActionLogRequest() : base() + { + OdataType = "#microsoft.graph.security.aipSensitivityLabelActionLogRequest"; + } + /// + /// Creates a new instance of 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.Models.Security.AipSensitivityLabelActionLogRequest CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AipSensitivityLabelActionLogRequest(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AirAdminActionInvestigationData.cs b/src/Microsoft.Graph/Generated/Models/Security/AirAdminActionInvestigationData.cs new file mode 100644 index 00000000000..0aa3bf3c403 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AirAdminActionInvestigationData.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AirAdminActionInvestigationData : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AirAdminActionInvestigationData() : base() + { + OdataType = "#microsoft.graph.security.airAdminActionInvestigationData"; + } + /// + /// Creates a new instance of 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.Models.Security.AirAdminActionInvestigationData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AirAdminActionInvestigationData(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AirInvestigationData.cs b/src/Microsoft.Graph/Generated/Models/Security/AirInvestigationData.cs new file mode 100644 index 00000000000..83beafa61a3 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AirInvestigationData.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AirInvestigationData : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AirInvestigationData() : base() + { + OdataType = "#microsoft.graph.security.airInvestigationData"; + } + /// + /// Creates a new instance of 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.Models.Security.AirInvestigationData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AirInvestigationData(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AirManualInvestigationData.cs b/src/Microsoft.Graph/Generated/Models/Security/AirManualInvestigationData.cs new file mode 100644 index 00000000000..f1f2523a7d6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AirManualInvestigationData.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AirManualInvestigationData : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AirManualInvestigationData() : base() + { + OdataType = "#microsoft.graph.security.airManualInvestigationData"; + } + /// + /// Creates a new instance of 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.Models.Security.AirManualInvestigationData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AirManualInvestigationData(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AttackSimAdminAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AttackSimAdminAuditRecord.cs new file mode 100644 index 00000000000..4665d7dc7b3 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AttackSimAdminAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AttackSimAdminAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AttackSimAdminAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.attackSimAdminAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AttackSimAdminAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AttackSimAdminAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/DefaultInvitationRedemptionIdentityProviderConfiguration.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditCoreRoot.cs similarity index 74% rename from src/Microsoft.Graph/Generated/Models/DefaultInvitationRedemptionIdentityProviderConfiguration.cs rename to src/Microsoft.Graph/Generated/Models/Security/AuditCoreRoot.cs index 6f861692550..3776c8e0229 100644 --- a/src/Microsoft.Graph/Generated/Models/DefaultInvitationRedemptionIdentityProviderConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditCoreRoot.cs @@ -5,22 +5,22 @@ using System.Collections.Generic; using System.IO; using System; -namespace Microsoft.Graph.Models +namespace Microsoft.Graph.Models.Security { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public partial class DefaultInvitationRedemptionIdentityProviderConfiguration : global::Microsoft.Graph.Models.InvitationRedemptionIdentityProviderConfiguration, IParsable + public partial class AuditCoreRoot : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { /// /// Creates a new instance of the appropriate class based on discriminator value /// - /// A + /// A /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Models.DefaultInvitationRedemptionIdentityProviderConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) + public static new global::Microsoft.Graph.Models.Security.AuditCoreRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.DefaultInvitationRedemptionIdentityProviderConfiguration(); + return new global::Microsoft.Graph.Models.Security.AuditCoreRoot(); } /// /// The deserialization information for the current model diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditData.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditData.cs new file mode 100644 index 00000000000..a1607493b21 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditData.cs @@ -0,0 +1,357 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AuditData : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public AuditData() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static global::Microsoft.Graph.Models.Security.AuditData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + var mappingValue = parseNode.GetChildNode("@odata.type")?.GetStringValue(); + return mappingValue switch + { + "#microsoft.graph.security.aadRiskDetectionAuditRecord" => new global::Microsoft.Graph.Models.Security.AadRiskDetectionAuditRecord(), + "#microsoft.graph.security.aedAuditRecord" => new global::Microsoft.Graph.Models.Security.AedAuditRecord(), + "#microsoft.graph.security.aiAppInteractionAuditRecord" => new global::Microsoft.Graph.Models.Security.AiAppInteractionAuditRecord(), + "#microsoft.graph.security.aipFileDeleted" => new global::Microsoft.Graph.Models.Security.AipFileDeleted(), + "#microsoft.graph.security.aipHeartBeat" => new global::Microsoft.Graph.Models.Security.AipHeartBeat(), + "#microsoft.graph.security.aipProtectionActionLogRequest" => new global::Microsoft.Graph.Models.Security.AipProtectionActionLogRequest(), + "#microsoft.graph.security.aipScannerDiscoverEvent" => new global::Microsoft.Graph.Models.Security.AipScannerDiscoverEvent(), + "#microsoft.graph.security.aipSensitivityLabelActionLogRequest" => new global::Microsoft.Graph.Models.Security.AipSensitivityLabelActionLogRequest(), + "#microsoft.graph.security.airAdminActionInvestigationData" => new global::Microsoft.Graph.Models.Security.AirAdminActionInvestigationData(), + "#microsoft.graph.security.airInvestigationData" => new global::Microsoft.Graph.Models.Security.AirInvestigationData(), + "#microsoft.graph.security.airManualInvestigationData" => new global::Microsoft.Graph.Models.Security.AirManualInvestigationData(), + "#microsoft.graph.security.attackSimAdminAuditRecord" => new global::Microsoft.Graph.Models.Security.AttackSimAdminAuditRecord(), + "#microsoft.graph.security.auditSearchAuditRecord" => new global::Microsoft.Graph.Models.Security.AuditSearchAuditRecord(), + "#microsoft.graph.security.azureActiveDirectoryAccountLogonAuditRecord" => new global::Microsoft.Graph.Models.Security.AzureActiveDirectoryAccountLogonAuditRecord(), + "#microsoft.graph.security.azureActiveDirectoryAuditRecord" => new global::Microsoft.Graph.Models.Security.AzureActiveDirectoryAuditRecord(), + "#microsoft.graph.security.azureActiveDirectoryBaseAuditRecord" => new global::Microsoft.Graph.Models.Security.AzureActiveDirectoryBaseAuditRecord(), + "#microsoft.graph.security.azureActiveDirectoryStsLogonAuditRecord" => new global::Microsoft.Graph.Models.Security.AzureActiveDirectoryStsLogonAuditRecord(), + "#microsoft.graph.security.campaignAuditRecord" => new global::Microsoft.Graph.Models.Security.CampaignAuditRecord(), + "#microsoft.graph.security.caseAuditRecord" => new global::Microsoft.Graph.Models.Security.CaseAuditRecord(), + "#microsoft.graph.security.caseInvestigation" => new global::Microsoft.Graph.Models.Security.CaseInvestigation(), + "#microsoft.graph.security.cdpColdCrawlStatusRecord" => new global::Microsoft.Graph.Models.Security.CdpColdCrawlStatusRecord(), + "#microsoft.graph.security.cdpContentExplorerAggregateRecord" => new global::Microsoft.Graph.Models.Security.CdpContentExplorerAggregateRecord(), + "#microsoft.graph.security.cdpDlpSensitiveAuditRecord" => new global::Microsoft.Graph.Models.Security.CdpDlpSensitiveAuditRecord(), + "#microsoft.graph.security.cdpDlpSensitiveEndpointAuditRecord" => new global::Microsoft.Graph.Models.Security.CdpDlpSensitiveEndpointAuditRecord(), + "#microsoft.graph.security.cdpLogRecord" => new global::Microsoft.Graph.Models.Security.CdpLogRecord(), + "#microsoft.graph.security.cdpOcrBillingRecord" => new global::Microsoft.Graph.Models.Security.CdpOcrBillingRecord(), + "#microsoft.graph.security.cdpResourceScopeChangeEventRecord" => new global::Microsoft.Graph.Models.Security.CdpResourceScopeChangeEventRecord(), + "#microsoft.graph.security.cernerSMSLinkRecord" => new global::Microsoft.Graph.Models.Security.CernerSMSLinkRecord(), + "#microsoft.graph.security.cernerSMSSettingsUpdateRecord" => new global::Microsoft.Graph.Models.Security.CernerSMSSettingsUpdateRecord(), + "#microsoft.graph.security.cernerSMSUnlinkRecord" => new global::Microsoft.Graph.Models.Security.CernerSMSUnlinkRecord(), + "#microsoft.graph.security.complianceConnectorAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceConnectorAuditRecord(), + "#microsoft.graph.security.complianceDLMExchangeAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDLMExchangeAuditRecord(), + "#microsoft.graph.security.complianceDLMSharePointAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDLMSharePointAuditRecord(), + "#microsoft.graph.security.complianceDlpApplicationsAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpApplicationsAuditRecord(), + "#microsoft.graph.security.complianceDlpApplicationsClassificationAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpApplicationsClassificationAuditRecord(), + "#microsoft.graph.security.complianceDlpBaseAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpBaseAuditRecord(), + "#microsoft.graph.security.complianceDlpClassificationBaseAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpClassificationBaseAuditRecord(), + "#microsoft.graph.security.complianceDlpClassificationBaseCdpRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpClassificationBaseCdpRecord(), + "#microsoft.graph.security.complianceDlpEndpointAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpEndpointAuditRecord(), + "#microsoft.graph.security.complianceDlpEndpointDiscoveryAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpEndpointDiscoveryAuditRecord(), + "#microsoft.graph.security.complianceDlpExchangeAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpExchangeAuditRecord(), + "#microsoft.graph.security.complianceDlpExchangeClassificationAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpExchangeClassificationAuditRecord(), + "#microsoft.graph.security.complianceDlpExchangeClassificationCdpRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpExchangeClassificationCdpRecord(), + "#microsoft.graph.security.complianceDlpExchangeDiscoveryAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpExchangeDiscoveryAuditRecord(), + "#microsoft.graph.security.complianceDlpSharePointAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpSharePointAuditRecord(), + "#microsoft.graph.security.complianceDlpSharePointClassificationAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpSharePointClassificationAuditRecord(), + "#microsoft.graph.security.complianceDlpSharePointClassificationExtendedAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceDlpSharePointClassificationExtendedAuditRecord(), + "#microsoft.graph.security.complianceManagerActionRecord" => new global::Microsoft.Graph.Models.Security.ComplianceManagerActionRecord(), + "#microsoft.graph.security.complianceSupervisionBaseAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceSupervisionBaseAuditRecord(), + "#microsoft.graph.security.complianceSupervisionExchangeAuditRecord" => new global::Microsoft.Graph.Models.Security.ComplianceSupervisionExchangeAuditRecord(), + "#microsoft.graph.security.consumptionResourceAuditRecord" => new global::Microsoft.Graph.Models.Security.ConsumptionResourceAuditRecord(), + "#microsoft.graph.security.copilotInteractionAuditRecord" => new global::Microsoft.Graph.Models.Security.CopilotInteractionAuditRecord(), + "#microsoft.graph.security.coreReportingSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.CoreReportingSettingsAuditRecord(), + "#microsoft.graph.security.cortanaBriefingAuditRecord" => new global::Microsoft.Graph.Models.Security.CortanaBriefingAuditRecord(), + "#microsoft.graph.security.cpsCommonPolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.CpsCommonPolicyAuditRecord(), + "#microsoft.graph.security.cpsPolicyConfigAuditRecord" => new global::Microsoft.Graph.Models.Security.CpsPolicyConfigAuditRecord(), + "#microsoft.graph.security.crmBaseAuditRecord" => new global::Microsoft.Graph.Models.Security.CrmBaseAuditRecord(), + "#microsoft.graph.security.crmEntityOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.CrmEntityOperationAuditRecord(), + "#microsoft.graph.security.customerKeyServiceEncryptionAuditRecord" => new global::Microsoft.Graph.Models.Security.CustomerKeyServiceEncryptionAuditRecord(), + "#microsoft.graph.security.dataCenterSecurityBaseAuditRecord" => new global::Microsoft.Graph.Models.Security.DataCenterSecurityBaseAuditRecord(), + "#microsoft.graph.security.dataCenterSecurityCmdletAuditRecord" => new global::Microsoft.Graph.Models.Security.DataCenterSecurityCmdletAuditRecord(), + "#microsoft.graph.security.dataGovernanceAuditRecord" => new global::Microsoft.Graph.Models.Security.DataGovernanceAuditRecord(), + "#microsoft.graph.security.dataInsightsRestApiAuditRecord" => new global::Microsoft.Graph.Models.Security.DataInsightsRestApiAuditRecord(), + "#microsoft.graph.security.dataLakeExportOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.DataLakeExportOperationAuditRecord(), + "#microsoft.graph.security.dataShareOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.DataShareOperationAuditRecord(), + "#microsoft.graph.security.defaultAuditData" => new global::Microsoft.Graph.Models.Security.DefaultAuditData(), + "#microsoft.graph.security.defenderSecurityAlertBaseRecord" => new global::Microsoft.Graph.Models.Security.DefenderSecurityAlertBaseRecord(), + "#microsoft.graph.security.deleteCertificateRecord" => new global::Microsoft.Graph.Models.Security.DeleteCertificateRecord(), + "#microsoft.graph.security.disableConsentRecord" => new global::Microsoft.Graph.Models.Security.DisableConsentRecord(), + "#microsoft.graph.security.discoveryAuditRecord" => new global::Microsoft.Graph.Models.Security.DiscoveryAuditRecord(), + "#microsoft.graph.security.dlpEndpointAuditRecord" => new global::Microsoft.Graph.Models.Security.DlpEndpointAuditRecord(), + "#microsoft.graph.security.dlpSensitiveInformationTypeCmdletRecord" => new global::Microsoft.Graph.Models.Security.DlpSensitiveInformationTypeCmdletRecord(), + "#microsoft.graph.security.dlpSensitiveInformationTypeRulePackageCmdletRecord" => new global::Microsoft.Graph.Models.Security.DlpSensitiveInformationTypeRulePackageCmdletRecord(), + "#microsoft.graph.security.downloadCertificateRecord" => new global::Microsoft.Graph.Models.Security.DownloadCertificateRecord(), + "#microsoft.graph.security.dynamics365BusinessCentralAuditRecord" => new global::Microsoft.Graph.Models.Security.Dynamics365BusinessCentralAuditRecord(), + "#microsoft.graph.security.enableConsentRecord" => new global::Microsoft.Graph.Models.Security.EnableConsentRecord(), + "#microsoft.graph.security.epicSMSLinkRecord" => new global::Microsoft.Graph.Models.Security.EpicSMSLinkRecord(), + "#microsoft.graph.security.epicSMSSettingsUpdateRecord" => new global::Microsoft.Graph.Models.Security.EpicSMSSettingsUpdateRecord(), + "#microsoft.graph.security.epicSMSUnlinkRecord" => new global::Microsoft.Graph.Models.Security.EpicSMSUnlinkRecord(), + "#microsoft.graph.security.exchangeAdminAuditRecord" => new global::Microsoft.Graph.Models.Security.ExchangeAdminAuditRecord(), + "#microsoft.graph.security.exchangeAggregatedMailboxAuditRecord" => new global::Microsoft.Graph.Models.Security.ExchangeAggregatedMailboxAuditRecord(), + "#microsoft.graph.security.exchangeAggregatedOperationRecord" => new global::Microsoft.Graph.Models.Security.ExchangeAggregatedOperationRecord(), + "#microsoft.graph.security.exchangeMailboxAuditBaseRecord" => new global::Microsoft.Graph.Models.Security.ExchangeMailboxAuditBaseRecord(), + "#microsoft.graph.security.exchangeMailboxAuditGroupRecord" => new global::Microsoft.Graph.Models.Security.ExchangeMailboxAuditGroupRecord(), + "#microsoft.graph.security.exchangeMailboxAuditRecord" => new global::Microsoft.Graph.Models.Security.ExchangeMailboxAuditRecord(), + "#microsoft.graph.security.fhirBaseUrlAddRecord" => new global::Microsoft.Graph.Models.Security.FhirBaseUrlAddRecord(), + "#microsoft.graph.security.fhirBaseUrlApproveRecord" => new global::Microsoft.Graph.Models.Security.FhirBaseUrlApproveRecord(), + "#microsoft.graph.security.fhirBaseUrlDeleteRecord" => new global::Microsoft.Graph.Models.Security.FhirBaseUrlDeleteRecord(), + "#microsoft.graph.security.fhirBaseUrlUpdateRecord" => new global::Microsoft.Graph.Models.Security.FhirBaseUrlUpdateRecord(), + "#microsoft.graph.security.healthcareSignalRecord" => new global::Microsoft.Graph.Models.Security.HealthcareSignalRecord(), + "#microsoft.graph.security.hostedRpaAuditRecord" => new global::Microsoft.Graph.Models.Security.HostedRpaAuditRecord(), + "#microsoft.graph.security.hrSignalAuditRecord" => new global::Microsoft.Graph.Models.Security.HrSignalAuditRecord(), + "#microsoft.graph.security.hygieneEventRecord" => new global::Microsoft.Graph.Models.Security.HygieneEventRecord(), + "#microsoft.graph.security.informationBarrierPolicyApplicationAuditRecord" => new global::Microsoft.Graph.Models.Security.InformationBarrierPolicyApplicationAuditRecord(), + "#microsoft.graph.security.informationWorkerProtectionAuditRecord" => new global::Microsoft.Graph.Models.Security.InformationWorkerProtectionAuditRecord(), + "#microsoft.graph.security.insiderRiskScopedUserInsightsRecord" => new global::Microsoft.Graph.Models.Security.InsiderRiskScopedUserInsightsRecord(), + "#microsoft.graph.security.insiderRiskScopedUsersRecord" => new global::Microsoft.Graph.Models.Security.InsiderRiskScopedUsersRecord(), + "#microsoft.graph.security.irmSecurityAlertRecord" => new global::Microsoft.Graph.Models.Security.IrmSecurityAlertRecord(), + "#microsoft.graph.security.irmUserDefinedDetectionRecord" => new global::Microsoft.Graph.Models.Security.IrmUserDefinedDetectionRecord(), + "#microsoft.graph.security.kaizalaAuditRecord" => new global::Microsoft.Graph.Models.Security.KaizalaAuditRecord(), + "#microsoft.graph.security.labelAnalyticsAggregateAuditRecord" => new global::Microsoft.Graph.Models.Security.LabelAnalyticsAggregateAuditRecord(), + "#microsoft.graph.security.labelContentExplorerAuditRecord" => new global::Microsoft.Graph.Models.Security.LabelContentExplorerAuditRecord(), + "#microsoft.graph.security.largeContentMetadataAuditRecord" => new global::Microsoft.Graph.Models.Security.LargeContentMetadataAuditRecord(), + "#microsoft.graph.security.m365ComplianceConnectorAuditRecord" => new global::Microsoft.Graph.Models.Security.M365ComplianceConnectorAuditRecord(), + "#microsoft.graph.security.m365DAADAuditRecord" => new global::Microsoft.Graph.Models.Security.M365DAADAuditRecord(), + "#microsoft.graph.security.mailSubmissionData" => new global::Microsoft.Graph.Models.Security.MailSubmissionData(), + "#microsoft.graph.security.managedServicesAuditRecord" => new global::Microsoft.Graph.Models.Security.ManagedServicesAuditRecord(), + "#microsoft.graph.security.managedTenantsAuditRecord" => new global::Microsoft.Graph.Models.Security.ManagedTenantsAuditRecord(), + "#microsoft.graph.security.mapgAlertsAuditRecord" => new global::Microsoft.Graph.Models.Security.MapgAlertsAuditRecord(), + "#microsoft.graph.security.mapgOnboardAuditRecord" => new global::Microsoft.Graph.Models.Security.MapgOnboardAuditRecord(), + "#microsoft.graph.security.mapgPolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.MapgPolicyAuditRecord(), + "#microsoft.graph.security.mcasAlertsAuditRecord" => new global::Microsoft.Graph.Models.Security.McasAlertsAuditRecord(), + "#microsoft.graph.security.mdaDataSecuritySignalRecord" => new global::Microsoft.Graph.Models.Security.MdaDataSecuritySignalRecord(), + "#microsoft.graph.security.mdatpAuditRecord" => new global::Microsoft.Graph.Models.Security.MdatpAuditRecord(), + "#microsoft.graph.security.mdcEventsRecord" => new global::Microsoft.Graph.Models.Security.MdcEventsRecord(), + "#microsoft.graph.security.mdiAuditRecord" => new global::Microsoft.Graph.Models.Security.MdiAuditRecord(), + "#microsoft.graph.security.meshWorldsAuditRecord" => new global::Microsoft.Graph.Models.Security.MeshWorldsAuditRecord(), + "#microsoft.graph.security.microsoft365BackupBackupItemAuditRecord" => new global::Microsoft.Graph.Models.Security.Microsoft365BackupBackupItemAuditRecord(), + "#microsoft.graph.security.microsoft365BackupBackupPolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.Microsoft365BackupBackupPolicyAuditRecord(), + "#microsoft.graph.security.microsoft365BackupRestoreItemAuditRecord" => new global::Microsoft.Graph.Models.Security.Microsoft365BackupRestoreItemAuditRecord(), + "#microsoft.graph.security.microsoft365BackupRestoreTaskAuditRecord" => new global::Microsoft.Graph.Models.Security.Microsoft365BackupRestoreTaskAuditRecord(), + "#microsoft.graph.security.microsoftDefenderExpertsBaseAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftDefenderExpertsBaseAuditRecord(), + "#microsoft.graph.security.microsoftDefenderExpertsXDRAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftDefenderExpertsXDRAuditRecord(), + "#microsoft.graph.security.microsoftFlowAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftFlowAuditRecord(), + "#microsoft.graph.security.microsoftFormsAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftFormsAuditRecord(), + "#microsoft.graph.security.microsoftGraphDataConnectConsent" => new global::Microsoft.Graph.Models.Security.MicrosoftGraphDataConnectConsent(), + "#microsoft.graph.security.microsoftGraphDataConnectOperation" => new global::Microsoft.Graph.Models.Security.MicrosoftGraphDataConnectOperation(), + "#microsoft.graph.security.microsoftPurviewDataMapOperationRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftPurviewDataMapOperationRecord(), + "#microsoft.graph.security.microsoftPurviewMetadataPolicyOperationRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftPurviewMetadataPolicyOperationRecord(), + "#microsoft.graph.security.microsoftPurviewPolicyOperationRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftPurviewPolicyOperationRecord(), + "#microsoft.graph.security.microsoftPurviewPrivacyAuditEvent" => new global::Microsoft.Graph.Models.Security.MicrosoftPurviewPrivacyAuditEvent(), + "#microsoft.graph.security.microsoftStreamAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftStreamAuditRecord(), + "#microsoft.graph.security.microsoftTeamsAdminAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftTeamsAdminAuditRecord(), + "#microsoft.graph.security.microsoftTeamsAnalyticsAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftTeamsAnalyticsAuditRecord(), + "#microsoft.graph.security.microsoftTeamsAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftTeamsAuditRecord(), + "#microsoft.graph.security.microsoftTeamsDeviceAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftTeamsDeviceAuditRecord(), + "#microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftTeamsRetentionLabelActionAuditRecord(), + "#microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftTeamsSensitivityLabelActionAuditRecord(), + "#microsoft.graph.security.microsoftTeamsShiftsAuditRecord" => new global::Microsoft.Graph.Models.Security.MicrosoftTeamsShiftsAuditRecord(), + "#microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelExchangeItemAuditRecord(), + "#microsoft.graph.security.mipAutoLabelItemAuditRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelItemAuditRecord(), + "#microsoft.graph.security.mipAutoLabelPolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelPolicyAuditRecord(), + "#microsoft.graph.security.mipAutoLabelProgressFeedbackAuditRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelProgressFeedbackAuditRecord(), + "#microsoft.graph.security.mipAutoLabelSharePointItemAuditRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelSharePointItemAuditRecord(), + "#microsoft.graph.security.mipAutoLabelSharePointPolicyLocationAuditRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelSharePointPolicyLocationAuditRecord(), + "#microsoft.graph.security.mipAutoLabelSimulationSharePointCompletionRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelSimulationSharePointCompletionRecord(), + "#microsoft.graph.security.mipAutoLabelSimulationSharePointProgressRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelSimulationSharePointProgressRecord(), + "#microsoft.graph.security.mipAutoLabelSimulationStatisticsRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelSimulationStatisticsRecord(), + "#microsoft.graph.security.mipAutoLabelSimulationStatusRecord" => new global::Microsoft.Graph.Models.Security.MipAutoLabelSimulationStatusRecord(), + "#microsoft.graph.security.mipExactDataMatchAuditRecord" => new global::Microsoft.Graph.Models.Security.MipExactDataMatchAuditRecord(), + "#microsoft.graph.security.mipLabelAnalyticsAuditRecord" => new global::Microsoft.Graph.Models.Security.MipLabelAnalyticsAuditRecord(), + "#microsoft.graph.security.mipLabelAuditRecord" => new global::Microsoft.Graph.Models.Security.MipLabelAuditRecord(), + "#microsoft.graph.security.mS365DCustomDetectionAuditRecord" => new global::Microsoft.Graph.Models.Security.MS365DCustomDetectionAuditRecord(), + "#microsoft.graph.security.mS365DIncidentAuditRecord" => new global::Microsoft.Graph.Models.Security.MS365DIncidentAuditRecord(), + "#microsoft.graph.security.mS365DSuppressionRuleAuditRecord" => new global::Microsoft.Graph.Models.Security.MS365DSuppressionRuleAuditRecord(), + "#microsoft.graph.security.msdeGeneralSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.MsdeGeneralSettingsAuditRecord(), + "#microsoft.graph.security.msdeIndicatorsSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.MsdeIndicatorsSettingsAuditRecord(), + "#microsoft.graph.security.msdeResponseActionsAuditRecord" => new global::Microsoft.Graph.Models.Security.MsdeResponseActionsAuditRecord(), + "#microsoft.graph.security.msdeRolesSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.MsdeRolesSettingsAuditRecord(), + "#microsoft.graph.security.msticNationStateNotificationRecord" => new global::Microsoft.Graph.Models.Security.MsticNationStateNotificationRecord(), + "#microsoft.graph.security.multiStageDispositionAuditRecord" => new global::Microsoft.Graph.Models.Security.MultiStageDispositionAuditRecord(), + "#microsoft.graph.security.myAnalyticsSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.MyAnalyticsSettingsAuditRecord(), + "#microsoft.graph.security.officeNativeAuditRecord" => new global::Microsoft.Graph.Models.Security.OfficeNativeAuditRecord(), + "#microsoft.graph.security.omePortalAuditRecord" => new global::Microsoft.Graph.Models.Security.OmePortalAuditRecord(), + "#microsoft.graph.security.oneDriveAuditRecord" => new global::Microsoft.Graph.Models.Security.OneDriveAuditRecord(), + "#microsoft.graph.security.onPremisesFileShareScannerDlpAuditRecord" => new global::Microsoft.Graph.Models.Security.OnPremisesFileShareScannerDlpAuditRecord(), + "#microsoft.graph.security.onPremisesScannerDlpAuditRecord" => new global::Microsoft.Graph.Models.Security.OnPremisesScannerDlpAuditRecord(), + "#microsoft.graph.security.onPremisesSharePointScannerDlpAuditRecord" => new global::Microsoft.Graph.Models.Security.OnPremisesSharePointScannerDlpAuditRecord(), + "#microsoft.graph.security.owaGetAccessTokenForResourceAuditRecord" => new global::Microsoft.Graph.Models.Security.OwaGetAccessTokenForResourceAuditRecord(), + "#microsoft.graph.security.peopleAdminSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.PeopleAdminSettingsAuditRecord(), + "#microsoft.graph.security.physicalBadgingSignalAuditRecord" => new global::Microsoft.Graph.Models.Security.PhysicalBadgingSignalAuditRecord(), + "#microsoft.graph.security.plannerCopyPlanAuditRecord" => new global::Microsoft.Graph.Models.Security.PlannerCopyPlanAuditRecord(), + "#microsoft.graph.security.plannerPlanAuditRecord" => new global::Microsoft.Graph.Models.Security.PlannerPlanAuditRecord(), + "#microsoft.graph.security.plannerPlanListAuditRecord" => new global::Microsoft.Graph.Models.Security.PlannerPlanListAuditRecord(), + "#microsoft.graph.security.plannerRosterAuditRecord" => new global::Microsoft.Graph.Models.Security.PlannerRosterAuditRecord(), + "#microsoft.graph.security.plannerRosterSensitivityLabelAuditRecord" => new global::Microsoft.Graph.Models.Security.PlannerRosterSensitivityLabelAuditRecord(), + "#microsoft.graph.security.plannerTaskAuditRecord" => new global::Microsoft.Graph.Models.Security.PlannerTaskAuditRecord(), + "#microsoft.graph.security.plannerTaskListAuditRecord" => new global::Microsoft.Graph.Models.Security.PlannerTaskListAuditRecord(), + "#microsoft.graph.security.plannerTenantSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.PlannerTenantSettingsAuditRecord(), + "#microsoft.graph.security.powerAppsAuditAppRecord" => new global::Microsoft.Graph.Models.Security.PowerAppsAuditAppRecord(), + "#microsoft.graph.security.powerAppsAuditPlanRecord" => new global::Microsoft.Graph.Models.Security.PowerAppsAuditPlanRecord(), + "#microsoft.graph.security.powerAppsAuditResourceRecord" => new global::Microsoft.Graph.Models.Security.PowerAppsAuditResourceRecord(), + "#microsoft.graph.security.powerBiAuditRecord" => new global::Microsoft.Graph.Models.Security.PowerBiAuditRecord(), + "#microsoft.graph.security.powerBiDlpAuditRecord" => new global::Microsoft.Graph.Models.Security.PowerBiDlpAuditRecord(), + "#microsoft.graph.security.powerPagesSiteAuditRecord" => new global::Microsoft.Graph.Models.Security.PowerPagesSiteAuditRecord(), + "#microsoft.graph.security.powerPlatformAdminDlpAuditRecord" => new global::Microsoft.Graph.Models.Security.PowerPlatformAdminDlpAuditRecord(), + "#microsoft.graph.security.powerPlatformAdminEnvironmentAuditRecord" => new global::Microsoft.Graph.Models.Security.PowerPlatformAdminEnvironmentAuditRecord(), + "#microsoft.graph.security.powerPlatformAdministratorActivityRecord" => new global::Microsoft.Graph.Models.Security.PowerPlatformAdministratorActivityRecord(), + "#microsoft.graph.security.powerPlatformLockboxResourceAccessRequestAuditRecord" => new global::Microsoft.Graph.Models.Security.PowerPlatformLockboxResourceAccessRequestAuditRecord(), + "#microsoft.graph.security.powerPlatformLockboxResourceCommandAuditRecord" => new global::Microsoft.Graph.Models.Security.PowerPlatformLockboxResourceCommandAuditRecord(), + "#microsoft.graph.security.powerPlatformServiceActivityAuditRecord" => new global::Microsoft.Graph.Models.Security.PowerPlatformServiceActivityAuditRecord(), + "#microsoft.graph.security.privacyDataMatchAuditRecord" => new global::Microsoft.Graph.Models.Security.PrivacyDataMatchAuditRecord(), + "#microsoft.graph.security.privacyDataMinimizationRecord" => new global::Microsoft.Graph.Models.Security.PrivacyDataMinimizationRecord(), + "#microsoft.graph.security.privacyDigestEmailRecord" => new global::Microsoft.Graph.Models.Security.PrivacyDigestEmailRecord(), + "#microsoft.graph.security.privacyOpenAccessAuditRecord" => new global::Microsoft.Graph.Models.Security.PrivacyOpenAccessAuditRecord(), + "#microsoft.graph.security.privacyPortalAuditRecord" => new global::Microsoft.Graph.Models.Security.PrivacyPortalAuditRecord(), + "#microsoft.graph.security.privacyRemediationActionRecord" => new global::Microsoft.Graph.Models.Security.PrivacyRemediationActionRecord(), + "#microsoft.graph.security.privacyRemediationRecord" => new global::Microsoft.Graph.Models.Security.PrivacyRemediationRecord(), + "#microsoft.graph.security.privacyTenantAuditHistoryRecord" => new global::Microsoft.Graph.Models.Security.PrivacyTenantAuditHistoryRecord(), + "#microsoft.graph.security.projectAuditRecord" => new global::Microsoft.Graph.Models.Security.ProjectAuditRecord(), + "#microsoft.graph.security.projectForTheWebAssignedToMeSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.ProjectForTheWebAssignedToMeSettingsAuditRecord(), + "#microsoft.graph.security.projectForTheWebProjectAuditRecord" => new global::Microsoft.Graph.Models.Security.ProjectForTheWebProjectAuditRecord(), + "#microsoft.graph.security.projectForTheWebProjectSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.ProjectForTheWebProjectSettingsAuditRecord(), + "#microsoft.graph.security.projectForTheWebRoadmapAuditRecord" => new global::Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapAuditRecord(), + "#microsoft.graph.security.projectForTheWebRoadmapItemAuditRecord" => new global::Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapItemAuditRecord(), + "#microsoft.graph.security.projectForTheWebRoadmapSettingsAuditRecord" => new global::Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapSettingsAuditRecord(), + "#microsoft.graph.security.projectForTheWebTaskAuditRecord" => new global::Microsoft.Graph.Models.Security.ProjectForTheWebTaskAuditRecord(), + "#microsoft.graph.security.publicFolderAuditRecord" => new global::Microsoft.Graph.Models.Security.PublicFolderAuditRecord(), + "#microsoft.graph.security.purviewInsiderRiskAlertsRecord" => new global::Microsoft.Graph.Models.Security.PurviewInsiderRiskAlertsRecord(), + "#microsoft.graph.security.purviewInsiderRiskCasesRecord" => new global::Microsoft.Graph.Models.Security.PurviewInsiderRiskCasesRecord(), + "#microsoft.graph.security.quarantineAuditRecord" => new global::Microsoft.Graph.Models.Security.QuarantineAuditRecord(), + "#microsoft.graph.security.recordsManagementAuditRecord" => new global::Microsoft.Graph.Models.Security.RecordsManagementAuditRecord(), + "#microsoft.graph.security.retentionPolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.RetentionPolicyAuditRecord(), + "#microsoft.graph.security.scoreEvidence" => new global::Microsoft.Graph.Models.Security.ScoreEvidence(), + "#microsoft.graph.security.scorePlatformGenericAuditRecord" => new global::Microsoft.Graph.Models.Security.ScorePlatformGenericAuditRecord(), + "#microsoft.graph.security.scriptRunAuditRecord" => new global::Microsoft.Graph.Models.Security.ScriptRunAuditRecord(), + "#microsoft.graph.security.searchAuditRecord" => new global::Microsoft.Graph.Models.Security.SearchAuditRecord(), + "#microsoft.graph.security.securityComplianceAlertRecord" => new global::Microsoft.Graph.Models.Security.SecurityComplianceAlertRecord(), + "#microsoft.graph.security.securityComplianceCenterEOPCmdletAuditRecord" => new global::Microsoft.Graph.Models.Security.SecurityComplianceCenterEOPCmdletAuditRecord(), + "#microsoft.graph.security.securityComplianceInsightsAuditRecord" => new global::Microsoft.Graph.Models.Security.SecurityComplianceInsightsAuditRecord(), + "#microsoft.graph.security.securityComplianceRBACAuditRecord" => new global::Microsoft.Graph.Models.Security.SecurityComplianceRBACAuditRecord(), + "#microsoft.graph.security.securityComplianceUserChangeAuditRecord" => new global::Microsoft.Graph.Models.Security.SecurityComplianceUserChangeAuditRecord(), + "#microsoft.graph.security.sharePointAppPermissionOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointAppPermissionOperationAuditRecord(), + "#microsoft.graph.security.sharePointAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointAuditRecord(), + "#microsoft.graph.security.sharePointCommentOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointCommentOperationAuditRecord(), + "#microsoft.graph.security.sharePointContentTypeOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointContentTypeOperationAuditRecord(), + "#microsoft.graph.security.sharePointESignatureAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointESignatureAuditRecord(), + "#microsoft.graph.security.sharePointFieldOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointFieldOperationAuditRecord(), + "#microsoft.graph.security.sharePointFileOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointFileOperationAuditRecord(), + "#microsoft.graph.security.sharePointListOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointListOperationAuditRecord(), + "#microsoft.graph.security.sharePointSharingOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.SharePointSharingOperationAuditRecord(), + "#microsoft.graph.security.skypeForBusinessBaseAuditRecord" => new global::Microsoft.Graph.Models.Security.SkypeForBusinessBaseAuditRecord(), + "#microsoft.graph.security.skypeForBusinessCmdletsAuditRecord" => new global::Microsoft.Graph.Models.Security.SkypeForBusinessCmdletsAuditRecord(), + "#microsoft.graph.security.skypeForBusinessPSTNUsageAuditRecord" => new global::Microsoft.Graph.Models.Security.SkypeForBusinessPSTNUsageAuditRecord(), + "#microsoft.graph.security.skypeForBusinessUsersBlockedAuditRecord" => new global::Microsoft.Graph.Models.Security.SkypeForBusinessUsersBlockedAuditRecord(), + "#microsoft.graph.security.smsCreatePhoneNumberRecord" => new global::Microsoft.Graph.Models.Security.SmsCreatePhoneNumberRecord(), + "#microsoft.graph.security.smsDeletePhoneNumberRecord" => new global::Microsoft.Graph.Models.Security.SmsDeletePhoneNumberRecord(), + "#microsoft.graph.security.supervisoryReviewDayXInsightsAuditRecord" => new global::Microsoft.Graph.Models.Security.SupervisoryReviewDayXInsightsAuditRecord(), + "#microsoft.graph.security.syntheticProbeAuditRecord" => new global::Microsoft.Graph.Models.Security.SyntheticProbeAuditRecord(), + "#microsoft.graph.security.teamsEasyApprovalsAuditRecord" => new global::Microsoft.Graph.Models.Security.TeamsEasyApprovalsAuditRecord(), + "#microsoft.graph.security.teamsHealthcareAuditRecord" => new global::Microsoft.Graph.Models.Security.TeamsHealthcareAuditRecord(), + "#microsoft.graph.security.teamsUpdatesAuditRecord" => new global::Microsoft.Graph.Models.Security.TeamsUpdatesAuditRecord(), + "#microsoft.graph.security.tenantAllowBlockListAuditRecord" => new global::Microsoft.Graph.Models.Security.TenantAllowBlockListAuditRecord(), + "#microsoft.graph.security.threatFinderAuditRecord" => new global::Microsoft.Graph.Models.Security.ThreatFinderAuditRecord(), + "#microsoft.graph.security.threatIntelligenceAtpContentData" => new global::Microsoft.Graph.Models.Security.ThreatIntelligenceAtpContentData(), + "#microsoft.graph.security.threatIntelligenceMailData" => new global::Microsoft.Graph.Models.Security.ThreatIntelligenceMailData(), + "#microsoft.graph.security.threatIntelligenceUrlClickData" => new global::Microsoft.Graph.Models.Security.ThreatIntelligenceUrlClickData(), + "#microsoft.graph.security.todoAuditRecord" => new global::Microsoft.Graph.Models.Security.TodoAuditRecord(), + "#microsoft.graph.security.uamOperationAuditRecord" => new global::Microsoft.Graph.Models.Security.UamOperationAuditRecord(), + "#microsoft.graph.security.unifiedGroupAuditRecord" => new global::Microsoft.Graph.Models.Security.UnifiedGroupAuditRecord(), + "#microsoft.graph.security.unifiedSimulationMatchedItemAuditRecord" => new global::Microsoft.Graph.Models.Security.UnifiedSimulationMatchedItemAuditRecord(), + "#microsoft.graph.security.unifiedSimulationSummaryAuditRecord" => new global::Microsoft.Graph.Models.Security.UnifiedSimulationSummaryAuditRecord(), + "#microsoft.graph.security.uploadCertificateRecord" => new global::Microsoft.Graph.Models.Security.UploadCertificateRecord(), + "#microsoft.graph.security.urbacAssignmentAuditRecord" => new global::Microsoft.Graph.Models.Security.UrbacAssignmentAuditRecord(), + "#microsoft.graph.security.urbacEnableStateAuditRecord" => new global::Microsoft.Graph.Models.Security.UrbacEnableStateAuditRecord(), + "#microsoft.graph.security.urbacRoleAuditRecord" => new global::Microsoft.Graph.Models.Security.UrbacRoleAuditRecord(), + "#microsoft.graph.security.userTrainingAuditRecord" => new global::Microsoft.Graph.Models.Security.UserTrainingAuditRecord(), + "#microsoft.graph.security.vfamBasePolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.VfamBasePolicyAuditRecord(), + "#microsoft.graph.security.vfamCreatePolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.VfamCreatePolicyAuditRecord(), + "#microsoft.graph.security.vfamDeletePolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.VfamDeletePolicyAuditRecord(), + "#microsoft.graph.security.vfamUpdatePolicyAuditRecord" => new global::Microsoft.Graph.Models.Security.VfamUpdatePolicyAuditRecord(), + "#microsoft.graph.security.vivaGoalsAuditRecord" => new global::Microsoft.Graph.Models.Security.VivaGoalsAuditRecord(), + "#microsoft.graph.security.vivaLearningAdminAuditRecord" => new global::Microsoft.Graph.Models.Security.VivaLearningAdminAuditRecord(), + "#microsoft.graph.security.vivaLearningAuditRecord" => new global::Microsoft.Graph.Models.Security.VivaLearningAuditRecord(), + "#microsoft.graph.security.vivaPulseAdminAuditRecord" => new global::Microsoft.Graph.Models.Security.VivaPulseAdminAuditRecord(), + "#microsoft.graph.security.vivaPulseOrganizerAuditRecord" => new global::Microsoft.Graph.Models.Security.VivaPulseOrganizerAuditRecord(), + "#microsoft.graph.security.vivaPulseReportAuditRecord" => new global::Microsoft.Graph.Models.Security.VivaPulseReportAuditRecord(), + "#microsoft.graph.security.vivaPulseResponseAuditRecord" => new global::Microsoft.Graph.Models.Security.VivaPulseResponseAuditRecord(), + "#microsoft.graph.security.wdatpAlertsAuditRecord" => new global::Microsoft.Graph.Models.Security.WdatpAlertsAuditRecord(), + "#microsoft.graph.security.windows365CustomerLockboxAuditRecord" => new global::Microsoft.Graph.Models.Security.Windows365CustomerLockboxAuditRecord(), + "#microsoft.graph.security.workplaceAnalyticsAuditRecord" => new global::Microsoft.Graph.Models.Security.WorkplaceAnalyticsAuditRecord(), + "#microsoft.graph.security.yammerAuditRecord" => new global::Microsoft.Graph.Models.Security.YammerAuditRecord(), + _ => new global::Microsoft.Graph.Models.Security.AuditData(), + }; + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "@odata.type", n => { OdataType = 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("@odata.type", OdataType); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditLogQuery.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogQuery.cs new file mode 100644 index 00000000000..cfd729a5ff1 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogQuery.cs @@ -0,0 +1,250 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AuditLogQuery : global::Microsoft.Graph.Models.Entity, IParsable + #pragma warning restore CS1591 + { + /// The administrative units tagged to an audit log record. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? AdministrativeUnitIdFilters + { + get { return BackingStore?.Get?>("administrativeUnitIdFilters"); } + set { BackingStore?.Set("administrativeUnitIdFilters", value); } + } +#nullable restore +#else + public List AdministrativeUnitIdFilters + { + get { return BackingStore?.Get>("administrativeUnitIdFilters"); } + set { BackingStore?.Set("administrativeUnitIdFilters", value); } + } +#endif + /// The display name of the saved audit log query. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DisplayName + { + get { return BackingStore?.Get("displayName"); } + set { BackingStore?.Set("displayName", value); } + } +#nullable restore +#else + public string DisplayName + { + get { return BackingStore?.Get("displayName"); } + set { BackingStore?.Set("displayName", value); } + } +#endif + /// The end date of the date range in the query. + public DateTimeOffset? FilterEndDateTime + { + get { return BackingStore?.Get("filterEndDateTime"); } + set { BackingStore?.Set("filterEndDateTime", value); } + } + /// The start date of the date range in the query. + public DateTimeOffset? FilterStartDateTime + { + get { return BackingStore?.Get("filterStartDateTime"); } + set { BackingStore?.Set("filterStartDateTime", value); } + } + /// The IP address of the device that was used when the activity was logged. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? IpAddressFilters + { + get { return BackingStore?.Get?>("ipAddressFilters"); } + set { BackingStore?.Set("ipAddressFilters", value); } + } +#nullable restore +#else + public List IpAddressFilters + { + get { return BackingStore?.Get>("ipAddressFilters"); } + set { BackingStore?.Set("ipAddressFilters", value); } + } +#endif + /// Free text field to search non-indexed properties of the audit log. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? KeywordFilter + { + get { return BackingStore?.Get("keywordFilter"); } + set { BackingStore?.Set("keywordFilter", value); } + } +#nullable restore +#else + public string KeywordFilter + { + get { return BackingStore?.Get("keywordFilter"); } + set { BackingStore?.Set("keywordFilter", value); } + } +#endif + /// For SharePoint and OneDrive for Business activity, the full path name of the file or folder accessed by the user. For Exchange admin audit logging, the name of the object that was modified by the cmdlet. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ObjectIdFilters + { + get { return BackingStore?.Get?>("objectIdFilters"); } + set { BackingStore?.Set("objectIdFilters", value); } + } +#nullable restore +#else + public List ObjectIdFilters + { + get { return BackingStore?.Get>("objectIdFilters"); } + set { BackingStore?.Set("objectIdFilters", value); } + } +#endif + /// The name of the user or admin activity. For a description of the most common operations/activities, see Search the audit log in the Office 365 Protection Center. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? OperationFilters + { + get { return BackingStore?.Get?>("operationFilters"); } + set { BackingStore?.Set("operationFilters", value); } + } +#nullable restore +#else + public List OperationFilters + { + get { return BackingStore?.Get>("operationFilters"); } + set { BackingStore?.Set("operationFilters", value); } + } +#endif + /// An individual audit log record. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? Records + { + get { return BackingStore?.Get?>("records"); } + set { BackingStore?.Set("records", value); } + } +#nullable restore +#else + public List Records + { + get { return BackingStore?.Get>("records"); } + set { BackingStore?.Set("records", value); } + } +#endif + /// The type of operation indicated by the record. The possible values are: exchangeAdmin, exchangeItem, exchangeItemGroup, sharePoint, syntheticProbe, sharePointFileOperation, oneDrive, azureActiveDirectory, azureActiveDirectoryAccountLogon, dataCenterSecurityCmdlet, complianceDLPSharePoint, sway, complianceDLPExchange, sharePointSharingOperation, azureActiveDirectoryStsLogon, skypeForBusinessPSTNUsage, skypeForBusinessUsersBlocked, securityComplianceCenterEOPCmdlet, exchangeAggregatedOperation, powerBIAudit, crm, yammer, skypeForBusinessCmdlets, discovery, microsoftTeams, threatIntelligence, mailSubmission, microsoftFlow, aeD, microsoftStream, complianceDLPSharePointClassification, threatFinder, project, sharePointListOperation, sharePointCommentOperation, dataGovernance, kaizala, securityComplianceAlerts, threatIntelligenceUrl, securityComplianceInsights, mipLabel, workplaceAnalytics, powerAppsApp, powerAppsPlan, threatIntelligenceAtpContent, labelContentExplorer, teamsHealthcare, exchangeItemAggregated, hygieneEvent, dataInsightsRestApiAudit, informationBarrierPolicyApplication, sharePointListItemOperation, sharePointContentTypeOperation, sharePointFieldOperation, microsoftTeamsAdmin, hrSignal, microsoftTeamsDevice, microsoftTeamsAnalytics, informationWorkerProtection, campaign, dlpEndpoint, airInvestigation, quarantine, microsoftForms, applicationAudit, complianceSupervisionExchange, customerKeyServiceEncryption, officeNative, mipAutoLabelSharePointItem, mipAutoLabelSharePointPolicyLocation, microsoftTeamsShifts, secureScore, mipAutoLabelExchangeItem, cortanaBriefing, search, wdatpAlerts, powerPlatformAdminDlp, powerPlatformAdminEnvironment, mdatpAudit, sensitivityLabelPolicyMatch, sensitivityLabelAction, sensitivityLabeledFileAction, attackSim, airManualInvestigation, securityComplianceRBAC, userTraining, airAdminActionInvestigation, mstic, physicalBadgingSignal, teamsEasyApprovals, aipDiscover, aipSensitivityLabelAction, aipProtectionAction, aipFileDeleted, aipHeartBeat, mcasAlerts, onPremisesFileShareScannerDlp, onPremisesSharePointScannerDlp, exchangeSearch, sharePointSearch, privacyDataMinimization, labelAnalyticsAggregate, myAnalyticsSettings, securityComplianceUserChange, complianceDLPExchangeClassification, complianceDLPEndpoint, mipExactDataMatch, msdeResponseActions, msdeGeneralSettings, msdeIndicatorsSettings, ms365DCustomDetection, msdeRolesSettings, mapgAlerts, mapgPolicy, mapgRemediation, privacyRemediationAction, privacyDigestEmail, mipAutoLabelSimulationProgress, mipAutoLabelSimulationCompletion, mipAutoLabelProgressFeedback, dlpSensitiveInformationType, mipAutoLabelSimulationStatistics, largeContentMetadata, microsoft365Group, cdpMlInferencingResult, filteringMailMetadata, cdpClassificationMailItem, cdpClassificationDocument, officeScriptsRunAction, filteringPostMailDeliveryAction, cdpUnifiedFeedback, tenantAllowBlockList, consumptionResource, healthcareSignal, dlpImportResult, cdpCompliancePolicyExecution, multiStageDisposition, privacyDataMatch, filteringDocMetadata, filteringEmailFeatures, powerBIDlp, filteringUrlInfo, filteringAttachmentInfo, coreReportingSettings, complianceConnector, powerPlatformLockboxResourceAccessRequest, powerPlatformLockboxResourceCommand, cdpPredictiveCodingLabel, cdpCompliancePolicyUserFeedback, webpageActivityEndpoint, omePortal, cmImprovementActionChange, filteringUrlClick, mipLabelAnalyticsAuditRecord, filteringEntityEvent, filteringRuleHits, filteringMailSubmission, labelExplorer, microsoftManagedServicePlatform, powerPlatformServiceActivity, scorePlatformGenericAuditRecord, filteringTimeTravelDocMetadata, alert, alertStatus, alertIncident, incidentStatus, case, caseInvestigation, recordsManagement, privacyRemediation, dataShareOperation, cdpDlpSensitive, ehrConnector, filteringMailGradingResult, publicFolder, privacyTenantAuditHistoryRecord, aipScannerDiscoverEvent, eduDataLakeDownloadOperation, m365ComplianceConnector, microsoftGraphDataConnectOperation, microsoftPurview, filteringEmailContentFeatures, powerPagesSite, powerAppsResource, plannerPlan, plannerCopyPlan, plannerTask, plannerRoster, plannerPlanList, plannerTaskList, plannerTenantSettings, projectForTheWebProject, projectForTheWebTask, projectForTheWebRoadmap, projectForTheWebRoadmapItem, projectForTheWebProjectSettings, projectForTheWebRoadmapSettings, quarantineMetadata, microsoftTodoAudit, timeTravelFilteringDocMetadata, teamsQuarantineMetadata, sharePointAppPermissionOperation, microsoftTeamsSensitivityLabelAction, filteringTeamsMetadata, filteringTeamsUrlInfo, filteringTeamsPostDeliveryAction, mdcAssessments, mdcRegulatoryComplianceStandards, mdcRegulatoryComplianceControls, mdcRegulatoryComplianceAssessments, mdcSecurityConnectors, mdaDataSecuritySignal, vivaGoals, filteringRuntimeInfo, attackSimAdmin, microsoftGraphDataConnectConsent, filteringAtpDetonationInfo, privacyPortal, managedTenants, unifiedSimulationMatchedItem, unifiedSimulationSummary, updateQuarantineMetadata, ms365DSuppressionRule, purviewDataMapOperation, filteringUrlPostClickAction, irmUserDefinedDetectionSignal, teamsUpdates, plannerRosterSensitivityLabel, ms365DIncident, filteringDelistingMetadata, complianceDLPSharePointClassificationExtended, microsoftDefenderForIdentityAudit, supervisoryReviewDayXInsight, defenderExpertsforXDRAdmin, cdpEdgeBlockedMessage, hostedRpa, cdpContentExplorerAggregateRecord, cdpHygieneAttachmentInfo, cdpHygieneSummary, cdpPostMailDeliveryAction, cdpEmailFeatures, cdpHygieneUrlInfo, cdpUrlClick, cdpPackageManagerHygieneEvent, filteringDocScan, timeTravelFilteringDocScan, mapgOnboard, unknownFutureValue. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? RecordTypeFilters + { + get { return BackingStore?.Get?>("recordTypeFilters"); } + set { BackingStore?.Set("recordTypeFilters", value); } + } +#nullable restore +#else + public List RecordTypeFilters + { + get { return BackingStore?.Get>("recordTypeFilters"); } + set { BackingStore?.Set("recordTypeFilters", value); } + } +#endif + /// The serviceFilters property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ServiceFilters + { + get { return BackingStore?.Get?>("serviceFilters"); } + set { BackingStore?.Set("serviceFilters", value); } + } +#nullable restore +#else + public List ServiceFilters + { + get { return BackingStore?.Get>("serviceFilters"); } + set { BackingStore?.Set("serviceFilters", value); } + } +#endif + /// Describes the current status of the query. The possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. + public global::Microsoft.Graph.Models.Security.AuditLogQueryStatus? Status + { + get { return BackingStore?.Get("status"); } + set { BackingStore?.Set("status", value); } + } + /// The UPN (user principal name) of the user who performed the action (specified in the operation property) that resulted in the record being logged; for example, myname@mydomain_name. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? UserPrincipalNameFilters + { + get { return BackingStore?.Get?>("userPrincipalNameFilters"); } + set { BackingStore?.Set("userPrincipalNameFilters", value); } + } +#nullable restore +#else + public List UserPrincipalNameFilters + { + get { return BackingStore?.Get>("userPrincipalNameFilters"); } + set { BackingStore?.Set("userPrincipalNameFilters", 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.Models.Security.AuditLogQuery CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AuditLogQuery(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "administrativeUnitIdFilters", n => { AdministrativeUnitIdFilters = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, + { "displayName", n => { DisplayName = n.GetStringValue(); } }, + { "filterEndDateTime", n => { FilterEndDateTime = n.GetDateTimeOffsetValue(); } }, + { "filterStartDateTime", n => { FilterStartDateTime = n.GetDateTimeOffsetValue(); } }, + { "ipAddressFilters", n => { IpAddressFilters = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, + { "keywordFilter", n => { KeywordFilter = n.GetStringValue(); } }, + { "objectIdFilters", n => { ObjectIdFilters = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, + { "operationFilters", n => { OperationFilters = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, + { "recordTypeFilters", n => { RecordTypeFilters = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, + { "records", n => { Records = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.AuditLogRecord.CreateFromDiscriminatorValue)?.AsList(); } }, + { "serviceFilters", n => { ServiceFilters = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, + { "status", n => { Status = n.GetEnumValue(); } }, + { "userPrincipalNameFilters", n => { UserPrincipalNameFilters = n.GetCollectionOfPrimitiveValues()?.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.WriteCollectionOfPrimitiveValues("administrativeUnitIdFilters", AdministrativeUnitIdFilters); + writer.WriteStringValue("displayName", DisplayName); + writer.WriteDateTimeOffsetValue("filterEndDateTime", FilterEndDateTime); + writer.WriteDateTimeOffsetValue("filterStartDateTime", FilterStartDateTime); + writer.WriteCollectionOfPrimitiveValues("ipAddressFilters", IpAddressFilters); + writer.WriteStringValue("keywordFilter", KeywordFilter); + writer.WriteCollectionOfPrimitiveValues("objectIdFilters", ObjectIdFilters); + writer.WriteCollectionOfPrimitiveValues("operationFilters", OperationFilters); + writer.WriteCollectionOfObjectValues("records", Records); + writer.WriteCollectionOfPrimitiveValues("recordTypeFilters", RecordTypeFilters); + writer.WriteCollectionOfPrimitiveValues("serviceFilters", ServiceFilters); + writer.WriteEnumValue("status", Status); + writer.WriteCollectionOfPrimitiveValues("userPrincipalNameFilters", UserPrincipalNameFilters); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditLogQueryCollectionResponse.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogQueryCollectionResponse.cs new file mode 100644 index 00000000000..27beaea834c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogQueryCollectionResponse.cs @@ -0,0 +1,64 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AuditLogQueryCollectionResponse : global::Microsoft.Graph.Models.BaseCollectionPaginationCountResponse, 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.Models.Security.AuditLogQueryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AuditLogQueryCollectionResponse(); + } + /// + /// 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.Security.AuditLogQuery.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/Models/Security/CaseOperationStatus.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogQueryStatus.cs similarity index 79% rename from src/Microsoft.Graph/Generated/Models/Security/CaseOperationStatus.cs rename to src/Microsoft.Graph/Generated/Models/Security/AuditLogQueryStatus.cs index c53583b4813..a1e95fe8fa1 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/CaseOperationStatus.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogQueryStatus.cs @@ -5,17 +5,13 @@ namespace Microsoft.Graph.Models.Security { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public enum CaseOperationStatus + public enum AuditLogQueryStatus #pragma warning restore CS1591 { [EnumMember(Value = "notStarted")] #pragma warning disable CS1591 NotStarted, #pragma warning restore CS1591 - [EnumMember(Value = "submissionFailed")] - #pragma warning disable CS1591 - SubmissionFailed, - #pragma warning restore CS1591 [EnumMember(Value = "running")] #pragma warning disable CS1591 Running, @@ -24,14 +20,14 @@ public enum CaseOperationStatus #pragma warning disable CS1591 Succeeded, #pragma warning restore CS1591 - [EnumMember(Value = "partiallySucceeded")] - #pragma warning disable CS1591 - PartiallySucceeded, - #pragma warning restore CS1591 [EnumMember(Value = "failed")] #pragma warning disable CS1591 Failed, #pragma warning restore CS1591 + [EnumMember(Value = "cancelled")] + #pragma warning disable CS1591 + Cancelled, + #pragma warning restore CS1591 [EnumMember(Value = "unknownFutureValue")] #pragma warning disable CS1591 UnknownFutureValue, diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecord.cs new file mode 100644 index 00000000000..c9027452430 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecord.cs @@ -0,0 +1,232 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AuditLogRecord : global::Microsoft.Graph.Models.Entity, IParsable + #pragma warning restore CS1591 + { + /// The administrative units tagged to an audit log record. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? AdministrativeUnits + { + get { return BackingStore?.Get?>("administrativeUnits"); } + set { BackingStore?.Set("administrativeUnits", value); } + } +#nullable restore +#else + public List AdministrativeUnits + { + get { return BackingStore?.Get>("administrativeUnits"); } + set { BackingStore?.Set("administrativeUnits", value); } + } +#endif + /// A JSON object that contains the actual audit log data. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.Security.AuditData? AuditData + { + get { return BackingStore?.Get("auditData"); } + set { BackingStore?.Set("auditData", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.Security.AuditData AuditData + { + get { return BackingStore?.Get("auditData"); } + set { BackingStore?.Set("auditData", value); } + } +#endif + /// The type of operation indicated by the record. The possible values are: exchangeAdmin, exchangeItem, exchangeItemGroup, sharePoint, syntheticProbe, sharePointFileOperation, oneDrive, azureActiveDirectory, azureActiveDirectoryAccountLogon, dataCenterSecurityCmdlet, complianceDLPSharePoint, sway, complianceDLPExchange, sharePointSharingOperation, azureActiveDirectoryStsLogon, skypeForBusinessPSTNUsage, skypeForBusinessUsersBlocked, securityComplianceCenterEOPCmdlet, exchangeAggregatedOperation, powerBIAudit, crm, yammer, skypeForBusinessCmdlets, discovery, microsoftTeams, threatIntelligence, mailSubmission, microsoftFlow, aeD, microsoftStream, complianceDLPSharePointClassification, threatFinder, project, sharePointListOperation, sharePointCommentOperation, dataGovernance, kaizala, securityComplianceAlerts, threatIntelligenceUrl, securityComplianceInsights, mipLabel, workplaceAnalytics, powerAppsApp, powerAppsPlan, threatIntelligenceAtpContent, labelContentExplorer, teamsHealthcare, exchangeItemAggregated, hygieneEvent, dataInsightsRestApiAudit, informationBarrierPolicyApplication, sharePointListItemOperation, sharePointContentTypeOperation, sharePointFieldOperation, microsoftTeamsAdmin, hrSignal, microsoftTeamsDevice, microsoftTeamsAnalytics, informationWorkerProtection, campaign, dlpEndpoint, airInvestigation, quarantine, microsoftForms, applicationAudit, complianceSupervisionExchange, customerKeyServiceEncryption, officeNative, mipAutoLabelSharePointItem, mipAutoLabelSharePointPolicyLocation, microsoftTeamsShifts, secureScore, mipAutoLabelExchangeItem, cortanaBriefing, search, wdatpAlerts, powerPlatformAdminDlp, powerPlatformAdminEnvironment, mdatpAudit, sensitivityLabelPolicyMatch, sensitivityLabelAction, sensitivityLabeledFileAction, attackSim, airManualInvestigation, securityComplianceRBAC, userTraining, airAdminActionInvestigation, mstic, physicalBadgingSignal, teamsEasyApprovals, aipDiscover, aipSensitivityLabelAction, aipProtectionAction, aipFileDeleted, aipHeartBeat, mcasAlerts, onPremisesFileShareScannerDlp, onPremisesSharePointScannerDlp, exchangeSearch, sharePointSearch, privacyDataMinimization, labelAnalyticsAggregate, myAnalyticsSettings, securityComplianceUserChange, complianceDLPExchangeClassification, complianceDLPEndpoint, mipExactDataMatch, msdeResponseActions, msdeGeneralSettings, msdeIndicatorsSettings, ms365DCustomDetection, msdeRolesSettings, mapgAlerts, mapgPolicy, mapgRemediation, privacyRemediationAction, privacyDigestEmail, mipAutoLabelSimulationProgress, mipAutoLabelSimulationCompletion, mipAutoLabelProgressFeedback, dlpSensitiveInformationType, mipAutoLabelSimulationStatistics, largeContentMetadata, microsoft365Group, cdpMlInferencingResult, filteringMailMetadata, cdpClassificationMailItem, cdpClassificationDocument, officeScriptsRunAction, filteringPostMailDeliveryAction, cdpUnifiedFeedback, tenantAllowBlockList, consumptionResource, healthcareSignal, dlpImportResult, cdpCompliancePolicyExecution, multiStageDisposition, privacyDataMatch, filteringDocMetadata, filteringEmailFeatures, powerBIDlp, filteringUrlInfo, filteringAttachmentInfo, coreReportingSettings, complianceConnector, powerPlatformLockboxResourceAccessRequest, powerPlatformLockboxResourceCommand, cdpPredictiveCodingLabel, cdpCompliancePolicyUserFeedback, webpageActivityEndpoint, omePortal, cmImprovementActionChange, filteringUrlClick, mipLabelAnalyticsAuditRecord, filteringEntityEvent, filteringRuleHits, filteringMailSubmission, labelExplorer, microsoftManagedServicePlatform, powerPlatformServiceActivity, scorePlatformGenericAuditRecord, filteringTimeTravelDocMetadata, alert, alertStatus, alertIncident, incidentStatus, case, caseInvestigation, recordsManagement, privacyRemediation, dataShareOperation, cdpDlpSensitive, ehrConnector, filteringMailGradingResult, publicFolder, privacyTenantAuditHistoryRecord, aipScannerDiscoverEvent, eduDataLakeDownloadOperation, m365ComplianceConnector, microsoftGraphDataConnectOperation, microsoftPurview, filteringEmailContentFeatures, powerPagesSite, powerAppsResource, plannerPlan, plannerCopyPlan, plannerTask, plannerRoster, plannerPlanList, plannerTaskList, plannerTenantSettings, projectForTheWebProject, projectForTheWebTask, projectForTheWebRoadmap, projectForTheWebRoadmapItem, projectForTheWebProjectSettings, projectForTheWebRoadmapSettings, quarantineMetadata, microsoftTodoAudit, timeTravelFilteringDocMetadata, teamsQuarantineMetadata, sharePointAppPermissionOperation, microsoftTeamsSensitivityLabelAction, filteringTeamsMetadata, filteringTeamsUrlInfo, filteringTeamsPostDeliveryAction, mdcAssessments, mdcRegulatoryComplianceStandards, mdcRegulatoryComplianceControls, mdcRegulatoryComplianceAssessments, mdcSecurityConnectors, mdaDataSecuritySignal, vivaGoals, filteringRuntimeInfo, attackSimAdmin, microsoftGraphDataConnectConsent, filteringAtpDetonationInfo, privacyPortal, managedTenants, unifiedSimulationMatchedItem, unifiedSimulationSummary, updateQuarantineMetadata, ms365DSuppressionRule, purviewDataMapOperation, filteringUrlPostClickAction, irmUserDefinedDetectionSignal, teamsUpdates, plannerRosterSensitivityLabel, ms365DIncident, filteringDelistingMetadata, complianceDLPSharePointClassificationExtended, microsoftDefenderForIdentityAudit, supervisoryReviewDayXInsight, defenderExpertsforXDRAdmin, cdpEdgeBlockedMessage, hostedRpa, cdpContentExplorerAggregateRecord, cdpHygieneAttachmentInfo, cdpHygieneSummary, cdpPostMailDeliveryAction, cdpEmailFeatures, cdpHygieneUrlInfo, cdpUrlClick, cdpPackageManagerHygieneEvent, filteringDocScan, timeTravelFilteringDocScan, mapgOnboard, unknownFutureValue. + public global::Microsoft.Graph.Models.Security.AuditLogRecordType? AuditLogRecordType + { + get { return BackingStore?.Get("auditLogRecordType"); } + set { BackingStore?.Set("auditLogRecordType", value); } + } + /// The IP address of the device used when the activity was logged. The IP address is displayed in either an IPv4 or IPv6 address format. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? ClientIp + { + get { return BackingStore?.Get("clientIp"); } + set { BackingStore?.Set("clientIp", value); } + } +#nullable restore +#else + public string ClientIp + { + get { return BackingStore?.Get("clientIp"); } + set { BackingStore?.Set("clientIp", value); } + } +#endif + /// The date and time in UTC when the user performed the activity. + public DateTimeOffset? CreatedDateTime + { + get { return BackingStore?.Get("createdDateTime"); } + set { BackingStore?.Set("createdDateTime", value); } + } + /// For Exchange admin audit logging, the name of the object modified by the cmdlet. For SharePoint activity, the full URL path name of the file or folder accessed by a user. For Microsoft Entra activity, the name of the user account that was modified. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? ObjectId + { + get { return BackingStore?.Get("objectId"); } + set { BackingStore?.Set("objectId", value); } + } +#nullable restore +#else + public string ObjectId + { + get { return BackingStore?.Get("objectId"); } + set { BackingStore?.Set("objectId", value); } + } +#endif + /// The name of the user or admin activity. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Operation + { + get { return BackingStore?.Get("operation"); } + set { BackingStore?.Set("operation", value); } + } +#nullable restore +#else + public string Operation + { + get { return BackingStore?.Get("operation"); } + set { BackingStore?.Set("operation", value); } + } +#endif + /// The GUID for your organization. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OrganizationId + { + get { return BackingStore?.Get("organizationId"); } + set { BackingStore?.Set("organizationId", value); } + } +#nullable restore +#else + public string OrganizationId + { + get { return BackingStore?.Get("organizationId"); } + set { BackingStore?.Set("organizationId", value); } + } +#endif + /// The Microsoft 365 service where the activity occurred. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Service + { + get { return BackingStore?.Get("service"); } + set { BackingStore?.Set("service", value); } + } +#nullable restore +#else + public string Service + { + get { return BackingStore?.Get("service"); } + set { BackingStore?.Set("service", value); } + } +#endif + /// The user who performed the action (specified in the Operation property) that resulted in the record being logged. Audit records for activity performed by system accounts (such as SHAREPOINT/system or NT AUTHORITY/SYSTEM) are also included in the audit log. Another common value for the UserId property is app@sharepoint. It indicates that the 'user' who performed the activity was an application with the necessary permissions in SharePoint to perform organization-wide actions (such as searching a SharePoint site or OneDrive account) on behalf of a user, admin, or service. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? UserId + { + get { return BackingStore?.Get("userId"); } + set { BackingStore?.Set("userId", value); } + } +#nullable restore +#else + public string UserId + { + get { return BackingStore?.Get("userId"); } + set { BackingStore?.Set("userId", value); } + } +#endif + /// UPN of the user who performed the action. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? UserPrincipalName + { + get { return BackingStore?.Get("userPrincipalName"); } + set { BackingStore?.Set("userPrincipalName", value); } + } +#nullable restore +#else + public string UserPrincipalName + { + get { return BackingStore?.Get("userPrincipalName"); } + set { BackingStore?.Set("userPrincipalName", value); } + } +#endif + /// The type of user that performed the operation. The possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. + public global::Microsoft.Graph.Models.Security.AuditLogUserType? UserType + { + get { return BackingStore?.Get("userType"); } + set { BackingStore?.Set("userType", value); } + } + /// + /// Creates a new instance of 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.Models.Security.AuditLogRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AuditLogRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "administrativeUnits", n => { AdministrativeUnits = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, + { "auditData", n => { AuditData = n.GetObjectValue(global::Microsoft.Graph.Models.Security.AuditData.CreateFromDiscriminatorValue); } }, + { "auditLogRecordType", n => { AuditLogRecordType = n.GetEnumValue(); } }, + { "clientIp", n => { ClientIp = n.GetStringValue(); } }, + { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, + { "objectId", n => { ObjectId = n.GetStringValue(); } }, + { "operation", n => { Operation = n.GetStringValue(); } }, + { "organizationId", n => { OrganizationId = n.GetStringValue(); } }, + { "service", n => { Service = n.GetStringValue(); } }, + { "userId", n => { UserId = n.GetStringValue(); } }, + { "userPrincipalName", n => { UserPrincipalName = n.GetStringValue(); } }, + { "userType", n => { UserType = n.GetEnumValue(); } }, + }; + } + /// + /// 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.WriteCollectionOfPrimitiveValues("administrativeUnits", AdministrativeUnits); + writer.WriteObjectValue("auditData", AuditData); + writer.WriteEnumValue("auditLogRecordType", AuditLogRecordType); + writer.WriteStringValue("clientIp", ClientIp); + writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); + writer.WriteStringValue("objectId", ObjectId); + writer.WriteStringValue("operation", Operation); + writer.WriteStringValue("organizationId", OrganizationId); + writer.WriteStringValue("service", Service); + writer.WriteStringValue("userId", UserId); + writer.WriteStringValue("userPrincipalName", UserPrincipalName); + writer.WriteEnumValue("userType", UserType); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecordCollectionResponse.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecordCollectionResponse.cs new file mode 100644 index 00000000000..e25df2fe187 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecordCollectionResponse.cs @@ -0,0 +1,64 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AuditLogRecordCollectionResponse : global::Microsoft.Graph.Models.BaseCollectionPaginationCountResponse, 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.Models.Security.AuditLogRecordCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AuditLogRecordCollectionResponse(); + } + /// + /// 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.Security.AuditLogRecord.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/Models/Security/AuditLogRecordType.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecordType.cs new file mode 100644 index 00000000000..6934fdc0f75 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecordType.cs @@ -0,0 +1,1164 @@ +// +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 AuditLogRecordType + #pragma warning restore CS1591 + { + [EnumMember(Value = "ExchangeAdmin")] + #pragma warning disable CS1591 + ExchangeAdmin, + #pragma warning restore CS1591 + [EnumMember(Value = "ExchangeItem")] + #pragma warning disable CS1591 + ExchangeItem, + #pragma warning restore CS1591 + [EnumMember(Value = "ExchangeItemGroup")] + #pragma warning disable CS1591 + ExchangeItemGroup, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePoint")] + #pragma warning disable CS1591 + SharePoint, + #pragma warning restore CS1591 + [EnumMember(Value = "SyntheticProbe")] + #pragma warning disable CS1591 + SyntheticProbe, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointFileOperation")] + #pragma warning disable CS1591 + SharePointFileOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "OneDrive")] + #pragma warning disable CS1591 + OneDrive, + #pragma warning restore CS1591 + [EnumMember(Value = "AzureActiveDirectory")] + #pragma warning disable CS1591 + AzureActiveDirectory, + #pragma warning restore CS1591 + [EnumMember(Value = "AzureActiveDirectoryAccountLogon")] + #pragma warning disable CS1591 + AzureActiveDirectoryAccountLogon, + #pragma warning restore CS1591 + [EnumMember(Value = "DataCenterSecurityCmdlet")] + #pragma warning disable CS1591 + DataCenterSecurityCmdlet, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPSharePoint")] + #pragma warning disable CS1591 + ComplianceDLPSharePoint, + #pragma warning restore CS1591 + [EnumMember(Value = "Sway")] + #pragma warning disable CS1591 + Sway, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPExchange")] + #pragma warning disable CS1591 + ComplianceDLPExchange, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointSharingOperation")] + #pragma warning disable CS1591 + SharePointSharingOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "AzureActiveDirectoryStsLogon")] + #pragma warning disable CS1591 + AzureActiveDirectoryStsLogon, + #pragma warning restore CS1591 + [EnumMember(Value = "SkypeForBusinessPSTNUsage")] + #pragma warning disable CS1591 + SkypeForBusinessPSTNUsage, + #pragma warning restore CS1591 + [EnumMember(Value = "SkypeForBusinessUsersBlocked")] + #pragma warning disable CS1591 + SkypeForBusinessUsersBlocked, + #pragma warning restore CS1591 + [EnumMember(Value = "SecurityComplianceCenterEOPCmdlet")] + #pragma warning disable CS1591 + SecurityComplianceCenterEOPCmdlet, + #pragma warning restore CS1591 + [EnumMember(Value = "ExchangeAggregatedOperation")] + #pragma warning disable CS1591 + ExchangeAggregatedOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerBIAudit")] + #pragma warning disable CS1591 + PowerBIAudit, + #pragma warning restore CS1591 + [EnumMember(Value = "CRM")] + #pragma warning disable CS1591 + CRM, + #pragma warning restore CS1591 + [EnumMember(Value = "Yammer")] + #pragma warning disable CS1591 + Yammer, + #pragma warning restore CS1591 + [EnumMember(Value = "SkypeForBusinessCmdlets")] + #pragma warning disable CS1591 + SkypeForBusinessCmdlets, + #pragma warning restore CS1591 + [EnumMember(Value = "Discovery")] + #pragma warning disable CS1591 + Discovery, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftTeams")] + #pragma warning disable CS1591 + MicrosoftTeams, + #pragma warning restore CS1591 + [EnumMember(Value = "ThreatIntelligence")] + #pragma warning disable CS1591 + ThreatIntelligence, + #pragma warning restore CS1591 + [EnumMember(Value = "MailSubmission")] + #pragma warning disable CS1591 + MailSubmission, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftFlow")] + #pragma warning disable CS1591 + MicrosoftFlow, + #pragma warning restore CS1591 + [EnumMember(Value = "AeD")] + #pragma warning disable CS1591 + AeD, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftStream")] + #pragma warning disable CS1591 + MicrosoftStream, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPSharePointClassification")] + #pragma warning disable CS1591 + ComplianceDLPSharePointClassification, + #pragma warning restore CS1591 + [EnumMember(Value = "ThreatFinder")] + #pragma warning disable CS1591 + ThreatFinder, + #pragma warning restore CS1591 + [EnumMember(Value = "Project")] + #pragma warning disable CS1591 + Project, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointListOperation")] + #pragma warning disable CS1591 + SharePointListOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointCommentOperation")] + #pragma warning disable CS1591 + SharePointCommentOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "DataGovernance")] + #pragma warning disable CS1591 + DataGovernance, + #pragma warning restore CS1591 + [EnumMember(Value = "Kaizala")] + #pragma warning disable CS1591 + Kaizala, + #pragma warning restore CS1591 + [EnumMember(Value = "SecurityComplianceAlerts")] + #pragma warning disable CS1591 + SecurityComplianceAlerts, + #pragma warning restore CS1591 + [EnumMember(Value = "ThreatIntelligenceUrl")] + #pragma warning disable CS1591 + ThreatIntelligenceUrl, + #pragma warning restore CS1591 + [EnumMember(Value = "SecurityComplianceInsights")] + #pragma warning disable CS1591 + SecurityComplianceInsights, + #pragma warning restore CS1591 + [EnumMember(Value = "MIPLabel")] + #pragma warning disable CS1591 + MIPLabel, + #pragma warning restore CS1591 + [EnumMember(Value = "WorkplaceAnalytics")] + #pragma warning disable CS1591 + WorkplaceAnalytics, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerAppsApp")] + #pragma warning disable CS1591 + PowerAppsApp, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerAppsPlan")] + #pragma warning disable CS1591 + PowerAppsPlan, + #pragma warning restore CS1591 + [EnumMember(Value = "ThreatIntelligenceAtpContent")] + #pragma warning disable CS1591 + ThreatIntelligenceAtpContent, + #pragma warning restore CS1591 + [EnumMember(Value = "LabelContentExplorer")] + #pragma warning disable CS1591 + LabelContentExplorer, + #pragma warning restore CS1591 + [EnumMember(Value = "TeamsHealthcare")] + #pragma warning disable CS1591 + TeamsHealthcare, + #pragma warning restore CS1591 + [EnumMember(Value = "ExchangeItemAggregated")] + #pragma warning disable CS1591 + ExchangeItemAggregated, + #pragma warning restore CS1591 + [EnumMember(Value = "HygieneEvent")] + #pragma warning disable CS1591 + HygieneEvent, + #pragma warning restore CS1591 + [EnumMember(Value = "DataInsightsRestApiAudit")] + #pragma warning disable CS1591 + DataInsightsRestApiAudit, + #pragma warning restore CS1591 + [EnumMember(Value = "InformationBarrierPolicyApplication")] + #pragma warning disable CS1591 + InformationBarrierPolicyApplication, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointListItemOperation")] + #pragma warning disable CS1591 + SharePointListItemOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointContentTypeOperation")] + #pragma warning disable CS1591 + SharePointContentTypeOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointFieldOperation")] + #pragma warning disable CS1591 + SharePointFieldOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftTeamsAdmin")] + #pragma warning disable CS1591 + MicrosoftTeamsAdmin, + #pragma warning restore CS1591 + [EnumMember(Value = "HRSignal")] + #pragma warning disable CS1591 + HRSignal, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftTeamsDevice")] + #pragma warning disable CS1591 + MicrosoftTeamsDevice, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftTeamsAnalytics")] + #pragma warning disable CS1591 + MicrosoftTeamsAnalytics, + #pragma warning restore CS1591 + [EnumMember(Value = "InformationWorkerProtection")] + #pragma warning disable CS1591 + InformationWorkerProtection, + #pragma warning restore CS1591 + [EnumMember(Value = "Campaign")] + #pragma warning disable CS1591 + Campaign, + #pragma warning restore CS1591 + [EnumMember(Value = "DLPEndpoint")] + #pragma warning disable CS1591 + DLPEndpoint, + #pragma warning restore CS1591 + [EnumMember(Value = "AirInvestigation")] + #pragma warning disable CS1591 + AirInvestigation, + #pragma warning restore CS1591 + [EnumMember(Value = "Quarantine")] + #pragma warning disable CS1591 + Quarantine, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftForms")] + #pragma warning disable CS1591 + MicrosoftForms, + #pragma warning restore CS1591 + [EnumMember(Value = "ApplicationAudit")] + #pragma warning disable CS1591 + ApplicationAudit, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceSupervisionExchange")] + #pragma warning disable CS1591 + ComplianceSupervisionExchange, + #pragma warning restore CS1591 + [EnumMember(Value = "CustomerKeyServiceEncryption")] + #pragma warning disable CS1591 + CustomerKeyServiceEncryption, + #pragma warning restore CS1591 + [EnumMember(Value = "OfficeNative")] + #pragma warning disable CS1591 + OfficeNative, + #pragma warning restore CS1591 + [EnumMember(Value = "MipAutoLabelSharePointItem")] + #pragma warning disable CS1591 + MipAutoLabelSharePointItem, + #pragma warning restore CS1591 + [EnumMember(Value = "MipAutoLabelSharePointPolicyLocation")] + #pragma warning disable CS1591 + MipAutoLabelSharePointPolicyLocation, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftTeamsShifts")] + #pragma warning disable CS1591 + MicrosoftTeamsShifts, + #pragma warning restore CS1591 + [EnumMember(Value = "SecureScore")] + #pragma warning disable CS1591 + SecureScore, + #pragma warning restore CS1591 + [EnumMember(Value = "MipAutoLabelExchangeItem")] + #pragma warning disable CS1591 + MipAutoLabelExchangeItem, + #pragma warning restore CS1591 + [EnumMember(Value = "CortanaBriefing")] + #pragma warning disable CS1591 + CortanaBriefing, + #pragma warning restore CS1591 + [EnumMember(Value = "Search")] + #pragma warning disable CS1591 + Search, + #pragma warning restore CS1591 + [EnumMember(Value = "WDATPAlerts")] + #pragma warning disable CS1591 + WDATPAlerts, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerPlatformAdminDlp")] + #pragma warning disable CS1591 + PowerPlatformAdminDlp, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerPlatformAdminEnvironment")] + #pragma warning disable CS1591 + PowerPlatformAdminEnvironment, + #pragma warning restore CS1591 + [EnumMember(Value = "MDATPAudit")] + #pragma warning disable CS1591 + MDATPAudit, + #pragma warning restore CS1591 + [EnumMember(Value = "SensitivityLabelPolicyMatch")] + #pragma warning disable CS1591 + SensitivityLabelPolicyMatch, + #pragma warning restore CS1591 + [EnumMember(Value = "SensitivityLabelAction")] + #pragma warning disable CS1591 + SensitivityLabelAction, + #pragma warning restore CS1591 + [EnumMember(Value = "SensitivityLabeledFileAction")] + #pragma warning disable CS1591 + SensitivityLabeledFileAction, + #pragma warning restore CS1591 + [EnumMember(Value = "AttackSim")] + #pragma warning disable CS1591 + AttackSim, + #pragma warning restore CS1591 + [EnumMember(Value = "AirManualInvestigation")] + #pragma warning disable CS1591 + AirManualInvestigation, + #pragma warning restore CS1591 + [EnumMember(Value = "SecurityComplianceRBAC")] + #pragma warning disable CS1591 + SecurityComplianceRBAC, + #pragma warning restore CS1591 + [EnumMember(Value = "UserTraining")] + #pragma warning disable CS1591 + UserTraining, + #pragma warning restore CS1591 + [EnumMember(Value = "AirAdminActionInvestigation")] + #pragma warning disable CS1591 + AirAdminActionInvestigation, + #pragma warning restore CS1591 + [EnumMember(Value = "MSTIC")] + #pragma warning disable CS1591 + MSTIC, + #pragma warning restore CS1591 + [EnumMember(Value = "PhysicalBadgingSignal")] + #pragma warning disable CS1591 + PhysicalBadgingSignal, + #pragma warning restore CS1591 + [EnumMember(Value = "TeamsEasyApprovals")] + #pragma warning disable CS1591 + TeamsEasyApprovals, + #pragma warning restore CS1591 + [EnumMember(Value = "AipDiscover")] + #pragma warning disable CS1591 + AipDiscover, + #pragma warning restore CS1591 + [EnumMember(Value = "AipSensitivityLabelAction")] + #pragma warning disable CS1591 + AipSensitivityLabelAction, + #pragma warning restore CS1591 + [EnumMember(Value = "AipProtectionAction")] + #pragma warning disable CS1591 + AipProtectionAction, + #pragma warning restore CS1591 + [EnumMember(Value = "AipFileDeleted")] + #pragma warning disable CS1591 + AipFileDeleted, + #pragma warning restore CS1591 + [EnumMember(Value = "AipHeartBeat")] + #pragma warning disable CS1591 + AipHeartBeat, + #pragma warning restore CS1591 + [EnumMember(Value = "MCASAlerts")] + #pragma warning disable CS1591 + MCASAlerts, + #pragma warning restore CS1591 + [EnumMember(Value = "OnPremisesFileShareScannerDlp")] + #pragma warning disable CS1591 + OnPremisesFileShareScannerDlp, + #pragma warning restore CS1591 + [EnumMember(Value = "OnPremisesSharePointScannerDlp")] + #pragma warning disable CS1591 + OnPremisesSharePointScannerDlp, + #pragma warning restore CS1591 + [EnumMember(Value = "ExchangeSearch")] + #pragma warning disable CS1591 + ExchangeSearch, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointSearch")] + #pragma warning disable CS1591 + SharePointSearch, + #pragma warning restore CS1591 + [EnumMember(Value = "PrivacyDataMinimization")] + #pragma warning disable CS1591 + PrivacyDataMinimization, + #pragma warning restore CS1591 + [EnumMember(Value = "LabelAnalyticsAggregate")] + #pragma warning disable CS1591 + LabelAnalyticsAggregate, + #pragma warning restore CS1591 + [EnumMember(Value = "MyAnalyticsSettings")] + #pragma warning disable CS1591 + MyAnalyticsSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "SecurityComplianceUserChange")] + #pragma warning disable CS1591 + SecurityComplianceUserChange, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPExchangeClassification")] + #pragma warning disable CS1591 + ComplianceDLPExchangeClassification, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPEndpoint")] + #pragma warning disable CS1591 + ComplianceDLPEndpoint, + #pragma warning restore CS1591 + [EnumMember(Value = "MipExactDataMatch")] + #pragma warning disable CS1591 + MipExactDataMatch, + #pragma warning restore CS1591 + [EnumMember(Value = "MSDEResponseActions")] + #pragma warning disable CS1591 + MSDEResponseActions, + #pragma warning restore CS1591 + [EnumMember(Value = "MSDEGeneralSettings")] + #pragma warning disable CS1591 + MSDEGeneralSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "MSDEIndicatorsSettings")] + #pragma warning disable CS1591 + MSDEIndicatorsSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "MS365DCustomDetection")] + #pragma warning disable CS1591 + MS365DCustomDetection, + #pragma warning restore CS1591 + [EnumMember(Value = "MSDERolesSettings")] + #pragma warning disable CS1591 + MSDERolesSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "MAPGAlerts")] + #pragma warning disable CS1591 + MAPGAlerts, + #pragma warning restore CS1591 + [EnumMember(Value = "MAPGPolicy")] + #pragma warning disable CS1591 + MAPGPolicy, + #pragma warning restore CS1591 + [EnumMember(Value = "MAPGRemediation")] + #pragma warning disable CS1591 + MAPGRemediation, + #pragma warning restore CS1591 + [EnumMember(Value = "PrivacyRemediationAction")] + #pragma warning disable CS1591 + PrivacyRemediationAction, + #pragma warning restore CS1591 + [EnumMember(Value = "PrivacyDigestEmail")] + #pragma warning disable CS1591 + PrivacyDigestEmail, + #pragma warning restore CS1591 + [EnumMember(Value = "MipAutoLabelSimulationProgress")] + #pragma warning disable CS1591 + MipAutoLabelSimulationProgress, + #pragma warning restore CS1591 + [EnumMember(Value = "MipAutoLabelSimulationCompletion")] + #pragma warning disable CS1591 + MipAutoLabelSimulationCompletion, + #pragma warning restore CS1591 + [EnumMember(Value = "MipAutoLabelProgressFeedback")] + #pragma warning disable CS1591 + MipAutoLabelProgressFeedback, + #pragma warning restore CS1591 + [EnumMember(Value = "DlpSensitiveInformationType")] + #pragma warning disable CS1591 + DlpSensitiveInformationType, + #pragma warning restore CS1591 + [EnumMember(Value = "MipAutoLabelSimulationStatistics")] + #pragma warning disable CS1591 + MipAutoLabelSimulationStatistics, + #pragma warning restore CS1591 + [EnumMember(Value = "LargeContentMetadata")] + #pragma warning disable CS1591 + LargeContentMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "Microsoft365Group")] + #pragma warning disable CS1591 + Microsoft365Group, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPMlInferencingResult")] + #pragma warning disable CS1591 + CDPMlInferencingResult, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringMailMetadata")] + #pragma warning disable CS1591 + FilteringMailMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPClassificationMailItem")] + #pragma warning disable CS1591 + CDPClassificationMailItem, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPClassificationDocument")] + #pragma warning disable CS1591 + CDPClassificationDocument, + #pragma warning restore CS1591 + [EnumMember(Value = "OfficeScriptsRunAction")] + #pragma warning disable CS1591 + OfficeScriptsRunAction, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringPostMailDeliveryAction")] + #pragma warning disable CS1591 + FilteringPostMailDeliveryAction, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPUnifiedFeedback")] + #pragma warning disable CS1591 + CDPUnifiedFeedback, + #pragma warning restore CS1591 + [EnumMember(Value = "TenantAllowBlockList")] + #pragma warning disable CS1591 + TenantAllowBlockList, + #pragma warning restore CS1591 + [EnumMember(Value = "ConsumptionResource")] + #pragma warning disable CS1591 + ConsumptionResource, + #pragma warning restore CS1591 + [EnumMember(Value = "HealthcareSignal")] + #pragma warning disable CS1591 + HealthcareSignal, + #pragma warning restore CS1591 + [EnumMember(Value = "DlpImportResult")] + #pragma warning disable CS1591 + DlpImportResult, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPCompliancePolicyExecution")] + #pragma warning disable CS1591 + CDPCompliancePolicyExecution, + #pragma warning restore CS1591 + [EnumMember(Value = "MultiStageDisposition")] + #pragma warning disable CS1591 + MultiStageDisposition, + #pragma warning restore CS1591 + [EnumMember(Value = "PrivacyDataMatch")] + #pragma warning disable CS1591 + PrivacyDataMatch, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringDocMetadata")] + #pragma warning disable CS1591 + FilteringDocMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringEmailFeatures")] + #pragma warning disable CS1591 + FilteringEmailFeatures, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerBIDlp")] + #pragma warning disable CS1591 + PowerBIDlp, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringUrlInfo")] + #pragma warning disable CS1591 + FilteringUrlInfo, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringAttachmentInfo")] + #pragma warning disable CS1591 + FilteringAttachmentInfo, + #pragma warning restore CS1591 + [EnumMember(Value = "CoreReportingSettings")] + #pragma warning disable CS1591 + CoreReportingSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceConnector")] + #pragma warning disable CS1591 + ComplianceConnector, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerPlatformLockboxResourceAccessRequest")] + #pragma warning disable CS1591 + PowerPlatformLockboxResourceAccessRequest, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerPlatformLockboxResourceCommand")] + #pragma warning disable CS1591 + PowerPlatformLockboxResourceCommand, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPPredictiveCodingLabel")] + #pragma warning disable CS1591 + CDPPredictiveCodingLabel, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPCompliancePolicyUserFeedback")] + #pragma warning disable CS1591 + CDPCompliancePolicyUserFeedback, + #pragma warning restore CS1591 + [EnumMember(Value = "WebpageActivityEndpoint")] + #pragma warning disable CS1591 + WebpageActivityEndpoint, + #pragma warning restore CS1591 + [EnumMember(Value = "OMEPortal")] + #pragma warning disable CS1591 + OMEPortal, + #pragma warning restore CS1591 + [EnumMember(Value = "CMImprovementActionChange")] + #pragma warning disable CS1591 + CMImprovementActionChange, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringUrlClick")] + #pragma warning disable CS1591 + FilteringUrlClick, + #pragma warning restore CS1591 + [EnumMember(Value = "MipLabelAnalyticsAuditRecord")] + #pragma warning disable CS1591 + MipLabelAnalyticsAuditRecord, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringEntityEvent")] + #pragma warning disable CS1591 + FilteringEntityEvent, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringRuleHits")] + #pragma warning disable CS1591 + FilteringRuleHits, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringMailSubmission")] + #pragma warning disable CS1591 + FilteringMailSubmission, + #pragma warning restore CS1591 + [EnumMember(Value = "LabelExplorer")] + #pragma warning disable CS1591 + LabelExplorer, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftManagedServicePlatform")] + #pragma warning disable CS1591 + MicrosoftManagedServicePlatform, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerPlatformServiceActivity")] + #pragma warning disable CS1591 + PowerPlatformServiceActivity, + #pragma warning restore CS1591 + [EnumMember(Value = "ScorePlatformGenericAuditRecord")] + #pragma warning disable CS1591 + ScorePlatformGenericAuditRecord, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringTimeTravelDocMetadata")] + #pragma warning disable CS1591 + FilteringTimeTravelDocMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "Alert")] + #pragma warning disable CS1591 + Alert, + #pragma warning restore CS1591 + [EnumMember(Value = "AlertStatus")] + #pragma warning disable CS1591 + AlertStatus, + #pragma warning restore CS1591 + [EnumMember(Value = "AlertIncident")] + #pragma warning disable CS1591 + AlertIncident, + #pragma warning restore CS1591 + [EnumMember(Value = "IncidentStatus")] + #pragma warning disable CS1591 + IncidentStatus, + #pragma warning restore CS1591 + [EnumMember(Value = "Case")] + #pragma warning disable CS1591 + Case, + #pragma warning restore CS1591 + [EnumMember(Value = "CaseInvestigation")] + #pragma warning disable CS1591 + CaseInvestigation, + #pragma warning restore CS1591 + [EnumMember(Value = "RecordsManagement")] + #pragma warning disable CS1591 + RecordsManagement, + #pragma warning restore CS1591 + [EnumMember(Value = "PrivacyRemediation")] + #pragma warning disable CS1591 + PrivacyRemediation, + #pragma warning restore CS1591 + [EnumMember(Value = "DataShareOperation")] + #pragma warning disable CS1591 + DataShareOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "CdpDlpSensitive")] + #pragma warning disable CS1591 + CdpDlpSensitive, + #pragma warning restore CS1591 + [EnumMember(Value = "EHRConnector")] + #pragma warning disable CS1591 + EHRConnector, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringMailGradingResult")] + #pragma warning disable CS1591 + FilteringMailGradingResult, + #pragma warning restore CS1591 + [EnumMember(Value = "PublicFolder")] + #pragma warning disable CS1591 + PublicFolder, + #pragma warning restore CS1591 + [EnumMember(Value = "PrivacyTenantAuditHistoryRecord")] + #pragma warning disable CS1591 + PrivacyTenantAuditHistoryRecord, + #pragma warning restore CS1591 + [EnumMember(Value = "AipScannerDiscoverEvent")] + #pragma warning disable CS1591 + AipScannerDiscoverEvent, + #pragma warning restore CS1591 + [EnumMember(Value = "EduDataLakeDownloadOperation")] + #pragma warning disable CS1591 + EduDataLakeDownloadOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "M365ComplianceConnector")] + #pragma warning disable CS1591 + M365ComplianceConnector, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftGraphDataConnectOperation")] + #pragma warning disable CS1591 + MicrosoftGraphDataConnectOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftPurview")] + #pragma warning disable CS1591 + MicrosoftPurview, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringEmailContentFeatures")] + #pragma warning disable CS1591 + FilteringEmailContentFeatures, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerPagesSite")] + #pragma warning disable CS1591 + PowerPagesSite, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerAppsResource")] + #pragma warning disable CS1591 + PowerAppsResource, + #pragma warning restore CS1591 + [EnumMember(Value = "PlannerPlan")] + #pragma warning disable CS1591 + PlannerPlan, + #pragma warning restore CS1591 + [EnumMember(Value = "PlannerCopyPlan")] + #pragma warning disable CS1591 + PlannerCopyPlan, + #pragma warning restore CS1591 + [EnumMember(Value = "PlannerTask")] + #pragma warning disable CS1591 + PlannerTask, + #pragma warning restore CS1591 + [EnumMember(Value = "PlannerRoster")] + #pragma warning disable CS1591 + PlannerRoster, + #pragma warning restore CS1591 + [EnumMember(Value = "PlannerPlanList")] + #pragma warning disable CS1591 + PlannerPlanList, + #pragma warning restore CS1591 + [EnumMember(Value = "PlannerTaskList")] + #pragma warning disable CS1591 + PlannerTaskList, + #pragma warning restore CS1591 + [EnumMember(Value = "PlannerTenantSettings")] + #pragma warning disable CS1591 + PlannerTenantSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "ProjectForTheWebProject")] + #pragma warning disable CS1591 + ProjectForTheWebProject, + #pragma warning restore CS1591 + [EnumMember(Value = "ProjectForTheWebTask")] + #pragma warning disable CS1591 + ProjectForTheWebTask, + #pragma warning restore CS1591 + [EnumMember(Value = "ProjectForTheWebRoadmap")] + #pragma warning disable CS1591 + ProjectForTheWebRoadmap, + #pragma warning restore CS1591 + [EnumMember(Value = "ProjectForTheWebRoadmapItem")] + #pragma warning disable CS1591 + ProjectForTheWebRoadmapItem, + #pragma warning restore CS1591 + [EnumMember(Value = "ProjectForTheWebProjectSettings")] + #pragma warning disable CS1591 + ProjectForTheWebProjectSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "ProjectForTheWebRoadmapSettings")] + #pragma warning disable CS1591 + ProjectForTheWebRoadmapSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "QuarantineMetadata")] + #pragma warning disable CS1591 + QuarantineMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftTodoAudit")] + #pragma warning disable CS1591 + MicrosoftTodoAudit, + #pragma warning restore CS1591 + [EnumMember(Value = "TimeTravelFilteringDocMetadata")] + #pragma warning disable CS1591 + TimeTravelFilteringDocMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "TeamsQuarantineMetadata")] + #pragma warning disable CS1591 + TeamsQuarantineMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointAppPermissionOperation")] + #pragma warning disable CS1591 + SharePointAppPermissionOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftTeamsSensitivityLabelAction")] + #pragma warning disable CS1591 + MicrosoftTeamsSensitivityLabelAction, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringTeamsMetadata")] + #pragma warning disable CS1591 + FilteringTeamsMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringTeamsUrlInfo")] + #pragma warning disable CS1591 + FilteringTeamsUrlInfo, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringTeamsPostDeliveryAction")] + #pragma warning disable CS1591 + FilteringTeamsPostDeliveryAction, + #pragma warning restore CS1591 + [EnumMember(Value = "MDCAssessments")] + #pragma warning disable CS1591 + MDCAssessments, + #pragma warning restore CS1591 + [EnumMember(Value = "MDCRegulatoryComplianceStandards")] + #pragma warning disable CS1591 + MDCRegulatoryComplianceStandards, + #pragma warning restore CS1591 + [EnumMember(Value = "MDCRegulatoryComplianceControls")] + #pragma warning disable CS1591 + MDCRegulatoryComplianceControls, + #pragma warning restore CS1591 + [EnumMember(Value = "MDCRegulatoryComplianceAssessments")] + #pragma warning disable CS1591 + MDCRegulatoryComplianceAssessments, + #pragma warning restore CS1591 + [EnumMember(Value = "MDCSecurityConnectors")] + #pragma warning disable CS1591 + MDCSecurityConnectors, + #pragma warning restore CS1591 + [EnumMember(Value = "MDADataSecuritySignal")] + #pragma warning disable CS1591 + MDADataSecuritySignal, + #pragma warning restore CS1591 + [EnumMember(Value = "VivaGoals")] + #pragma warning disable CS1591 + VivaGoals, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringRuntimeInfo")] + #pragma warning disable CS1591 + FilteringRuntimeInfo, + #pragma warning restore CS1591 + [EnumMember(Value = "AttackSimAdmin")] + #pragma warning disable CS1591 + AttackSimAdmin, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftGraphDataConnectConsent")] + #pragma warning disable CS1591 + MicrosoftGraphDataConnectConsent, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringAtpDetonationInfo")] + #pragma warning disable CS1591 + FilteringAtpDetonationInfo, + #pragma warning restore CS1591 + [EnumMember(Value = "PrivacyPortal")] + #pragma warning disable CS1591 + PrivacyPortal, + #pragma warning restore CS1591 + [EnumMember(Value = "ManagedTenants")] + #pragma warning disable CS1591 + ManagedTenants, + #pragma warning restore CS1591 + [EnumMember(Value = "UnifiedSimulationMatchedItem")] + #pragma warning disable CS1591 + UnifiedSimulationMatchedItem, + #pragma warning restore CS1591 + [EnumMember(Value = "UnifiedSimulationSummary")] + #pragma warning disable CS1591 + UnifiedSimulationSummary, + #pragma warning restore CS1591 + [EnumMember(Value = "UpdateQuarantineMetadata")] + #pragma warning disable CS1591 + UpdateQuarantineMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "MS365DSuppressionRule")] + #pragma warning disable CS1591 + MS365DSuppressionRule, + #pragma warning restore CS1591 + [EnumMember(Value = "PurviewDataMapOperation")] + #pragma warning disable CS1591 + PurviewDataMapOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringUrlPostClickAction")] + #pragma warning disable CS1591 + FilteringUrlPostClickAction, + #pragma warning restore CS1591 + [EnumMember(Value = "IrmUserDefinedDetectionSignal")] + #pragma warning disable CS1591 + IrmUserDefinedDetectionSignal, + #pragma warning restore CS1591 + [EnumMember(Value = "TeamsUpdates")] + #pragma warning disable CS1591 + TeamsUpdates, + #pragma warning restore CS1591 + [EnumMember(Value = "PlannerRosterSensitivityLabel")] + #pragma warning disable CS1591 + PlannerRosterSensitivityLabel, + #pragma warning restore CS1591 + [EnumMember(Value = "MS365DIncident")] + #pragma warning disable CS1591 + MS365DIncident, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringDelistingMetadata")] + #pragma warning disable CS1591 + FilteringDelistingMetadata, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPSharePointClassificationExtended")] + #pragma warning disable CS1591 + ComplianceDLPSharePointClassificationExtended, + #pragma warning restore CS1591 + [EnumMember(Value = "MicrosoftDefenderForIdentityAudit")] + #pragma warning disable CS1591 + MicrosoftDefenderForIdentityAudit, + #pragma warning restore CS1591 + [EnumMember(Value = "SupervisoryReviewDayXInsight")] + #pragma warning disable CS1591 + SupervisoryReviewDayXInsight, + #pragma warning restore CS1591 + [EnumMember(Value = "DefenderExpertsforXDRAdmin")] + #pragma warning disable CS1591 + DefenderExpertsforXDRAdmin, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPEdgeBlockedMessage")] + #pragma warning disable CS1591 + CDPEdgeBlockedMessage, + #pragma warning restore CS1591 + [EnumMember(Value = "HostedRpa")] + #pragma warning disable CS1591 + HostedRpa, + #pragma warning restore CS1591 + [EnumMember(Value = "CdpContentExplorerAggregateRecord")] + #pragma warning disable CS1591 + CdpContentExplorerAggregateRecord, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPHygieneAttachmentInfo")] + #pragma warning disable CS1591 + CDPHygieneAttachmentInfo, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPHygieneSummary")] + #pragma warning disable CS1591 + CDPHygieneSummary, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPPostMailDeliveryAction")] + #pragma warning disable CS1591 + CDPPostMailDeliveryAction, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPEmailFeatures")] + #pragma warning disable CS1591 + CDPEmailFeatures, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPHygieneUrlInfo")] + #pragma warning disable CS1591 + CDPHygieneUrlInfo, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPUrlClick")] + #pragma warning disable CS1591 + CDPUrlClick, + #pragma warning restore CS1591 + [EnumMember(Value = "CDPPackageManagerHygieneEvent")] + #pragma warning disable CS1591 + CDPPackageManagerHygieneEvent, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringDocScan")] + #pragma warning disable CS1591 + FilteringDocScan, + #pragma warning restore CS1591 + [EnumMember(Value = "TimeTravelFilteringDocScan")] + #pragma warning disable CS1591 + TimeTravelFilteringDocScan, + #pragma warning restore CS1591 + [EnumMember(Value = "MAPGOnboard")] + #pragma warning disable CS1591 + MAPGOnboard, + #pragma warning restore CS1591 + [EnumMember(Value = "VfamCreatePolicy")] + #pragma warning disable CS1591 + VfamCreatePolicy, + #pragma warning restore CS1591 + [EnumMember(Value = "VfamUpdatePolicy")] + #pragma warning disable CS1591 + VfamUpdatePolicy, + #pragma warning restore CS1591 + [EnumMember(Value = "VfamDeletePolicy")] + #pragma warning disable CS1591 + VfamDeletePolicy, + #pragma warning restore CS1591 + [EnumMember(Value = "M365DAAD")] + #pragma warning disable CS1591 + M365DAAD, + #pragma warning restore CS1591 + [EnumMember(Value = "CdpColdCrawlStatus")] + #pragma warning disable CS1591 + CdpColdCrawlStatus, + #pragma warning restore CS1591 + [EnumMember(Value = "PowerPlatformAdministratorActivity")] + #pragma warning disable CS1591 + PowerPlatformAdministratorActivity, + #pragma warning restore CS1591 + [EnumMember(Value = "Windows365CustomerLockbox")] + #pragma warning disable CS1591 + Windows365CustomerLockbox, + #pragma warning restore CS1591 + [EnumMember(Value = "CdpResourceScopeChangeEvent")] + #pragma warning disable CS1591 + CdpResourceScopeChangeEvent, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceCCExchangeExecutionResult")] + #pragma warning disable CS1591 + ComplianceCCExchangeExecutionResult, + #pragma warning restore CS1591 + [EnumMember(Value = "CdpOcrCostEstimatorRecord")] + #pragma warning disable CS1591 + CdpOcrCostEstimatorRecord, + #pragma warning restore CS1591 + [EnumMember(Value = "CopilotInteraction")] + #pragma warning disable CS1591 + CopilotInteraction, + #pragma warning restore CS1591 + [EnumMember(Value = "CdpOcrBillingRecord")] + #pragma warning disable CS1591 + CdpOcrBillingRecord, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPApplications")] + #pragma warning disable CS1591 + ComplianceDLPApplications, + #pragma warning restore CS1591 + [EnumMember(Value = "UAMOperation")] + #pragma warning disable CS1591 + UAMOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "VivaLearning")] + #pragma warning disable CS1591 + VivaLearning, + #pragma warning restore CS1591 + [EnumMember(Value = "VivaLearningAdmin")] + #pragma warning disable CS1591 + VivaLearningAdmin, + #pragma warning restore CS1591 + [EnumMember(Value = "PurviewPolicyOperation")] + #pragma warning disable CS1591 + PurviewPolicyOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "PurviewMetadataPolicyOperation")] + #pragma warning disable CS1591 + PurviewMetadataPolicyOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "PeopleAdminSettings")] + #pragma warning disable CS1591 + PeopleAdminSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "CdpComplianceDLPExchangeClassification")] + #pragma warning disable CS1591 + CdpComplianceDLPExchangeClassification, + #pragma warning restore CS1591 + [EnumMember(Value = "CdpComplianceDLPSharePointClassification")] + #pragma warning disable CS1591 + CdpComplianceDLPSharePointClassification, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringBulkSenderInsightData")] + #pragma warning disable CS1591 + FilteringBulkSenderInsightData, + #pragma warning restore CS1591 + [EnumMember(Value = "FilteringBulkThresholdInsightData")] + #pragma warning disable CS1591 + FilteringBulkThresholdInsightData, + #pragma warning restore CS1591 + [EnumMember(Value = "PrivacyOpenAccess")] + #pragma warning disable CS1591 + PrivacyOpenAccess, + #pragma warning restore CS1591 + [EnumMember(Value = "OWAAuth")] + #pragma warning disable CS1591 + OWAAuth, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPApplicationsClassification")] + #pragma warning disable CS1591 + ComplianceDLPApplicationsClassification, + #pragma warning restore CS1591 + [EnumMember(Value = "SharePointESignature")] + #pragma warning disable CS1591 + SharePointESignature, + #pragma warning restore CS1591 + [EnumMember(Value = "Dynamics365BusinessCentral")] + #pragma warning disable CS1591 + Dynamics365BusinessCentral, + #pragma warning restore CS1591 + [EnumMember(Value = "MeshWorlds")] + #pragma warning disable CS1591 + MeshWorlds, + #pragma warning restore CS1591 + [EnumMember(Value = "VivaPulseResponse")] + #pragma warning disable CS1591 + VivaPulseResponse, + #pragma warning restore CS1591 + [EnumMember(Value = "VivaPulseOrganizer")] + #pragma warning disable CS1591 + VivaPulseOrganizer, + #pragma warning restore CS1591 + [EnumMember(Value = "VivaPulseAdmin")] + #pragma warning disable CS1591 + VivaPulseAdmin, + #pragma warning restore CS1591 + [EnumMember(Value = "VivaPulseReport")] + #pragma warning disable CS1591 + VivaPulseReport, + #pragma warning restore CS1591 + [EnumMember(Value = "AIAppInteraction")] + #pragma warning disable CS1591 + AIAppInteraction, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLMExchange")] + #pragma warning disable CS1591 + ComplianceDLMExchange, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLMSharePoint")] + #pragma warning disable CS1591 + ComplianceDLMSharePoint, + #pragma warning restore CS1591 + [EnumMember(Value = "ProjectForTheWebAssignedToMeSettings")] + #pragma warning disable CS1591 + ProjectForTheWebAssignedToMeSettings, + #pragma warning restore CS1591 + [EnumMember(Value = "CPSOperation")] + #pragma warning disable CS1591 + CPSOperation, + #pragma warning restore CS1591 + [EnumMember(Value = "ComplianceDLPExchangeDiscovery")] + #pragma warning disable CS1591 + ComplianceDLPExchangeDiscovery, + #pragma warning restore CS1591 + [EnumMember(Value = "PurviewMCRecommendation")] + #pragma warning disable CS1591 + PurviewMCRecommendation, + #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/CaseAction.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogUserType.cs similarity index 60% rename from src/Microsoft.Graph/Generated/Models/Security/CaseAction.cs rename to src/Microsoft.Graph/Generated/Models/Security/AuditLogUserType.cs index 135f581a672..af4ec65508a 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/CaseAction.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogUserType.cs @@ -5,52 +5,56 @@ namespace Microsoft.Graph.Models.Security { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public enum CaseAction + public enum AuditLogUserType #pragma warning restore CS1591 { - [EnumMember(Value = "contentExport")] + [EnumMember(Value = "Regular")] #pragma warning disable CS1591 - ContentExport, + Regular, #pragma warning restore CS1591 - [EnumMember(Value = "applyTags")] + [EnumMember(Value = "Reserved")] #pragma warning disable CS1591 - ApplyTags, + Reserved, #pragma warning restore CS1591 - [EnumMember(Value = "convertToPdf")] + [EnumMember(Value = "Admin")] #pragma warning disable CS1591 - ConvertToPdf, + Admin, #pragma warning restore CS1591 - [EnumMember(Value = "index")] + [EnumMember(Value = "DcAdmin")] #pragma warning disable CS1591 - Index, + DcAdmin, #pragma warning restore CS1591 - [EnumMember(Value = "estimateStatistics")] + [EnumMember(Value = "System")] #pragma warning disable CS1591 - EstimateStatistics, + System, #pragma warning restore CS1591 - [EnumMember(Value = "addToReviewSet")] + [EnumMember(Value = "Application")] #pragma warning disable CS1591 - AddToReviewSet, + Application, #pragma warning restore CS1591 - [EnumMember(Value = "holdUpdate")] + [EnumMember(Value = "ServicePrincipal")] #pragma warning disable CS1591 - HoldUpdate, + ServicePrincipal, #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] + [EnumMember(Value = "CustomPolicy")] #pragma warning disable CS1591 - UnknownFutureValue, + CustomPolicy, + #pragma warning restore CS1591 + [EnumMember(Value = "SystemPolicy")] + #pragma warning disable CS1591 + SystemPolicy, #pragma warning restore CS1591 - [EnumMember(Value = "purgeData")] + [EnumMember(Value = "PartnerTechnician")] #pragma warning disable CS1591 - PurgeData, + PartnerTechnician, #pragma warning restore CS1591 - [EnumMember(Value = "exportReport")] + [EnumMember(Value = "Guest")] #pragma warning disable CS1591 - ExportReport, + Guest, #pragma warning restore CS1591 - [EnumMember(Value = "exportResult")] + [EnumMember(Value = "unknownFutureValue")] #pragma warning disable CS1591 - ExportResult, + UnknownFutureValue, #pragma warning restore CS1591 } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditSearchAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditSearchAuditRecord.cs new file mode 100644 index 00000000000..513d6c8b25e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditSearchAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AuditSearchAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AuditSearchAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.auditSearchAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AuditSearchAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AuditSearchAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryAccountLogonAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryAccountLogonAuditRecord.cs new file mode 100644 index 00000000000..469f8ca651a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryAccountLogonAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AzureActiveDirectoryAccountLogonAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AzureActiveDirectoryAccountLogonAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.azureActiveDirectoryAccountLogonAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AzureActiveDirectoryAccountLogonAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AzureActiveDirectoryAccountLogonAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryAuditRecord.cs new file mode 100644 index 00000000000..b3cac3924f3 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AzureActiveDirectoryAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AzureActiveDirectoryAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.azureActiveDirectoryAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AzureActiveDirectoryAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AzureActiveDirectoryAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryBaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryBaseAuditRecord.cs new file mode 100644 index 00000000000..d79d9b8c25b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryBaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AzureActiveDirectoryBaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AzureActiveDirectoryBaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.azureActiveDirectoryBaseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AzureActiveDirectoryBaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AzureActiveDirectoryBaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryStsLogonAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryStsLogonAuditRecord.cs new file mode 100644 index 00000000000..ce3010bb9fc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/AzureActiveDirectoryStsLogonAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class AzureActiveDirectoryStsLogonAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public AzureActiveDirectoryStsLogonAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.azureActiveDirectoryStsLogonAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.AzureActiveDirectoryStsLogonAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.AzureActiveDirectoryStsLogonAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CampaignAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CampaignAuditRecord.cs new file mode 100644 index 00000000000..172a13a7ff8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CampaignAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CampaignAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CampaignAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.campaignAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CampaignAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CampaignAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CaseAuditRecord.cs new file mode 100644 index 00000000000..715ddcddb6a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.caseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CaseInvestigation.cs b/src/Microsoft.Graph/Generated/Models/Security/CaseInvestigation.cs new file mode 100644 index 00000000000..4e8c68558aa --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CaseInvestigation.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CaseInvestigation : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CaseInvestigation() : base() + { + OdataType = "#microsoft.graph.security.caseInvestigation"; + } + /// + /// Creates a new instance of 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.Models.Security.CaseInvestigation CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CaseInvestigation(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CaseOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/CaseOperation.cs index 53f9ca6d483..b42b98f6459 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/CaseOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/CaseOperation.cs @@ -12,68 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class CaseOperation : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult. - public global::Microsoft.Graph.Models.Security.CaseAction? Action - { - get { return BackingStore?.Get("action"); } - set { BackingStore?.Set("action", value); } - } - /// The date and time the operation was completed. - public DateTimeOffset? CompletedDateTime - { - get { return BackingStore?.Get("completedDateTime"); } - set { BackingStore?.Set("completedDateTime", value); } - } - /// The user that created the operation. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IdentitySet? CreatedBy - { - get { return BackingStore?.Get("createdBy"); } - set { BackingStore?.Set("createdBy", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdentitySet CreatedBy - { - get { return BackingStore?.Get("createdBy"); } - set { BackingStore?.Set("createdBy", value); } - } -#endif - /// The date and time the operation was created. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// The progress of the operation. - public int? PercentProgress - { - get { return BackingStore?.Get("percentProgress"); } - set { BackingStore?.Set("percentProgress", value); } - } - /// Contains success and failure-specific result information. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ResultInfo? ResultInfo - { - get { return BackingStore?.Get("resultInfo"); } - set { BackingStore?.Set("resultInfo", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ResultInfo ResultInfo - { - get { return BackingStore?.Get("resultInfo"); } - set { BackingStore?.Set("resultInfo", value); } - } -#endif - /// The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed. - public global::Microsoft.Graph.Models.Security.CaseOperationStatus? Status - { - get { return BackingStore?.Get("status"); } - set { BackingStore?.Set("status", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -104,13 +42,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "action", n => { Action = n.GetEnumValue(); } }, - { "completedDateTime", n => { CompletedDateTime = n.GetDateTimeOffsetValue(); } }, - { "createdBy", n => { CreatedBy = n.GetObjectValue(global::Microsoft.Graph.Models.IdentitySet.CreateFromDiscriminatorValue); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "percentProgress", n => { PercentProgress = n.GetIntValue(); } }, - { "resultInfo", n => { ResultInfo = n.GetObjectValue(global::Microsoft.Graph.Models.ResultInfo.CreateFromDiscriminatorValue); } }, - { "status", n => { Status = n.GetEnumValue(); } }, }; } /// @@ -121,13 +52,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteEnumValue("action", Action); - writer.WriteDateTimeOffsetValue("completedDateTime", CompletedDateTime); - writer.WriteObjectValue("createdBy", CreatedBy); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteIntValue("percentProgress", PercentProgress); - writer.WriteObjectValue("resultInfo", ResultInfo); - writer.WriteEnumValue("status", Status); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/CasesRoot.cs b/src/Microsoft.Graph/Generated/Models/Security/CasesRoot.cs index 8d551748e3a..0e3dba7e7dc 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/CasesRoot.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/CasesRoot.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class CasesRoot : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The ediscoveryCases property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? EdiscoveryCases - { - get { return BackingStore?.Get?>("ediscoveryCases"); } - set { BackingStore?.Set("ediscoveryCases", value); } - } -#nullable restore -#else - public List EdiscoveryCases - { - get { return BackingStore?.Get>("ediscoveryCases"); } - set { BackingStore?.Set("ediscoveryCases", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "ediscoveryCases", n => { EdiscoveryCases = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.EdiscoveryCase.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("ediscoveryCases", EdiscoveryCases); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/CdpColdCrawlStatusRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CdpColdCrawlStatusRecord.cs new file mode 100644 index 00000000000..02db42552d9 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CdpColdCrawlStatusRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CdpColdCrawlStatusRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CdpColdCrawlStatusRecord() : base() + { + OdataType = "#microsoft.graph.security.cdpColdCrawlStatusRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CdpColdCrawlStatusRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CdpColdCrawlStatusRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CdpContentExplorerAggregateRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CdpContentExplorerAggregateRecord.cs new file mode 100644 index 00000000000..2d17fa869f6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CdpContentExplorerAggregateRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CdpContentExplorerAggregateRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CdpContentExplorerAggregateRecord() : base() + { + OdataType = "#microsoft.graph.security.cdpContentExplorerAggregateRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CdpContentExplorerAggregateRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CdpContentExplorerAggregateRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CdpDlpSensitiveAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CdpDlpSensitiveAuditRecord.cs new file mode 100644 index 00000000000..58873d26a4f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CdpDlpSensitiveAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CdpDlpSensitiveAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CdpDlpSensitiveAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.cdpDlpSensitiveAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CdpDlpSensitiveAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CdpDlpSensitiveAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CdpDlpSensitiveEndpointAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CdpDlpSensitiveEndpointAuditRecord.cs new file mode 100644 index 00000000000..dfff63af5de --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CdpDlpSensitiveEndpointAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CdpDlpSensitiveEndpointAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CdpDlpSensitiveEndpointAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.cdpDlpSensitiveEndpointAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CdpDlpSensitiveEndpointAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CdpDlpSensitiveEndpointAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CdpLogRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CdpLogRecord.cs new file mode 100644 index 00000000000..e3ded3321b2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CdpLogRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CdpLogRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CdpLogRecord() : base() + { + OdataType = "#microsoft.graph.security.cdpLogRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CdpLogRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CdpLogRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CdpOcrBillingRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CdpOcrBillingRecord.cs new file mode 100644 index 00000000000..d95eba2ea06 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CdpOcrBillingRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CdpOcrBillingRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CdpOcrBillingRecord() : base() + { + OdataType = "#microsoft.graph.security.cdpOcrBillingRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CdpOcrBillingRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CdpOcrBillingRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CdpResourceScopeChangeEventRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CdpResourceScopeChangeEventRecord.cs new file mode 100644 index 00000000000..853418f66dc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CdpResourceScopeChangeEventRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CdpResourceScopeChangeEventRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CdpResourceScopeChangeEventRecord() : base() + { + OdataType = "#microsoft.graph.security.cdpResourceScopeChangeEventRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CdpResourceScopeChangeEventRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CdpResourceScopeChangeEventRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CernerSMSLinkRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CernerSMSLinkRecord.cs new file mode 100644 index 00000000000..4c2573356f5 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CernerSMSLinkRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CernerSMSLinkRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CernerSMSLinkRecord() : base() + { + OdataType = "#microsoft.graph.security.cernerSMSLinkRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CernerSMSLinkRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CernerSMSLinkRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CernerSMSSettingsUpdateRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CernerSMSSettingsUpdateRecord.cs new file mode 100644 index 00000000000..0113716a4a2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CernerSMSSettingsUpdateRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CernerSMSSettingsUpdateRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CernerSMSSettingsUpdateRecord() : base() + { + OdataType = "#microsoft.graph.security.cernerSMSSettingsUpdateRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CernerSMSSettingsUpdateRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CernerSMSSettingsUpdateRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CernerSMSUnlinkRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CernerSMSUnlinkRecord.cs new file mode 100644 index 00000000000..af890fafda7 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CernerSMSUnlinkRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CernerSMSUnlinkRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CernerSMSUnlinkRecord() : base() + { + OdataType = "#microsoft.graph.security.cernerSMSUnlinkRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CernerSMSUnlinkRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CernerSMSUnlinkRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceConnectorAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceConnectorAuditRecord.cs new file mode 100644 index 00000000000..7b8c5303e78 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceConnectorAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceConnectorAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceConnectorAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceConnectorAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceConnectorAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceConnectorAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDLMExchangeAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDLMExchangeAuditRecord.cs new file mode 100644 index 00000000000..a731f539254 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDLMExchangeAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDLMExchangeAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDLMExchangeAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDLMExchangeAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDLMExchangeAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDLMExchangeAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDLMSharePointAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDLMSharePointAuditRecord.cs new file mode 100644 index 00000000000..7028cd676b9 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDLMSharePointAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDLMSharePointAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDLMSharePointAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDLMSharePointAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDLMSharePointAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDLMSharePointAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpApplicationsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpApplicationsAuditRecord.cs new file mode 100644 index 00000000000..6426b55879d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpApplicationsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpApplicationsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpApplicationsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpApplicationsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpApplicationsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpApplicationsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpApplicationsClassificationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpApplicationsClassificationAuditRecord.cs new file mode 100644 index 00000000000..da4f2d91a7f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpApplicationsClassificationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpApplicationsClassificationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpApplicationsClassificationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpApplicationsClassificationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpApplicationsClassificationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpApplicationsClassificationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpBaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpBaseAuditRecord.cs new file mode 100644 index 00000000000..cff26756733 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpBaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpBaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpBaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpBaseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpBaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpBaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpClassificationBaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpClassificationBaseAuditRecord.cs new file mode 100644 index 00000000000..3bb7a8f86cc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpClassificationBaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpClassificationBaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpClassificationBaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpClassificationBaseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpClassificationBaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpClassificationBaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpClassificationBaseCdpRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpClassificationBaseCdpRecord.cs new file mode 100644 index 00000000000..3a539983193 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpClassificationBaseCdpRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpClassificationBaseCdpRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpClassificationBaseCdpRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpClassificationBaseCdpRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpClassificationBaseCdpRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpClassificationBaseCdpRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpEndpointAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpEndpointAuditRecord.cs new file mode 100644 index 00000000000..7a245004ad1 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpEndpointAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpEndpointAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpEndpointAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpEndpointAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpEndpointAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpEndpointAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpEndpointDiscoveryAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpEndpointDiscoveryAuditRecord.cs new file mode 100644 index 00000000000..627f5a540f2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpEndpointDiscoveryAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpEndpointDiscoveryAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpEndpointDiscoveryAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpEndpointDiscoveryAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpEndpointDiscoveryAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpEndpointDiscoveryAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeAuditRecord.cs new file mode 100644 index 00000000000..ae5493bd9df --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpExchangeAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpExchangeAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpExchangeAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpExchangeAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpExchangeAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeClassificationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeClassificationAuditRecord.cs new file mode 100644 index 00000000000..31eb27bba62 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeClassificationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpExchangeClassificationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpExchangeClassificationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpExchangeClassificationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpExchangeClassificationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpExchangeClassificationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeClassificationCdpRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeClassificationCdpRecord.cs new file mode 100644 index 00000000000..de69c3ea386 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeClassificationCdpRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpExchangeClassificationCdpRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpExchangeClassificationCdpRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpExchangeClassificationCdpRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpExchangeClassificationCdpRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpExchangeClassificationCdpRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeDiscoveryAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeDiscoveryAuditRecord.cs new file mode 100644 index 00000000000..7f4ca69ae24 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpExchangeDiscoveryAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpExchangeDiscoveryAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpExchangeDiscoveryAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpExchangeDiscoveryAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpExchangeDiscoveryAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpExchangeDiscoveryAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointAuditRecord.cs new file mode 100644 index 00000000000..69706251428 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpSharePointAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpSharePointAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpSharePointAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpSharePointAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpSharePointAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointClassificationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointClassificationAuditRecord.cs new file mode 100644 index 00000000000..af77c87dadb --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointClassificationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpSharePointClassificationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpSharePointClassificationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpSharePointClassificationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpSharePointClassificationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpSharePointClassificationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointClassificationExtendedAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointClassificationExtendedAuditRecord.cs new file mode 100644 index 00000000000..cde677cb661 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceDlpSharePointClassificationExtendedAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceDlpSharePointClassificationExtendedAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceDlpSharePointClassificationExtendedAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceDlpSharePointClassificationExtendedAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceDlpSharePointClassificationExtendedAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceDlpSharePointClassificationExtendedAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceManagerActionRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceManagerActionRecord.cs new file mode 100644 index 00000000000..ff06af9ac33 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceManagerActionRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceManagerActionRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceManagerActionRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceManagerActionRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceManagerActionRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceManagerActionRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceSupervisionBaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceSupervisionBaseAuditRecord.cs new file mode 100644 index 00000000000..96aa13f0471 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceSupervisionBaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceSupervisionBaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceSupervisionBaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceSupervisionBaseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceSupervisionBaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceSupervisionBaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ComplianceSupervisionExchangeAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ComplianceSupervisionExchangeAuditRecord.cs new file mode 100644 index 00000000000..7f5cbf78316 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ComplianceSupervisionExchangeAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComplianceSupervisionExchangeAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ComplianceSupervisionExchangeAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.complianceSupervisionExchangeAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ComplianceSupervisionExchangeAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ComplianceSupervisionExchangeAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ConsumptionResourceAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ConsumptionResourceAuditRecord.cs new file mode 100644 index 00000000000..1bd3f70fc90 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ConsumptionResourceAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ConsumptionResourceAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ConsumptionResourceAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.consumptionResourceAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ConsumptionResourceAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ConsumptionResourceAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ContainerImageEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/ContainerImageEvidence.cs index 76c814b13be..f39ec56dd7e 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/ContainerImageEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/ContainerImageEvidence.cs @@ -12,61 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class ContainerImageEvidence : global::Microsoft.Graph.Models.Security.AlertEvidence, IParsable #pragma warning restore CS1591 { - /// The digest image entity, in case this is a tag image. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.ContainerImageEvidence? DigestImage - { - get { return BackingStore?.Get("digestImage"); } - set { BackingStore?.Set("digestImage", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.ContainerImageEvidence DigestImage - { - get { return BackingStore?.Get("digestImage"); } - set { BackingStore?.Set("digestImage", value); } - } -#endif - /// The unique identifier for the container image entity. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ImageId - { - get { return BackingStore?.Get("imageId"); } - set { BackingStore?.Set("imageId", value); } - } -#nullable restore -#else - public string ImageId - { - get { return BackingStore?.Get("imageId"); } - set { BackingStore?.Set("imageId", value); } - } -#endif - /// The container registry for this image. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.ContainerRegistryEvidence? Registry - { - get { return BackingStore?.Get("registry"); } - set { BackingStore?.Set("registry", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.ContainerRegistryEvidence Registry - { - get { return BackingStore?.Get("registry"); } - set { BackingStore?.Set("registry", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ContainerImageEvidence() : base() - { - OdataType = "#microsoft.graph.security.containerImageEvidence"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -85,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "digestImage", n => { DigestImage = n.GetObjectValue(global::Microsoft.Graph.Models.Security.ContainerImageEvidence.CreateFromDiscriminatorValue); } }, - { "imageId", n => { ImageId = n.GetStringValue(); } }, - { "registry", n => { Registry = n.GetObjectValue(global::Microsoft.Graph.Models.Security.ContainerRegistryEvidence.CreateFromDiscriminatorValue); } }, }; } /// @@ -98,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("digestImage", DigestImage); - writer.WriteStringValue("imageId", ImageId); - writer.WriteObjectValue("registry", Registry); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/CopilotInteractionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CopilotInteractionAuditRecord.cs new file mode 100644 index 00000000000..4c0ac88e7ee --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CopilotInteractionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CopilotInteractionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CopilotInteractionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.copilotInteractionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CopilotInteractionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CopilotInteractionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CoreReportingSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CoreReportingSettingsAuditRecord.cs new file mode 100644 index 00000000000..28433ad2dcc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CoreReportingSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CoreReportingSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CoreReportingSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.coreReportingSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CoreReportingSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CoreReportingSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CortanaBriefingAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CortanaBriefingAuditRecord.cs new file mode 100644 index 00000000000..97cbfa43434 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CortanaBriefingAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CortanaBriefingAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CortanaBriefingAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.cortanaBriefingAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CortanaBriefingAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CortanaBriefingAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CpsCommonPolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CpsCommonPolicyAuditRecord.cs new file mode 100644 index 00000000000..844987beaf0 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CpsCommonPolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CpsCommonPolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CpsCommonPolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.cpsCommonPolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CpsCommonPolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CpsCommonPolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CpsPolicyConfigAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CpsPolicyConfigAuditRecord.cs new file mode 100644 index 00000000000..4e0e2286a88 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CpsPolicyConfigAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CpsPolicyConfigAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CpsPolicyConfigAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.cpsPolicyConfigAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CpsPolicyConfigAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CpsPolicyConfigAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CrmBaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CrmBaseAuditRecord.cs new file mode 100644 index 00000000000..dded0b0e8ac --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CrmBaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CrmBaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CrmBaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.crmBaseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CrmBaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CrmBaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CrmEntityOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CrmEntityOperationAuditRecord.cs new file mode 100644 index 00000000000..754e2d7a852 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CrmEntityOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CrmEntityOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CrmEntityOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.crmEntityOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CrmEntityOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CrmEntityOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/CustomerKeyServiceEncryptionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/CustomerKeyServiceEncryptionAuditRecord.cs new file mode 100644 index 00000000000..6dd3f06921b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CustomerKeyServiceEncryptionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CustomerKeyServiceEncryptionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public CustomerKeyServiceEncryptionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.customerKeyServiceEncryptionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.CustomerKeyServiceEncryptionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.CustomerKeyServiceEncryptionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataCenterSecurityBaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DataCenterSecurityBaseAuditRecord.cs new file mode 100644 index 00000000000..81ea27a3cbd --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DataCenterSecurityBaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DataCenterSecurityBaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DataCenterSecurityBaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.dataCenterSecurityBaseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DataCenterSecurityBaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DataCenterSecurityBaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataCenterSecurityCmdletAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DataCenterSecurityCmdletAuditRecord.cs new file mode 100644 index 00000000000..6a95e235a7c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DataCenterSecurityCmdletAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DataCenterSecurityCmdletAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DataCenterSecurityCmdletAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.dataCenterSecurityCmdletAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DataCenterSecurityCmdletAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DataCenterSecurityCmdletAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataGovernanceAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DataGovernanceAuditRecord.cs new file mode 100644 index 00000000000..77082f8a5f6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DataGovernanceAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DataGovernanceAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DataGovernanceAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.dataGovernanceAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DataGovernanceAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DataGovernanceAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataInsightsRestApiAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DataInsightsRestApiAuditRecord.cs new file mode 100644 index 00000000000..b9b4bb6ddc7 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DataInsightsRestApiAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DataInsightsRestApiAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DataInsightsRestApiAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.dataInsightsRestApiAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DataInsightsRestApiAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DataInsightsRestApiAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataLakeExportOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DataLakeExportOperationAuditRecord.cs new file mode 100644 index 00000000000..fdfb0ff670e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DataLakeExportOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DataLakeExportOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DataLakeExportOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.dataLakeExportOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DataLakeExportOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DataLakeExportOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataSet.cs b/src/Microsoft.Graph/Generated/Models/Security/DataSet.cs index d960a39b910..0400a9878b4 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/DataSet.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/DataSet.cs @@ -12,60 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class DataSet : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// 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 - { - get { return BackingStore?.Get("createdBy"); } - set { BackingStore?.Set("createdBy", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdentitySet CreatedBy - { - get { return BackingStore?.Get("createdBy"); } - set { BackingStore?.Set("createdBy", value); } - } -#endif - /// 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 of the data set. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// 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 - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -89,10 +35,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "createdBy", n => { CreatedBy = n.GetObjectValue(global::Microsoft.Graph.Models.IdentitySet.CreateFromDiscriminatorValue); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, }; } /// @@ -103,10 +45,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("createdBy", CreatedBy); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataShareOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DataShareOperationAuditRecord.cs new file mode 100644 index 00000000000..f1565dab763 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DataShareOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DataShareOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DataShareOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.dataShareOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DataShareOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DataShareOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DefaultAuditData.cs b/src/Microsoft.Graph/Generated/Models/Security/DefaultAuditData.cs new file mode 100644 index 00000000000..6111ff2246c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DefaultAuditData.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DefaultAuditData : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DefaultAuditData() : base() + { + OdataType = "#microsoft.graph.security.defaultAuditData"; + } + /// + /// Creates a new instance of 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.Models.Security.DefaultAuditData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DefaultAuditData(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DefenderSecurityAlertBaseRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DefenderSecurityAlertBaseRecord.cs new file mode 100644 index 00000000000..843cab7c704 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DefenderSecurityAlertBaseRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DefenderSecurityAlertBaseRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DefenderSecurityAlertBaseRecord() : base() + { + OdataType = "#microsoft.graph.security.defenderSecurityAlertBaseRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DefenderSecurityAlertBaseRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DefenderSecurityAlertBaseRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DeleteCertificateRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DeleteCertificateRecord.cs new file mode 100644 index 00000000000..b7c964ab3d4 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DeleteCertificateRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DeleteCertificateRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DeleteCertificateRecord() : base() + { + OdataType = "#microsoft.graph.security.deleteCertificateRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DeleteCertificateRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DeleteCertificateRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DisableConsentRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DisableConsentRecord.cs new file mode 100644 index 00000000000..e1687e806dd --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DisableConsentRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DisableConsentRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DisableConsentRecord() : base() + { + OdataType = "#microsoft.graph.security.disableConsentRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DisableConsentRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DisableConsentRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DiscoveryAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DiscoveryAuditRecord.cs new file mode 100644 index 00000000000..a16fed1509a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DiscoveryAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DiscoveryAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DiscoveryAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.discoveryAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DiscoveryAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DiscoveryAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DlpEndpointAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DlpEndpointAuditRecord.cs new file mode 100644 index 00000000000..fc9c681bb52 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DlpEndpointAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DlpEndpointAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DlpEndpointAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.dlpEndpointAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DlpEndpointAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DlpEndpointAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DlpSensitiveInformationTypeCmdletRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DlpSensitiveInformationTypeCmdletRecord.cs new file mode 100644 index 00000000000..c06f7c4471f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DlpSensitiveInformationTypeCmdletRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DlpSensitiveInformationTypeCmdletRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DlpSensitiveInformationTypeCmdletRecord() : base() + { + OdataType = "#microsoft.graph.security.dlpSensitiveInformationTypeCmdletRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DlpSensitiveInformationTypeCmdletRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DlpSensitiveInformationTypeCmdletRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DlpSensitiveInformationTypeRulePackageCmdletRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DlpSensitiveInformationTypeRulePackageCmdletRecord.cs new file mode 100644 index 00000000000..e662d11a7cd --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DlpSensitiveInformationTypeRulePackageCmdletRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DlpSensitiveInformationTypeRulePackageCmdletRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DlpSensitiveInformationTypeRulePackageCmdletRecord() : base() + { + OdataType = "#microsoft.graph.security.dlpSensitiveInformationTypeRulePackageCmdletRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DlpSensitiveInformationTypeRulePackageCmdletRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DlpSensitiveInformationTypeRulePackageCmdletRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/DownloadCertificateRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/DownloadCertificateRecord.cs new file mode 100644 index 00000000000..16abd0c462e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DownloadCertificateRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class DownloadCertificateRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public DownloadCertificateRecord() : base() + { + OdataType = "#microsoft.graph.security.downloadCertificateRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.DownloadCertificateRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.DownloadCertificateRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/Dynamics365BusinessCentralAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/Dynamics365BusinessCentralAuditRecord.cs new file mode 100644 index 00000000000..60d8fb1c5c2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/Dynamics365BusinessCentralAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class Dynamics365BusinessCentralAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public Dynamics365BusinessCentralAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.dynamics365BusinessCentralAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.Dynamics365BusinessCentralAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.Dynamics365BusinessCentralAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryCaseSettings.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryCaseSettings.cs index e18836086f0..b9f04e2ac3b 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryCaseSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryCaseSettings.cs @@ -12,54 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class EdiscoveryCaseSettings : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The OCR (Optical Character Recognition) settings for the case. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.OcrSettings? Ocr - { - get { return BackingStore?.Get("ocr"); } - set { BackingStore?.Set("ocr", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.OcrSettings Ocr - { - get { return BackingStore?.Get("ocr"); } - set { BackingStore?.Set("ocr", value); } - } -#endif - /// The redundancy (near duplicate and email threading) detection settings for the case. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.RedundancyDetectionSettings? RedundancyDetection - { - get { return BackingStore?.Get("redundancyDetection"); } - set { BackingStore?.Set("redundancyDetection", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.RedundancyDetectionSettings RedundancyDetection - { - get { return BackingStore?.Get("redundancyDetection"); } - set { BackingStore?.Set("redundancyDetection", value); } - } -#endif - /// The Topic Modeling (Themes) settings for the case. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.TopicModelingSettings? TopicModeling - { - get { return BackingStore?.Get("topicModeling"); } - set { BackingStore?.Set("topicModeling", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.TopicModelingSettings TopicModeling - { - get { return BackingStore?.Get("topicModeling"); } - set { BackingStore?.Set("topicModeling", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -78,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "ocr", n => { Ocr = n.GetObjectValue(global::Microsoft.Graph.Models.Security.OcrSettings.CreateFromDiscriminatorValue); } }, - { "redundancyDetection", n => { RedundancyDetection = n.GetObjectValue(global::Microsoft.Graph.Models.Security.RedundancyDetectionSettings.CreateFromDiscriminatorValue); } }, - { "topicModeling", n => { TopicModeling = n.GetObjectValue(global::Microsoft.Graph.Models.Security.TopicModelingSettings.CreateFromDiscriminatorValue); } }, }; } /// @@ -91,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("ocr", Ocr); - writer.WriteObjectValue("redundancyDetection", RedundancyDetection); - writer.WriteObjectValue("topicModeling", TopicModeling); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs index 97f4a638ece..f775b2c227c 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs @@ -12,64 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class EdiscoveryEstimateOperation : global::Microsoft.Graph.Models.Security.CaseOperation, IParsable #pragma warning restore CS1591 { - /// The estimated count of items for the search that matched the content query. - public long? IndexedItemCount - { - get { return BackingStore?.Get("indexedItemCount"); } - set { BackingStore?.Set("indexedItemCount", value); } - } - /// The estimated size of items for the search that matched the content query. - public long? IndexedItemsSize - { - get { return BackingStore?.Get("indexedItemsSize"); } - set { BackingStore?.Set("indexedItemsSize", value); } - } - /// The number of mailboxes that had search hits. - public int? MailboxCount - { - get { return BackingStore?.Get("mailboxCount"); } - set { BackingStore?.Set("mailboxCount", value); } - } - /// eDiscovery search. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.EdiscoverySearch? Search - { - get { return BackingStore?.Get("search"); } - set { BackingStore?.Set("search", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.EdiscoverySearch Search - { - get { return BackingStore?.Get("search"); } - set { BackingStore?.Set("search", value); } - } -#endif - /// The number of mailboxes that had search hits. - 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 - { - get { return BackingStore?.Get("unindexedItemCount"); } - set { BackingStore?.Set("unindexedItemCount", value); } - } - /// The estimated size of unindexed items for the collection. - public long? UnindexedItemsSize - { - get { return BackingStore?.Get("unindexedItemsSize"); } - set { BackingStore?.Set("unindexedItemsSize", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -88,14 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "indexedItemCount", n => { IndexedItemCount = n.GetLongValue(); } }, - { "indexedItemsSize", n => { IndexedItemsSize = n.GetLongValue(); } }, - { "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(); } }, }; } /// @@ -106,14 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteLongValue("indexedItemCount", IndexedItemCount); - writer.WriteLongValue("indexedItemsSize", IndexedItemsSize); - 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/EnableConsentRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/EnableConsentRecord.cs new file mode 100644 index 00000000000..7c6ff05fa8a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/EnableConsentRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class EnableConsentRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public EnableConsentRecord() : base() + { + OdataType = "#microsoft.graph.security.enableConsentRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.EnableConsentRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.EnableConsentRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/EpicSMSLinkRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/EpicSMSLinkRecord.cs new file mode 100644 index 00000000000..2ee765556f8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/EpicSMSLinkRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class EpicSMSLinkRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public EpicSMSLinkRecord() : base() + { + OdataType = "#microsoft.graph.security.epicSMSLinkRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.EpicSMSLinkRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.EpicSMSLinkRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/EpicSMSSettingsUpdateRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/EpicSMSSettingsUpdateRecord.cs new file mode 100644 index 00000000000..32760d24877 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/EpicSMSSettingsUpdateRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class EpicSMSSettingsUpdateRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public EpicSMSSettingsUpdateRecord() : base() + { + OdataType = "#microsoft.graph.security.epicSMSSettingsUpdateRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.EpicSMSSettingsUpdateRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.EpicSMSSettingsUpdateRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/EpicSMSUnlinkRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/EpicSMSUnlinkRecord.cs new file mode 100644 index 00000000000..700a90ff79c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/EpicSMSUnlinkRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class EpicSMSUnlinkRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public EpicSMSUnlinkRecord() : base() + { + OdataType = "#microsoft.graph.security.epicSMSUnlinkRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.EpicSMSUnlinkRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.EpicSMSUnlinkRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ExchangeAdminAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ExchangeAdminAuditRecord.cs new file mode 100644 index 00000000000..26cdaaac360 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ExchangeAdminAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ExchangeAdminAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ExchangeAdminAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.exchangeAdminAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ExchangeAdminAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ExchangeAdminAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ExchangeAggregatedMailboxAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ExchangeAggregatedMailboxAuditRecord.cs new file mode 100644 index 00000000000..4b59d7866d7 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ExchangeAggregatedMailboxAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ExchangeAggregatedMailboxAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ExchangeAggregatedMailboxAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.exchangeAggregatedMailboxAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ExchangeAggregatedMailboxAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ExchangeAggregatedMailboxAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ExchangeAggregatedOperationRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ExchangeAggregatedOperationRecord.cs new file mode 100644 index 00000000000..0cec878222c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ExchangeAggregatedOperationRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ExchangeAggregatedOperationRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ExchangeAggregatedOperationRecord() : base() + { + OdataType = "#microsoft.graph.security.exchangeAggregatedOperationRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ExchangeAggregatedOperationRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ExchangeAggregatedOperationRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditBaseRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditBaseRecord.cs new file mode 100644 index 00000000000..1e7391ba505 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditBaseRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ExchangeMailboxAuditBaseRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ExchangeMailboxAuditBaseRecord() : base() + { + OdataType = "#microsoft.graph.security.exchangeMailboxAuditBaseRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ExchangeMailboxAuditBaseRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ExchangeMailboxAuditBaseRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditGroupRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditGroupRecord.cs new file mode 100644 index 00000000000..aebad672c2f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditGroupRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ExchangeMailboxAuditGroupRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ExchangeMailboxAuditGroupRecord() : base() + { + OdataType = "#microsoft.graph.security.exchangeMailboxAuditGroupRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ExchangeMailboxAuditGroupRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ExchangeMailboxAuditGroupRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditRecord.cs new file mode 100644 index 00000000000..1d56407a595 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ExchangeMailboxAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ExchangeMailboxAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ExchangeMailboxAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.exchangeMailboxAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ExchangeMailboxAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ExchangeMailboxAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlAddRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlAddRecord.cs new file mode 100644 index 00000000000..f30147e932d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlAddRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class FhirBaseUrlAddRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public FhirBaseUrlAddRecord() : base() + { + OdataType = "#microsoft.graph.security.fhirBaseUrlAddRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.FhirBaseUrlAddRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.FhirBaseUrlAddRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlApproveRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlApproveRecord.cs new file mode 100644 index 00000000000..188e7b7deea --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlApproveRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class FhirBaseUrlApproveRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public FhirBaseUrlApproveRecord() : base() + { + OdataType = "#microsoft.graph.security.fhirBaseUrlApproveRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.FhirBaseUrlApproveRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.FhirBaseUrlApproveRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlDeleteRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlDeleteRecord.cs new file mode 100644 index 00000000000..ebe2b66c752 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlDeleteRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class FhirBaseUrlDeleteRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public FhirBaseUrlDeleteRecord() : base() + { + OdataType = "#microsoft.graph.security.fhirBaseUrlDeleteRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.FhirBaseUrlDeleteRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.FhirBaseUrlDeleteRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlUpdateRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlUpdateRecord.cs new file mode 100644 index 00000000000..6df49a9aaf0 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/FhirBaseUrlUpdateRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class FhirBaseUrlUpdateRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public FhirBaseUrlUpdateRecord() : base() + { + OdataType = "#microsoft.graph.security.fhirBaseUrlUpdateRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.FhirBaseUrlUpdateRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.FhirBaseUrlUpdateRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/GeoLocation.cs b/src/Microsoft.Graph/Generated/Models/Security/GeoLocation.cs deleted file mode 100644 index 7fe742fb899..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/GeoLocation.cs +++ /dev/null @@ -1,151 +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.Models.Security -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class GeoLocation : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The city property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? City - { - get { return BackingStore?.Get("city"); } - set { BackingStore?.Set("city", value); } - } -#nullable restore -#else - public string City - { - get { return BackingStore?.Get("city"); } - set { BackingStore?.Set("city", value); } - } -#endif - /// The countryName property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CountryName - { - get { return BackingStore?.Get("countryName"); } - set { BackingStore?.Set("countryName", value); } - } -#nullable restore -#else - public string CountryName - { - get { return BackingStore?.Get("countryName"); } - set { BackingStore?.Set("countryName", value); } - } -#endif - /// The latitude property - public double? Latitude - { - get { return BackingStore?.Get("latitude"); } - set { BackingStore?.Set("latitude", value); } - } - /// The longitude property - public double? Longitude - { - get { return BackingStore?.Get("longitude"); } - set { BackingStore?.Set("longitude", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The state property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#nullable restore -#else - public string State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public GeoLocation() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Security.GeoLocation CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Security.GeoLocation(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "city", n => { City = n.GetStringValue(); } }, - { "countryName", n => { CountryName = n.GetStringValue(); } }, - { "latitude", n => { Latitude = n.GetDoubleValue(); } }, - { "longitude", n => { Longitude = n.GetDoubleValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "state", n => { State = 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("city", City); - writer.WriteStringValue("countryName", CountryName); - writer.WriteDoubleValue("latitude", Latitude); - writer.WriteDoubleValue("longitude", Longitude); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteStringValue("state", State); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/HealthcareSignalRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/HealthcareSignalRecord.cs new file mode 100644 index 00000000000..8d5f2016cea --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/HealthcareSignalRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class HealthcareSignalRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public HealthcareSignalRecord() : base() + { + OdataType = "#microsoft.graph.security.healthcareSignalRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.HealthcareSignalRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.HealthcareSignalRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/HostReputation.cs b/src/Microsoft.Graph/Generated/Models/Security/HostReputation.cs index 2aa66c74766..04812ec5eed 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/HostReputation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/HostReputation.cs @@ -12,34 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class HostReputation : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The classification property - public global::Microsoft.Graph.Models.Security.HostReputationClassification? Classification - { - get { return BackingStore?.Get("classification"); } - set { BackingStore?.Set("classification", value); } - } - /// A collection of rules that have been used to calculate the classification and score. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Rules - { - get { return BackingStore?.Get?>("rules"); } - set { BackingStore?.Set("rules", value); } - } -#nullable restore -#else - public List Rules - { - get { return BackingStore?.Get>("rules"); } - set { BackingStore?.Set("rules", value); } - } -#endif - /// The calculated score (0-100) of the requested host. A higher value indicates that this host is more likely to be suspicious or malicious. - public int? Score - { - get { return BackingStore?.Get("score"); } - set { BackingStore?.Set("score", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -58,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "classification", n => { Classification = n.GetEnumValue(); } }, - { "rules", n => { Rules = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.HostReputationRule.CreateFromDiscriminatorValue)?.AsList(); } }, - { "score", n => { Score = n.GetIntValue(); } }, }; } /// @@ -71,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteEnumValue("classification", Classification); - writer.WriteCollectionOfObjectValues("rules", Rules); - writer.WriteIntValue("score", Score); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/HostReputationClassification.cs b/src/Microsoft.Graph/Generated/Models/Security/HostReputationClassification.cs deleted file mode 100644 index bc3edbe3dd0..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/HostReputationClassification.cs +++ /dev/null @@ -1,32 +0,0 @@ -// -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 HostReputationClassification - #pragma warning restore CS1591 - { - [EnumMember(Value = "unknown")] - #pragma warning disable CS1591 - Unknown, - #pragma warning restore CS1591 - [EnumMember(Value = "neutral")] - #pragma warning disable CS1591 - Neutral, - #pragma warning restore CS1591 - [EnumMember(Value = "suspicious")] - #pragma warning disable CS1591 - Suspicious, - #pragma warning restore CS1591 - [EnumMember(Value = "malicious")] - #pragma warning disable CS1591 - Malicious, - #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/HostReputationRule.cs b/src/Microsoft.Graph/Generated/Models/Security/HostReputationRule.cs deleted file mode 100644 index 686d7ce892f..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/HostReputationRule.cs +++ /dev/null @@ -1,143 +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.Models.Security -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class HostReputationRule : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The description of the rule that gives more context. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The name of the rule. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Link to a web page with details related to this rule. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? RelatedDetailsUrl - { - get { return BackingStore?.Get("relatedDetailsUrl"); } - set { BackingStore?.Set("relatedDetailsUrl", value); } - } -#nullable restore -#else - public string RelatedDetailsUrl - { - get { return BackingStore?.Get("relatedDetailsUrl"); } - set { BackingStore?.Set("relatedDetailsUrl", value); } - } -#endif - /// The severity property - public global::Microsoft.Graph.Models.Security.HostReputationRuleSeverity? Severity - { - get { return BackingStore?.Get("severity"); } - set { BackingStore?.Set("severity", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public HostReputationRule() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Security.HostReputationRule CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Security.HostReputationRule(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "description", n => { Description = n.GetStringValue(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "relatedDetailsUrl", n => { RelatedDetailsUrl = n.GetStringValue(); } }, - { "severity", n => { Severity = n.GetEnumValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("name", Name); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteStringValue("relatedDetailsUrl", RelatedDetailsUrl); - writer.WriteEnumValue("severity", Severity); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/HostReputationRuleSeverity.cs b/src/Microsoft.Graph/Generated/Models/Security/HostReputationRuleSeverity.cs deleted file mode 100644 index e00b4a427b1..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/HostReputationRuleSeverity.cs +++ /dev/null @@ -1,32 +0,0 @@ -// -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 HostReputationRuleSeverity - #pragma warning restore CS1591 - { - [EnumMember(Value = "unknown")] - #pragma warning disable CS1591 - Unknown, - #pragma warning restore CS1591 - [EnumMember(Value = "low")] - #pragma warning disable CS1591 - Low, - #pragma warning restore CS1591 - [EnumMember(Value = "medium")] - #pragma warning disable CS1591 - Medium, - #pragma warning restore CS1591 - [EnumMember(Value = "high")] - #pragma warning disable CS1591 - High, - #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/HostedRpaAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/HostedRpaAuditRecord.cs new file mode 100644 index 00000000000..7fe6e2da017 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/HostedRpaAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class HostedRpaAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public HostedRpaAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.hostedRpaAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.HostedRpaAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.HostedRpaAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/HrSignalAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/HrSignalAuditRecord.cs new file mode 100644 index 00000000000..35c3aa77f4c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/HrSignalAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class HrSignalAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public HrSignalAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.hrSignalAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.HrSignalAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.HrSignalAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/HygieneEventRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/HygieneEventRecord.cs new file mode 100644 index 00000000000..c8691f91166 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/HygieneEventRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class HygieneEventRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public HygieneEventRecord() : base() + { + OdataType = "#microsoft.graph.security.hygieneEventRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.HygieneEventRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.HygieneEventRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/IdentityContainer.cs b/src/Microsoft.Graph/Generated/Models/Security/IdentityContainer.cs index 0268d2ca6ba..8d75c9c7b1b 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/IdentityContainer.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/IdentityContainer.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class IdentityContainer : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents potential issues identified by Microsoft Defender for Identity within a customer's Microsoft Defender for Identity configuration. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? HealthIssues - { - get { return BackingStore?.Get?>("healthIssues"); } - set { BackingStore?.Set("healthIssues", value); } - } -#nullable restore -#else - public List HealthIssues - { - get { return BackingStore?.Get>("healthIssues"); } - set { BackingStore?.Set("healthIssues", value); } - } -#endif - /// Represents a customer's Microsoft Defender for Identity sensors. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Sensors - { - get { return BackingStore?.Get?>("sensors"); } - set { BackingStore?.Set("sensors", value); } - } -#nullable restore -#else - public List Sensors - { - get { return BackingStore?.Get>("sensors"); } - set { BackingStore?.Set("sensors", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "healthIssues", n => { HealthIssues = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.HealthIssue.CreateFromDiscriminatorValue)?.AsList(); } }, - { "sensors", n => { Sensors = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.Sensor.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("healthIssues", HealthIssues); - writer.WriteCollectionOfObjectValues("sensors", Sensors); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/InformationBarrierPolicyApplicationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/InformationBarrierPolicyApplicationAuditRecord.cs new file mode 100644 index 00000000000..2e36ff6857a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/InformationBarrierPolicyApplicationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class InformationBarrierPolicyApplicationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public InformationBarrierPolicyApplicationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.informationBarrierPolicyApplicationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.InformationBarrierPolicyApplicationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.InformationBarrierPolicyApplicationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/InformationWorkerProtectionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/InformationWorkerProtectionAuditRecord.cs new file mode 100644 index 00000000000..266623263cd --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/InformationWorkerProtectionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class InformationWorkerProtectionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public InformationWorkerProtectionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.informationWorkerProtectionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.InformationWorkerProtectionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.InformationWorkerProtectionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/InsiderRiskScopedUserInsightsRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/InsiderRiskScopedUserInsightsRecord.cs new file mode 100644 index 00000000000..7ed674d3326 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/InsiderRiskScopedUserInsightsRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class InsiderRiskScopedUserInsightsRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public InsiderRiskScopedUserInsightsRecord() : base() + { + OdataType = "#microsoft.graph.security.insiderRiskScopedUserInsightsRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.InsiderRiskScopedUserInsightsRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.InsiderRiskScopedUserInsightsRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/InsiderRiskScopedUsersRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/InsiderRiskScopedUsersRecord.cs new file mode 100644 index 00000000000..acff9433deb --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/InsiderRiskScopedUsersRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class InsiderRiskScopedUsersRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public InsiderRiskScopedUsersRecord() : base() + { + OdataType = "#microsoft.graph.security.insiderRiskScopedUsersRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.InsiderRiskScopedUsersRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.InsiderRiskScopedUsersRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/IpEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/IpEvidence.cs index ff3e12d8d6e..9e0e43e5a17 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/IpEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/IpEvidence.cs @@ -12,77 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class IpEvidence : global::Microsoft.Graph.Models.Security.AlertEvidence, IParsable #pragma warning restore CS1591 { - /// The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CountryLetterCode - { - get { return BackingStore?.Get("countryLetterCode"); } - set { BackingStore?.Set("countryLetterCode", value); } - } -#nullable restore -#else - public string CountryLetterCode - { - get { return BackingStore?.Get("countryLetterCode"); } - set { BackingStore?.Set("countryLetterCode", value); } - } -#endif - /// The value of the IP Address, can be either in V4 address or V6 address format. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? IpAddress - { - get { return BackingStore?.Get("ipAddress"); } - set { BackingStore?.Set("ipAddress", value); } - } -#nullable restore -#else - public string IpAddress - { - get { return BackingStore?.Get("ipAddress"); } - set { BackingStore?.Set("ipAddress", value); } - } -#endif - /// The location property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.GeoLocation? Location - { - get { return BackingStore?.Get("location"); } - set { BackingStore?.Set("location", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.GeoLocation Location - { - get { return BackingStore?.Get("location"); } - set { BackingStore?.Set("location", value); } - } -#endif - /// The stream property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.StreamObject? Stream - { - get { return BackingStore?.Get("stream"); } - set { BackingStore?.Set("stream", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.StreamObject Stream - { - get { return BackingStore?.Get("stream"); } - set { BackingStore?.Set("stream", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public IpEvidence() : base() - { - OdataType = "#microsoft.graph.security.ipEvidence"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -101,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "countryLetterCode", n => { CountryLetterCode = n.GetStringValue(); } }, - { "ipAddress", n => { IpAddress = n.GetStringValue(); } }, - { "location", n => { Location = n.GetObjectValue(global::Microsoft.Graph.Models.Security.GeoLocation.CreateFromDiscriminatorValue); } }, - { "stream", n => { Stream = n.GetObjectValue(global::Microsoft.Graph.Models.Security.StreamObject.CreateFromDiscriminatorValue); } }, }; } /// @@ -115,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("countryLetterCode", CountryLetterCode); - writer.WriteStringValue("ipAddress", IpAddress); - writer.WriteObjectValue("location", Location); - writer.WriteObjectValue("stream", Stream); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/IrmSecurityAlertRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/IrmSecurityAlertRecord.cs new file mode 100644 index 00000000000..c501786f7bf --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/IrmSecurityAlertRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class IrmSecurityAlertRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public IrmSecurityAlertRecord() : base() + { + OdataType = "#microsoft.graph.security.irmSecurityAlertRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.IrmSecurityAlertRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.IrmSecurityAlertRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/IrmUserDefinedDetectionRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/IrmUserDefinedDetectionRecord.cs new file mode 100644 index 00000000000..1032018e51a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/IrmUserDefinedDetectionRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class IrmUserDefinedDetectionRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public IrmUserDefinedDetectionRecord() : base() + { + OdataType = "#microsoft.graph.security.irmUserDefinedDetectionRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.IrmUserDefinedDetectionRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.IrmUserDefinedDetectionRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/KaizalaAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/KaizalaAuditRecord.cs new file mode 100644 index 00000000000..f4fda516e1b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/KaizalaAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class KaizalaAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public KaizalaAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.kaizalaAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.KaizalaAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.KaizalaAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/KubernetesNamespaceEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/KubernetesNamespaceEvidence.cs index b55e276a9d1..5cf1b1d8853 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/KubernetesNamespaceEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/KubernetesNamespaceEvidence.cs @@ -12,61 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class KubernetesNamespaceEvidence : global::Microsoft.Graph.Models.Security.AlertEvidence, IParsable #pragma warning restore CS1591 { - /// The namespace cluster. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.KubernetesClusterEvidence? Cluster - { - get { return BackingStore?.Get("cluster"); } - set { BackingStore?.Set("cluster", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.KubernetesClusterEvidence Cluster - { - get { return BackingStore?.Get("cluster"); } - set { BackingStore?.Set("cluster", value); } - } -#endif - /// The labels for the Kubernetes pod. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.Dictionary? Labels - { - get { return BackingStore?.Get("labels"); } - set { BackingStore?.Set("labels", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.Dictionary Labels - { - get { return BackingStore?.Get("labels"); } - set { BackingStore?.Set("labels", value); } - } -#endif - /// The namespace name. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public KubernetesNamespaceEvidence() : base() - { - OdataType = "#microsoft.graph.security.kubernetesNamespaceEvidence"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -85,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "cluster", n => { Cluster = n.GetObjectValue(global::Microsoft.Graph.Models.Security.KubernetesClusterEvidence.CreateFromDiscriminatorValue); } }, - { "labels", n => { Labels = n.GetObjectValue(global::Microsoft.Graph.Models.Security.Dictionary.CreateFromDiscriminatorValue); } }, - { "name", n => { Name = n.GetStringValue(); } }, }; } /// @@ -98,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("cluster", Cluster); - writer.WriteObjectValue("labels", Labels); - writer.WriteStringValue("name", Name); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/KubernetesPodEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/KubernetesPodEvidence.cs index 416c3b5997e..b1d0425351b 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/KubernetesPodEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/KubernetesPodEvidence.cs @@ -12,157 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class KubernetesPodEvidence : global::Microsoft.Graph.Models.Security.AlertEvidence, IParsable #pragma warning restore CS1591 { - /// The list of pod containers which are not init or ephemeral containers. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Containers - { - get { return BackingStore?.Get?>("containers"); } - set { BackingStore?.Set("containers", value); } - } -#nullable restore -#else - public List Containers - { - get { return BackingStore?.Get>("containers"); } - set { BackingStore?.Set("containers", value); } - } -#endif - /// The pod controller. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.KubernetesControllerEvidence? Controller - { - get { return BackingStore?.Get("controller"); } - set { BackingStore?.Set("controller", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.KubernetesControllerEvidence Controller - { - get { return BackingStore?.Get("controller"); } - set { BackingStore?.Set("controller", value); } - } -#endif - /// The list of pod ephemeral containers. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? EphemeralContainers - { - get { return BackingStore?.Get?>("ephemeralContainers"); } - set { BackingStore?.Set("ephemeralContainers", value); } - } -#nullable restore -#else - public List EphemeralContainers - { - get { return BackingStore?.Get>("ephemeralContainers"); } - set { BackingStore?.Set("ephemeralContainers", value); } - } -#endif - /// The list of pod init containers. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? InitContainers - { - get { return BackingStore?.Get?>("initContainers"); } - set { BackingStore?.Set("initContainers", value); } - } -#nullable restore -#else - public List InitContainers - { - get { return BackingStore?.Get>("initContainers"); } - set { BackingStore?.Set("initContainers", value); } - } -#endif - /// The pod labels. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.Dictionary? Labels - { - get { return BackingStore?.Get("labels"); } - set { BackingStore?.Set("labels", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.Dictionary Labels - { - get { return BackingStore?.Get("labels"); } - set { BackingStore?.Set("labels", value); } - } -#endif - /// The pod name. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The pod namespace. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.KubernetesNamespaceEvidence? Namespace - { - get { return BackingStore?.Get("namespace"); } - set { BackingStore?.Set("namespace", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.KubernetesNamespaceEvidence Namespace - { - get { return BackingStore?.Get("namespace"); } - set { BackingStore?.Set("namespace", value); } - } -#endif - /// The pod IP. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.IpEvidence? PodIp - { - get { return BackingStore?.Get("podIp"); } - set { BackingStore?.Set("podIp", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.IpEvidence PodIp - { - get { return BackingStore?.Get("podIp"); } - set { BackingStore?.Set("podIp", value); } - } -#endif - /// The pod service account. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.KubernetesServiceAccountEvidence? ServiceAccount - { - get { return BackingStore?.Get("serviceAccount"); } - set { BackingStore?.Set("serviceAccount", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.KubernetesServiceAccountEvidence ServiceAccount - { - get { return BackingStore?.Get("serviceAccount"); } - set { BackingStore?.Set("serviceAccount", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public KubernetesPodEvidence() : base() - { - OdataType = "#microsoft.graph.security.kubernetesPodEvidence"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -181,15 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "containers", n => { Containers = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.ContainerEvidence.CreateFromDiscriminatorValue)?.AsList(); } }, - { "controller", n => { Controller = n.GetObjectValue(global::Microsoft.Graph.Models.Security.KubernetesControllerEvidence.CreateFromDiscriminatorValue); } }, - { "ephemeralContainers", n => { EphemeralContainers = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.ContainerEvidence.CreateFromDiscriminatorValue)?.AsList(); } }, - { "initContainers", n => { InitContainers = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.ContainerEvidence.CreateFromDiscriminatorValue)?.AsList(); } }, - { "labels", n => { Labels = n.GetObjectValue(global::Microsoft.Graph.Models.Security.Dictionary.CreateFromDiscriminatorValue); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "namespace", n => { Namespace = n.GetObjectValue(global::Microsoft.Graph.Models.Security.KubernetesNamespaceEvidence.CreateFromDiscriminatorValue); } }, - { "podIp", n => { PodIp = n.GetObjectValue(global::Microsoft.Graph.Models.Security.IpEvidence.CreateFromDiscriminatorValue); } }, - { "serviceAccount", n => { ServiceAccount = n.GetObjectValue(global::Microsoft.Graph.Models.Security.KubernetesServiceAccountEvidence.CreateFromDiscriminatorValue); } }, }; } /// @@ -200,15 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("containers", Containers); - writer.WriteObjectValue("controller", Controller); - writer.WriteCollectionOfObjectValues("ephemeralContainers", EphemeralContainers); - writer.WriteCollectionOfObjectValues("initContainers", InitContainers); - writer.WriteObjectValue("labels", Labels); - writer.WriteStringValue("name", Name); - writer.WriteObjectValue("namespace", Namespace); - writer.WriteObjectValue("podIp", PodIp); - writer.WriteObjectValue("serviceAccount", ServiceAccount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/LabelAnalyticsAggregateAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/LabelAnalyticsAggregateAuditRecord.cs new file mode 100644 index 00000000000..02586723745 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/LabelAnalyticsAggregateAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class LabelAnalyticsAggregateAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public LabelAnalyticsAggregateAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.labelAnalyticsAggregateAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.LabelAnalyticsAggregateAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.LabelAnalyticsAggregateAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/LabelContentExplorerAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/LabelContentExplorerAuditRecord.cs new file mode 100644 index 00000000000..9294e9f29fc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/LabelContentExplorerAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class LabelContentExplorerAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public LabelContentExplorerAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.labelContentExplorerAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.LabelContentExplorerAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.LabelContentExplorerAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/LabelsRoot.cs b/src/Microsoft.Graph/Generated/Models/Security/LabelsRoot.cs index b1e79e0aae0..ffee47d8e54 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/LabelsRoot.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/LabelsRoot.cs @@ -12,102 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class LabelsRoot : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Specifies the underlying authority that describes the type of content to be retained and its retention schedule. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Authorities - { - get { return BackingStore?.Get?>("authorities"); } - set { BackingStore?.Set("authorities", value); } - } -#nullable restore -#else - public List Authorities - { - get { return BackingStore?.Get>("authorities"); } - set { BackingStore?.Set("authorities", value); } - } -#endif - /// Specifies a group of similar types of content in a particular department. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Categories - { - get { return BackingStore?.Get?>("categories"); } - set { BackingStore?.Set("categories", value); } - } -#nullable restore -#else - public List Categories - { - get { return BackingStore?.Get>("categories"); } - set { BackingStore?.Set("categories", value); } - } -#endif - /// The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Citations - { - get { return BackingStore?.Get?>("citations"); } - set { BackingStore?.Set("citations", value); } - } -#nullable restore -#else - public List Citations - { - get { return BackingStore?.Get>("citations"); } - set { BackingStore?.Set("citations", value); } - } -#endif - /// Specifies the department or business unit of an organization to which a label belongs. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Departments - { - get { return BackingStore?.Get?>("departments"); } - set { BackingStore?.Set("departments", value); } - } -#nullable restore -#else - public List Departments - { - get { return BackingStore?.Get>("departments"); } - set { BackingStore?.Set("departments", value); } - } -#endif - /// Specifies a unique alpha-numeric identifier for an organization’s retention schedule. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? FilePlanReferences - { - get { return BackingStore?.Get?>("filePlanReferences"); } - set { BackingStore?.Set("filePlanReferences", value); } - } -#nullable restore -#else - public List FilePlanReferences - { - get { return BackingStore?.Get>("filePlanReferences"); } - set { BackingStore?.Set("filePlanReferences", value); } - } -#endif - /// Represents how customers can manage their data, whether and for how long to retain or delete it. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RetentionLabels - { - get { return BackingStore?.Get?>("retentionLabels"); } - set { BackingStore?.Set("retentionLabels", value); } - } -#nullable restore -#else - public List RetentionLabels - { - get { return BackingStore?.Get>("retentionLabels"); } - set { BackingStore?.Set("retentionLabels", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -126,12 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "authorities", n => { Authorities = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.AuthorityTemplate.CreateFromDiscriminatorValue)?.AsList(); } }, - { "categories", n => { Categories = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.CategoryTemplate.CreateFromDiscriminatorValue)?.AsList(); } }, - { "citations", n => { Citations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.CitationTemplate.CreateFromDiscriminatorValue)?.AsList(); } }, - { "departments", n => { Departments = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.DepartmentTemplate.CreateFromDiscriminatorValue)?.AsList(); } }, - { "filePlanReferences", n => { FilePlanReferences = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.FilePlanReferenceTemplate.CreateFromDiscriminatorValue)?.AsList(); } }, - { "retentionLabels", n => { RetentionLabels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.RetentionLabel.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -142,12 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("authorities", Authorities); - writer.WriteCollectionOfObjectValues("categories", Categories); - writer.WriteCollectionOfObjectValues("citations", Citations); - writer.WriteCollectionOfObjectValues("departments", Departments); - writer.WriteCollectionOfObjectValues("filePlanReferences", FilePlanReferences); - writer.WriteCollectionOfObjectValues("retentionLabels", RetentionLabels); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/LargeContentMetadataAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/LargeContentMetadataAuditRecord.cs new file mode 100644 index 00000000000..61df3b7c35b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/LargeContentMetadataAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class LargeContentMetadataAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public LargeContentMetadataAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.largeContentMetadataAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.LargeContentMetadataAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.LargeContentMetadataAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/M365ComplianceConnectorAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/M365ComplianceConnectorAuditRecord.cs new file mode 100644 index 00000000000..cb3bbd2043c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/M365ComplianceConnectorAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class M365ComplianceConnectorAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public M365ComplianceConnectorAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.m365ComplianceConnectorAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.M365ComplianceConnectorAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.M365ComplianceConnectorAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/M365DAADAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/M365DAADAuditRecord.cs new file mode 100644 index 00000000000..1bc1d4bf283 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/M365DAADAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class M365DAADAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public M365DAADAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.m365DAADAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.M365DAADAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.M365DAADAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MS365DCustomDetectionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MS365DCustomDetectionAuditRecord.cs new file mode 100644 index 00000000000..b768e5c3925 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MS365DCustomDetectionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MS365DCustomDetectionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MS365DCustomDetectionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mS365DCustomDetectionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MS365DCustomDetectionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MS365DCustomDetectionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MS365DIncidentAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MS365DIncidentAuditRecord.cs new file mode 100644 index 00000000000..a93f7895c42 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MS365DIncidentAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MS365DIncidentAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MS365DIncidentAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mS365DIncidentAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MS365DIncidentAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MS365DIncidentAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MS365DSuppressionRuleAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MS365DSuppressionRuleAuditRecord.cs new file mode 100644 index 00000000000..84ae5b0fb1f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MS365DSuppressionRuleAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MS365DSuppressionRuleAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MS365DSuppressionRuleAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mS365DSuppressionRuleAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MS365DSuppressionRuleAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MS365DSuppressionRuleAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MailSubmissionData.cs b/src/Microsoft.Graph/Generated/Models/Security/MailSubmissionData.cs new file mode 100644 index 00000000000..c5986870f09 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MailSubmissionData.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MailSubmissionData : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MailSubmissionData() : base() + { + OdataType = "#microsoft.graph.security.mailSubmissionData"; + } + /// + /// Creates a new instance of 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.Models.Security.MailSubmissionData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MailSubmissionData(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ManagedServicesAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ManagedServicesAuditRecord.cs new file mode 100644 index 00000000000..b16012c4f70 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ManagedServicesAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ManagedServicesAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ManagedServicesAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.managedServicesAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ManagedServicesAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ManagedServicesAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ManagedTenantsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ManagedTenantsAuditRecord.cs new file mode 100644 index 00000000000..2e577fde731 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ManagedTenantsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ManagedTenantsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ManagedTenantsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.managedTenantsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ManagedTenantsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ManagedTenantsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MapgAlertsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MapgAlertsAuditRecord.cs new file mode 100644 index 00000000000..3c9cd473b6e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MapgAlertsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MapgAlertsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MapgAlertsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mapgAlertsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MapgAlertsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MapgAlertsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MapgOnboardAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MapgOnboardAuditRecord.cs new file mode 100644 index 00000000000..7f058f7b02b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MapgOnboardAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MapgOnboardAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MapgOnboardAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mapgOnboardAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MapgOnboardAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MapgOnboardAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MapgPolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MapgPolicyAuditRecord.cs new file mode 100644 index 00000000000..1922e6b401e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MapgPolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MapgPolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MapgPolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mapgPolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MapgPolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MapgPolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/McasAlertsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/McasAlertsAuditRecord.cs new file mode 100644 index 00000000000..f1c8c9e619e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/McasAlertsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class McasAlertsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public McasAlertsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mcasAlertsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.McasAlertsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.McasAlertsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MdaDataSecuritySignalRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MdaDataSecuritySignalRecord.cs new file mode 100644 index 00000000000..a44cd273322 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MdaDataSecuritySignalRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MdaDataSecuritySignalRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MdaDataSecuritySignalRecord() : base() + { + OdataType = "#microsoft.graph.security.mdaDataSecuritySignalRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MdaDataSecuritySignalRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MdaDataSecuritySignalRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MdatpAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MdatpAuditRecord.cs new file mode 100644 index 00000000000..c7d3e803cda --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MdatpAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MdatpAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MdatpAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mdatpAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MdatpAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MdatpAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MdcEventsRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MdcEventsRecord.cs new file mode 100644 index 00000000000..c29097109f9 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MdcEventsRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MdcEventsRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MdcEventsRecord() : base() + { + OdataType = "#microsoft.graph.security.mdcEventsRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MdcEventsRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MdcEventsRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MdiAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MdiAuditRecord.cs new file mode 100644 index 00000000000..e8036eaa38a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MdiAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MdiAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MdiAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mdiAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MdiAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MdiAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MeshWorldsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MeshWorldsAuditRecord.cs new file mode 100644 index 00000000000..e909b410430 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MeshWorldsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MeshWorldsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MeshWorldsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.meshWorldsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MeshWorldsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MeshWorldsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupBackupItemAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupBackupItemAuditRecord.cs new file mode 100644 index 00000000000..adcbc4fd1fc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupBackupItemAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class Microsoft365BackupBackupItemAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public Microsoft365BackupBackupItemAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoft365BackupBackupItemAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.Microsoft365BackupBackupItemAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.Microsoft365BackupBackupItemAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupBackupPolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupBackupPolicyAuditRecord.cs new file mode 100644 index 00000000000..35573b04930 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupBackupPolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class Microsoft365BackupBackupPolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public Microsoft365BackupBackupPolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoft365BackupBackupPolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.Microsoft365BackupBackupPolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.Microsoft365BackupBackupPolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupRestoreItemAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupRestoreItemAuditRecord.cs new file mode 100644 index 00000000000..02a4db6d51a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupRestoreItemAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class Microsoft365BackupRestoreItemAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public Microsoft365BackupRestoreItemAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoft365BackupRestoreItemAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.Microsoft365BackupRestoreItemAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.Microsoft365BackupRestoreItemAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupRestoreTaskAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupRestoreTaskAuditRecord.cs new file mode 100644 index 00000000000..20fc8cc078a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/Microsoft365BackupRestoreTaskAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class Microsoft365BackupRestoreTaskAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public Microsoft365BackupRestoreTaskAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoft365BackupRestoreTaskAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.Microsoft365BackupRestoreTaskAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.Microsoft365BackupRestoreTaskAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftDefenderExpertsBaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftDefenderExpertsBaseAuditRecord.cs new file mode 100644 index 00000000000..3ecbac90126 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftDefenderExpertsBaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftDefenderExpertsBaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftDefenderExpertsBaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftDefenderExpertsBaseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftDefenderExpertsBaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftDefenderExpertsBaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftDefenderExpertsXDRAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftDefenderExpertsXDRAuditRecord.cs new file mode 100644 index 00000000000..e92eb877a8d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftDefenderExpertsXDRAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftDefenderExpertsXDRAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftDefenderExpertsXDRAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftDefenderExpertsXDRAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftDefenderExpertsXDRAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftDefenderExpertsXDRAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftFlowAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftFlowAuditRecord.cs new file mode 100644 index 00000000000..9a30872faf7 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftFlowAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftFlowAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftFlowAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftFlowAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftFlowAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftFlowAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftFormsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftFormsAuditRecord.cs new file mode 100644 index 00000000000..fa2df301e70 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftFormsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftFormsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftFormsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftFormsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftFormsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftFormsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftGraphDataConnectConsent.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftGraphDataConnectConsent.cs new file mode 100644 index 00000000000..32dd03940a6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftGraphDataConnectConsent.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftGraphDataConnectConsent : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftGraphDataConnectConsent() : base() + { + OdataType = "#microsoft.graph.security.microsoftGraphDataConnectConsent"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftGraphDataConnectConsent CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftGraphDataConnectConsent(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftGraphDataConnectOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftGraphDataConnectOperation.cs new file mode 100644 index 00000000000..45d5f1fd531 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftGraphDataConnectOperation.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftGraphDataConnectOperation : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftGraphDataConnectOperation() : base() + { + OdataType = "#microsoft.graph.security.microsoftGraphDataConnectOperation"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftGraphDataConnectOperation CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftGraphDataConnectOperation(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewDataMapOperationRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewDataMapOperationRecord.cs new file mode 100644 index 00000000000..37e4acd3624 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewDataMapOperationRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftPurviewDataMapOperationRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftPurviewDataMapOperationRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftPurviewDataMapOperationRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftPurviewDataMapOperationRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftPurviewDataMapOperationRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewMetadataPolicyOperationRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewMetadataPolicyOperationRecord.cs new file mode 100644 index 00000000000..c4f4cc94872 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewMetadataPolicyOperationRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftPurviewMetadataPolicyOperationRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftPurviewMetadataPolicyOperationRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftPurviewMetadataPolicyOperationRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftPurviewMetadataPolicyOperationRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftPurviewMetadataPolicyOperationRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewPolicyOperationRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewPolicyOperationRecord.cs new file mode 100644 index 00000000000..89342c931d2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewPolicyOperationRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftPurviewPolicyOperationRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftPurviewPolicyOperationRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftPurviewPolicyOperationRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftPurviewPolicyOperationRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftPurviewPolicyOperationRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewPrivacyAuditEvent.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewPrivacyAuditEvent.cs new file mode 100644 index 00000000000..ef4a3e22c76 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftPurviewPrivacyAuditEvent.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftPurviewPrivacyAuditEvent : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftPurviewPrivacyAuditEvent() : base() + { + OdataType = "#microsoft.graph.security.microsoftPurviewPrivacyAuditEvent"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftPurviewPrivacyAuditEvent CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftPurviewPrivacyAuditEvent(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftStreamAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftStreamAuditRecord.cs new file mode 100644 index 00000000000..8203c7081dc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftStreamAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftStreamAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftStreamAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftStreamAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftStreamAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftStreamAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAdminAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAdminAuditRecord.cs new file mode 100644 index 00000000000..a0d52f8e153 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAdminAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftTeamsAdminAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftTeamsAdminAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftTeamsAdminAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftTeamsAdminAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftTeamsAdminAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/InsightValueDouble.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAnalyticsAuditRecord.cs similarity index 64% rename from src/Microsoft.Graph/Generated/Models/InsightValueDouble.cs rename to src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAnalyticsAuditRecord.cs index e044f26e2b2..b52d57ecdb7 100644 --- a/src/Microsoft.Graph/Generated/Models/InsightValueDouble.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAnalyticsAuditRecord.cs @@ -5,36 +5,29 @@ using System.Collections.Generic; using System.IO; using System; -namespace Microsoft.Graph.Models +namespace Microsoft.Graph.Models.Security { - /// - /// The value in an user experience analytics insight. - /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InsightValueDouble : global::Microsoft.Graph.Models.UserExperienceAnalyticsInsightValue, IParsable + #pragma warning disable CS1591 + public partial class MicrosoftTeamsAnalyticsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 { - /// The double value of the user experience analytics insight. - public double? Value - { - get { return BackingStore?.Get("value"); } - set { BackingStore?.Set("value", value); } - } /// - /// Instantiates a new and sets the default values. + /// Instantiates a new and sets the default values. /// - public InsightValueDouble() : base() + public MicrosoftTeamsAnalyticsAuditRecord() : base() { - OdataType = "#microsoft.graph.insightValueDouble"; + OdataType = "#microsoft.graph.security.microsoftTeamsAnalyticsAuditRecord"; } /// /// Creates a new instance of the appropriate class based on discriminator value /// - /// A + /// A /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Models.InsightValueDouble CreateFromDiscriminatorValue(IParseNode parseNode) + public static new global::Microsoft.Graph.Models.Security.MicrosoftTeamsAnalyticsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.InsightValueDouble(); + return new global::Microsoft.Graph.Models.Security.MicrosoftTeamsAnalyticsAuditRecord(); } /// /// The deserialization information for the current model @@ -44,7 +37,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "value", n => { Value = n.GetDoubleValue(); } }, }; } /// @@ -55,7 +47,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteDoubleValue("value", Value); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAuditRecord.cs new file mode 100644 index 00000000000..ed6af8da053 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftTeamsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftTeamsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftTeamsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftTeamsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftTeamsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsDeviceAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsDeviceAuditRecord.cs new file mode 100644 index 00000000000..683fef8240c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsDeviceAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftTeamsDeviceAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftTeamsDeviceAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftTeamsDeviceAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftTeamsDeviceAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftTeamsDeviceAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsRetentionLabelActionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsRetentionLabelActionAuditRecord.cs new file mode 100644 index 00000000000..0ab632e6538 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsRetentionLabelActionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftTeamsRetentionLabelActionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftTeamsRetentionLabelActionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftTeamsRetentionLabelActionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftTeamsRetentionLabelActionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsSensitivityLabelActionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsSensitivityLabelActionAuditRecord.cs new file mode 100644 index 00000000000..c326db48746 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsSensitivityLabelActionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftTeamsSensitivityLabelActionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftTeamsSensitivityLabelActionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftTeamsSensitivityLabelActionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftTeamsSensitivityLabelActionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsShiftsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsShiftsAuditRecord.cs new file mode 100644 index 00000000000..15304a54e09 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MicrosoftTeamsShiftsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MicrosoftTeamsShiftsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MicrosoftTeamsShiftsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.microsoftTeamsShiftsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MicrosoftTeamsShiftsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MicrosoftTeamsShiftsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelExchangeItemAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelExchangeItemAuditRecord.cs new file mode 100644 index 00000000000..abf61389b33 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelExchangeItemAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelExchangeItemAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelExchangeItemAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelExchangeItemAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelExchangeItemAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelItemAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelItemAuditRecord.cs new file mode 100644 index 00000000000..48d198cfaed --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelItemAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelItemAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelItemAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelItemAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelItemAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelItemAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelPolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelPolicyAuditRecord.cs new file mode 100644 index 00000000000..8a05f7ff0ca --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelPolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelPolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelPolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelPolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelPolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelPolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelProgressFeedbackAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelProgressFeedbackAuditRecord.cs new file mode 100644 index 00000000000..ffc92be0107 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelProgressFeedbackAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelProgressFeedbackAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelProgressFeedbackAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelProgressFeedbackAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelProgressFeedbackAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelProgressFeedbackAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSharePointItemAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSharePointItemAuditRecord.cs new file mode 100644 index 00000000000..e4ab8d57a64 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSharePointItemAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelSharePointItemAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelSharePointItemAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelSharePointItemAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelSharePointItemAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelSharePointItemAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSharePointPolicyLocationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSharePointPolicyLocationAuditRecord.cs new file mode 100644 index 00000000000..14b408a69b2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSharePointPolicyLocationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelSharePointPolicyLocationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelSharePointPolicyLocationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelSharePointPolicyLocationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelSharePointPolicyLocationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelSharePointPolicyLocationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationSharePointCompletionRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationSharePointCompletionRecord.cs new file mode 100644 index 00000000000..587497a043b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationSharePointCompletionRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelSimulationSharePointCompletionRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelSimulationSharePointCompletionRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelSimulationSharePointCompletionRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelSimulationSharePointCompletionRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelSimulationSharePointCompletionRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationSharePointProgressRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationSharePointProgressRecord.cs new file mode 100644 index 00000000000..c0cfcb3559e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationSharePointProgressRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelSimulationSharePointProgressRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelSimulationSharePointProgressRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelSimulationSharePointProgressRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelSimulationSharePointProgressRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelSimulationSharePointProgressRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationStatisticsRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationStatisticsRecord.cs new file mode 100644 index 00000000000..e016ba44353 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationStatisticsRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelSimulationStatisticsRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelSimulationStatisticsRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelSimulationStatisticsRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelSimulationStatisticsRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelSimulationStatisticsRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationStatusRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationStatusRecord.cs new file mode 100644 index 00000000000..0f5c139a184 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipAutoLabelSimulationStatusRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipAutoLabelSimulationStatusRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipAutoLabelSimulationStatusRecord() : base() + { + OdataType = "#microsoft.graph.security.mipAutoLabelSimulationStatusRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipAutoLabelSimulationStatusRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipAutoLabelSimulationStatusRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipExactDataMatchAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipExactDataMatchAuditRecord.cs new file mode 100644 index 00000000000..5e6375502cf --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipExactDataMatchAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipExactDataMatchAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipExactDataMatchAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipExactDataMatchAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipExactDataMatchAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipExactDataMatchAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipLabelAnalyticsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipLabelAnalyticsAuditRecord.cs new file mode 100644 index 00000000000..524e5ac0be0 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipLabelAnalyticsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipLabelAnalyticsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipLabelAnalyticsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipLabelAnalyticsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipLabelAnalyticsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipLabelAnalyticsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MipLabelAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MipLabelAuditRecord.cs new file mode 100644 index 00000000000..ffde4f1f430 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MipLabelAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MipLabelAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MipLabelAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.mipLabelAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MipLabelAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MipLabelAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MsdeGeneralSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MsdeGeneralSettingsAuditRecord.cs new file mode 100644 index 00000000000..52e35c084c8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MsdeGeneralSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MsdeGeneralSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MsdeGeneralSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.msdeGeneralSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MsdeGeneralSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MsdeGeneralSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MsdeIndicatorsSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MsdeIndicatorsSettingsAuditRecord.cs new file mode 100644 index 00000000000..3c3562352f6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MsdeIndicatorsSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MsdeIndicatorsSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MsdeIndicatorsSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.msdeIndicatorsSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MsdeIndicatorsSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MsdeIndicatorsSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MsdeResponseActionsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MsdeResponseActionsAuditRecord.cs new file mode 100644 index 00000000000..446c0b63310 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MsdeResponseActionsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MsdeResponseActionsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MsdeResponseActionsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.msdeResponseActionsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MsdeResponseActionsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MsdeResponseActionsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MsdeRolesSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MsdeRolesSettingsAuditRecord.cs new file mode 100644 index 00000000000..6e0912b4be7 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MsdeRolesSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MsdeRolesSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MsdeRolesSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.msdeRolesSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MsdeRolesSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MsdeRolesSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MsticNationStateNotificationRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MsticNationStateNotificationRecord.cs new file mode 100644 index 00000000000..aeb20eefebb --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MsticNationStateNotificationRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MsticNationStateNotificationRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MsticNationStateNotificationRecord() : base() + { + OdataType = "#microsoft.graph.security.msticNationStateNotificationRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MsticNationStateNotificationRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MsticNationStateNotificationRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MultiStageDispositionAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MultiStageDispositionAuditRecord.cs new file mode 100644 index 00000000000..f69091c0063 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MultiStageDispositionAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MultiStageDispositionAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MultiStageDispositionAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.multiStageDispositionAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MultiStageDispositionAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MultiStageDispositionAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/MyAnalyticsSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/MyAnalyticsSettingsAuditRecord.cs new file mode 100644 index 00000000000..510cad8d771 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/MyAnalyticsSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MyAnalyticsSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public MyAnalyticsSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.myAnalyticsSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.MyAnalyticsSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.MyAnalyticsSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/OcrSettings.cs b/src/Microsoft.Graph/Generated/Models/Security/OcrSettings.cs deleted file mode 100644 index 881cbc9dfea..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/OcrSettings.cs +++ /dev/null @@ -1,105 +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.Models.Security -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class OcrSettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Indicates whether or not OCR is enabled for the case. - public bool? IsEnabled - { - get { return BackingStore?.Get("isEnabled"); } - set { BackingStore?.Set("isEnabled", value); } - } - /// Maximum image size that will be processed in KB). - public int? MaxImageSize - { - get { return BackingStore?.Get("maxImageSize"); } - set { BackingStore?.Set("maxImageSize", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The timeout duration for the OCR engine. A longer timeout might increase success of OCR, but might add to the total processing time. - public TimeSpan? Timeout - { - get { return BackingStore?.Get("timeout"); } - set { BackingStore?.Set("timeout", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public OcrSettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Security.OcrSettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Security.OcrSettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, - { "maxImageSize", n => { MaxImageSize = n.GetIntValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "timeout", n => { Timeout = n.GetTimeSpanValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteBoolValue("isEnabled", IsEnabled); - writer.WriteIntValue("maxImageSize", MaxImageSize); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteTimeSpanValue("timeout", Timeout); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/OfficeNativeAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/OfficeNativeAuditRecord.cs new file mode 100644 index 00000000000..2598a94e938 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/OfficeNativeAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OfficeNativeAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public OfficeNativeAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.officeNativeAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.OfficeNativeAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.OfficeNativeAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/OmePortalAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/OmePortalAuditRecord.cs new file mode 100644 index 00000000000..420e213c0ca --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/OmePortalAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OmePortalAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public OmePortalAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.omePortalAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.OmePortalAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.OmePortalAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/OnPremisesFileShareScannerDlpAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/OnPremisesFileShareScannerDlpAuditRecord.cs new file mode 100644 index 00000000000..00b00da64a9 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/OnPremisesFileShareScannerDlpAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OnPremisesFileShareScannerDlpAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public OnPremisesFileShareScannerDlpAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.onPremisesFileShareScannerDlpAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.OnPremisesFileShareScannerDlpAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.OnPremisesFileShareScannerDlpAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/OnPremisesScannerDlpAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/OnPremisesScannerDlpAuditRecord.cs new file mode 100644 index 00000000000..53a41db9d33 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/OnPremisesScannerDlpAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OnPremisesScannerDlpAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public OnPremisesScannerDlpAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.onPremisesScannerDlpAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.OnPremisesScannerDlpAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.OnPremisesScannerDlpAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/OnPremisesSharePointScannerDlpAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/OnPremisesSharePointScannerDlpAuditRecord.cs new file mode 100644 index 00000000000..97a4a45951d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/OnPremisesSharePointScannerDlpAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OnPremisesSharePointScannerDlpAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public OnPremisesSharePointScannerDlpAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.onPremisesSharePointScannerDlpAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.OnPremisesSharePointScannerDlpAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.OnPremisesSharePointScannerDlpAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/OneDriveAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/OneDriveAuditRecord.cs new file mode 100644 index 00000000000..8b7e680c873 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/OneDriveAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OneDriveAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public OneDriveAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.oneDriveAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.OneDriveAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.OneDriveAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/OwaGetAccessTokenForResourceAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/OwaGetAccessTokenForResourceAuditRecord.cs new file mode 100644 index 00000000000..3717434c0d2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/OwaGetAccessTokenForResourceAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OwaGetAccessTokenForResourceAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public OwaGetAccessTokenForResourceAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.owaGetAccessTokenForResourceAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.OwaGetAccessTokenForResourceAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.OwaGetAccessTokenForResourceAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PeopleAdminSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PeopleAdminSettingsAuditRecord.cs new file mode 100644 index 00000000000..4a3eef8db54 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PeopleAdminSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PeopleAdminSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PeopleAdminSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.peopleAdminSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PeopleAdminSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PeopleAdminSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PhysicalBadgingSignalAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PhysicalBadgingSignalAuditRecord.cs new file mode 100644 index 00000000000..421bdf4d402 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PhysicalBadgingSignalAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PhysicalBadgingSignalAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PhysicalBadgingSignalAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.physicalBadgingSignalAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PhysicalBadgingSignalAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PhysicalBadgingSignalAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PlannerCopyPlanAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PlannerCopyPlanAuditRecord.cs new file mode 100644 index 00000000000..b736839ce38 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PlannerCopyPlanAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PlannerCopyPlanAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PlannerCopyPlanAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.plannerCopyPlanAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PlannerCopyPlanAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PlannerCopyPlanAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PlannerPlanAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PlannerPlanAuditRecord.cs new file mode 100644 index 00000000000..0aae56db876 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PlannerPlanAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PlannerPlanAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PlannerPlanAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.plannerPlanAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PlannerPlanAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PlannerPlanAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PlannerPlanListAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PlannerPlanListAuditRecord.cs new file mode 100644 index 00000000000..fcfa157c76f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PlannerPlanListAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PlannerPlanListAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PlannerPlanListAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.plannerPlanListAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PlannerPlanListAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PlannerPlanListAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PlannerRosterAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PlannerRosterAuditRecord.cs new file mode 100644 index 00000000000..8299fdcb577 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PlannerRosterAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PlannerRosterAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PlannerRosterAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.plannerRosterAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PlannerRosterAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PlannerRosterAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PlannerRosterSensitivityLabelAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PlannerRosterSensitivityLabelAuditRecord.cs new file mode 100644 index 00000000000..4fcdff1509e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PlannerRosterSensitivityLabelAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PlannerRosterSensitivityLabelAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PlannerRosterSensitivityLabelAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.plannerRosterSensitivityLabelAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PlannerRosterSensitivityLabelAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PlannerRosterSensitivityLabelAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PlannerTaskAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PlannerTaskAuditRecord.cs new file mode 100644 index 00000000000..798964ae943 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PlannerTaskAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PlannerTaskAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PlannerTaskAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.plannerTaskAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PlannerTaskAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PlannerTaskAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PlannerTaskListAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PlannerTaskListAuditRecord.cs new file mode 100644 index 00000000000..afb8d1a9da6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PlannerTaskListAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PlannerTaskListAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PlannerTaskListAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.plannerTaskListAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PlannerTaskListAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PlannerTaskListAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PlannerTenantSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PlannerTenantSettingsAuditRecord.cs new file mode 100644 index 00000000000..c09ad395f60 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PlannerTenantSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PlannerTenantSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PlannerTenantSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.plannerTenantSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PlannerTenantSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PlannerTenantSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditAppRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditAppRecord.cs new file mode 100644 index 00000000000..dc300c579e2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditAppRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerAppsAuditAppRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerAppsAuditAppRecord() : base() + { + OdataType = "#microsoft.graph.security.powerAppsAuditAppRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerAppsAuditAppRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerAppsAuditAppRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditPlanRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditPlanRecord.cs new file mode 100644 index 00000000000..d543cd1151b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditPlanRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerAppsAuditPlanRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerAppsAuditPlanRecord() : base() + { + OdataType = "#microsoft.graph.security.powerAppsAuditPlanRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerAppsAuditPlanRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerAppsAuditPlanRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditResourceRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditResourceRecord.cs new file mode 100644 index 00000000000..174407c6f90 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerAppsAuditResourceRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerAppsAuditResourceRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerAppsAuditResourceRecord() : base() + { + OdataType = "#microsoft.graph.security.powerAppsAuditResourceRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerAppsAuditResourceRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerAppsAuditResourceRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerBiAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerBiAuditRecord.cs new file mode 100644 index 00000000000..7dc848337ab --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerBiAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerBiAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerBiAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.powerBiAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerBiAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerBiAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerBiDlpAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerBiDlpAuditRecord.cs new file mode 100644 index 00000000000..d30cd0f2030 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerBiDlpAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerBiDlpAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerBiDlpAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.powerBiDlpAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerBiDlpAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerBiDlpAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerPagesSiteAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerPagesSiteAuditRecord.cs new file mode 100644 index 00000000000..ee70ae00cb5 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerPagesSiteAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerPagesSiteAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerPagesSiteAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.powerPagesSiteAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerPagesSiteAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerPagesSiteAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdminDlpAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdminDlpAuditRecord.cs new file mode 100644 index 00000000000..3cbad8f9f2a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdminDlpAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerPlatformAdminDlpAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerPlatformAdminDlpAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.powerPlatformAdminDlpAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerPlatformAdminDlpAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerPlatformAdminDlpAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdminEnvironmentAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdminEnvironmentAuditRecord.cs new file mode 100644 index 00000000000..9e60be62ce0 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdminEnvironmentAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerPlatformAdminEnvironmentAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerPlatformAdminEnvironmentAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.powerPlatformAdminEnvironmentAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerPlatformAdminEnvironmentAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerPlatformAdminEnvironmentAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdministratorActivityRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdministratorActivityRecord.cs new file mode 100644 index 00000000000..78f75c7dc62 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformAdministratorActivityRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerPlatformAdministratorActivityRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerPlatformAdministratorActivityRecord() : base() + { + OdataType = "#microsoft.graph.security.powerPlatformAdministratorActivityRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerPlatformAdministratorActivityRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerPlatformAdministratorActivityRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformLockboxResourceAccessRequestAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformLockboxResourceAccessRequestAuditRecord.cs new file mode 100644 index 00000000000..327ece55a0d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformLockboxResourceAccessRequestAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerPlatformLockboxResourceAccessRequestAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerPlatformLockboxResourceAccessRequestAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.powerPlatformLockboxResourceAccessRequestAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerPlatformLockboxResourceAccessRequestAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerPlatformLockboxResourceAccessRequestAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformLockboxResourceCommandAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformLockboxResourceCommandAuditRecord.cs new file mode 100644 index 00000000000..615a55f0ad9 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformLockboxResourceCommandAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerPlatformLockboxResourceCommandAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerPlatformLockboxResourceCommandAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.powerPlatformLockboxResourceCommandAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerPlatformLockboxResourceCommandAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerPlatformLockboxResourceCommandAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformServiceActivityAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformServiceActivityAuditRecord.cs new file mode 100644 index 00000000000..afefa78ae35 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PowerPlatformServiceActivityAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PowerPlatformServiceActivityAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PowerPlatformServiceActivityAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.powerPlatformServiceActivityAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PowerPlatformServiceActivityAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PowerPlatformServiceActivityAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PrivacyDataMatchAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PrivacyDataMatchAuditRecord.cs new file mode 100644 index 00000000000..582e9dd75d5 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PrivacyDataMatchAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PrivacyDataMatchAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PrivacyDataMatchAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.privacyDataMatchAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PrivacyDataMatchAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PrivacyDataMatchAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PrivacyDataMinimizationRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PrivacyDataMinimizationRecord.cs new file mode 100644 index 00000000000..0d65ed0c848 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PrivacyDataMinimizationRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PrivacyDataMinimizationRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PrivacyDataMinimizationRecord() : base() + { + OdataType = "#microsoft.graph.security.privacyDataMinimizationRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PrivacyDataMinimizationRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PrivacyDataMinimizationRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PrivacyDigestEmailRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PrivacyDigestEmailRecord.cs new file mode 100644 index 00000000000..17d03deb23b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PrivacyDigestEmailRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PrivacyDigestEmailRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PrivacyDigestEmailRecord() : base() + { + OdataType = "#microsoft.graph.security.privacyDigestEmailRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PrivacyDigestEmailRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PrivacyDigestEmailRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PrivacyOpenAccessAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PrivacyOpenAccessAuditRecord.cs new file mode 100644 index 00000000000..e71f5ffffb6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PrivacyOpenAccessAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PrivacyOpenAccessAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PrivacyOpenAccessAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.privacyOpenAccessAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PrivacyOpenAccessAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PrivacyOpenAccessAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PrivacyPortalAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PrivacyPortalAuditRecord.cs new file mode 100644 index 00000000000..ca9aa6647a4 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PrivacyPortalAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PrivacyPortalAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PrivacyPortalAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.privacyPortalAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PrivacyPortalAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PrivacyPortalAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PrivacyRemediationActionRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PrivacyRemediationActionRecord.cs new file mode 100644 index 00000000000..646d1574390 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PrivacyRemediationActionRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PrivacyRemediationActionRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PrivacyRemediationActionRecord() : base() + { + OdataType = "#microsoft.graph.security.privacyRemediationActionRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PrivacyRemediationActionRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PrivacyRemediationActionRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PrivacyRemediationRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PrivacyRemediationRecord.cs new file mode 100644 index 00000000000..43c0daf8c1e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PrivacyRemediationRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PrivacyRemediationRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PrivacyRemediationRecord() : base() + { + OdataType = "#microsoft.graph.security.privacyRemediationRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PrivacyRemediationRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PrivacyRemediationRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PrivacyTenantAuditHistoryRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PrivacyTenantAuditHistoryRecord.cs new file mode 100644 index 00000000000..2d65c68777b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PrivacyTenantAuditHistoryRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PrivacyTenantAuditHistoryRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PrivacyTenantAuditHistoryRecord() : base() + { + OdataType = "#microsoft.graph.security.privacyTenantAuditHistoryRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PrivacyTenantAuditHistoryRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PrivacyTenantAuditHistoryRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ProjectAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ProjectAuditRecord.cs new file mode 100644 index 00000000000..e14db1afb31 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ProjectAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ProjectAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ProjectAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.projectAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ProjectAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ProjectAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebAssignedToMeSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebAssignedToMeSettingsAuditRecord.cs new file mode 100644 index 00000000000..551540395ce --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebAssignedToMeSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ProjectForTheWebAssignedToMeSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ProjectForTheWebAssignedToMeSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.projectForTheWebAssignedToMeSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ProjectForTheWebAssignedToMeSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ProjectForTheWebAssignedToMeSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebProjectAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebProjectAuditRecord.cs new file mode 100644 index 00000000000..0ff0ded74bd --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebProjectAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ProjectForTheWebProjectAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ProjectForTheWebProjectAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.projectForTheWebProjectAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ProjectForTheWebProjectAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ProjectForTheWebProjectAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebProjectSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebProjectSettingsAuditRecord.cs new file mode 100644 index 00000000000..2b93bc13a95 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebProjectSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ProjectForTheWebProjectSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ProjectForTheWebProjectSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.projectForTheWebProjectSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ProjectForTheWebProjectSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ProjectForTheWebProjectSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapAuditRecord.cs new file mode 100644 index 00000000000..65f6b685c37 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ProjectForTheWebRoadmapAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ProjectForTheWebRoadmapAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.projectForTheWebRoadmapAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ProjectForTheWebRoadmapAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapItemAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapItemAuditRecord.cs new file mode 100644 index 00000000000..c803d7b9913 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapItemAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ProjectForTheWebRoadmapItemAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ProjectForTheWebRoadmapItemAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.projectForTheWebRoadmapItemAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ProjectForTheWebRoadmapItemAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapItemAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapSettingsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapSettingsAuditRecord.cs new file mode 100644 index 00000000000..0c0e82f0f8e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebRoadmapSettingsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ProjectForTheWebRoadmapSettingsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ProjectForTheWebRoadmapSettingsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.projectForTheWebRoadmapSettingsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ProjectForTheWebRoadmapSettingsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapSettingsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebTaskAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebTaskAuditRecord.cs new file mode 100644 index 00000000000..588fb7b18cf --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ProjectForTheWebTaskAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ProjectForTheWebTaskAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ProjectForTheWebTaskAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.projectForTheWebTaskAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ProjectForTheWebTaskAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ProjectForTheWebTaskAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PublicFolderAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PublicFolderAuditRecord.cs new file mode 100644 index 00000000000..cb32405f3ff --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PublicFolderAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PublicFolderAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PublicFolderAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.publicFolderAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PublicFolderAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PublicFolderAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PurviewInsiderRiskAlertsRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PurviewInsiderRiskAlertsRecord.cs new file mode 100644 index 00000000000..18353085f5a --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PurviewInsiderRiskAlertsRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PurviewInsiderRiskAlertsRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PurviewInsiderRiskAlertsRecord() : base() + { + OdataType = "#microsoft.graph.security.purviewInsiderRiskAlertsRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PurviewInsiderRiskAlertsRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PurviewInsiderRiskAlertsRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/PurviewInsiderRiskCasesRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/PurviewInsiderRiskCasesRecord.cs new file mode 100644 index 00000000000..93a14ff5af9 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/PurviewInsiderRiskCasesRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class PurviewInsiderRiskCasesRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public PurviewInsiderRiskCasesRecord() : base() + { + OdataType = "#microsoft.graph.security.purviewInsiderRiskCasesRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.PurviewInsiderRiskCasesRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.PurviewInsiderRiskCasesRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/QuarantineAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/QuarantineAuditRecord.cs new file mode 100644 index 00000000000..7a3bb701f79 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/QuarantineAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class QuarantineAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public QuarantineAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.quarantineAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.QuarantineAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.QuarantineAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/RecordsManagementAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/RecordsManagementAuditRecord.cs new file mode 100644 index 00000000000..7824e7e56f4 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/RecordsManagementAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class RecordsManagementAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public RecordsManagementAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.recordsManagementAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.RecordsManagementAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.RecordsManagementAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/RedundancyDetectionSettings.cs b/src/Microsoft.Graph/Generated/Models/Security/RedundancyDetectionSettings.cs deleted file mode 100644 index 2505d1468fe..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/RedundancyDetectionSettings.cs +++ /dev/null @@ -1,113 +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.Models.Security -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class RedundancyDetectionSettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Indicates whether email threading and near duplicate detection are enabled. - public bool? IsEnabled - { - get { return BackingStore?.Get("isEnabled"); } - set { BackingStore?.Set("isEnabled", value); } - } - /// Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. - public int? MaxWords - { - get { return BackingStore?.Get("maxWords"); } - set { BackingStore?.Set("maxWords", value); } - } - /// Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. - public int? MinWords - { - get { return BackingStore?.Get("minWords"); } - set { BackingStore?.Set("minWords", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold. - public int? SimilarityThreshold - { - get { return BackingStore?.Get("similarityThreshold"); } - set { BackingStore?.Set("similarityThreshold", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public RedundancyDetectionSettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Security.RedundancyDetectionSettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Security.RedundancyDetectionSettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, - { "maxWords", n => { MaxWords = n.GetIntValue(); } }, - { "minWords", n => { MinWords = n.GetIntValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "similarityThreshold", n => { SimilarityThreshold = n.GetIntValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteBoolValue("isEnabled", IsEnabled); - writer.WriteIntValue("maxWords", MaxWords); - writer.WriteIntValue("minWords", MinWords); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteIntValue("similarityThreshold", SimilarityThreshold); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/RetentionPolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/RetentionPolicyAuditRecord.cs new file mode 100644 index 00000000000..5eef25660c1 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/RetentionPolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class RetentionPolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public RetentionPolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.retentionPolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.RetentionPolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.RetentionPolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ScoreEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/ScoreEvidence.cs new file mode 100644 index 00000000000..d7592c17691 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ScoreEvidence.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ScoreEvidence : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ScoreEvidence() : base() + { + OdataType = "#microsoft.graph.security.scoreEvidence"; + } + /// + /// Creates a new instance of 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.Models.Security.ScoreEvidence CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ScoreEvidence(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ScorePlatformGenericAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ScorePlatformGenericAuditRecord.cs new file mode 100644 index 00000000000..73b4593579e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ScorePlatformGenericAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ScorePlatformGenericAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ScorePlatformGenericAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.scorePlatformGenericAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ScorePlatformGenericAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ScorePlatformGenericAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ScriptRunAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ScriptRunAuditRecord.cs new file mode 100644 index 00000000000..24e4fe77bc0 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ScriptRunAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ScriptRunAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ScriptRunAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.scriptRunAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ScriptRunAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ScriptRunAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SearchAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SearchAuditRecord.cs new file mode 100644 index 00000000000..ff7121a7318 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SearchAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SearchAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SearchAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.searchAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SearchAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SearchAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/Security.cs b/src/Microsoft.Graph/Generated/Models/Security/Security.cs index b50770b0c93..dffcdf938f5 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/Security.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/Security.cs @@ -59,6 +59,22 @@ public partial class Security : global::Microsoft.Graph.Models.Entity, IParsable get { return BackingStore?.Get("attackSimulation"); } set { BackingStore?.Set("attackSimulation", value); } } +#endif + /// The auditLog property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.Security.AuditCoreRoot? AuditLog + { + get { return BackingStore?.Get("auditLog"); } + set { BackingStore?.Set("auditLog", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.Security.AuditCoreRoot AuditLog + { + get { return BackingStore?.Get("auditLog"); } + set { BackingStore?.Set("auditLog", value); } + } #endif /// The cases property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -257,6 +273,7 @@ public override IDictionary> GetFieldDeserializers() { "alerts", n => { Alerts = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Alert.CreateFromDiscriminatorValue)?.AsList(); } }, { "alerts_v2", n => { AlertsV2 = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.Alert.CreateFromDiscriminatorValue)?.AsList(); } }, { "attackSimulation", n => { AttackSimulation = n.GetObjectValue(global::Microsoft.Graph.Models.AttackSimulationRoot.CreateFromDiscriminatorValue); } }, + { "auditLog", n => { AuditLog = n.GetObjectValue(global::Microsoft.Graph.Models.Security.AuditCoreRoot.CreateFromDiscriminatorValue); } }, { "cases", n => { Cases = n.GetObjectValue(global::Microsoft.Graph.Models.Security.CasesRoot.CreateFromDiscriminatorValue); } }, { "dataSecurityAndGovernance", n => { DataSecurityAndGovernance = n.GetObjectValue(global::Microsoft.Graph.Models.TenantDataSecurityAndGovernance.CreateFromDiscriminatorValue); } }, { "identities", n => { Identities = n.GetObjectValue(global::Microsoft.Graph.Models.Security.IdentityContainer.CreateFromDiscriminatorValue); } }, @@ -281,6 +298,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteCollectionOfObjectValues("alerts", Alerts); writer.WriteCollectionOfObjectValues("alerts_v2", AlertsV2); writer.WriteObjectValue("attackSimulation", AttackSimulation); + writer.WriteObjectValue("auditLog", AuditLog); writer.WriteObjectValue("cases", Cases); writer.WriteObjectValue("dataSecurityAndGovernance", DataSecurityAndGovernance); writer.WriteObjectValue("identities", Identities); diff --git a/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceAlertRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceAlertRecord.cs new file mode 100644 index 00000000000..6969fef6d78 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceAlertRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SecurityComplianceAlertRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SecurityComplianceAlertRecord() : base() + { + OdataType = "#microsoft.graph.security.securityComplianceAlertRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SecurityComplianceAlertRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SecurityComplianceAlertRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceCenterEOPCmdletAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceCenterEOPCmdletAuditRecord.cs new file mode 100644 index 00000000000..f1633b0d5be --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceCenterEOPCmdletAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SecurityComplianceCenterEOPCmdletAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SecurityComplianceCenterEOPCmdletAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.securityComplianceCenterEOPCmdletAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SecurityComplianceCenterEOPCmdletAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SecurityComplianceCenterEOPCmdletAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceInsightsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceInsightsAuditRecord.cs new file mode 100644 index 00000000000..8c5c74273a8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceInsightsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SecurityComplianceInsightsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SecurityComplianceInsightsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.securityComplianceInsightsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SecurityComplianceInsightsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SecurityComplianceInsightsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceRBACAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceRBACAuditRecord.cs new file mode 100644 index 00000000000..0f94e7e97bc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceRBACAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SecurityComplianceRBACAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SecurityComplianceRBACAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.securityComplianceRBACAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SecurityComplianceRBACAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SecurityComplianceRBACAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceUserChangeAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceUserChangeAuditRecord.cs new file mode 100644 index 00000000000..0a20d1d3ed1 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SecurityComplianceUserChangeAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SecurityComplianceUserChangeAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SecurityComplianceUserChangeAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.securityComplianceUserChangeAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SecurityComplianceUserChangeAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SecurityComplianceUserChangeAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SharePointAppPermissionOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointAppPermissionOperationAuditRecord.cs new file mode 100644 index 00000000000..bff9a5cc2cc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointAppPermissionOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SharePointAppPermissionOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SharePointAppPermissionOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.sharePointAppPermissionOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SharePointAppPermissionOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SharePointAppPermissionOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SharePointAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointAuditRecord.cs new file mode 100644 index 00000000000..995cb5c478b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SharePointAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SharePointAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.sharePointAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SharePointAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SharePointAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/InsightValueInt.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointCommentOperationAuditRecord.cs similarity index 65% rename from src/Microsoft.Graph/Generated/Models/InsightValueInt.cs rename to src/Microsoft.Graph/Generated/Models/Security/SharePointCommentOperationAuditRecord.cs index 58e70ba0fcf..8c2bfe65b0e 100644 --- a/src/Microsoft.Graph/Generated/Models/InsightValueInt.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointCommentOperationAuditRecord.cs @@ -5,36 +5,29 @@ using System.Collections.Generic; using System.IO; using System; -namespace Microsoft.Graph.Models +namespace Microsoft.Graph.Models.Security { - /// - /// The value in an user experience analytics insight. - /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InsightValueInt : global::Microsoft.Graph.Models.UserExperienceAnalyticsInsightValue, IParsable + #pragma warning disable CS1591 + public partial class SharePointCommentOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 { - /// The int value of the user experience analytics insight. - public int? Value - { - get { return BackingStore?.Get("value"); } - set { BackingStore?.Set("value", value); } - } /// - /// Instantiates a new and sets the default values. + /// Instantiates a new and sets the default values. /// - public InsightValueInt() : base() + public SharePointCommentOperationAuditRecord() : base() { - OdataType = "#microsoft.graph.insightValueInt"; + OdataType = "#microsoft.graph.security.sharePointCommentOperationAuditRecord"; } /// /// Creates a new instance of the appropriate class based on discriminator value /// - /// A + /// A /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Models.InsightValueInt CreateFromDiscriminatorValue(IParseNode parseNode) + public static new global::Microsoft.Graph.Models.Security.SharePointCommentOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.InsightValueInt(); + return new global::Microsoft.Graph.Models.Security.SharePointCommentOperationAuditRecord(); } /// /// The deserialization information for the current model @@ -44,7 +37,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "value", n => { Value = n.GetIntValue(); } }, }; } /// @@ -55,7 +47,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("value", Value); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/SharePointContentTypeOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointContentTypeOperationAuditRecord.cs new file mode 100644 index 00000000000..addfa10cdbc --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointContentTypeOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SharePointContentTypeOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SharePointContentTypeOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.sharePointContentTypeOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SharePointContentTypeOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SharePointContentTypeOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SharePointESignatureAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointESignatureAuditRecord.cs new file mode 100644 index 00000000000..f949b7b4da1 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointESignatureAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SharePointESignatureAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SharePointESignatureAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.sharePointESignatureAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SharePointESignatureAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SharePointESignatureAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SharePointFieldOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointFieldOperationAuditRecord.cs new file mode 100644 index 00000000000..4d35379c5d2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointFieldOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SharePointFieldOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SharePointFieldOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.sharePointFieldOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SharePointFieldOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SharePointFieldOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SharePointFileOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointFileOperationAuditRecord.cs new file mode 100644 index 00000000000..b1a4f464ff2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointFileOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SharePointFileOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SharePointFileOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.sharePointFileOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SharePointFileOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SharePointFileOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SharePointListOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointListOperationAuditRecord.cs new file mode 100644 index 00000000000..b13323fe1c1 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointListOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SharePointListOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SharePointListOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.sharePointListOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SharePointListOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SharePointListOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SharePointSharingOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SharePointSharingOperationAuditRecord.cs new file mode 100644 index 00000000000..ec527242eaa --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SharePointSharingOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SharePointSharingOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SharePointSharingOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.sharePointSharingOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SharePointSharingOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SharePointSharingOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessBaseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessBaseAuditRecord.cs new file mode 100644 index 00000000000..9615840f02d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessBaseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SkypeForBusinessBaseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SkypeForBusinessBaseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.skypeForBusinessBaseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SkypeForBusinessBaseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SkypeForBusinessBaseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessCmdletsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessCmdletsAuditRecord.cs new file mode 100644 index 00000000000..be79eff3276 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessCmdletsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SkypeForBusinessCmdletsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SkypeForBusinessCmdletsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.skypeForBusinessCmdletsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SkypeForBusinessCmdletsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SkypeForBusinessCmdletsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessPSTNUsageAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessPSTNUsageAuditRecord.cs new file mode 100644 index 00000000000..f9c3d5529e4 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessPSTNUsageAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SkypeForBusinessPSTNUsageAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SkypeForBusinessPSTNUsageAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.skypeForBusinessPSTNUsageAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SkypeForBusinessPSTNUsageAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SkypeForBusinessPSTNUsageAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessUsersBlockedAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessUsersBlockedAuditRecord.cs new file mode 100644 index 00000000000..c4754555c65 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SkypeForBusinessUsersBlockedAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SkypeForBusinessUsersBlockedAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SkypeForBusinessUsersBlockedAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.skypeForBusinessUsersBlockedAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SkypeForBusinessUsersBlockedAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SkypeForBusinessUsersBlockedAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SmsCreatePhoneNumberRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SmsCreatePhoneNumberRecord.cs new file mode 100644 index 00000000000..eaa5f9c2f8b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SmsCreatePhoneNumberRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SmsCreatePhoneNumberRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SmsCreatePhoneNumberRecord() : base() + { + OdataType = "#microsoft.graph.security.smsCreatePhoneNumberRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SmsCreatePhoneNumberRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SmsCreatePhoneNumberRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SmsDeletePhoneNumberRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SmsDeletePhoneNumberRecord.cs new file mode 100644 index 00000000000..cb0da33e809 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SmsDeletePhoneNumberRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SmsDeletePhoneNumberRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SmsDeletePhoneNumberRecord() : base() + { + OdataType = "#microsoft.graph.security.smsDeletePhoneNumberRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SmsDeletePhoneNumberRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SmsDeletePhoneNumberRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SslCertificate.cs b/src/Microsoft.Graph/Generated/Models/Security/SslCertificate.cs index 8124226d24a..29ee19b9d4e 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/SslCertificate.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/SslCertificate.cs @@ -12,133 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class SslCertificate : global::Microsoft.Graph.Models.Security.Artifact, IParsable #pragma warning restore CS1591 { - /// The date and time when a certificate expires. 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. - public DateTimeOffset? ExpirationDateTime - { - get { return BackingStore?.Get("expirationDateTime"); } - set { BackingStore?.Set("expirationDateTime", value); } - } - /// A hash of the certificate calculated on the data and signature. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Fingerprint - { - get { return BackingStore?.Get("fingerprint"); } - set { BackingStore?.Set("fingerprint", value); } - } -#nullable restore -#else - public string Fingerprint - { - get { return BackingStore?.Get("fingerprint"); } - set { BackingStore?.Set("fingerprint", value); } - } -#endif - /// The first date and time when this sslCertificate was observed. 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. - public DateTimeOffset? FirstSeenDateTime - { - get { return BackingStore?.Get("firstSeenDateTime"); } - set { BackingStore?.Set("firstSeenDateTime", value); } - } - /// The date and time when a certificate was issued. 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. - public DateTimeOffset? IssueDateTime - { - get { return BackingStore?.Get("issueDateTime"); } - set { BackingStore?.Set("issueDateTime", value); } - } - /// The entity that grants this certificate. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.SslCertificateEntity? Issuer - { - get { return BackingStore?.Get("issuer"); } - set { BackingStore?.Set("issuer", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.SslCertificateEntity Issuer - { - get { return BackingStore?.Get("issuer"); } - set { BackingStore?.Set("issuer", value); } - } -#endif - /// The most recent date and time when this sslCertificate was observed. 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. - public DateTimeOffset? LastSeenDateTime - { - get { return BackingStore?.Get("lastSeenDateTime"); } - set { BackingStore?.Set("lastSeenDateTime", value); } - } - /// The host resources related with this sslCertificate. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RelatedHosts - { - get { return BackingStore?.Get?>("relatedHosts"); } - set { BackingStore?.Set("relatedHosts", value); } - } -#nullable restore -#else - public List RelatedHosts - { - get { return BackingStore?.Get>("relatedHosts"); } - set { BackingStore?.Set("relatedHosts", value); } - } -#endif - /// The serial number associated with an SSL certificate. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SerialNumber - { - get { return BackingStore?.Get("serialNumber"); } - set { BackingStore?.Set("serialNumber", value); } - } -#nullable restore -#else - public string SerialNumber - { - get { return BackingStore?.Get("serialNumber"); } - set { BackingStore?.Set("serialNumber", value); } - } -#endif - /// A SHA-1 hash of the certificate. Note: This is not the signature. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Sha1 - { - get { return BackingStore?.Get("sha1"); } - set { BackingStore?.Set("sha1", value); } - } -#nullable restore -#else - public string Sha1 - { - get { return BackingStore?.Get("sha1"); } - set { BackingStore?.Set("sha1", value); } - } -#endif - /// The person, site, machine, and so on, this certificate is for. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.SslCertificateEntity? Subject - { - get { return BackingStore?.Get("subject"); } - set { BackingStore?.Set("subject", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.SslCertificateEntity Subject - { - get { return BackingStore?.Get("subject"); } - set { BackingStore?.Set("subject", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SslCertificate() : base() - { - OdataType = "#microsoft.graph.security.sslCertificate"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -157,16 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, - { "fingerprint", n => { Fingerprint = n.GetStringValue(); } }, - { "firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, - { "issueDateTime", n => { IssueDateTime = n.GetDateTimeOffsetValue(); } }, - { "issuer", n => { Issuer = n.GetObjectValue(global::Microsoft.Graph.Models.Security.SslCertificateEntity.CreateFromDiscriminatorValue); } }, - { "lastSeenDateTime", n => { LastSeenDateTime = n.GetDateTimeOffsetValue(); } }, - { "relatedHosts", n => { RelatedHosts = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.Host.CreateFromDiscriminatorValue)?.AsList(); } }, - { "serialNumber", n => { SerialNumber = n.GetStringValue(); } }, - { "sha1", n => { Sha1 = n.GetStringValue(); } }, - { "subject", n => { Subject = n.GetObjectValue(global::Microsoft.Graph.Models.Security.SslCertificateEntity.CreateFromDiscriminatorValue); } }, }; } /// @@ -177,16 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteDateTimeOffsetValue("expirationDateTime", ExpirationDateTime); - writer.WriteStringValue("fingerprint", Fingerprint); - writer.WriteDateTimeOffsetValue("firstSeenDateTime", FirstSeenDateTime); - writer.WriteDateTimeOffsetValue("issueDateTime", IssueDateTime); - writer.WriteObjectValue("issuer", Issuer); - writer.WriteDateTimeOffsetValue("lastSeenDateTime", LastSeenDateTime); - writer.WriteCollectionOfObjectValues("relatedHosts", RelatedHosts); - writer.WriteStringValue("serialNumber", SerialNumber); - writer.WriteStringValue("sha1", Sha1); - writer.WriteObjectValue("subject", Subject); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/SslCertificateEntity.cs b/src/Microsoft.Graph/Generated/Models/Security/SslCertificateEntity.cs deleted file mode 100644 index 606bc2d38a8..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/SslCertificateEntity.cs +++ /dev/null @@ -1,243 +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.Models.Security -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SslCertificateEntity : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// A physical address of the entity. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PhysicalAddress? Address - { - get { return BackingStore?.Get("address"); } - set { BackingStore?.Set("address", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PhysicalAddress Address - { - get { return BackingStore?.Get("address"); } - set { BackingStore?.Set("address", value); } - } -#endif - /// Alternate names for this entity that are part of the certificate. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AlternateNames - { - get { return BackingStore?.Get?>("alternateNames"); } - set { BackingStore?.Set("alternateNames", value); } - } -#nullable restore -#else - public List AlternateNames - { - get { return BackingStore?.Get>("alternateNames"); } - set { BackingStore?.Set("alternateNames", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// A common name for this entity. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CommonName - { - get { return BackingStore?.Get("commonName"); } - set { BackingStore?.Set("commonName", value); } - } -#nullable restore -#else - public string CommonName - { - get { return BackingStore?.Get("commonName"); } - set { BackingStore?.Set("commonName", value); } - } -#endif - /// An email for this entity. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Email - { - get { return BackingStore?.Get("email"); } - set { BackingStore?.Set("email", value); } - } -#nullable restore -#else - public string Email - { - get { return BackingStore?.Get("email"); } - set { BackingStore?.Set("email", value); } - } -#endif - /// If the entity is a person, this is the person's given name (first name). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? GivenName - { - get { return BackingStore?.Get("givenName"); } - set { BackingStore?.Set("givenName", value); } - } -#nullable restore -#else - public string GivenName - { - get { return BackingStore?.Get("givenName"); } - set { BackingStore?.Set("givenName", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// If the entity is an organization, this is the name of the organization. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OrganizationName - { - get { return BackingStore?.Get("organizationName"); } - set { BackingStore?.Set("organizationName", value); } - } -#nullable restore -#else - public string OrganizationName - { - get { return BackingStore?.Get("organizationName"); } - set { BackingStore?.Set("organizationName", value); } - } -#endif - /// If the entity is an organization, this communicates if a unit in the organization is named on the entity. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OrganizationUnitName - { - get { return BackingStore?.Get("organizationUnitName"); } - set { BackingStore?.Set("organizationUnitName", value); } - } -#nullable restore -#else - public string OrganizationUnitName - { - get { return BackingStore?.Get("organizationUnitName"); } - set { BackingStore?.Set("organizationUnitName", value); } - } -#endif - /// A serial number assigned to the entity; usually only available if the entity is the issuer. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SerialNumber - { - get { return BackingStore?.Get("serialNumber"); } - set { BackingStore?.Set("serialNumber", value); } - } -#nullable restore -#else - public string SerialNumber - { - get { return BackingStore?.Get("serialNumber"); } - set { BackingStore?.Set("serialNumber", value); } - } -#endif - /// If the entity is a person, this is the person's surname (last name). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Surname - { - get { return BackingStore?.Get("surname"); } - set { BackingStore?.Set("surname", value); } - } -#nullable restore -#else - public string Surname - { - get { return BackingStore?.Get("surname"); } - set { BackingStore?.Set("surname", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SslCertificateEntity() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Security.SslCertificateEntity CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Security.SslCertificateEntity(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "address", n => { Address = n.GetObjectValue(global::Microsoft.Graph.Models.PhysicalAddress.CreateFromDiscriminatorValue); } }, - { "alternateNames", n => { AlternateNames = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "commonName", n => { CommonName = n.GetStringValue(); } }, - { "email", n => { Email = n.GetStringValue(); } }, - { "givenName", n => { GivenName = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "organizationName", n => { OrganizationName = n.GetStringValue(); } }, - { "organizationUnitName", n => { OrganizationUnitName = n.GetStringValue(); } }, - { "serialNumber", n => { SerialNumber = n.GetStringValue(); } }, - { "surname", n => { Surname = 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.WriteObjectValue("address", Address); - writer.WriteCollectionOfPrimitiveValues("alternateNames", AlternateNames); - writer.WriteStringValue("commonName", CommonName); - writer.WriteStringValue("email", Email); - writer.WriteStringValue("givenName", GivenName); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteStringValue("organizationName", OrganizationName); - writer.WriteStringValue("organizationUnitName", OrganizationUnitName); - writer.WriteStringValue("serialNumber", SerialNumber); - writer.WriteStringValue("surname", Surname); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/StatisticsOptions.cs b/src/Microsoft.Graph/Generated/Models/Security/StatisticsOptions.cs deleted file mode 100644 index e461130e17c..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/StatisticsOptions.cs +++ /dev/null @@ -1,37 +0,0 @@ -// -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/Security/SupervisoryReviewDayXInsightsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SupervisoryReviewDayXInsightsAuditRecord.cs new file mode 100644 index 00000000000..d5b8e669af5 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SupervisoryReviewDayXInsightsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SupervisoryReviewDayXInsightsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SupervisoryReviewDayXInsightsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.supervisoryReviewDayXInsightsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SupervisoryReviewDayXInsightsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SupervisoryReviewDayXInsightsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/SyntheticProbeAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/SyntheticProbeAuditRecord.cs new file mode 100644 index 00000000000..643861bb190 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/SyntheticProbeAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SyntheticProbeAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public SyntheticProbeAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.syntheticProbeAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.SyntheticProbeAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.SyntheticProbeAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/TeamsEasyApprovalsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/TeamsEasyApprovalsAuditRecord.cs new file mode 100644 index 00000000000..0b5355aafd8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/TeamsEasyApprovalsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class TeamsEasyApprovalsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public TeamsEasyApprovalsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.teamsEasyApprovalsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.TeamsEasyApprovalsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.TeamsEasyApprovalsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/TeamsHealthcareAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/TeamsHealthcareAuditRecord.cs new file mode 100644 index 00000000000..624c82fdd6d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/TeamsHealthcareAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class TeamsHealthcareAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public TeamsHealthcareAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.teamsHealthcareAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.TeamsHealthcareAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.TeamsHealthcareAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/TeamsUpdatesAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/TeamsUpdatesAuditRecord.cs new file mode 100644 index 00000000000..b283dd9be53 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/TeamsUpdatesAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class TeamsUpdatesAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public TeamsUpdatesAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.teamsUpdatesAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.TeamsUpdatesAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.TeamsUpdatesAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/TenantAllowBlockListAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/TenantAllowBlockListAuditRecord.cs new file mode 100644 index 00000000000..18865e72344 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/TenantAllowBlockListAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class TenantAllowBlockListAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public TenantAllowBlockListAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.tenantAllowBlockListAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.TenantAllowBlockListAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.TenantAllowBlockListAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ThreatFinderAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/ThreatFinderAuditRecord.cs new file mode 100644 index 00000000000..07fe4705d7e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ThreatFinderAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ThreatFinderAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ThreatFinderAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.threatFinderAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.ThreatFinderAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ThreatFinderAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligence.cs b/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligence.cs index a11030ad0d2..b2ca560a4a5 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligence.cs @@ -12,278 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class ThreatIntelligence : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ArticleIndicators - { - get { return BackingStore?.Get?>("articleIndicators"); } - set { BackingStore?.Set("articleIndicators", value); } - } -#nullable restore -#else - public List ArticleIndicators - { - get { return BackingStore?.Get>("articleIndicators"); } - set { BackingStore?.Set("articleIndicators", value); } - } -#endif - /// A list of article objects. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Articles - { - get { return BackingStore?.Get?>("articles"); } - set { BackingStore?.Set("articles", value); } - } -#nullable restore -#else - public List Articles - { - get { return BackingStore?.Get>("articles"); } - set { BackingStore?.Set("articles", value); } - } -#endif - /// Retrieve details about hostComponent objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? HostComponents - { - get { return BackingStore?.Get?>("hostComponents"); } - set { BackingStore?.Set("hostComponents", value); } - } -#nullable restore -#else - public List HostComponents - { - get { return BackingStore?.Get>("hostComponents"); } - set { BackingStore?.Set("hostComponents", value); } - } -#endif - /// Retrieve details about hostCookie objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? HostCookies - { - get { return BackingStore?.Get?>("hostCookies"); } - set { BackingStore?.Set("hostCookies", value); } - } -#nullable restore -#else - public List HostCookies - { - get { return BackingStore?.Get>("hostCookies"); } - set { BackingStore?.Set("hostCookies", value); } - } -#endif - /// Retrieve details about hostTracker objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? HostPairs - { - get { return BackingStore?.Get?>("hostPairs"); } - set { BackingStore?.Set("hostPairs", value); } - } -#nullable restore -#else - public List HostPairs - { - get { return BackingStore?.Get>("hostPairs"); } - set { BackingStore?.Set("hostPairs", value); } - } -#endif - /// Retrieve details about hostPort objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? HostPorts - { - get { return BackingStore?.Get?>("hostPorts"); } - set { BackingStore?.Set("hostPorts", value); } - } -#nullable restore -#else - public List HostPorts - { - get { return BackingStore?.Get>("hostPorts"); } - set { BackingStore?.Set("hostPorts", value); } - } -#endif - /// Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Hosts - { - get { return BackingStore?.Get?>("hosts"); } - set { BackingStore?.Set("hosts", value); } - } -#nullable restore -#else - public List Hosts - { - get { return BackingStore?.Get>("hosts"); } - set { BackingStore?.Set("hosts", value); } - } -#endif - /// Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? HostSslCertificates - { - get { return BackingStore?.Get?>("hostSslCertificates"); } - set { BackingStore?.Set("hostSslCertificates", value); } - } -#nullable restore -#else - public List HostSslCertificates - { - get { return BackingStore?.Get>("hostSslCertificates"); } - set { BackingStore?.Set("hostSslCertificates", value); } - } -#endif - /// Retrieve details about hostTracker objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? HostTrackers - { - get { return BackingStore?.Get?>("hostTrackers"); } - set { BackingStore?.Set("hostTrackers", value); } - } -#nullable restore -#else - public List HostTrackers - { - get { return BackingStore?.Get>("hostTrackers"); } - set { BackingStore?.Set("hostTrackers", value); } - } -#endif - /// The intelligenceProfileIndicators property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? IntelligenceProfileIndicators - { - get { return BackingStore?.Get?>("intelligenceProfileIndicators"); } - set { BackingStore?.Set("intelligenceProfileIndicators", value); } - } -#nullable restore -#else - public List IntelligenceProfileIndicators - { - get { return BackingStore?.Get>("intelligenceProfileIndicators"); } - set { BackingStore?.Set("intelligenceProfileIndicators", value); } - } -#endif - /// A list of intelligenceProfile objects. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? IntelProfiles - { - get { return BackingStore?.Get?>("intelProfiles"); } - set { BackingStore?.Set("intelProfiles", value); } - } -#nullable restore -#else - public List IntelProfiles - { - get { return BackingStore?.Get>("intelProfiles"); } - set { BackingStore?.Set("intelProfiles", value); } - } -#endif - /// Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? PassiveDnsRecords - { - get { return BackingStore?.Get?>("passiveDnsRecords"); } - set { BackingStore?.Set("passiveDnsRecords", value); } - } -#nullable restore -#else - public List PassiveDnsRecords - { - get { return BackingStore?.Get>("passiveDnsRecords"); } - set { BackingStore?.Set("passiveDnsRecords", value); } - } -#endif - /// Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? SslCertificates - { - get { return BackingStore?.Get?>("sslCertificates"); } - set { BackingStore?.Set("sslCertificates", value); } - } -#nullable restore -#else - public List SslCertificates - { - get { return BackingStore?.Get>("sslCertificates"); } - set { BackingStore?.Set("sslCertificates", value); } - } -#endif - /// Retrieve details about the subdomain.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Subdomains - { - get { return BackingStore?.Get?>("subdomains"); } - set { BackingStore?.Set("subdomains", value); } - } -#nullable restore -#else - public List Subdomains - { - get { return BackingStore?.Get>("subdomains"); } - set { BackingStore?.Set("subdomains", value); } - } -#endif - /// Retrieve details about vulnerabilities.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Vulnerabilities - { - get { return BackingStore?.Get?>("vulnerabilities"); } - set { BackingStore?.Set("vulnerabilities", value); } - } -#nullable restore -#else - public List Vulnerabilities - { - get { return BackingStore?.Get>("vulnerabilities"); } - set { BackingStore?.Set("vulnerabilities", value); } - } -#endif - /// Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? WhoisHistoryRecords - { - get { return BackingStore?.Get?>("whoisHistoryRecords"); } - set { BackingStore?.Set("whoisHistoryRecords", value); } - } -#nullable restore -#else - public List WhoisHistoryRecords - { - get { return BackingStore?.Get>("whoisHistoryRecords"); } - set { BackingStore?.Set("whoisHistoryRecords", value); } - } -#endif - /// A list of whoisRecord objects. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? WhoisRecords - { - get { return BackingStore?.Get?>("whoisRecords"); } - set { BackingStore?.Set("whoisRecords", value); } - } -#nullable restore -#else - public List WhoisRecords - { - get { return BackingStore?.Get>("whoisRecords"); } - set { BackingStore?.Set("whoisRecords", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -302,23 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "articleIndicators", n => { ArticleIndicators = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.ArticleIndicator.CreateFromDiscriminatorValue)?.AsList(); } }, - { "articles", n => { Articles = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.Article.CreateFromDiscriminatorValue)?.AsList(); } }, - { "hostComponents", n => { HostComponents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.HostComponent.CreateFromDiscriminatorValue)?.AsList(); } }, - { "hostCookies", n => { HostCookies = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.HostCookie.CreateFromDiscriminatorValue)?.AsList(); } }, - { "hostPairs", n => { HostPairs = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.HostPair.CreateFromDiscriminatorValue)?.AsList(); } }, - { "hostPorts", n => { HostPorts = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.HostPort.CreateFromDiscriminatorValue)?.AsList(); } }, - { "hostSslCertificates", n => { HostSslCertificates = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.HostSslCertificate.CreateFromDiscriminatorValue)?.AsList(); } }, - { "hostTrackers", n => { HostTrackers = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.HostTracker.CreateFromDiscriminatorValue)?.AsList(); } }, - { "hosts", n => { Hosts = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.Host.CreateFromDiscriminatorValue)?.AsList(); } }, - { "intelProfiles", n => { IntelProfiles = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.IntelligenceProfile.CreateFromDiscriminatorValue)?.AsList(); } }, - { "intelligenceProfileIndicators", n => { IntelligenceProfileIndicators = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.IntelligenceProfileIndicator.CreateFromDiscriminatorValue)?.AsList(); } }, - { "passiveDnsRecords", n => { PassiveDnsRecords = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.PassiveDnsRecord.CreateFromDiscriminatorValue)?.AsList(); } }, - { "sslCertificates", n => { SslCertificates = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.SslCertificate.CreateFromDiscriminatorValue)?.AsList(); } }, - { "subdomains", n => { Subdomains = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.Subdomain.CreateFromDiscriminatorValue)?.AsList(); } }, - { "vulnerabilities", n => { Vulnerabilities = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.Vulnerability.CreateFromDiscriminatorValue)?.AsList(); } }, - { "whoisHistoryRecords", n => { WhoisHistoryRecords = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.WhoisHistoryRecord.CreateFromDiscriminatorValue)?.AsList(); } }, - { "whoisRecords", n => { WhoisRecords = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.WhoisRecord.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -329,23 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("articleIndicators", ArticleIndicators); - writer.WriteCollectionOfObjectValues("articles", Articles); - writer.WriteCollectionOfObjectValues("hostComponents", HostComponents); - writer.WriteCollectionOfObjectValues("hostCookies", HostCookies); - writer.WriteCollectionOfObjectValues("hostPairs", HostPairs); - writer.WriteCollectionOfObjectValues("hostPorts", HostPorts); - writer.WriteCollectionOfObjectValues("hosts", Hosts); - writer.WriteCollectionOfObjectValues("hostSslCertificates", HostSslCertificates); - writer.WriteCollectionOfObjectValues("hostTrackers", HostTrackers); - writer.WriteCollectionOfObjectValues("intelligenceProfileIndicators", IntelligenceProfileIndicators); - writer.WriteCollectionOfObjectValues("intelProfiles", IntelProfiles); - writer.WriteCollectionOfObjectValues("passiveDnsRecords", PassiveDnsRecords); - writer.WriteCollectionOfObjectValues("sslCertificates", SslCertificates); - writer.WriteCollectionOfObjectValues("subdomains", Subdomains); - writer.WriteCollectionOfObjectValues("vulnerabilities", Vulnerabilities); - writer.WriteCollectionOfObjectValues("whoisHistoryRecords", WhoisHistoryRecords); - writer.WriteCollectionOfObjectValues("whoisRecords", WhoisRecords); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceAtpContentData.cs b/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceAtpContentData.cs new file mode 100644 index 00000000000..4e2330d85a2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceAtpContentData.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ThreatIntelligenceAtpContentData : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ThreatIntelligenceAtpContentData() : base() + { + OdataType = "#microsoft.graph.security.threatIntelligenceAtpContentData"; + } + /// + /// Creates a new instance of 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.Models.Security.ThreatIntelligenceAtpContentData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ThreatIntelligenceAtpContentData(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceMailData.cs b/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceMailData.cs new file mode 100644 index 00000000000..5e5340d84eb --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceMailData.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ThreatIntelligenceMailData : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ThreatIntelligenceMailData() : base() + { + OdataType = "#microsoft.graph.security.threatIntelligenceMailData"; + } + /// + /// Creates a new instance of 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.Models.Security.ThreatIntelligenceMailData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ThreatIntelligenceMailData(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceUrlClickData.cs b/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceUrlClickData.cs new file mode 100644 index 00000000000..393d0f4c8f8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ThreatIntelligenceUrlClickData.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ThreatIntelligenceUrlClickData : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public ThreatIntelligenceUrlClickData() : base() + { + OdataType = "#microsoft.graph.security.threatIntelligenceUrlClickData"; + } + /// + /// Creates a new instance of 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.Models.Security.ThreatIntelligenceUrlClickData CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ThreatIntelligenceUrlClickData(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/TodoAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/TodoAuditRecord.cs new file mode 100644 index 00000000000..473940e0535 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/TodoAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class TodoAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public TodoAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.todoAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.TodoAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.TodoAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/TopicModelingSettings.cs b/src/Microsoft.Graph/Generated/Models/Security/TopicModelingSettings.cs deleted file mode 100644 index 9219d596603..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/TopicModelingSettings.cs +++ /dev/null @@ -1,113 +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.Models.Security -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TopicModelingSettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Indicates whether the themes model should dynamically optimize the number of generated topics. To learn more, see Adjust maximum number of themes dynamically. - public bool? DynamicallyAdjustTopicCount - { - get { return BackingStore?.Get("dynamicallyAdjustTopicCount"); } - set { BackingStore?.Set("dynamicallyAdjustTopicCount", value); } - } - /// Indicates whether the themes model should exclude numbers while parsing document texts. To learn more, see Include numbers in themes. - public bool? IgnoreNumbers - { - get { return BackingStore?.Get("ignoreNumbers"); } - set { BackingStore?.Set("ignoreNumbers", value); } - } - /// Indicates whether themes model is enabled for the case. - public bool? IsEnabled - { - get { return BackingStore?.Get("isEnabled"); } - set { BackingStore?.Set("isEnabled", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The total number of topics that the themes model will generate for a review set. To learn more, see Maximum number of themes. - public int? TopicCount - { - get { return BackingStore?.Get("topicCount"); } - set { BackingStore?.Set("topicCount", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TopicModelingSettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Security.TopicModelingSettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Security.TopicModelingSettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "dynamicallyAdjustTopicCount", n => { DynamicallyAdjustTopicCount = n.GetBoolValue(); } }, - { "ignoreNumbers", n => { IgnoreNumbers = n.GetBoolValue(); } }, - { "isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "topicCount", n => { TopicCount = n.GetIntValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteBoolValue("dynamicallyAdjustTopicCount", DynamicallyAdjustTopicCount); - writer.WriteBoolValue("ignoreNumbers", IgnoreNumbers); - writer.WriteBoolValue("isEnabled", IsEnabled); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteIntValue("topicCount", TopicCount); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/TriggerTypesRoot.cs b/src/Microsoft.Graph/Generated/Models/Security/TriggerTypesRoot.cs index e7c789b1e3c..46a83cf4ecf 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/TriggerTypesRoot.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/TriggerTypesRoot.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class TriggerTypesRoot : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The retentionEventTypes property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RetentionEventTypes - { - get { return BackingStore?.Get?>("retentionEventTypes"); } - set { BackingStore?.Set("retentionEventTypes", value); } - } -#nullable restore -#else - public List RetentionEventTypes - { - get { return BackingStore?.Get>("retentionEventTypes"); } - set { BackingStore?.Set("retentionEventTypes", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "retentionEventTypes", n => { RetentionEventTypes = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.RetentionEventType.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("retentionEventTypes", RetentionEventTypes); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/TriggersRoot.cs b/src/Microsoft.Graph/Generated/Models/Security/TriggersRoot.cs index 5cf97b7b841..04927a80c2b 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/TriggersRoot.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/TriggersRoot.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class TriggersRoot : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The retentionEvents property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RetentionEvents - { - get { return BackingStore?.Get?>("retentionEvents"); } - set { BackingStore?.Set("retentionEvents", value); } - } -#nullable restore -#else - public List RetentionEvents - { - get { return BackingStore?.Get>("retentionEvents"); } - set { BackingStore?.Set("retentionEvents", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "retentionEvents", n => { RetentionEvents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.RetentionEvent.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("retentionEvents", RetentionEvents); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/UamOperationAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UamOperationAuditRecord.cs new file mode 100644 index 00000000000..17f76f13b39 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UamOperationAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UamOperationAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UamOperationAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.uamOperationAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UamOperationAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UamOperationAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UnifiedGroupAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UnifiedGroupAuditRecord.cs new file mode 100644 index 00000000000..42a8c55f016 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UnifiedGroupAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UnifiedGroupAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UnifiedGroupAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.unifiedGroupAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UnifiedGroupAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UnifiedGroupAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UnifiedSimulationMatchedItemAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UnifiedSimulationMatchedItemAuditRecord.cs new file mode 100644 index 00000000000..836612a587c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UnifiedSimulationMatchedItemAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UnifiedSimulationMatchedItemAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UnifiedSimulationMatchedItemAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.unifiedSimulationMatchedItemAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UnifiedSimulationMatchedItemAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UnifiedSimulationMatchedItemAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UnifiedSimulationSummaryAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UnifiedSimulationSummaryAuditRecord.cs new file mode 100644 index 00000000000..813cdacfc6f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UnifiedSimulationSummaryAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UnifiedSimulationSummaryAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UnifiedSimulationSummaryAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.unifiedSimulationSummaryAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UnifiedSimulationSummaryAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UnifiedSimulationSummaryAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UploadCertificateRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UploadCertificateRecord.cs new file mode 100644 index 00000000000..f861a5afede --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UploadCertificateRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UploadCertificateRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UploadCertificateRecord() : base() + { + OdataType = "#microsoft.graph.security.uploadCertificateRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UploadCertificateRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UploadCertificateRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UrbacAssignmentAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UrbacAssignmentAuditRecord.cs new file mode 100644 index 00000000000..de4d1802879 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UrbacAssignmentAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UrbacAssignmentAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UrbacAssignmentAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.urbacAssignmentAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UrbacAssignmentAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UrbacAssignmentAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UrbacEnableStateAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UrbacEnableStateAuditRecord.cs new file mode 100644 index 00000000000..0063f4d5953 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UrbacEnableStateAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UrbacEnableStateAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UrbacEnableStateAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.urbacEnableStateAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UrbacEnableStateAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UrbacEnableStateAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UrbacRoleAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UrbacRoleAuditRecord.cs new file mode 100644 index 00000000000..fdaa7a60dcb --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UrbacRoleAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UrbacRoleAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UrbacRoleAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.urbacRoleAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UrbacRoleAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UrbacRoleAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UrlEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/UrlEvidence.cs index d6af259800b..739f8f0c357 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/UrlEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/UrlEvidence.cs @@ -12,29 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class UrlEvidence : global::Microsoft.Graph.Models.Security.AlertEvidence, IParsable #pragma warning restore CS1591 { - /// The Unique Resource Locator (URL). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Url - { - get { return BackingStore?.Get("url"); } - set { BackingStore?.Set("url", value); } - } -#nullable restore -#else - public string Url - { - get { return BackingStore?.Get("url"); } - set { BackingStore?.Set("url", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public UrlEvidence() : base() - { - OdataType = "#microsoft.graph.security.urlEvidence"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -53,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "url", n => { Url = n.GetStringValue(); } }, }; } /// @@ -64,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("url", Url); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/UserEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/UserEvidence.cs index f95e792db86..220fa09e5d7 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/UserEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/UserEvidence.cs @@ -12,45 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class UserEvidence : global::Microsoft.Graph.Models.Security.AlertEvidence, IParsable #pragma warning restore CS1591 { - /// The stream property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.StreamObject? Stream - { - get { return BackingStore?.Get("stream"); } - set { BackingStore?.Set("stream", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.StreamObject Stream - { - get { return BackingStore?.Get("stream"); } - set { BackingStore?.Set("stream", value); } - } -#endif - /// The user account details. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.UserAccount? UserAccount - { - get { return BackingStore?.Get("userAccount"); } - set { BackingStore?.Set("userAccount", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.UserAccount UserAccount - { - get { return BackingStore?.Get("userAccount"); } - set { BackingStore?.Set("userAccount", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public UserEvidence() : base() - { - OdataType = "#microsoft.graph.security.userEvidence"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -69,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "stream", n => { Stream = n.GetObjectValue(global::Microsoft.Graph.Models.Security.StreamObject.CreateFromDiscriminatorValue); } }, - { "userAccount", n => { UserAccount = n.GetObjectValue(global::Microsoft.Graph.Models.Security.UserAccount.CreateFromDiscriminatorValue); } }, }; } /// @@ -81,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("stream", Stream); - writer.WriteObjectValue("userAccount", UserAccount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/UserTrainingAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/UserTrainingAuditRecord.cs new file mode 100644 index 00000000000..c2571dab34b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/UserTrainingAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class UserTrainingAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public UserTrainingAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.userTrainingAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.UserTrainingAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.UserTrainingAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VfamBasePolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VfamBasePolicyAuditRecord.cs new file mode 100644 index 00000000000..b051d298459 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VfamBasePolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VfamBasePolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VfamBasePolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vfamBasePolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VfamBasePolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VfamBasePolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VfamCreatePolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VfamCreatePolicyAuditRecord.cs new file mode 100644 index 00000000000..9a4dff805f7 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VfamCreatePolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VfamCreatePolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VfamCreatePolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vfamCreatePolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VfamCreatePolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VfamCreatePolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VfamDeletePolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VfamDeletePolicyAuditRecord.cs new file mode 100644 index 00000000000..380632955d8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VfamDeletePolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VfamDeletePolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VfamDeletePolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vfamDeletePolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VfamDeletePolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VfamDeletePolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VfamUpdatePolicyAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VfamUpdatePolicyAuditRecord.cs new file mode 100644 index 00000000000..4470c3f3b44 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VfamUpdatePolicyAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VfamUpdatePolicyAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VfamUpdatePolicyAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vfamUpdatePolicyAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VfamUpdatePolicyAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VfamUpdatePolicyAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VivaGoalsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VivaGoalsAuditRecord.cs new file mode 100644 index 00000000000..b80df0bdc07 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VivaGoalsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VivaGoalsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VivaGoalsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vivaGoalsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VivaGoalsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VivaGoalsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VivaLearningAdminAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VivaLearningAdminAuditRecord.cs new file mode 100644 index 00000000000..00a3e74c074 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VivaLearningAdminAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VivaLearningAdminAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VivaLearningAdminAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vivaLearningAdminAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VivaLearningAdminAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VivaLearningAdminAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VivaLearningAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VivaLearningAuditRecord.cs new file mode 100644 index 00000000000..4520fdd10b3 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VivaLearningAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VivaLearningAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VivaLearningAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vivaLearningAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VivaLearningAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VivaLearningAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VivaPulseAdminAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VivaPulseAdminAuditRecord.cs new file mode 100644 index 00000000000..b4217315a9c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VivaPulseAdminAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VivaPulseAdminAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VivaPulseAdminAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vivaPulseAdminAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VivaPulseAdminAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VivaPulseAdminAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VivaPulseOrganizerAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VivaPulseOrganizerAuditRecord.cs new file mode 100644 index 00000000000..3037dab16cd --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VivaPulseOrganizerAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VivaPulseOrganizerAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VivaPulseOrganizerAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vivaPulseOrganizerAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VivaPulseOrganizerAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VivaPulseOrganizerAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VivaPulseReportAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VivaPulseReportAuditRecord.cs new file mode 100644 index 00000000000..110cf773d3d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VivaPulseReportAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VivaPulseReportAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VivaPulseReportAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vivaPulseReportAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VivaPulseReportAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VivaPulseReportAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/VivaPulseResponseAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/VivaPulseResponseAuditRecord.cs new file mode 100644 index 00000000000..b8d68769895 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/VivaPulseResponseAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class VivaPulseResponseAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public VivaPulseResponseAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.vivaPulseResponseAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.VivaPulseResponseAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.VivaPulseResponseAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/WdatpAlertsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/WdatpAlertsAuditRecord.cs new file mode 100644 index 00000000000..8facb68c587 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/WdatpAlertsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class WdatpAlertsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public WdatpAlertsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.wdatpAlertsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.WdatpAlertsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.WdatpAlertsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/WhoisBaseRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/WhoisBaseRecord.cs index 2f382cd4784..fca98c4b3ce 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/WhoisBaseRecord.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/WhoisBaseRecord.cs @@ -12,244 +12,6 @@ namespace Microsoft.Graph.Models.Security public partial class WhoisBaseRecord : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The contact information for the abuse contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.WhoisContact? Abuse - { - get { return BackingStore?.Get("abuse"); } - set { BackingStore?.Set("abuse", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.WhoisContact Abuse - { - get { return BackingStore?.Get("abuse"); } - set { BackingStore?.Set("abuse", value); } - } -#endif - /// The contact information for the admin contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.WhoisContact? Admin - { - get { return BackingStore?.Get("admin"); } - set { BackingStore?.Set("admin", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.WhoisContact Admin - { - get { return BackingStore?.Get("admin"); } - set { BackingStore?.Set("admin", value); } - } -#endif - /// The contact information for the billing contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.WhoisContact? Billing - { - get { return BackingStore?.Get("billing"); } - set { BackingStore?.Set("billing", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.WhoisContact Billing - { - get { return BackingStore?.Get("billing"); } - set { BackingStore?.Set("billing", value); } - } -#endif - /// The domain status for this WHOIS object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DomainStatus - { - get { return BackingStore?.Get("domainStatus"); } - set { BackingStore?.Set("domainStatus", value); } - } -#nullable restore -#else - public string DomainStatus - { - get { return BackingStore?.Get("domainStatus"); } - set { BackingStore?.Set("domainStatus", value); } - } -#endif - /// The date and time when this WHOIS record expires with the registrar. 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. - public DateTimeOffset? ExpirationDateTime - { - get { return BackingStore?.Get("expirationDateTime"); } - set { BackingStore?.Set("expirationDateTime", value); } - } - /// The first seen date and time of this WHOIS record. 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. - public DateTimeOffset? FirstSeenDateTime - { - get { return BackingStore?.Get("firstSeenDateTime"); } - set { BackingStore?.Set("firstSeenDateTime", value); } - } - /// The host property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.Host? Host - { - get { return BackingStore?.Get("host"); } - set { BackingStore?.Set("host", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.Host Host - { - get { return BackingStore?.Get("host"); } - set { BackingStore?.Set("host", value); } - } -#endif - /// The last seen date and time of this WHOIS record. 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. - public DateTimeOffset? LastSeenDateTime - { - get { return BackingStore?.Get("lastSeenDateTime"); } - set { BackingStore?.Set("lastSeenDateTime", value); } - } - /// The date and time when this WHOIS record was last modified. 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. - public DateTimeOffset? LastUpdateDateTime - { - get { return BackingStore?.Get("lastUpdateDateTime"); } - set { BackingStore?.Set("lastUpdateDateTime", value); } - } - /// The nameservers for this WHOIS object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Nameservers - { - get { return BackingStore?.Get?>("nameservers"); } - set { BackingStore?.Set("nameservers", value); } - } -#nullable restore -#else - public List Nameservers - { - get { return BackingStore?.Get>("nameservers"); } - set { BackingStore?.Set("nameservers", value); } - } -#endif - /// The contact information for the noc contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.WhoisContact? Noc - { - get { return BackingStore?.Get("noc"); } - set { BackingStore?.Set("noc", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.WhoisContact Noc - { - get { return BackingStore?.Get("noc"); } - set { BackingStore?.Set("noc", value); } - } -#endif - /// The raw WHOIS details for this WHOIS object. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? RawWhoisText - { - get { return BackingStore?.Get("rawWhoisText"); } - set { BackingStore?.Set("rawWhoisText", value); } - } -#nullable restore -#else - public string RawWhoisText - { - get { return BackingStore?.Get("rawWhoisText"); } - set { BackingStore?.Set("rawWhoisText", value); } - } -#endif - /// The contact information for the registrant contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.WhoisContact? Registrant - { - get { return BackingStore?.Get("registrant"); } - set { BackingStore?.Set("registrant", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.WhoisContact Registrant - { - get { return BackingStore?.Get("registrant"); } - set { BackingStore?.Set("registrant", value); } - } -#endif - /// The contact information for the registrar contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.WhoisContact? Registrar - { - get { return BackingStore?.Get("registrar"); } - set { BackingStore?.Set("registrar", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.WhoisContact Registrar - { - get { return BackingStore?.Get("registrar"); } - set { BackingStore?.Set("registrar", value); } - } -#endif - /// The date and time when this WHOIS record was registered with a registrar. 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. - public DateTimeOffset? RegistrationDateTime - { - get { return BackingStore?.Get("registrationDateTime"); } - set { BackingStore?.Set("registrationDateTime", value); } - } - /// The contact information for the technical contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.WhoisContact? Technical - { - get { return BackingStore?.Get("technical"); } - set { BackingStore?.Set("technical", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.WhoisContact Technical - { - get { return BackingStore?.Get("technical"); } - set { BackingStore?.Set("technical", value); } - } -#endif - /// The WHOIS server that provides the details. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? WhoisServer - { - get { return BackingStore?.Get("whoisServer"); } - set { BackingStore?.Set("whoisServer", value); } - } -#nullable restore -#else - public string WhoisServer - { - get { return BackingStore?.Get("whoisServer"); } - set { BackingStore?.Set("whoisServer", value); } - } -#endif - /// The contact information for the zone contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.WhoisContact? Zone - { - get { return BackingStore?.Get("zone"); } - set { BackingStore?.Set("zone", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.WhoisContact Zone - { - get { return BackingStore?.Get("zone"); } - set { BackingStore?.Set("zone", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -274,24 +36,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "abuse", n => { Abuse = n.GetObjectValue(global::Microsoft.Graph.Models.Security.WhoisContact.CreateFromDiscriminatorValue); } }, - { "admin", n => { Admin = n.GetObjectValue(global::Microsoft.Graph.Models.Security.WhoisContact.CreateFromDiscriminatorValue); } }, - { "billing", n => { Billing = n.GetObjectValue(global::Microsoft.Graph.Models.Security.WhoisContact.CreateFromDiscriminatorValue); } }, - { "domainStatus", n => { DomainStatus = n.GetStringValue(); } }, - { "expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, - { "firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, - { "host", n => { Host = n.GetObjectValue(global::Microsoft.Graph.Models.Security.Host.CreateFromDiscriminatorValue); } }, - { "lastSeenDateTime", n => { LastSeenDateTime = n.GetDateTimeOffsetValue(); } }, - { "lastUpdateDateTime", n => { LastUpdateDateTime = n.GetDateTimeOffsetValue(); } }, - { "nameservers", n => { Nameservers = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.WhoisNameserver.CreateFromDiscriminatorValue)?.AsList(); } }, - { "noc", n => { Noc = n.GetObjectValue(global::Microsoft.Graph.Models.Security.WhoisContact.CreateFromDiscriminatorValue); } }, - { "rawWhoisText", n => { RawWhoisText = n.GetStringValue(); } }, - { "registrant", n => { Registrant = n.GetObjectValue(global::Microsoft.Graph.Models.Security.WhoisContact.CreateFromDiscriminatorValue); } }, - { "registrar", n => { Registrar = n.GetObjectValue(global::Microsoft.Graph.Models.Security.WhoisContact.CreateFromDiscriminatorValue); } }, - { "registrationDateTime", n => { RegistrationDateTime = n.GetDateTimeOffsetValue(); } }, - { "technical", n => { Technical = n.GetObjectValue(global::Microsoft.Graph.Models.Security.WhoisContact.CreateFromDiscriminatorValue); } }, - { "whoisServer", n => { WhoisServer = n.GetStringValue(); } }, - { "zone", n => { Zone = n.GetObjectValue(global::Microsoft.Graph.Models.Security.WhoisContact.CreateFromDiscriminatorValue); } }, }; } /// @@ -302,24 +46,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("abuse", Abuse); - writer.WriteObjectValue("admin", Admin); - writer.WriteObjectValue("billing", Billing); - writer.WriteStringValue("domainStatus", DomainStatus); - writer.WriteDateTimeOffsetValue("expirationDateTime", ExpirationDateTime); - writer.WriteDateTimeOffsetValue("firstSeenDateTime", FirstSeenDateTime); - writer.WriteObjectValue("host", Host); - writer.WriteDateTimeOffsetValue("lastSeenDateTime", LastSeenDateTime); - writer.WriteDateTimeOffsetValue("lastUpdateDateTime", LastUpdateDateTime); - writer.WriteCollectionOfObjectValues("nameservers", Nameservers); - writer.WriteObjectValue("noc", Noc); - writer.WriteStringValue("rawWhoisText", RawWhoisText); - writer.WriteObjectValue("registrant", Registrant); - writer.WriteObjectValue("registrar", Registrar); - writer.WriteDateTimeOffsetValue("registrationDateTime", RegistrationDateTime); - writer.WriteObjectValue("technical", Technical); - writer.WriteStringValue("whoisServer", WhoisServer); - writer.WriteObjectValue("zone", Zone); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/WhoisContact.cs b/src/Microsoft.Graph/Generated/Models/Security/WhoisContact.cs deleted file mode 100644 index 090a352b8bb..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/WhoisContact.cs +++ /dev/null @@ -1,189 +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.Models.Security -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class WhoisContact : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found 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 physical address of the entity. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PhysicalAddress? Address - { - get { return BackingStore?.Get("address"); } - set { BackingStore?.Set("address", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PhysicalAddress Address - { - get { return BackingStore?.Get("address"); } - set { BackingStore?.Set("address", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The email of this WHOIS contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Email - { - get { return BackingStore?.Get("email"); } - set { BackingStore?.Set("email", value); } - } -#nullable restore -#else - public string Email - { - get { return BackingStore?.Get("email"); } - set { BackingStore?.Set("email", value); } - } -#endif - /// The fax of this WHOIS contact. No format is guaranteed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Fax - { - get { return BackingStore?.Get("fax"); } - set { BackingStore?.Set("fax", value); } - } -#nullable restore -#else - public string Fax - { - get { return BackingStore?.Get("fax"); } - set { BackingStore?.Set("fax", value); } - } -#endif - /// The name of this WHOIS contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The organization of this WHOIS contact. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Organization - { - get { return BackingStore?.Get("organization"); } - set { BackingStore?.Set("organization", value); } - } -#nullable restore -#else - public string Organization - { - get { return BackingStore?.Get("organization"); } - set { BackingStore?.Set("organization", value); } - } -#endif - /// The telephone of this WHOIS contact. No format is guaranteed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Telephone - { - get { return BackingStore?.Get("telephone"); } - set { BackingStore?.Set("telephone", value); } - } -#nullable restore -#else - public string Telephone - { - get { return BackingStore?.Get("telephone"); } - set { BackingStore?.Set("telephone", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public WhoisContact() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Security.WhoisContact CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Security.WhoisContact(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "address", n => { Address = n.GetObjectValue(global::Microsoft.Graph.Models.PhysicalAddress.CreateFromDiscriminatorValue); } }, - { "email", n => { Email = n.GetStringValue(); } }, - { "fax", n => { Fax = n.GetStringValue(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "organization", n => { Organization = n.GetStringValue(); } }, - { "telephone", n => { Telephone = 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.WriteObjectValue("address", Address); - writer.WriteStringValue("email", Email); - writer.WriteStringValue("fax", Fax); - writer.WriteStringValue("name", Name); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteStringValue("organization", Organization); - writer.WriteStringValue("telephone", Telephone); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/WhoisNameserver.cs b/src/Microsoft.Graph/Generated/Models/Security/WhoisNameserver.cs deleted file mode 100644 index b7db4839923..00000000000 --- a/src/Microsoft.Graph/Generated/Models/Security/WhoisNameserver.cs +++ /dev/null @@ -1,115 +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.Models.Security -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class WhoisNameserver : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The first seen date and time of this WHOIS contact. 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. - public DateTimeOffset? FirstSeenDateTime - { - get { return BackingStore?.Get("firstSeenDateTime"); } - set { BackingStore?.Set("firstSeenDateTime", value); } - } - /// The host property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Security.Host? Host - { - get { return BackingStore?.Get("host"); } - set { BackingStore?.Set("host", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Security.Host Host - { - get { return BackingStore?.Get("host"); } - set { BackingStore?.Set("host", value); } - } -#endif - /// The last seen date and time of this WHOIS contact. 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. - public DateTimeOffset? LastSeenDateTime - { - get { return BackingStore?.Get("lastSeenDateTime"); } - set { BackingStore?.Set("lastSeenDateTime", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public WhoisNameserver() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.Security.WhoisNameserver CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.Security.WhoisNameserver(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, - { "host", n => { Host = n.GetObjectValue(global::Microsoft.Graph.Models.Security.Host.CreateFromDiscriminatorValue); } }, - { "lastSeenDateTime", n => { LastSeenDateTime = n.GetDateTimeOffsetValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteDateTimeOffsetValue("firstSeenDateTime", FirstSeenDateTime); - writer.WriteObjectValue("host", Host); - writer.WriteDateTimeOffsetValue("lastSeenDateTime", LastSeenDateTime); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/Windows365CustomerLockboxAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/Windows365CustomerLockboxAuditRecord.cs new file mode 100644 index 00000000000..8a54833ad67 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/Windows365CustomerLockboxAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class Windows365CustomerLockboxAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public Windows365CustomerLockboxAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.windows365CustomerLockboxAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.Windows365CustomerLockboxAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.Windows365CustomerLockboxAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/WorkplaceAnalyticsAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/WorkplaceAnalyticsAuditRecord.cs new file mode 100644 index 00000000000..de9829caa25 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/WorkplaceAnalyticsAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class WorkplaceAnalyticsAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public WorkplaceAnalyticsAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.workplaceAnalyticsAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.WorkplaceAnalyticsAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.WorkplaceAnalyticsAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/YammerAuditRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/YammerAuditRecord.cs new file mode 100644 index 00000000000..bbbc2c0b83b --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/YammerAuditRecord.cs @@ -0,0 +1,53 @@ +// +#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.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class YammerAuditRecord : global::Microsoft.Graph.Models.Security.AuditData, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public YammerAuditRecord() : base() + { + OdataType = "#microsoft.graph.security.yammerAuditRecord"; + } + /// + /// Creates a new instance of 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.Models.Security.YammerAuditRecord CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.YammerAuditRecord(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// 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); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/SensitivityLabel.cs b/src/Microsoft.Graph/Generated/Models/SensitivityLabel.cs new file mode 100644 index 00000000000..86cfde8e639 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/SensitivityLabel.cs @@ -0,0 +1,230 @@ +// +#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.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SensitivityLabel : global::Microsoft.Graph.Models.Entity, IParsable + #pragma warning restore CS1591 + { + /// The actionSource property + public global::Microsoft.Graph.Models.LabelActionSource? ActionSource + { + get { return BackingStore?.Get("actionSource"); } + set { BackingStore?.Set("actionSource", value); } + } + /// The autoTooltip property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? AutoTooltip + { + get { return BackingStore?.Get("autoTooltip"); } + set { BackingStore?.Set("autoTooltip", value); } + } +#nullable restore +#else + public string AutoTooltip + { + get { return BackingStore?.Get("autoTooltip"); } + set { BackingStore?.Set("autoTooltip", value); } + } +#endif + /// The description property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Description + { + get { return BackingStore?.Get("description"); } + set { BackingStore?.Set("description", value); } + } +#nullable restore +#else + public string Description + { + get { return BackingStore?.Get("description"); } + set { BackingStore?.Set("description", value); } + } +#endif + /// The displayName property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DisplayName + { + get { return BackingStore?.Get("displayName"); } + set { BackingStore?.Set("displayName", value); } + } +#nullable restore +#else + public string DisplayName + { + get { return BackingStore?.Get("displayName"); } + set { BackingStore?.Set("displayName", value); } + } +#endif + /// The isDefault property + public bool? IsDefault + { + get { return BackingStore?.Get("isDefault"); } + set { BackingStore?.Set("isDefault", value); } + } + /// The isEndpointProtectionEnabled property + public bool? IsEndpointProtectionEnabled + { + get { return BackingStore?.Get("isEndpointProtectionEnabled"); } + set { BackingStore?.Set("isEndpointProtectionEnabled", value); } + } + /// The isScopedToUser property + public bool? IsScopedToUser + { + get { return BackingStore?.Get("isScopedToUser"); } + set { BackingStore?.Set("isScopedToUser", value); } + } + /// The locale property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#nullable restore +#else + public string Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#endif + /// The name property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Name + { + get { return BackingStore?.Get("name"); } + set { BackingStore?.Set("name", value); } + } +#nullable restore +#else + public string Name + { + get { return BackingStore?.Get("name"); } + set { BackingStore?.Set("name", value); } + } +#endif + /// The priority property + public int? Priority + { + get { return BackingStore?.Get("priority"); } + set { BackingStore?.Set("priority", value); } + } + /// The rights property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.UsageRightsIncluded? Rights + { + get { return BackingStore?.Get("rights"); } + set { BackingStore?.Set("rights", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.UsageRightsIncluded Rights + { + get { return BackingStore?.Get("rights"); } + set { BackingStore?.Set("rights", value); } + } +#endif + /// The sublabels property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? Sublabels + { + get { return BackingStore?.Get?>("sublabels"); } + set { BackingStore?.Set("sublabels", value); } + } +#nullable restore +#else + public List Sublabels + { + get { return BackingStore?.Get>("sublabels"); } + set { BackingStore?.Set("sublabels", value); } + } +#endif + /// The toolTip property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? ToolTip + { + get { return BackingStore?.Get("toolTip"); } + set { BackingStore?.Set("toolTip", value); } + } +#nullable restore +#else + public string ToolTip + { + get { return BackingStore?.Get("toolTip"); } + set { BackingStore?.Set("toolTip", 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.Models.SensitivityLabel CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.SensitivityLabel(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "actionSource", n => { ActionSource = n.GetEnumValue(); } }, + { "autoTooltip", n => { AutoTooltip = n.GetStringValue(); } }, + { "description", n => { Description = n.GetStringValue(); } }, + { "displayName", n => { DisplayName = n.GetStringValue(); } }, + { "isDefault", n => { IsDefault = n.GetBoolValue(); } }, + { "isEndpointProtectionEnabled", n => { IsEndpointProtectionEnabled = n.GetBoolValue(); } }, + { "isScopedToUser", n => { IsScopedToUser = n.GetBoolValue(); } }, + { "locale", n => { Locale = n.GetStringValue(); } }, + { "name", n => { Name = n.GetStringValue(); } }, + { "priority", n => { Priority = n.GetIntValue(); } }, + { "rights", n => { Rights = n.GetObjectValue(global::Microsoft.Graph.Models.UsageRightsIncluded.CreateFromDiscriminatorValue); } }, + { "sublabels", n => { Sublabels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue)?.AsList(); } }, + { "toolTip", n => { ToolTip = n.GetStringValue(); } }, + }; + } + /// + /// 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.WriteEnumValue("actionSource", ActionSource); + writer.WriteStringValue("autoTooltip", AutoTooltip); + writer.WriteStringValue("description", Description); + writer.WriteStringValue("displayName", DisplayName); + writer.WriteBoolValue("isDefault", IsDefault); + writer.WriteBoolValue("isEndpointProtectionEnabled", IsEndpointProtectionEnabled); + writer.WriteBoolValue("isScopedToUser", IsScopedToUser); + writer.WriteStringValue("locale", Locale); + writer.WriteStringValue("name", Name); + writer.WriteIntValue("priority", Priority); + writer.WriteObjectValue("rights", Rights); + writer.WriteCollectionOfObjectValues("sublabels", Sublabels); + writer.WriteStringValue("toolTip", ToolTip); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/SensitivityLabelCollectionResponse.cs b/src/Microsoft.Graph/Generated/Models/SensitivityLabelCollectionResponse.cs new file mode 100644 index 00000000000..6362f222844 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/SensitivityLabelCollectionResponse.cs @@ -0,0 +1,64 @@ +// +#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.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class SensitivityLabelCollectionResponse : global::Microsoft.Graph.Models.BaseCollectionPaginationCountResponse, 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.Models.SensitivityLabelCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.SensitivityLabelCollectionResponse(); + } + /// + /// 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.SensitivityLabel.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/Models/SharePointIdentity.cs b/src/Microsoft.Graph/Generated/Models/SharePointIdentity.cs index a32442d4a72..64d2999356d 100644 --- a/src/Microsoft.Graph/Generated/Models/SharePointIdentity.cs +++ b/src/Microsoft.Graph/Generated/Models/SharePointIdentity.cs @@ -12,29 +12,6 @@ namespace Microsoft.Graph.Models public partial class SharePointIdentity : global::Microsoft.Graph.Models.Identity, IParsable #pragma warning restore CS1591 { - /// The sign in name of the SharePoint identity. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LoginName - { - get { return BackingStore?.Get("loginName"); } - set { BackingStore?.Set("loginName", value); } - } -#nullable restore -#else - public string LoginName - { - get { return BackingStore?.Get("loginName"); } - set { BackingStore?.Set("loginName", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SharePointIdentity() : base() - { - OdataType = "#microsoft.graph.sharePointIdentity"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -53,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "loginName", n => { LoginName = n.GetStringValue(); } }, }; } /// @@ -64,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("loginName", LoginName); } } } diff --git a/src/Microsoft.Graph/Generated/Models/SharepointSettings.cs b/src/Microsoft.Graph/Generated/Models/SharepointSettings.cs index f96223fcb46..343bad5ee4a 100644 --- a/src/Microsoft.Graph/Generated/Models/SharepointSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/SharepointSettings.cs @@ -12,260 +12,6 @@ namespace Microsoft.Graph.Models public partial class SharepointSettings : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Collection of trusted domain GUIDs for the OneDrive sync app. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AllowedDomainGuidsForSyncApp - { - get { return BackingStore?.Get?>("allowedDomainGuidsForSyncApp"); } - set { BackingStore?.Set("allowedDomainGuidsForSyncApp", value); } - } -#nullable restore -#else - public List AllowedDomainGuidsForSyncApp - { - get { return BackingStore?.Get>("allowedDomainGuidsForSyncApp"); } - set { BackingStore?.Set("allowedDomainGuidsForSyncApp", value); } - } -#endif - /// Collection of managed paths available for site creation. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AvailableManagedPathsForSiteCreation - { - get { return BackingStore?.Get?>("availableManagedPathsForSiteCreation"); } - set { BackingStore?.Set("availableManagedPathsForSiteCreation", value); } - } -#nullable restore -#else - public List AvailableManagedPathsForSiteCreation - { - get { return BackingStore?.Get>("availableManagedPathsForSiteCreation"); } - set { BackingStore?.Set("availableManagedPathsForSiteCreation", value); } - } -#endif - /// The number of days for preserving a deleted user's OneDrive. - public int? DeletedUserPersonalSiteRetentionPeriodInDays - { - get { return BackingStore?.Get("deletedUserPersonalSiteRetentionPeriodInDays"); } - set { BackingStore?.Set("deletedUserPersonalSiteRetentionPeriodInDays", value); } - } - /// Collection of file extensions not uploaded by the OneDrive sync app. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ExcludedFileExtensionsForSyncApp - { - get { return BackingStore?.Get?>("excludedFileExtensionsForSyncApp"); } - set { BackingStore?.Set("excludedFileExtensionsForSyncApp", value); } - } -#nullable restore -#else - public List ExcludedFileExtensionsForSyncApp - { - get { return BackingStore?.Get>("excludedFileExtensionsForSyncApp"); } - set { BackingStore?.Set("excludedFileExtensionsForSyncApp", value); } - } -#endif - /// Specifies the idle session sign-out policies for the tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.IdleSessionSignOut? IdleSessionSignOut - { - get { return BackingStore?.Get("idleSessionSignOut"); } - set { BackingStore?.Set("idleSessionSignOut", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.IdleSessionSignOut IdleSessionSignOut - { - get { return BackingStore?.Get("idleSessionSignOut"); } - set { BackingStore?.Set("idleSessionSignOut", value); } - } -#endif - /// Specifies the image tagging option for the tenant. Possible values are: disabled, basic, enhanced. - public global::Microsoft.Graph.Models.ImageTaggingChoice? ImageTaggingOption - { - get { return BackingStore?.Get("imageTaggingOption"); } - set { BackingStore?.Set("imageTaggingOption", value); } - } - /// Indicates whether comments are allowed on modern site pages in SharePoint. - public bool? IsCommentingOnSitePagesEnabled - { - get { return BackingStore?.Get("isCommentingOnSitePagesEnabled"); } - set { BackingStore?.Set("isCommentingOnSitePagesEnabled", value); } - } - /// Indicates whether push notifications are enabled for OneDrive events. - public bool? IsFileActivityNotificationEnabled - { - get { return BackingStore?.Get("isFileActivityNotificationEnabled"); } - set { BackingStore?.Set("isFileActivityNotificationEnabled", value); } - } - /// Indicates whether legacy authentication protocols are enabled for the tenant. - public bool? IsLegacyAuthProtocolsEnabled - { - get { return BackingStore?.Get("isLegacyAuthProtocolsEnabled"); } - set { BackingStore?.Set("isLegacyAuthProtocolsEnabled", value); } - } - /// Indicates whether if Fluid Framework is allowed on SharePoint sites. - public bool? IsLoopEnabled - { - get { return BackingStore?.Get("isLoopEnabled"); } - set { BackingStore?.Set("isLoopEnabled", value); } - } - /// Indicates whether files can be synced using the OneDrive sync app for Mac. - public bool? IsMacSyncAppEnabled - { - get { return BackingStore?.Get("isMacSyncAppEnabled"); } - set { BackingStore?.Set("isMacSyncAppEnabled", value); } - } - /// Indicates whether guests must sign in using the same account to which sharing invitations are sent. - public bool? IsRequireAcceptingUserToMatchInvitedUserEnabled - { - get { return BackingStore?.Get("isRequireAcceptingUserToMatchInvitedUserEnabled"); } - set { BackingStore?.Set("isRequireAcceptingUserToMatchInvitedUserEnabled", value); } - } - /// Indicates whether guests are allowed to reshare files, folders, and sites they don't own. - public bool? IsResharingByExternalUsersEnabled - { - get { return BackingStore?.Get("isResharingByExternalUsersEnabled"); } - set { BackingStore?.Set("isResharingByExternalUsersEnabled", value); } - } - /// Indicates whether mobile push notifications are enabled for SharePoint. - public bool? IsSharePointMobileNotificationEnabled - { - get { return BackingStore?.Get("isSharePointMobileNotificationEnabled"); } - set { BackingStore?.Set("isSharePointMobileNotificationEnabled", value); } - } - /// Indicates whether the newsfeed is allowed on the modern site pages in SharePoint. - public bool? IsSharePointNewsfeedEnabled - { - get { return BackingStore?.Get("isSharePointNewsfeedEnabled"); } - set { BackingStore?.Set("isSharePointNewsfeedEnabled", value); } - } - /// Indicates whether users are allowed to create sites. - public bool? IsSiteCreationEnabled - { - get { return BackingStore?.Get("isSiteCreationEnabled"); } - set { BackingStore?.Set("isSiteCreationEnabled", value); } - } - /// Indicates whether the UI commands for creating sites are shown. - public bool? IsSiteCreationUIEnabled - { - get { return BackingStore?.Get("isSiteCreationUIEnabled"); } - set { BackingStore?.Set("isSiteCreationUIEnabled", value); } - } - /// Indicates whether creating new modern pages is allowed on SharePoint sites. - public bool? IsSitePagesCreationEnabled - { - get { return BackingStore?.Get("isSitePagesCreationEnabled"); } - set { BackingStore?.Set("isSitePagesCreationEnabled", value); } - } - /// Indicates whether site storage space is automatically managed or if specific storage limits are set per site. - public bool? IsSitesStorageLimitAutomatic - { - get { return BackingStore?.Get("isSitesStorageLimitAutomatic"); } - set { BackingStore?.Set("isSitesStorageLimitAutomatic", value); } - } - /// Indicates whether the sync button in OneDrive is hidden. - public bool? IsSyncButtonHiddenOnPersonalSite - { - get { return BackingStore?.Get("isSyncButtonHiddenOnPersonalSite"); } - set { BackingStore?.Set("isSyncButtonHiddenOnPersonalSite", value); } - } - /// Indicates whether users are allowed to sync files only on PCs joined to specific domains. - public bool? IsUnmanagedSyncAppForTenantRestricted - { - get { return BackingStore?.Get("isUnmanagedSyncAppForTenantRestricted"); } - set { BackingStore?.Set("isUnmanagedSyncAppForTenantRestricted", value); } - } - /// The default OneDrive storage limit for all new and existing users who are assigned a qualifying license. Measured in megabytes (MB). - public long? PersonalSiteDefaultStorageLimitInMB - { - get { return BackingStore?.Get("personalSiteDefaultStorageLimitInMB"); } - set { BackingStore?.Set("personalSiteDefaultStorageLimitInMB", value); } - } - /// Collection of email domains that are allowed for sharing outside the organization. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? SharingAllowedDomainList - { - get { return BackingStore?.Get?>("sharingAllowedDomainList"); } - set { BackingStore?.Set("sharingAllowedDomainList", value); } - } -#nullable restore -#else - public List SharingAllowedDomainList - { - get { return BackingStore?.Get>("sharingAllowedDomainList"); } - set { BackingStore?.Set("sharingAllowedDomainList", value); } - } -#endif - /// Collection of email domains that are blocked for sharing outside the organization. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? SharingBlockedDomainList - { - get { return BackingStore?.Get?>("sharingBlockedDomainList"); } - set { BackingStore?.Set("sharingBlockedDomainList", value); } - } -#nullable restore -#else - public List SharingBlockedDomainList - { - get { return BackingStore?.Get>("sharingBlockedDomainList"); } - set { BackingStore?.Set("sharingBlockedDomainList", value); } - } -#endif - /// Sharing capability for the tenant. Possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly. - public global::Microsoft.Graph.Models.SharingCapabilities? SharingCapability - { - get { return BackingStore?.Get("sharingCapability"); } - set { BackingStore?.Set("sharingCapability", value); } - } - /// Specifies the external sharing mode for domains. Possible values are: none, allowList, blockList. - public global::Microsoft.Graph.Models.SharingDomainRestrictionMode? SharingDomainRestrictionMode - { - get { return BackingStore?.Get("sharingDomainRestrictionMode"); } - set { BackingStore?.Set("sharingDomainRestrictionMode", value); } - } - /// The value of the team site managed path. This is the path under which new team sites will be created. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SiteCreationDefaultManagedPath - { - get { return BackingStore?.Get("siteCreationDefaultManagedPath"); } - set { BackingStore?.Set("siteCreationDefaultManagedPath", value); } - } -#nullable restore -#else - public string SiteCreationDefaultManagedPath - { - get { return BackingStore?.Get("siteCreationDefaultManagedPath"); } - set { BackingStore?.Set("siteCreationDefaultManagedPath", value); } - } -#endif - /// The default storage quota for a new site upon creation. Measured in megabytes (MB). - public int? SiteCreationDefaultStorageLimitInMB - { - get { return BackingStore?.Get("siteCreationDefaultStorageLimitInMB"); } - set { BackingStore?.Set("siteCreationDefaultStorageLimitInMB", value); } - } - /// The default timezone of a tenant for newly created sites. For a list of possible values, see SPRegionalSettings.TimeZones property. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? TenantDefaultTimezone - { - get { return BackingStore?.Get("tenantDefaultTimezone"); } - set { BackingStore?.Set("tenantDefaultTimezone", value); } - } -#nullable restore -#else - public string TenantDefaultTimezone - { - get { return BackingStore?.Get("tenantDefaultTimezone"); } - set { BackingStore?.Set("tenantDefaultTimezone", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -284,35 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "allowedDomainGuidsForSyncApp", n => { AllowedDomainGuidsForSyncApp = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "availableManagedPathsForSiteCreation", n => { AvailableManagedPathsForSiteCreation = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "deletedUserPersonalSiteRetentionPeriodInDays", n => { DeletedUserPersonalSiteRetentionPeriodInDays = n.GetIntValue(); } }, - { "excludedFileExtensionsForSyncApp", n => { ExcludedFileExtensionsForSyncApp = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "idleSessionSignOut", n => { IdleSessionSignOut = n.GetObjectValue(global::Microsoft.Graph.Models.IdleSessionSignOut.CreateFromDiscriminatorValue); } }, - { "imageTaggingOption", n => { ImageTaggingOption = n.GetEnumValue(); } }, - { "isCommentingOnSitePagesEnabled", n => { IsCommentingOnSitePagesEnabled = n.GetBoolValue(); } }, - { "isFileActivityNotificationEnabled", n => { IsFileActivityNotificationEnabled = n.GetBoolValue(); } }, - { "isLegacyAuthProtocolsEnabled", n => { IsLegacyAuthProtocolsEnabled = n.GetBoolValue(); } }, - { "isLoopEnabled", n => { IsLoopEnabled = n.GetBoolValue(); } }, - { "isMacSyncAppEnabled", n => { IsMacSyncAppEnabled = n.GetBoolValue(); } }, - { "isRequireAcceptingUserToMatchInvitedUserEnabled", n => { IsRequireAcceptingUserToMatchInvitedUserEnabled = n.GetBoolValue(); } }, - { "isResharingByExternalUsersEnabled", n => { IsResharingByExternalUsersEnabled = n.GetBoolValue(); } }, - { "isSharePointMobileNotificationEnabled", n => { IsSharePointMobileNotificationEnabled = n.GetBoolValue(); } }, - { "isSharePointNewsfeedEnabled", n => { IsSharePointNewsfeedEnabled = n.GetBoolValue(); } }, - { "isSiteCreationEnabled", n => { IsSiteCreationEnabled = n.GetBoolValue(); } }, - { "isSiteCreationUIEnabled", n => { IsSiteCreationUIEnabled = n.GetBoolValue(); } }, - { "isSitePagesCreationEnabled", n => { IsSitePagesCreationEnabled = n.GetBoolValue(); } }, - { "isSitesStorageLimitAutomatic", n => { IsSitesStorageLimitAutomatic = n.GetBoolValue(); } }, - { "isSyncButtonHiddenOnPersonalSite", n => { IsSyncButtonHiddenOnPersonalSite = n.GetBoolValue(); } }, - { "isUnmanagedSyncAppForTenantRestricted", n => { IsUnmanagedSyncAppForTenantRestricted = n.GetBoolValue(); } }, - { "personalSiteDefaultStorageLimitInMB", n => { PersonalSiteDefaultStorageLimitInMB = n.GetLongValue(); } }, - { "sharingAllowedDomainList", n => { SharingAllowedDomainList = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "sharingBlockedDomainList", n => { SharingBlockedDomainList = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "sharingCapability", n => { SharingCapability = n.GetEnumValue(); } }, - { "sharingDomainRestrictionMode", n => { SharingDomainRestrictionMode = n.GetEnumValue(); } }, - { "siteCreationDefaultManagedPath", n => { SiteCreationDefaultManagedPath = n.GetStringValue(); } }, - { "siteCreationDefaultStorageLimitInMB", n => { SiteCreationDefaultStorageLimitInMB = n.GetIntValue(); } }, - { "tenantDefaultTimezone", n => { TenantDefaultTimezone = n.GetStringValue(); } }, }; } /// @@ -323,35 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfPrimitiveValues("allowedDomainGuidsForSyncApp", AllowedDomainGuidsForSyncApp); - writer.WriteCollectionOfPrimitiveValues("availableManagedPathsForSiteCreation", AvailableManagedPathsForSiteCreation); - writer.WriteIntValue("deletedUserPersonalSiteRetentionPeriodInDays", DeletedUserPersonalSiteRetentionPeriodInDays); - writer.WriteCollectionOfPrimitiveValues("excludedFileExtensionsForSyncApp", ExcludedFileExtensionsForSyncApp); - writer.WriteObjectValue("idleSessionSignOut", IdleSessionSignOut); - writer.WriteEnumValue("imageTaggingOption", ImageTaggingOption); - writer.WriteBoolValue("isCommentingOnSitePagesEnabled", IsCommentingOnSitePagesEnabled); - writer.WriteBoolValue("isFileActivityNotificationEnabled", IsFileActivityNotificationEnabled); - writer.WriteBoolValue("isLegacyAuthProtocolsEnabled", IsLegacyAuthProtocolsEnabled); - writer.WriteBoolValue("isLoopEnabled", IsLoopEnabled); - writer.WriteBoolValue("isMacSyncAppEnabled", IsMacSyncAppEnabled); - writer.WriteBoolValue("isRequireAcceptingUserToMatchInvitedUserEnabled", IsRequireAcceptingUserToMatchInvitedUserEnabled); - writer.WriteBoolValue("isResharingByExternalUsersEnabled", IsResharingByExternalUsersEnabled); - writer.WriteBoolValue("isSharePointMobileNotificationEnabled", IsSharePointMobileNotificationEnabled); - writer.WriteBoolValue("isSharePointNewsfeedEnabled", IsSharePointNewsfeedEnabled); - writer.WriteBoolValue("isSiteCreationEnabled", IsSiteCreationEnabled); - writer.WriteBoolValue("isSiteCreationUIEnabled", IsSiteCreationUIEnabled); - writer.WriteBoolValue("isSitePagesCreationEnabled", IsSitePagesCreationEnabled); - writer.WriteBoolValue("isSitesStorageLimitAutomatic", IsSitesStorageLimitAutomatic); - writer.WriteBoolValue("isSyncButtonHiddenOnPersonalSite", IsSyncButtonHiddenOnPersonalSite); - writer.WriteBoolValue("isUnmanagedSyncAppForTenantRestricted", IsUnmanagedSyncAppForTenantRestricted); - writer.WriteLongValue("personalSiteDefaultStorageLimitInMB", PersonalSiteDefaultStorageLimitInMB); - writer.WriteCollectionOfPrimitiveValues("sharingAllowedDomainList", SharingAllowedDomainList); - writer.WriteCollectionOfPrimitiveValues("sharingBlockedDomainList", SharingBlockedDomainList); - writer.WriteEnumValue("sharingCapability", SharingCapability); - writer.WriteEnumValue("sharingDomainRestrictionMode", SharingDomainRestrictionMode); - writer.WriteStringValue("siteCreationDefaultManagedPath", SiteCreationDefaultManagedPath); - writer.WriteIntValue("siteCreationDefaultStorageLimitInMB", SiteCreationDefaultStorageLimitInMB); - writer.WriteStringValue("tenantDefaultTimezone", TenantDefaultTimezone); } } } diff --git a/src/Microsoft.Graph/Generated/Models/SharingCapabilities.cs b/src/Microsoft.Graph/Generated/Models/SharingCapabilities.cs deleted file mode 100644 index 8fcd6a91182..00000000000 --- a/src/Microsoft.Graph/Generated/Models/SharingCapabilities.cs +++ /dev/null @@ -1,32 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum SharingCapabilities - #pragma warning restore CS1591 - { - [EnumMember(Value = "disabled")] - #pragma warning disable CS1591 - Disabled, - #pragma warning restore CS1591 - [EnumMember(Value = "externalUserSharingOnly")] - #pragma warning disable CS1591 - ExternalUserSharingOnly, - #pragma warning restore CS1591 - [EnumMember(Value = "externalUserAndGuestSharing")] - #pragma warning disable CS1591 - ExternalUserAndGuestSharing, - #pragma warning restore CS1591 - [EnumMember(Value = "existingExternalUserSharingOnly")] - #pragma warning disable CS1591 - ExistingExternalUserSharingOnly, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/SharingDomainRestrictionMode.cs b/src/Microsoft.Graph/Generated/Models/SharingDomainRestrictionMode.cs deleted file mode 100644 index 562076874c4..00000000000 --- a/src/Microsoft.Graph/Generated/Models/SharingDomainRestrictionMode.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum SharingDomainRestrictionMode - #pragma warning restore CS1591 - { - [EnumMember(Value = "none")] - #pragma warning disable CS1591 - None, - #pragma warning restore CS1591 - [EnumMember(Value = "allowList")] - #pragma warning disable CS1591 - AllowList, - #pragma warning restore CS1591 - [EnumMember(Value = "blockList")] - #pragma warning disable CS1591 - BlockList, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/SignIn.cs b/src/Microsoft.Graph/Generated/Models/SignIn.cs index 5912f0f2a15..0ef487a2eb9 100644 --- a/src/Microsoft.Graph/Generated/Models/SignIn.cs +++ b/src/Microsoft.Graph/Generated/Models/SignIn.cs @@ -199,16 +199,16 @@ public string ResourceId /// The riskEventTypes property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? RiskEventTypes + public List? RiskEventTypes { - get { return BackingStore?.Get?>("riskEventTypes"); } + get { return BackingStore?.Get?>("riskEventTypes"); } set { BackingStore?.Set("riskEventTypes", value); } } #nullable restore #else - public List RiskEventTypes + public List RiskEventTypes { - get { return BackingStore?.Get>("riskEventTypes"); } + get { return BackingStore?.Get>("riskEventTypes"); } set { BackingStore?.Set("riskEventTypes", value); } } #endif @@ -342,7 +342,7 @@ public override IDictionary> GetFieldDeserializers() { "resourceDisplayName", n => { ResourceDisplayName = n.GetStringValue(); } }, { "resourceId", n => { ResourceId = n.GetStringValue(); } }, { "riskDetail", n => { RiskDetail = n.GetEnumValue(); } }, - { "riskEventTypes", n => { RiskEventTypes = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "riskEventTypes", n => { RiskEventTypes = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "riskEventTypes_v2", n => { RiskEventTypesV2 = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "riskLevelAggregated", n => { RiskLevelAggregated = n.GetEnumValue(); } }, { "riskLevelDuringSignIn", n => { RiskLevelDuringSignIn = n.GetEnumValue(); } }, @@ -375,7 +375,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteStringValue("resourceDisplayName", ResourceDisplayName); writer.WriteStringValue("resourceId", ResourceId); writer.WriteEnumValue("riskDetail", RiskDetail); - writer.WriteCollectionOfEnumValues("riskEventTypes", RiskEventTypes); + writer.WriteCollectionOfPrimitiveValues("riskEventTypes", RiskEventTypes); writer.WriteCollectionOfPrimitiveValues("riskEventTypes_v2", RiskEventTypesV2); writer.WriteEnumValue("riskLevelAggregated", RiskLevelAggregated); writer.WriteEnumValue("riskLevelDuringSignIn", RiskLevelDuringSignIn); diff --git a/src/Microsoft.Graph/Generated/Models/SignInActivity.cs b/src/Microsoft.Graph/Generated/Models/SignInActivity.cs deleted file mode 100644 index b23cf9ab7ca..00000000000 --- a/src/Microsoft.Graph/Generated/Models/SignInActivity.cs +++ /dev/null @@ -1,159 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SignInActivity : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. 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. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID. - public DateTimeOffset? LastNonInteractiveSignInDateTime - { - get { return BackingStore?.Get("lastNonInteractiveSignInDateTime"); } - set { BackingStore?.Set("lastNonInteractiveSignInDateTime", value); } - } - /// Request identifier of the last non-interactive sign-in performed by this user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LastNonInteractiveSignInRequestId - { - get { return BackingStore?.Get("lastNonInteractiveSignInRequestId"); } - set { BackingStore?.Set("lastNonInteractiveSignInRequestId", value); } - } -#nullable restore -#else - public string LastNonInteractiveSignInRequestId - { - get { return BackingStore?.Get("lastNonInteractiveSignInRequestId"); } - set { BackingStore?.Set("lastNonInteractiveSignInRequestId", value); } - } -#endif - /// The last interactive sign-in date and time for a specific user. This property records the last time a user attempted an interactive sign-in to the directory—whether the attempt was successful or not. Note: Since unsuccessful attempts are also logged, this value might not accurately reflect actual system usage. For tracking actual account access, please use the lastSuccessfulSignInDateTime property. 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. - public DateTimeOffset? LastSignInDateTime - { - get { return BackingStore?.Get("lastSignInDateTime"); } - set { BackingStore?.Set("lastSignInDateTime", value); } - } - /// Request identifier of the last interactive sign-in performed by this user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LastSignInRequestId - { - get { return BackingStore?.Get("lastSignInRequestId"); } - set { BackingStore?.Set("lastSignInRequestId", value); } - } -#nullable restore -#else - public string LastSignInRequestId - { - get { return BackingStore?.Get("lastSignInRequestId"); } - set { BackingStore?.Set("lastSignInRequestId", value); } - } -#endif - /// The date and time of the user's most recent successful interactive or non-interactive sign-in. Use this property if you need to determine when the account was truly accessed. This field can be used to build reports, such as inactive users. 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. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID. - public DateTimeOffset? LastSuccessfulSignInDateTime - { - get { return BackingStore?.Get("lastSuccessfulSignInDateTime"); } - set { BackingStore?.Set("lastSuccessfulSignInDateTime", value); } - } - /// The request ID of the last successful sign-in. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LastSuccessfulSignInRequestId - { - get { return BackingStore?.Get("lastSuccessfulSignInRequestId"); } - set { BackingStore?.Set("lastSuccessfulSignInRequestId", value); } - } -#nullable restore -#else - public string LastSuccessfulSignInRequestId - { - get { return BackingStore?.Get("lastSuccessfulSignInRequestId"); } - set { BackingStore?.Set("lastSuccessfulSignInRequestId", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SignInActivity() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.SignInActivity CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.SignInActivity(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "lastNonInteractiveSignInDateTime", n => { LastNonInteractiveSignInDateTime = n.GetDateTimeOffsetValue(); } }, - { "lastNonInteractiveSignInRequestId", n => { LastNonInteractiveSignInRequestId = n.GetStringValue(); } }, - { "lastSignInDateTime", n => { LastSignInDateTime = n.GetDateTimeOffsetValue(); } }, - { "lastSignInRequestId", n => { LastSignInRequestId = n.GetStringValue(); } }, - { "lastSuccessfulSignInDateTime", n => { LastSuccessfulSignInDateTime = n.GetDateTimeOffsetValue(); } }, - { "lastSuccessfulSignInRequestId", n => { LastSuccessfulSignInRequestId = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteDateTimeOffsetValue("lastNonInteractiveSignInDateTime", LastNonInteractiveSignInDateTime); - writer.WriteStringValue("lastNonInteractiveSignInRequestId", LastNonInteractiveSignInRequestId); - writer.WriteDateTimeOffsetValue("lastSignInDateTime", LastSignInDateTime); - writer.WriteStringValue("lastSignInRequestId", LastSignInRequestId); - writer.WriteDateTimeOffsetValue("lastSuccessfulSignInDateTime", LastSuccessfulSignInDateTime); - writer.WriteStringValue("lastSuccessfulSignInRequestId", LastSuccessfulSignInRequestId); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/SoftwareUpdateStatusSummary.cs b/src/Microsoft.Graph/Generated/Models/SoftwareUpdateStatusSummary.cs index f56af0f36b9..53894dba5e6 100644 --- a/src/Microsoft.Graph/Generated/Models/SoftwareUpdateStatusSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/SoftwareUpdateStatusSummary.cs @@ -12,106 +12,6 @@ namespace Microsoft.Graph.Models public partial class SoftwareUpdateStatusSummary : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Number of compliant devices. - public int? CompliantDeviceCount - { - get { return BackingStore?.Get("compliantDeviceCount"); } - set { BackingStore?.Set("compliantDeviceCount", value); } - } - /// Number of compliant users. - public int? CompliantUserCount - { - get { return BackingStore?.Get("compliantUserCount"); } - set { BackingStore?.Set("compliantUserCount", value); } - } - /// Number of conflict devices. - public int? ConflictDeviceCount - { - get { return BackingStore?.Get("conflictDeviceCount"); } - set { BackingStore?.Set("conflictDeviceCount", value); } - } - /// Number of conflict users. - public int? ConflictUserCount - { - get { return BackingStore?.Get("conflictUserCount"); } - set { BackingStore?.Set("conflictUserCount", value); } - } - /// The name of the policy. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Number of devices had error. - public int? ErrorDeviceCount - { - get { return BackingStore?.Get("errorDeviceCount"); } - set { BackingStore?.Set("errorDeviceCount", value); } - } - /// Number of users had error. - public int? ErrorUserCount - { - get { return BackingStore?.Get("errorUserCount"); } - set { BackingStore?.Set("errorUserCount", value); } - } - /// Number of non compliant devices. - public int? NonCompliantDeviceCount - { - get { return BackingStore?.Get("nonCompliantDeviceCount"); } - set { BackingStore?.Set("nonCompliantDeviceCount", value); } - } - /// Number of non compliant users. - public int? NonCompliantUserCount - { - get { return BackingStore?.Get("nonCompliantUserCount"); } - set { BackingStore?.Set("nonCompliantUserCount", value); } - } - /// Number of not applicable devices. - public int? NotApplicableDeviceCount - { - get { return BackingStore?.Get("notApplicableDeviceCount"); } - set { BackingStore?.Set("notApplicableDeviceCount", value); } - } - /// Number of not applicable users. - public int? NotApplicableUserCount - { - get { return BackingStore?.Get("notApplicableUserCount"); } - set { BackingStore?.Set("notApplicableUserCount", value); } - } - /// Number of remediated devices. - public int? RemediatedDeviceCount - { - get { return BackingStore?.Get("remediatedDeviceCount"); } - set { BackingStore?.Set("remediatedDeviceCount", value); } - } - /// Number of remediated users. - public int? RemediatedUserCount - { - get { return BackingStore?.Get("remediatedUserCount"); } - set { BackingStore?.Set("remediatedUserCount", value); } - } - /// Number of unknown devices. - public int? UnknownDeviceCount - { - get { return BackingStore?.Get("unknownDeviceCount"); } - set { BackingStore?.Set("unknownDeviceCount", value); } - } - /// Number of unknown users. - public int? UnknownUserCount - { - get { return BackingStore?.Get("unknownUserCount"); } - set { BackingStore?.Set("unknownUserCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -130,21 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "compliantDeviceCount", n => { CompliantDeviceCount = n.GetIntValue(); } }, - { "compliantUserCount", n => { CompliantUserCount = n.GetIntValue(); } }, - { "conflictDeviceCount", n => { ConflictDeviceCount = n.GetIntValue(); } }, - { "conflictUserCount", n => { ConflictUserCount = n.GetIntValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "errorDeviceCount", n => { ErrorDeviceCount = n.GetIntValue(); } }, - { "errorUserCount", n => { ErrorUserCount = n.GetIntValue(); } }, - { "nonCompliantDeviceCount", n => { NonCompliantDeviceCount = n.GetIntValue(); } }, - { "nonCompliantUserCount", n => { NonCompliantUserCount = n.GetIntValue(); } }, - { "notApplicableDeviceCount", n => { NotApplicableDeviceCount = n.GetIntValue(); } }, - { "notApplicableUserCount", n => { NotApplicableUserCount = n.GetIntValue(); } }, - { "remediatedDeviceCount", n => { RemediatedDeviceCount = n.GetIntValue(); } }, - { "remediatedUserCount", n => { RemediatedUserCount = n.GetIntValue(); } }, - { "unknownDeviceCount", n => { UnknownDeviceCount = n.GetIntValue(); } }, - { "unknownUserCount", n => { UnknownUserCount = n.GetIntValue(); } }, }; } /// @@ -155,21 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("compliantDeviceCount", CompliantDeviceCount); - writer.WriteIntValue("compliantUserCount", CompliantUserCount); - writer.WriteIntValue("conflictDeviceCount", ConflictDeviceCount); - writer.WriteIntValue("conflictUserCount", ConflictUserCount); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteIntValue("errorDeviceCount", ErrorDeviceCount); - writer.WriteIntValue("errorUserCount", ErrorUserCount); - writer.WriteIntValue("nonCompliantDeviceCount", NonCompliantDeviceCount); - writer.WriteIntValue("nonCompliantUserCount", NonCompliantUserCount); - writer.WriteIntValue("notApplicableDeviceCount", NotApplicableDeviceCount); - writer.WriteIntValue("notApplicableUserCount", NotApplicableUserCount); - writer.WriteIntValue("remediatedDeviceCount", RemediatedDeviceCount); - writer.WriteIntValue("remediatedUserCount", RemediatedUserCount); - writer.WriteIntValue("unknownDeviceCount", UnknownDeviceCount); - writer.WriteIntValue("unknownUserCount", UnknownUserCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/StoragePlanInformation.cs b/src/Microsoft.Graph/Generated/Models/StoragePlanInformation.cs deleted file mode 100644 index 9fd041ebaa6..00000000000 --- a/src/Microsoft.Graph/Generated/Models/StoragePlanInformation.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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class StoragePlanInformation : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Indicates whether there are higher storage quota plans available. Read-only. - public bool? UpgradeAvailable - { - get { return BackingStore?.Get("upgradeAvailable"); } - set { BackingStore?.Set("upgradeAvailable", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public StoragePlanInformation() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.StoragePlanInformation CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.StoragePlanInformation(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "upgradeAvailable", n => { UpgradeAvailable = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteBoolValue("upgradeAvailable", UpgradeAvailable); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Synchronization.cs b/src/Microsoft.Graph/Generated/Models/Synchronization.cs index 909d60feda5..2fa2f3eabb7 100644 --- a/src/Microsoft.Graph/Generated/Models/Synchronization.cs +++ b/src/Microsoft.Graph/Generated/Models/Synchronization.cs @@ -12,54 +12,6 @@ namespace Microsoft.Graph.Models public partial class Synchronization : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Jobs - { - get { return BackingStore?.Get?>("jobs"); } - set { BackingStore?.Set("jobs", value); } - } -#nullable restore -#else - public List Jobs - { - get { return BackingStore?.Get>("jobs"); } - set { BackingStore?.Set("jobs", value); } - } -#endif - /// Represents a collection of credentials to access provisioned cloud applications. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Secrets - { - get { return BackingStore?.Get?>("secrets"); } - set { BackingStore?.Set("secrets", value); } - } -#nullable restore -#else - public List Secrets - { - get { return BackingStore?.Get>("secrets"); } - set { BackingStore?.Set("secrets", value); } - } -#endif - /// Preconfigured synchronization settings for a particular application. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Templates - { - get { return BackingStore?.Get?>("templates"); } - set { BackingStore?.Set("templates", value); } - } -#nullable restore -#else - public List Templates - { - get { return BackingStore?.Get>("templates"); } - set { BackingStore?.Set("templates", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -78,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "jobs", n => { Jobs = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SynchronizationJob.CreateFromDiscriminatorValue)?.AsList(); } }, - { "secrets", n => { Secrets = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SynchronizationSecretKeyStringValuePair.CreateFromDiscriminatorValue)?.AsList(); } }, - { "templates", n => { Templates = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SynchronizationTemplate.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -91,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("jobs", Jobs); - writer.WriteCollectionOfObjectValues("secrets", Secrets); - writer.WriteCollectionOfObjectValues("templates", Templates); } } } diff --git a/src/Microsoft.Graph/Generated/Models/SynchronizationRule.cs b/src/Microsoft.Graph/Generated/Models/SynchronizationRule.cs deleted file mode 100644 index c548896bf04..00000000000 --- a/src/Microsoft.Graph/Generated/Models/SynchronizationRule.cs +++ /dev/null @@ -1,241 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SynchronizationRule : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The containerFilter property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ContainerFilter? ContainerFilter - { - get { return BackingStore?.Get("containerFilter"); } - set { BackingStore?.Set("containerFilter", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ContainerFilter ContainerFilter - { - get { return BackingStore?.Get("containerFilter"); } - set { BackingStore?.Set("containerFilter", value); } - } -#endif - /// true if the synchronization rule can be customized; false if this rule is read-only and shouldn't be changed. - public bool? Editable - { - get { return BackingStore?.Get("editable"); } - set { BackingStore?.Set("editable", value); } - } - /// The groupFilter property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.GroupFilter? GroupFilter - { - get { return BackingStore?.Get("groupFilter"); } - set { BackingStore?.Set("groupFilter", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.GroupFilter GroupFilter - { - get { return BackingStore?.Get("groupFilter"); } - set { BackingStore?.Set("groupFilter", value); } - } -#endif - /// Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Id - { - get { return BackingStore?.Get("id"); } - set { BackingStore?.Set("id", value); } - } -#nullable restore -#else - public string Id - { - get { return BackingStore?.Get("id"); } - set { BackingStore?.Set("id", value); } - } -#endif - /// Additional extension properties. Unless instructed explicitly by the support team, metadata values shouldn't be changed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Metadata - { - get { return BackingStore?.Get?>("metadata"); } - set { BackingStore?.Set("metadata", value); } - } -#nullable restore -#else - public List Metadata - { - get { return BackingStore?.Get>("metadata"); } - set { BackingStore?.Set("metadata", value); } - } -#endif - /// Human-readable name of the synchronization rule. Not nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// Collection of object mappings supported by the rule. Tells the synchronization engine which objects should be synchronized. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ObjectMappings - { - get { return BackingStore?.Get?>("objectMappings"); } - set { BackingStore?.Set("objectMappings", value); } - } -#nullable restore -#else - public List ObjectMappings - { - get { return BackingStore?.Get>("objectMappings"); } - set { BackingStore?.Set("objectMappings", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Priority relative to other rules in the synchronizationSchema. Rules with the lowest priority number will be processed first. - public int? Priority - { - get { return BackingStore?.Get("priority"); } - set { BackingStore?.Set("priority", value); } - } - /// Name of the source directory. Must match one of the directory definitions in synchronizationSchema. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SourceDirectoryName - { - get { return BackingStore?.Get("sourceDirectoryName"); } - set { BackingStore?.Set("sourceDirectoryName", value); } - } -#nullable restore -#else - public string SourceDirectoryName - { - get { return BackingStore?.Get("sourceDirectoryName"); } - set { BackingStore?.Set("sourceDirectoryName", value); } - } -#endif - /// Name of the target directory. Must match one of the directory definitions in synchronizationSchema. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? TargetDirectoryName - { - get { return BackingStore?.Get("targetDirectoryName"); } - set { BackingStore?.Set("targetDirectoryName", value); } - } -#nullable restore -#else - public string TargetDirectoryName - { - get { return BackingStore?.Get("targetDirectoryName"); } - set { BackingStore?.Set("targetDirectoryName", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SynchronizationRule() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.SynchronizationRule CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.SynchronizationRule(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "containerFilter", n => { ContainerFilter = n.GetObjectValue(global::Microsoft.Graph.Models.ContainerFilter.CreateFromDiscriminatorValue); } }, - { "editable", n => { Editable = n.GetBoolValue(); } }, - { "groupFilter", n => { GroupFilter = n.GetObjectValue(global::Microsoft.Graph.Models.GroupFilter.CreateFromDiscriminatorValue); } }, - { "id", n => { Id = n.GetStringValue(); } }, - { "metadata", n => { Metadata = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.StringKeyStringValuePair.CreateFromDiscriminatorValue)?.AsList(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "objectMappings", n => { ObjectMappings = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ObjectMapping.CreateFromDiscriminatorValue)?.AsList(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "priority", n => { Priority = n.GetIntValue(); } }, - { "sourceDirectoryName", n => { SourceDirectoryName = n.GetStringValue(); } }, - { "targetDirectoryName", n => { TargetDirectoryName = 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.WriteObjectValue("containerFilter", ContainerFilter); - writer.WriteBoolValue("editable", Editable); - writer.WriteObjectValue("groupFilter", GroupFilter); - writer.WriteStringValue("id", Id); - writer.WriteCollectionOfObjectValues("metadata", Metadata); - writer.WriteStringValue("name", Name); - writer.WriteCollectionOfObjectValues("objectMappings", ObjectMappings); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteIntValue("priority", Priority); - writer.WriteStringValue("sourceDirectoryName", SourceDirectoryName); - writer.WriteStringValue("targetDirectoryName", TargetDirectoryName); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/SynchronizationSchema.cs b/src/Microsoft.Graph/Generated/Models/SynchronizationSchema.cs index 29aa3a51fb5..dead8b17414 100644 --- a/src/Microsoft.Graph/Generated/Models/SynchronizationSchema.cs +++ b/src/Microsoft.Graph/Generated/Models/SynchronizationSchema.cs @@ -12,54 +12,6 @@ namespace Microsoft.Graph.Models public partial class SynchronizationSchema : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Contains the collection of directories and all of their objects. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Directories - { - get { return BackingStore?.Get?>("directories"); } - set { BackingStore?.Set("directories", value); } - } -#nullable restore -#else - public List Directories - { - get { return BackingStore?.Get>("directories"); } - set { BackingStore?.Set("directories", value); } - } -#endif - /// A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? SynchronizationRules - { - get { return BackingStore?.Get?>("synchronizationRules"); } - set { BackingStore?.Set("synchronizationRules", value); } - } -#nullable restore -#else - public List SynchronizationRules - { - get { return BackingStore?.Get>("synchronizationRules"); } - set { BackingStore?.Set("synchronizationRules", value); } - } -#endif - /// The version of the schema, updated automatically with every schema change. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Version - { - get { return BackingStore?.Get("version"); } - set { BackingStore?.Set("version", value); } - } -#nullable restore -#else - public string Version - { - get { return BackingStore?.Get("version"); } - set { BackingStore?.Set("version", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -78,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "directories", n => { Directories = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryDefinition.CreateFromDiscriminatorValue)?.AsList(); } }, - { "synchronizationRules", n => { SynchronizationRules = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.SynchronizationRule.CreateFromDiscriminatorValue)?.AsList(); } }, - { "version", n => { Version = n.GetStringValue(); } }, }; } /// @@ -91,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("directories", Directories); - writer.WriteCollectionOfObjectValues("synchronizationRules", SynchronizationRules); - writer.WriteStringValue("version", Version); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Team.cs b/src/Microsoft.Graph/Generated/Models/Team.cs index 9dcad7ba89b..55b33454a31 100644 --- a/src/Microsoft.Graph/Generated/Models/Team.cs +++ b/src/Microsoft.Graph/Generated/Models/Team.cs @@ -12,430 +12,6 @@ namespace Microsoft.Graph.Models public partial class Team : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// List of channels either hosted in or shared with the team (incoming channels). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AllChannels - { - get { return BackingStore?.Get?>("allChannels"); } - set { BackingStore?.Set("allChannels", value); } - } -#nullable restore -#else - public List AllChannels - { - get { return BackingStore?.Get>("allChannels"); } - set { BackingStore?.Set("allChannels", value); } - } -#endif - /// The collection of channels and messages associated with the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Channels - { - get { return BackingStore?.Get?>("channels"); } - set { BackingStore?.Set("channels", value); } - } -#nullable restore -#else - public List Channels - { - get { return BackingStore?.Get>("channels"); } - set { BackingStore?.Set("channels", value); } - } -#endif - /// An optional label. Typically describes the data or business sensitivity of the team. Must match one of a preconfigured set in the tenant's directory. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Classification - { - get { return BackingStore?.Get("classification"); } - set { BackingStore?.Set("classification", value); } - } -#nullable restore -#else - public string Classification - { - get { return BackingStore?.Get("classification"); } - set { BackingStore?.Set("classification", value); } - } -#endif - /// Timestamp at which the team was created. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// An optional description for the team. Maximum length: 1,024 characters. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The name of the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// The name of the first channel in the team. This is an optional property, only used during team creation and isn't returned in methods to get and list teams. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? FirstChannelName - { - get { return BackingStore?.Get("firstChannelName"); } - set { BackingStore?.Set("firstChannelName", value); } - } -#nullable restore -#else - public string FirstChannelName - { - get { return BackingStore?.Get("firstChannelName"); } - set { BackingStore?.Set("firstChannelName", value); } - } -#endif - /// Settings to configure use of Giphy, memes, and stickers in the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TeamFunSettings? FunSettings - { - get { return BackingStore?.Get("funSettings"); } - set { BackingStore?.Set("funSettings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TeamFunSettings FunSettings - { - get { return BackingStore?.Get("funSettings"); } - set { BackingStore?.Set("funSettings", value); } - } -#endif - /// The group property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Group? Group - { - get { return BackingStore?.Get("group"); } - set { BackingStore?.Set("group", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Group Group - { - get { return BackingStore?.Get("group"); } - set { BackingStore?.Set("group", value); } - } -#endif - /// Settings to configure whether guests can create, update, or delete channels in the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TeamGuestSettings? GuestSettings - { - get { return BackingStore?.Get("guestSettings"); } - set { BackingStore?.Set("guestSettings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TeamGuestSettings GuestSettings - { - get { return BackingStore?.Get("guestSettings"); } - set { BackingStore?.Set("guestSettings", value); } - } -#endif - /// List of channels shared with the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? IncomingChannels - { - get { return BackingStore?.Get?>("incomingChannels"); } - set { BackingStore?.Set("incomingChannels", value); } - } -#nullable restore -#else - public List IncomingChannels - { - get { return BackingStore?.Get>("incomingChannels"); } - set { BackingStore?.Set("incomingChannels", value); } - } -#endif - /// The apps installed in this team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? InstalledApps - { - get { return BackingStore?.Get?>("installedApps"); } - set { BackingStore?.Set("installedApps", value); } - } -#nullable restore -#else - public List InstalledApps - { - get { return BackingStore?.Get>("installedApps"); } - set { BackingStore?.Set("installedApps", value); } - } -#endif - /// A unique ID for the team that was used in a few places such as the audit log/Office 365 Management Activity API. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? InternalId - { - get { return BackingStore?.Get("internalId"); } - set { BackingStore?.Set("internalId", value); } - } -#nullable restore -#else - public string InternalId - { - get { return BackingStore?.Get("internalId"); } - set { BackingStore?.Set("internalId", value); } - } -#endif - /// Whether this team is in read-only mode. - public bool? IsArchived - { - get { return BackingStore?.Get("isArchived"); } - set { BackingStore?.Set("isArchived", value); } - } - /// Members and owners of the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Members - { - get { return BackingStore?.Get?>("members"); } - set { BackingStore?.Set("members", value); } - } -#nullable restore -#else - public List Members - { - get { return BackingStore?.Get>("members"); } - set { BackingStore?.Set("members", value); } - } -#endif - /// Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TeamMemberSettings? MemberSettings - { - get { return BackingStore?.Get("memberSettings"); } - set { BackingStore?.Set("memberSettings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TeamMemberSettings MemberSettings - { - get { return BackingStore?.Get("memberSettings"); } - set { BackingStore?.Set("memberSettings", value); } - } -#endif - /// Settings to configure messaging and mentions in the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TeamMessagingSettings? MessagingSettings - { - get { return BackingStore?.Get("messagingSettings"); } - set { BackingStore?.Set("messagingSettings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TeamMessagingSettings MessagingSettings - { - get { return BackingStore?.Get("messagingSettings"); } - set { BackingStore?.Set("messagingSettings", value); } - } -#endif - /// The async operations that ran or are running on this team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Operations - { - get { return BackingStore?.Get?>("operations"); } - set { BackingStore?.Set("operations", value); } - } -#nullable restore -#else - public List Operations - { - get { return BackingStore?.Get>("operations"); } - set { BackingStore?.Set("operations", value); } - } -#endif - /// A collection of permissions granted to apps to access the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? PermissionGrants - { - get { return BackingStore?.Get?>("permissionGrants"); } - set { BackingStore?.Set("permissionGrants", value); } - } -#nullable restore -#else - public List PermissionGrants - { - get { return BackingStore?.Get>("permissionGrants"); } - set { BackingStore?.Set("permissionGrants", value); } - } -#endif - /// The profile photo for the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ProfilePhoto? Photo - { - get { return BackingStore?.Get("photo"); } - set { BackingStore?.Set("photo", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ProfilePhoto Photo - { - get { return BackingStore?.Get("photo"); } - set { BackingStore?.Set("photo", value); } - } -#endif - /// The general channel for the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Channel? PrimaryChannel - { - get { return BackingStore?.Get("primaryChannel"); } - set { BackingStore?.Set("primaryChannel", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Channel PrimaryChannel - { - get { return BackingStore?.Get("primaryChannel"); } - set { BackingStore?.Set("primaryChannel", value); } - } -#endif - /// The schedule of shifts for this team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Schedule? Schedule - { - get { return BackingStore?.Get("schedule"); } - set { BackingStore?.Set("schedule", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Schedule Schedule - { - get { return BackingStore?.Get("schedule"); } - set { BackingStore?.Set("schedule", value); } - } -#endif - /// Optional. Indicates whether the team is intended for a particular use case. Each team specialization has access to unique behaviors and experiences targeted to its use case. - public global::Microsoft.Graph.Models.TeamSpecialization? Specialization - { - get { return BackingStore?.Get("specialization"); } - set { BackingStore?.Set("specialization", value); } - } - /// Contains summary information about the team, including number of owners, members, and guests. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TeamSummary? Summary - { - get { return BackingStore?.Get("summary"); } - set { BackingStore?.Set("summary", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TeamSummary Summary - { - get { return BackingStore?.Get("summary"); } - set { BackingStore?.Set("summary", value); } - } -#endif - /// The tags associated with the team. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Tags - { - get { return BackingStore?.Get?>("tags"); } - set { BackingStore?.Set("tags", value); } - } -#nullable restore -#else - public List Tags - { - get { return BackingStore?.Get>("tags"); } - set { BackingStore?.Set("tags", value); } - } -#endif - /// The template this team was created from. See available templates. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TeamsTemplate? Template - { - get { return BackingStore?.Get("template"); } - set { BackingStore?.Set("template", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TeamsTemplate Template - { - get { return BackingStore?.Get("template"); } - set { BackingStore?.Set("template", value); } - } -#endif - /// The ID of the Microsoft Entra tenant. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? TenantId - { - get { return BackingStore?.Get("tenantId"); } - set { BackingStore?.Set("tenantId", value); } - } -#nullable restore -#else - public string TenantId - { - get { return BackingStore?.Get("tenantId"); } - set { BackingStore?.Set("tenantId", value); } - } -#endif - /// The visibility of the group and team. Defaults to Public. - public global::Microsoft.Graph.Models.TeamVisibilityType? Visibility - { - get { return BackingStore?.Get("visibility"); } - set { BackingStore?.Set("visibility", value); } - } - /// A hyperlink that goes to the team in the Microsoft Teams client. You get this URL when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? WebUrl - { - get { return BackingStore?.Get("webUrl"); } - set { BackingStore?.Set("webUrl", value); } - } -#nullable restore -#else - public string WebUrl - { - get { return BackingStore?.Get("webUrl"); } - set { BackingStore?.Set("webUrl", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -454,35 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "allChannels", n => { AllChannels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Channel.CreateFromDiscriminatorValue)?.AsList(); } }, - { "channels", n => { Channels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Channel.CreateFromDiscriminatorValue)?.AsList(); } }, - { "classification", n => { Classification = n.GetStringValue(); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "firstChannelName", n => { FirstChannelName = n.GetStringValue(); } }, - { "funSettings", n => { FunSettings = n.GetObjectValue(global::Microsoft.Graph.Models.TeamFunSettings.CreateFromDiscriminatorValue); } }, - { "group", n => { Group = n.GetObjectValue(global::Microsoft.Graph.Models.Group.CreateFromDiscriminatorValue); } }, - { "guestSettings", n => { GuestSettings = n.GetObjectValue(global::Microsoft.Graph.Models.TeamGuestSettings.CreateFromDiscriminatorValue); } }, - { "incomingChannels", n => { IncomingChannels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Channel.CreateFromDiscriminatorValue)?.AsList(); } }, - { "installedApps", n => { InstalledApps = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TeamsAppInstallation.CreateFromDiscriminatorValue)?.AsList(); } }, - { "internalId", n => { InternalId = n.GetStringValue(); } }, - { "isArchived", n => { IsArchived = n.GetBoolValue(); } }, - { "memberSettings", n => { MemberSettings = n.GetObjectValue(global::Microsoft.Graph.Models.TeamMemberSettings.CreateFromDiscriminatorValue); } }, - { "members", n => { Members = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ConversationMember.CreateFromDiscriminatorValue)?.AsList(); } }, - { "messagingSettings", n => { MessagingSettings = n.GetObjectValue(global::Microsoft.Graph.Models.TeamMessagingSettings.CreateFromDiscriminatorValue); } }, - { "operations", n => { Operations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TeamsAsyncOperation.CreateFromDiscriminatorValue)?.AsList(); } }, - { "permissionGrants", n => { PermissionGrants = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ResourceSpecificPermissionGrant.CreateFromDiscriminatorValue)?.AsList(); } }, - { "photo", n => { Photo = n.GetObjectValue(global::Microsoft.Graph.Models.ProfilePhoto.CreateFromDiscriminatorValue); } }, - { "primaryChannel", n => { PrimaryChannel = n.GetObjectValue(global::Microsoft.Graph.Models.Channel.CreateFromDiscriminatorValue); } }, - { "schedule", n => { Schedule = n.GetObjectValue(global::Microsoft.Graph.Models.Schedule.CreateFromDiscriminatorValue); } }, - { "specialization", n => { Specialization = n.GetEnumValue(); } }, - { "summary", n => { Summary = n.GetObjectValue(global::Microsoft.Graph.Models.TeamSummary.CreateFromDiscriminatorValue); } }, - { "tags", n => { Tags = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TeamworkTag.CreateFromDiscriminatorValue)?.AsList(); } }, - { "template", n => { Template = n.GetObjectValue(global::Microsoft.Graph.Models.TeamsTemplate.CreateFromDiscriminatorValue); } }, - { "tenantId", n => { TenantId = n.GetStringValue(); } }, - { "visibility", n => { Visibility = n.GetEnumValue(); } }, - { "webUrl", n => { WebUrl = n.GetStringValue(); } }, }; } /// @@ -493,35 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("allChannels", AllChannels); - writer.WriteCollectionOfObjectValues("channels", Channels); - writer.WriteStringValue("classification", Classification); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteStringValue("firstChannelName", FirstChannelName); - writer.WriteObjectValue("funSettings", FunSettings); - writer.WriteObjectValue("group", Group); - writer.WriteObjectValue("guestSettings", GuestSettings); - writer.WriteCollectionOfObjectValues("incomingChannels", IncomingChannels); - writer.WriteCollectionOfObjectValues("installedApps", InstalledApps); - writer.WriteStringValue("internalId", InternalId); - writer.WriteBoolValue("isArchived", IsArchived); - writer.WriteCollectionOfObjectValues("members", Members); - writer.WriteObjectValue("memberSettings", MemberSettings); - writer.WriteObjectValue("messagingSettings", MessagingSettings); - writer.WriteCollectionOfObjectValues("operations", Operations); - writer.WriteCollectionOfObjectValues("permissionGrants", PermissionGrants); - writer.WriteObjectValue("photo", Photo); - writer.WriteObjectValue("primaryChannel", PrimaryChannel); - writer.WriteObjectValue("schedule", Schedule); - writer.WriteEnumValue("specialization", Specialization); - writer.WriteObjectValue("summary", Summary); - writer.WriteCollectionOfObjectValues("tags", Tags); - writer.WriteObjectValue("template", Template); - writer.WriteStringValue("tenantId", TenantId); - writer.WriteEnumValue("visibility", Visibility); - writer.WriteStringValue("webUrl", WebUrl); } } } diff --git a/src/Microsoft.Graph/Generated/Models/TeamFunSettings.cs b/src/Microsoft.Graph/Generated/Models/TeamFunSettings.cs deleted file mode 100644 index 3f5193d697c..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TeamFunSettings.cs +++ /dev/null @@ -1,113 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TeamFunSettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// If set to true, enables users to include custom memes. - public bool? AllowCustomMemes - { - get { return BackingStore?.Get("allowCustomMemes"); } - set { BackingStore?.Set("allowCustomMemes", value); } - } - /// If set to true, enables Giphy use. - public bool? AllowGiphy - { - get { return BackingStore?.Get("allowGiphy"); } - set { BackingStore?.Set("allowGiphy", value); } - } - /// If set to true, enables users to include stickers and memes. - public bool? AllowStickersAndMemes - { - get { return BackingStore?.Get("allowStickersAndMemes"); } - set { BackingStore?.Set("allowStickersAndMemes", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Giphy content rating. Possible values are: moderate, strict. - public global::Microsoft.Graph.Models.GiphyRatingType? GiphyContentRating - { - get { return BackingStore?.Get("giphyContentRating"); } - set { BackingStore?.Set("giphyContentRating", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public TeamFunSettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.TeamFunSettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.TeamFunSettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "allowCustomMemes", n => { AllowCustomMemes = n.GetBoolValue(); } }, - { "allowGiphy", n => { AllowGiphy = n.GetBoolValue(); } }, - { "allowStickersAndMemes", n => { AllowStickersAndMemes = n.GetBoolValue(); } }, - { "giphyContentRating", n => { GiphyContentRating = n.GetEnumValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("allowCustomMemes", AllowCustomMemes); - writer.WriteBoolValue("allowGiphy", AllowGiphy); - writer.WriteBoolValue("allowStickersAndMemes", AllowStickersAndMemes); - writer.WriteEnumValue("giphyContentRating", GiphyContentRating); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/TeamGuestSettings.cs b/src/Microsoft.Graph/Generated/Models/TeamGuestSettings.cs deleted file mode 100644 index 13ea2ed0e67..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TeamGuestSettings.cs +++ /dev/null @@ -1,97 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TeamGuestSettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// If set to true, guests can add and update channels. - public bool? AllowCreateUpdateChannels - { - get { return BackingStore?.Get("allowCreateUpdateChannels"); } - set { BackingStore?.Set("allowCreateUpdateChannels", value); } - } - /// If set to true, guests can delete channels. - public bool? AllowDeleteChannels - { - get { return BackingStore?.Get("allowDeleteChannels"); } - set { BackingStore?.Set("allowDeleteChannels", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public TeamGuestSettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.TeamGuestSettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.TeamGuestSettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "allowCreateUpdateChannels", n => { AllowCreateUpdateChannels = n.GetBoolValue(); } }, - { "allowDeleteChannels", n => { AllowDeleteChannels = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("allowCreateUpdateChannels", AllowCreateUpdateChannels); - writer.WriteBoolValue("allowDeleteChannels", AllowDeleteChannels); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/TeamMemberSettings.cs b/src/Microsoft.Graph/Generated/Models/TeamMemberSettings.cs deleted file mode 100644 index 556ed9612fb..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TeamMemberSettings.cs +++ /dev/null @@ -1,129 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TeamMemberSettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// If set to true, members can add and remove apps. - public bool? AllowAddRemoveApps - { - get { return BackingStore?.Get("allowAddRemoveApps"); } - set { BackingStore?.Set("allowAddRemoveApps", value); } - } - /// If set to true, members can add and update private channels. - public bool? AllowCreatePrivateChannels - { - get { return BackingStore?.Get("allowCreatePrivateChannels"); } - set { BackingStore?.Set("allowCreatePrivateChannels", value); } - } - /// If set to true, members can add and update channels. - public bool? AllowCreateUpdateChannels - { - get { return BackingStore?.Get("allowCreateUpdateChannels"); } - set { BackingStore?.Set("allowCreateUpdateChannels", value); } - } - /// If set to true, members can add, update, and remove connectors. - public bool? AllowCreateUpdateRemoveConnectors - { - get { return BackingStore?.Get("allowCreateUpdateRemoveConnectors"); } - set { BackingStore?.Set("allowCreateUpdateRemoveConnectors", value); } - } - /// If set to true, members can add, update, and remove tabs. - public bool? AllowCreateUpdateRemoveTabs - { - get { return BackingStore?.Get("allowCreateUpdateRemoveTabs"); } - set { BackingStore?.Set("allowCreateUpdateRemoveTabs", value); } - } - /// If set to true, members can delete channels. - public bool? AllowDeleteChannels - { - get { return BackingStore?.Get("allowDeleteChannels"); } - set { BackingStore?.Set("allowDeleteChannels", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public TeamMemberSettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.TeamMemberSettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.TeamMemberSettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "allowAddRemoveApps", n => { AllowAddRemoveApps = n.GetBoolValue(); } }, - { "allowCreatePrivateChannels", n => { AllowCreatePrivateChannels = n.GetBoolValue(); } }, - { "allowCreateUpdateChannels", n => { AllowCreateUpdateChannels = n.GetBoolValue(); } }, - { "allowCreateUpdateRemoveConnectors", n => { AllowCreateUpdateRemoveConnectors = n.GetBoolValue(); } }, - { "allowCreateUpdateRemoveTabs", n => { AllowCreateUpdateRemoveTabs = n.GetBoolValue(); } }, - { "allowDeleteChannels", n => { AllowDeleteChannels = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("allowAddRemoveApps", AllowAddRemoveApps); - writer.WriteBoolValue("allowCreatePrivateChannels", AllowCreatePrivateChannels); - writer.WriteBoolValue("allowCreateUpdateChannels", AllowCreateUpdateChannels); - writer.WriteBoolValue("allowCreateUpdateRemoveConnectors", AllowCreateUpdateRemoveConnectors); - writer.WriteBoolValue("allowCreateUpdateRemoveTabs", AllowCreateUpdateRemoveTabs); - writer.WriteBoolValue("allowDeleteChannels", AllowDeleteChannels); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/TeamMessagingSettings.cs b/src/Microsoft.Graph/Generated/Models/TeamMessagingSettings.cs deleted file mode 100644 index 634a144ad37..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TeamMessagingSettings.cs +++ /dev/null @@ -1,121 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TeamMessagingSettings : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// If set to true, @channel mentions are allowed. - public bool? AllowChannelMentions - { - get { return BackingStore?.Get("allowChannelMentions"); } - set { BackingStore?.Set("allowChannelMentions", value); } - } - /// If set to true, owners can delete any message. - public bool? AllowOwnerDeleteMessages - { - get { return BackingStore?.Get("allowOwnerDeleteMessages"); } - set { BackingStore?.Set("allowOwnerDeleteMessages", value); } - } - /// If set to true, @team mentions are allowed. - public bool? AllowTeamMentions - { - get { return BackingStore?.Get("allowTeamMentions"); } - set { BackingStore?.Set("allowTeamMentions", value); } - } - /// If set to true, users can delete their messages. - public bool? AllowUserDeleteMessages - { - get { return BackingStore?.Get("allowUserDeleteMessages"); } - set { BackingStore?.Set("allowUserDeleteMessages", value); } - } - /// If set to true, users can edit their messages. - public bool? AllowUserEditMessages - { - get { return BackingStore?.Get("allowUserEditMessages"); } - set { BackingStore?.Set("allowUserEditMessages", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public TeamMessagingSettings() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.TeamMessagingSettings CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.TeamMessagingSettings(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "allowChannelMentions", n => { AllowChannelMentions = n.GetBoolValue(); } }, - { "allowOwnerDeleteMessages", n => { AllowOwnerDeleteMessages = n.GetBoolValue(); } }, - { "allowTeamMentions", n => { AllowTeamMentions = n.GetBoolValue(); } }, - { "allowUserDeleteMessages", n => { AllowUserDeleteMessages = n.GetBoolValue(); } }, - { "allowUserEditMessages", n => { AllowUserEditMessages = n.GetBoolValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("allowChannelMentions", AllowChannelMentions); - writer.WriteBoolValue("allowOwnerDeleteMessages", AllowOwnerDeleteMessages); - writer.WriteBoolValue("allowTeamMentions", AllowTeamMentions); - writer.WriteBoolValue("allowUserDeleteMessages", AllowUserDeleteMessages); - writer.WriteBoolValue("allowUserEditMessages", AllowUserEditMessages); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/TeamSpecialization.cs b/src/Microsoft.Graph/Generated/Models/TeamSpecialization.cs deleted file mode 100644 index 021e0b88917..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TeamSpecialization.cs +++ /dev/null @@ -1,44 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum TeamSpecialization - #pragma warning restore CS1591 - { - [EnumMember(Value = "none")] - #pragma warning disable CS1591 - None, - #pragma warning restore CS1591 - [EnumMember(Value = "educationStandard")] - #pragma warning disable CS1591 - EducationStandard, - #pragma warning restore CS1591 - [EnumMember(Value = "educationClass")] - #pragma warning disable CS1591 - EducationClass, - #pragma warning restore CS1591 - [EnumMember(Value = "educationProfessionalLearningCommunity")] - #pragma warning disable CS1591 - EducationProfessionalLearningCommunity, - #pragma warning restore CS1591 - [EnumMember(Value = "educationStaff")] - #pragma warning disable CS1591 - EducationStaff, - #pragma warning restore CS1591 - [EnumMember(Value = "healthcareStandard")] - #pragma warning disable CS1591 - HealthcareStandard, - #pragma warning restore CS1591 - [EnumMember(Value = "healthcareCareCoordination")] - #pragma warning disable CS1591 - HealthcareCareCoordination, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/TeamSummary.cs b/src/Microsoft.Graph/Generated/Models/TeamSummary.cs deleted file mode 100644 index 09fb35326de..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TeamSummary.cs +++ /dev/null @@ -1,105 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TeamSummary : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Count of guests in a team. - public int? GuestsCount - { - get { return BackingStore?.Get("guestsCount"); } - set { BackingStore?.Set("guestsCount", value); } - } - /// Count of members in a team. - public int? MembersCount - { - get { return BackingStore?.Get("membersCount"); } - set { BackingStore?.Set("membersCount", value); } - } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Count of owners in a team. - public int? OwnersCount - { - get { return BackingStore?.Get("ownersCount"); } - set { BackingStore?.Set("ownersCount", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TeamSummary() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.TeamSummary CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.TeamSummary(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "guestsCount", n => { GuestsCount = n.GetIntValue(); } }, - { "membersCount", n => { MembersCount = n.GetIntValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "ownersCount", n => { OwnersCount = n.GetIntValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteIntValue("guestsCount", GuestsCount); - writer.WriteIntValue("membersCount", MembersCount); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteIntValue("ownersCount", OwnersCount); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/TeamsLicensingDetails.cs b/src/Microsoft.Graph/Generated/Models/TeamsLicensingDetails.cs index 90db7e4e9e3..c5f7e8b2de9 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamsLicensingDetails.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamsLicensingDetails.cs @@ -12,12 +12,6 @@ namespace Microsoft.Graph.Models public partial class TeamsLicensingDetails : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Indicates whether the user has a valid license to use Microsoft Teams. - public bool? HasTeamsLicense - { - get { return BackingStore?.Get("hasTeamsLicense"); } - set { BackingStore?.Set("hasTeamsLicense", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -36,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "hasTeamsLicense", n => { HasTeamsLicense = n.GetBoolValue(); } }, }; } /// @@ -47,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteBoolValue("hasTeamsLicense", HasTeamsLicense); } } } diff --git a/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentity.cs b/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentity.cs index 662c20f5936..c5c00ad110e 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentity.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentity.cs @@ -12,19 +12,6 @@ namespace Microsoft.Graph.Models public partial class TeamworkConversationIdentity : global::Microsoft.Graph.Models.Identity, IParsable #pragma warning restore CS1591 { - /// Type of conversation. Possible values are: team, channel, chat, and unknownFutureValue. - public global::Microsoft.Graph.Models.TeamworkConversationIdentityType? ConversationIdentityType - { - get { return BackingStore?.Get("conversationIdentityType"); } - set { BackingStore?.Set("conversationIdentityType", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TeamworkConversationIdentity() : base() - { - OdataType = "#microsoft.graph.teamworkConversationIdentity"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -43,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "conversationIdentityType", n => { ConversationIdentityType = n.GetEnumValue(); } }, }; } /// @@ -54,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteEnumValue("conversationIdentityType", ConversationIdentityType); } } } diff --git a/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentityType.cs b/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentityType.cs deleted file mode 100644 index ccde29cf670..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentityType.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum TeamworkConversationIdentityType - #pragma warning restore CS1591 - { - [EnumMember(Value = "team")] - #pragma warning disable CS1591 - Team, - #pragma warning restore CS1591 - [EnumMember(Value = "channel")] - #pragma warning disable CS1591 - Channel, - #pragma warning restore CS1591 - [EnumMember(Value = "chat")] - #pragma warning disable CS1591 - Chat, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/TeamworkTagIdentity.cs b/src/Microsoft.Graph/Generated/Models/TeamworkTagIdentity.cs index dbc97ffe99a..e6e0f88b3c9 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamworkTagIdentity.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamworkTagIdentity.cs @@ -12,13 +12,6 @@ namespace Microsoft.Graph.Models public partial class TeamworkTagIdentity : global::Microsoft.Graph.Models.Identity, IParsable #pragma warning restore CS1591 { - /// - /// Instantiates a new and sets the default values. - /// - public TeamworkTagIdentity() : base() - { - OdataType = "#microsoft.graph.teamworkTagIdentity"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// diff --git a/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedDescription.cs b/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedDescription.cs deleted file mode 100644 index 9134a7bde3c..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedDescription.cs +++ /dev/null @@ -1,117 +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.Models.TermStore -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class LocalizedDescription : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The description in the localized language. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The language tag for the label. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LanguageTag - { - get { return BackingStore?.Get("languageTag"); } - set { BackingStore?.Set("languageTag", value); } - } -#nullable restore -#else - public string LanguageTag - { - get { return BackingStore?.Get("languageTag"); } - set { BackingStore?.Set("languageTag", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public LocalizedDescription() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.TermStore.LocalizedDescription CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.TermStore.LocalizedDescription(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "description", n => { Description = n.GetStringValue(); } }, - { "languageTag", n => { LanguageTag = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = 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("description", Description); - writer.WriteStringValue("languageTag", LanguageTag); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedLabel.cs b/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedLabel.cs deleted file mode 100644 index 99e120a9674..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedLabel.cs +++ /dev/null @@ -1,125 +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.Models.TermStore -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class LocalizedLabel : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Indicates whether the label is the default label. - public bool? IsDefault - { - get { return BackingStore?.Get("isDefault"); } - set { BackingStore?.Set("isDefault", value); } - } - /// The language tag for the label. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LanguageTag - { - get { return BackingStore?.Get("languageTag"); } - set { BackingStore?.Set("languageTag", value); } - } -#nullable restore -#else - public string LanguageTag - { - get { return BackingStore?.Get("languageTag"); } - set { BackingStore?.Set("languageTag", value); } - } -#endif - /// The name of the label. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public LocalizedLabel() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.TermStore.LocalizedLabel CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.TermStore.LocalizedLabel(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "isDefault", n => { IsDefault = n.GetBoolValue(); } }, - { "languageTag", n => { LanguageTag = n.GetStringValue(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = 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.WriteBoolValue("isDefault", IsDefault); - writer.WriteStringValue("languageTag", LanguageTag); - writer.WriteStringValue("name", Name); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedName.cs b/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedName.cs deleted file mode 100644 index dfeecf2bb4c..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TermStore/LocalizedName.cs +++ /dev/null @@ -1,117 +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.Models.TermStore -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class LocalizedName : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The language tag for the label. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LanguageTag - { - get { return BackingStore?.Get("languageTag"); } - set { BackingStore?.Set("languageTag", value); } - } -#nullable restore -#else - public string LanguageTag - { - get { return BackingStore?.Get("languageTag"); } - set { BackingStore?.Set("languageTag", value); } - } -#endif - /// The name in the localized language. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public LocalizedName() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.TermStore.LocalizedName CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.TermStore.LocalizedName(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "languageTag", n => { LanguageTag = n.GetStringValue(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = 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("languageTag", LanguageTag); - writer.WriteStringValue("name", Name); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/TermStore/Set.cs b/src/Microsoft.Graph/Generated/Models/TermStore/Set.cs index 56571250974..14102dbb844 100644 --- a/src/Microsoft.Graph/Generated/Models/TermStore/Set.cs +++ b/src/Microsoft.Graph/Generated/Models/TermStore/Set.cs @@ -12,124 +12,6 @@ namespace Microsoft.Graph.Models.TermStore public partial class Set : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Children terms of set in term [store]. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Children - { - get { return BackingStore?.Get?>("children"); } - set { BackingStore?.Set("children", value); } - } -#nullable restore -#else - public List Children - { - get { return BackingStore?.Get>("children"); } - set { BackingStore?.Set("children", value); } - } -#endif - /// Date and time of set creation. Read-only. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// Description that gives details on the term usage. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// Name of the set for each languageTag. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? LocalizedNames - { - get { return BackingStore?.Get?>("localizedNames"); } - set { BackingStore?.Set("localizedNames", value); } - } -#nullable restore -#else - public List LocalizedNames - { - get { return BackingStore?.Get>("localizedNames"); } - set { BackingStore?.Set("localizedNames", value); } - } -#endif - /// The parentGroup property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TermStore.Group? ParentGroup - { - get { return BackingStore?.Get("parentGroup"); } - set { BackingStore?.Set("parentGroup", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TermStore.Group ParentGroup - { - get { return BackingStore?.Get("parentGroup"); } - set { BackingStore?.Set("parentGroup", value); } - } -#endif - /// Custom properties for the set. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Properties - { - get { return BackingStore?.Get?>("properties"); } - set { BackingStore?.Set("properties", value); } - } -#nullable restore -#else - public List Properties - { - get { return BackingStore?.Get>("properties"); } - set { BackingStore?.Set("properties", value); } - } -#endif - /// Indicates which terms have been pinned or reused directly under the set. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Relations - { - get { return BackingStore?.Get?>("relations"); } - set { BackingStore?.Set("relations", value); } - } -#nullable restore -#else - public List Relations - { - get { return BackingStore?.Get>("relations"); } - set { BackingStore?.Set("relations", value); } - } -#endif - /// All the terms under the set. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Terms - { - get { return BackingStore?.Get?>("terms"); } - set { BackingStore?.Set("terms", value); } - } -#nullable restore -#else - public List Terms - { - get { return BackingStore?.Get>("terms"); } - set { BackingStore?.Set("terms", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -148,14 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "children", n => { Children = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.Term.CreateFromDiscriminatorValue)?.AsList(); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "description", n => { Description = n.GetStringValue(); } }, - { "localizedNames", n => { LocalizedNames = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.LocalizedName.CreateFromDiscriminatorValue)?.AsList(); } }, - { "parentGroup", n => { ParentGroup = n.GetObjectValue(global::Microsoft.Graph.Models.TermStore.Group.CreateFromDiscriminatorValue); } }, - { "properties", n => { Properties = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.KeyValue.CreateFromDiscriminatorValue)?.AsList(); } }, - { "relations", n => { Relations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.Relation.CreateFromDiscriminatorValue)?.AsList(); } }, - { "terms", n => { Terms = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.Term.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -166,14 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("children", Children); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteStringValue("description", Description); - writer.WriteCollectionOfObjectValues("localizedNames", LocalizedNames); - writer.WriteObjectValue("parentGroup", ParentGroup); - writer.WriteCollectionOfObjectValues("properties", Properties); - writer.WriteCollectionOfObjectValues("relations", Relations); - writer.WriteCollectionOfObjectValues("terms", Terms); } } } diff --git a/src/Microsoft.Graph/Generated/Models/TermStore/Store.cs b/src/Microsoft.Graph/Generated/Models/TermStore/Store.cs index 22bca39d0ca..3124f73cca1 100644 --- a/src/Microsoft.Graph/Generated/Models/TermStore/Store.cs +++ b/src/Microsoft.Graph/Generated/Models/TermStore/Store.cs @@ -12,70 +12,6 @@ namespace Microsoft.Graph.Models.TermStore public partial class Store : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Default language of the term store. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DefaultLanguageTag - { - get { return BackingStore?.Get("defaultLanguageTag"); } - set { BackingStore?.Set("defaultLanguageTag", value); } - } -#nullable restore -#else - public string DefaultLanguageTag - { - get { return BackingStore?.Get("defaultLanguageTag"); } - set { BackingStore?.Set("defaultLanguageTag", value); } - } -#endif - /// Collection of all groups available in the term store. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Groups - { - get { return BackingStore?.Get?>("groups"); } - set { BackingStore?.Set("groups", value); } - } -#nullable restore -#else - public List Groups - { - get { return BackingStore?.Get>("groups"); } - set { BackingStore?.Set("groups", value); } - } -#endif - /// List of languages for the term store. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? LanguageTags - { - get { return BackingStore?.Get?>("languageTags"); } - set { BackingStore?.Set("languageTags", value); } - } -#nullable restore -#else - public List LanguageTags - { - get { return BackingStore?.Get>("languageTags"); } - set { BackingStore?.Set("languageTags", value); } - } -#endif - /// Collection of all sets available in the term store. This relationship can only be used to load a specific term set. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Sets - { - get { return BackingStore?.Get?>("sets"); } - set { BackingStore?.Set("sets", value); } - } -#nullable restore -#else - public List Sets - { - get { return BackingStore?.Get>("sets"); } - set { BackingStore?.Set("sets", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -94,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "defaultLanguageTag", n => { DefaultLanguageTag = n.GetStringValue(); } }, - { "groups", n => { Groups = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.Group.CreateFromDiscriminatorValue)?.AsList(); } }, - { "languageTags", n => { LanguageTags = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "sets", n => { Sets = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.Set.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -108,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("defaultLanguageTag", DefaultLanguageTag); - writer.WriteCollectionOfObjectValues("groups", Groups); - writer.WriteCollectionOfPrimitiveValues("languageTags", LanguageTags); - writer.WriteCollectionOfObjectValues("sets", Sets); } } } diff --git a/src/Microsoft.Graph/Generated/Models/TermStore/Term.cs b/src/Microsoft.Graph/Generated/Models/TermStore/Term.cs index 9fafbf20432..377f81ed9ac 100644 --- a/src/Microsoft.Graph/Generated/Models/TermStore/Term.cs +++ b/src/Microsoft.Graph/Generated/Models/TermStore/Term.cs @@ -12,114 +12,6 @@ namespace Microsoft.Graph.Models.TermStore public partial class Term : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Children of current term. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Children - { - get { return BackingStore?.Get?>("children"); } - set { BackingStore?.Set("children", value); } - } -#nullable restore -#else - public List Children - { - get { return BackingStore?.Get>("children"); } - set { BackingStore?.Set("children", value); } - } -#endif - /// Date and time of term creation. Read-only. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// Description about term that is dependent on the languageTag. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Descriptions - { - get { return BackingStore?.Get?>("descriptions"); } - set { BackingStore?.Set("descriptions", value); } - } -#nullable restore -#else - public List Descriptions - { - get { return BackingStore?.Get>("descriptions"); } - set { BackingStore?.Set("descriptions", value); } - } -#endif - /// Label metadata for a term. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Labels - { - get { return BackingStore?.Get?>("labels"); } - set { BackingStore?.Set("labels", value); } - } -#nullable restore -#else - public List Labels - { - get { return BackingStore?.Get>("labels"); } - set { BackingStore?.Set("labels", value); } - } -#endif - /// Last date and time of term modification. Read-only. - public DateTimeOffset? LastModifiedDateTime - { - get { return BackingStore?.Get("lastModifiedDateTime"); } - set { BackingStore?.Set("lastModifiedDateTime", value); } - } - /// Collection of properties on the term. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Properties - { - get { return BackingStore?.Get?>("properties"); } - set { BackingStore?.Set("properties", value); } - } -#nullable restore -#else - public List Properties - { - get { return BackingStore?.Get>("properties"); } - set { BackingStore?.Set("properties", value); } - } -#endif - /// To indicate which terms are related to the current term as either pinned or reused. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Relations - { - get { return BackingStore?.Get?>("relations"); } - set { BackingStore?.Set("relations", value); } - } -#nullable restore -#else - public List Relations - { - get { return BackingStore?.Get>("relations"); } - set { BackingStore?.Set("relations", value); } - } -#endif - /// The [set] in which the term is created. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TermStore.Set? Set - { - get { return BackingStore?.Get("set"); } - set { BackingStore?.Set("set", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TermStore.Set Set - { - get { return BackingStore?.Get("set"); } - set { BackingStore?.Set("set", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -138,14 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "children", n => { Children = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.Term.CreateFromDiscriminatorValue)?.AsList(); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "descriptions", n => { Descriptions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.LocalizedDescription.CreateFromDiscriminatorValue)?.AsList(); } }, - { "labels", n => { Labels = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.LocalizedLabel.CreateFromDiscriminatorValue)?.AsList(); } }, - { "lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } }, - { "properties", n => { Properties = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.KeyValue.CreateFromDiscriminatorValue)?.AsList(); } }, - { "relations", n => { Relations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TermStore.Relation.CreateFromDiscriminatorValue)?.AsList(); } }, - { "set", n => { Set = n.GetObjectValue(global::Microsoft.Graph.Models.TermStore.Set.CreateFromDiscriminatorValue); } }, }; } /// @@ -156,14 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("children", Children); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteCollectionOfObjectValues("descriptions", Descriptions); - writer.WriteCollectionOfObjectValues("labels", Labels); - writer.WriteDateTimeOffsetValue("lastModifiedDateTime", LastModifiedDateTime); - writer.WriteCollectionOfObjectValues("properties", Properties); - writer.WriteCollectionOfObjectValues("relations", Relations); - writer.WriteObjectValue("set", Set); } } } diff --git a/src/Microsoft.Graph/Generated/Models/TermsOfUseContainer.cs b/src/Microsoft.Graph/Generated/Models/TermsOfUseContainer.cs index 55b479c5d6f..89cc9ff80ac 100644 --- a/src/Microsoft.Graph/Generated/Models/TermsOfUseContainer.cs +++ b/src/Microsoft.Graph/Generated/Models/TermsOfUseContainer.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class TermsOfUseContainer : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the current status of a user's response to a company's customizable terms of use agreement. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AgreementAcceptances - { - get { return BackingStore?.Get?>("agreementAcceptances"); } - set { BackingStore?.Set("agreementAcceptances", value); } - } -#nullable restore -#else - public List AgreementAcceptances - { - get { return BackingStore?.Get>("agreementAcceptances"); } - set { BackingStore?.Set("agreementAcceptances", value); } - } -#endif - /// Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID Governance. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Agreements - { - get { return BackingStore?.Get?>("agreements"); } - set { BackingStore?.Set("agreements", value); } - } -#nullable restore -#else - public List Agreements - { - get { return BackingStore?.Get>("agreements"); } - set { BackingStore?.Set("agreements", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "agreementAcceptances", n => { AgreementAcceptances = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AgreementAcceptance.CreateFromDiscriminatorValue)?.AsList(); } }, - { "agreements", n => { Agreements = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Agreement.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("agreementAcceptances", AgreementAcceptances); - writer.WriteCollectionOfObjectValues("agreements", Agreements); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Training.cs b/src/Microsoft.Graph/Generated/Models/Training.cs index 647b6baa757..2ddbd417cbb 100644 --- a/src/Microsoft.Graph/Generated/Models/Training.cs +++ b/src/Microsoft.Graph/Generated/Models/Training.cs @@ -12,160 +12,6 @@ namespace Microsoft.Graph.Models public partial class Training : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Training availability status. Possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue. - public global::Microsoft.Graph.Models.TrainingAvailabilityStatus? AvailabilityStatus - { - get { return BackingStore?.Get("availabilityStatus"); } - set { BackingStore?.Set("availabilityStatus", value); } - } - /// Identity of the user who created the training. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EmailIdentity? CreatedBy - { - get { return BackingStore?.Get("createdBy"); } - set { BackingStore?.Set("createdBy", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EmailIdentity CreatedBy - { - get { return BackingStore?.Get("createdBy"); } - set { BackingStore?.Set("createdBy", value); } - } -#endif - /// Date and time when the training 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. - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// The description for the training. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The display name for the training. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Training duration. - public int? DurationInMinutes - { - get { return BackingStore?.Get("durationInMinutes"); } - set { BackingStore?.Set("durationInMinutes", value); } - } - /// Indicates whether the training has any evaluation. - public bool? HasEvaluation - { - get { return BackingStore?.Get("hasEvaluation"); } - set { BackingStore?.Set("hasEvaluation", value); } - } - /// Language specific details on a training. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? LanguageDetails - { - get { return BackingStore?.Get?>("languageDetails"); } - set { BackingStore?.Set("languageDetails", value); } - } -#nullable restore -#else - public List LanguageDetails - { - get { return BackingStore?.Get>("languageDetails"); } - set { BackingStore?.Set("languageDetails", value); } - } -#endif - /// Identity of the user who last modified the training. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EmailIdentity? LastModifiedBy - { - get { return BackingStore?.Get("lastModifiedBy"); } - set { BackingStore?.Set("lastModifiedBy", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EmailIdentity LastModifiedBy - { - get { return BackingStore?.Get("lastModifiedBy"); } - set { BackingStore?.Set("lastModifiedBy", value); } - } -#endif - /// Date and time when the training was last modified. 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. - public DateTimeOffset? LastModifiedDateTime - { - get { return BackingStore?.Get("lastModifiedDateTime"); } - set { BackingStore?.Set("lastModifiedDateTime", value); } - } - /// Training content source. Possible values are: unknown, global, tenant, unknownFutureValue. - public global::Microsoft.Graph.Models.SimulationContentSource? Source - { - get { return BackingStore?.Get("source"); } - set { BackingStore?.Set("source", value); } - } - /// Supported locales for content for the associated training. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? SupportedLocales - { - get { return BackingStore?.Get?>("supportedLocales"); } - set { BackingStore?.Set("supportedLocales", value); } - } -#nullable restore -#else - public List SupportedLocales - { - get { return BackingStore?.Get>("supportedLocales"); } - set { BackingStore?.Set("supportedLocales", value); } - } -#endif - /// Training tags. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Tags - { - get { return BackingStore?.Get?>("tags"); } - set { BackingStore?.Set("tags", value); } - } -#nullable restore -#else - public List Tags - { - get { return BackingStore?.Get>("tags"); } - set { BackingStore?.Set("tags", value); } - } -#endif - /// The type of training. Possible values are: unknown, phishing, unknownFutureValue. - public global::Microsoft.Graph.Models.TrainingType? Type - { - get { return BackingStore?.Get("type"); } - set { BackingStore?.Set("type", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -184,20 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "availabilityStatus", n => { AvailabilityStatus = n.GetEnumValue(); } }, - { "createdBy", n => { CreatedBy = n.GetObjectValue(global::Microsoft.Graph.Models.EmailIdentity.CreateFromDiscriminatorValue); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "durationInMinutes", n => { DurationInMinutes = n.GetIntValue(); } }, - { "hasEvaluation", n => { HasEvaluation = n.GetBoolValue(); } }, - { "languageDetails", n => { LanguageDetails = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TrainingLanguageDetail.CreateFromDiscriminatorValue)?.AsList(); } }, - { "lastModifiedBy", n => { LastModifiedBy = n.GetObjectValue(global::Microsoft.Graph.Models.EmailIdentity.CreateFromDiscriminatorValue); } }, - { "lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } }, - { "source", n => { Source = n.GetEnumValue(); } }, - { "supportedLocales", n => { SupportedLocales = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "tags", n => { Tags = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "type", n => { Type = n.GetEnumValue(); } }, }; } /// @@ -208,20 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteEnumValue("availabilityStatus", AvailabilityStatus); - writer.WriteObjectValue("createdBy", CreatedBy); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteIntValue("durationInMinutes", DurationInMinutes); - writer.WriteBoolValue("hasEvaluation", HasEvaluation); - writer.WriteCollectionOfObjectValues("languageDetails", LanguageDetails); - writer.WriteObjectValue("lastModifiedBy", LastModifiedBy); - writer.WriteDateTimeOffsetValue("lastModifiedDateTime", LastModifiedDateTime); - writer.WriteEnumValue("source", Source); - writer.WriteCollectionOfPrimitiveValues("supportedLocales", SupportedLocales); - writer.WriteCollectionOfPrimitiveValues("tags", Tags); - writer.WriteEnumValue("type", Type); } } } diff --git a/src/Microsoft.Graph/Generated/Models/TrainingAssignedTo.cs b/src/Microsoft.Graph/Generated/Models/TrainingAssignedTo.cs deleted file mode 100644 index bacb863ea14..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TrainingAssignedTo.cs +++ /dev/null @@ -1,44 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum TrainingAssignedTo - #pragma warning restore CS1591 - { - [EnumMember(Value = "none")] - #pragma warning disable CS1591 - None, - #pragma warning restore CS1591 - [EnumMember(Value = "allUsers")] - #pragma warning disable CS1591 - AllUsers, - #pragma warning restore CS1591 - [EnumMember(Value = "clickedPayload")] - #pragma warning disable CS1591 - ClickedPayload, - #pragma warning restore CS1591 - [EnumMember(Value = "compromised")] - #pragma warning disable CS1591 - Compromised, - #pragma warning restore CS1591 - [EnumMember(Value = "reportedPhish")] - #pragma warning disable CS1591 - ReportedPhish, - #pragma warning restore CS1591 - [EnumMember(Value = "readButNotClicked")] - #pragma warning disable CS1591 - ReadButNotClicked, - #pragma warning restore CS1591 - [EnumMember(Value = "didNothing")] - #pragma warning disable CS1591 - DidNothing, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/TrainingAvailabilityStatus.cs b/src/Microsoft.Graph/Generated/Models/TrainingAvailabilityStatus.cs deleted file mode 100644 index 0f10aa160fe..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TrainingAvailabilityStatus.cs +++ /dev/null @@ -1,36 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum TrainingAvailabilityStatus - #pragma warning restore CS1591 - { - [EnumMember(Value = "unknown")] - #pragma warning disable CS1591 - Unknown, - #pragma warning restore CS1591 - [EnumMember(Value = "notAvailable")] - #pragma warning disable CS1591 - NotAvailable, - #pragma warning restore CS1591 - [EnumMember(Value = "available")] - #pragma warning disable CS1591 - Available, - #pragma warning restore CS1591 - [EnumMember(Value = "archive")] - #pragma warning disable CS1591 - Archive, - #pragma warning restore CS1591 - [EnumMember(Value = "delete")] - #pragma warning disable CS1591 - Delete, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/TrainingType.cs b/src/Microsoft.Graph/Generated/Models/TrainingType.cs deleted file mode 100644 index 11567e37eba..00000000000 --- a/src/Microsoft.Graph/Generated/Models/TrainingType.cs +++ /dev/null @@ -1,24 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum TrainingType - #pragma warning restore CS1591 - { - [EnumMember(Value = "unknown")] - #pragma warning disable CS1591 - Unknown, - #pragma warning restore CS1591 - [EnumMember(Value = "phishing")] - #pragma warning disable CS1591 - Phishing, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/UnifiedRoleDefinition.cs b/src/Microsoft.Graph/Generated/Models/UnifiedRoleDefinition.cs index 7bba7bb46e9..85ebcb66216 100644 --- a/src/Microsoft.Graph/Generated/Models/UnifiedRoleDefinition.cs +++ b/src/Microsoft.Graph/Generated/Models/UnifiedRoleDefinition.cs @@ -12,130 +12,6 @@ namespace Microsoft.Graph.Models public partial class UnifiedRoleDefinition : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The description for the unifiedRoleDefinition. Read-only when isBuiltIn is true. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#nullable restore -#else - public string Description - { - get { return BackingStore?.Get("description"); } - set { BackingStore?.Set("description", value); } - } -#endif - /// The display name for the unifiedRoleDefinition. Read-only when isBuiltIn is true. Required. Supports $filter (eq, in). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? InheritsPermissionsFrom - { - get { return BackingStore?.Get?>("inheritsPermissionsFrom"); } - set { BackingStore?.Set("inheritsPermissionsFrom", value); } - } -#nullable restore -#else - public List InheritsPermissionsFrom - { - get { return BackingStore?.Get>("inheritsPermissionsFrom"); } - set { BackingStore?.Set("inheritsPermissionsFrom", value); } - } -#endif - /// Flag indicating whether the role definition is part of the default set included in Microsoft Entra or a custom definition. Read-only. Supports $filter (eq, in). - public bool? IsBuiltIn - { - get { return BackingStore?.Get("isBuiltIn"); } - set { BackingStore?.Set("isBuiltIn", value); } - } - /// Flag indicating whether the role is enabled for assignment. If false the role is not available for assignment. Read-only when isBuiltIn is true. - public bool? IsEnabled - { - get { return BackingStore?.Get("isEnabled"); } - set { BackingStore?.Set("isEnabled", value); } - } - /// List of the scopes or permissions the role definition applies to. Currently only / is supported. Read-only when isBuiltIn is true. DO NOT USE. This will be deprecated soon. Attach scope to role assignment. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ResourceScopes - { - get { return BackingStore?.Get?>("resourceScopes"); } - set { BackingStore?.Set("resourceScopes", value); } - } -#nullable restore -#else - public List ResourceScopes - { - get { return BackingStore?.Get>("resourceScopes"); } - set { BackingStore?.Set("resourceScopes", value); } - } -#endif - /// List of permissions included in the role. Read-only when isBuiltIn is true. Required. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RolePermissions - { - get { return BackingStore?.Get?>("rolePermissions"); } - set { BackingStore?.Set("rolePermissions", value); } - } -#nullable restore -#else - public List RolePermissions - { - get { return BackingStore?.Get>("rolePermissions"); } - set { BackingStore?.Set("rolePermissions", value); } - } -#endif - /// Custom template identifier that can be set when isBuiltIn is false but is read-only when isBuiltIn is true. This identifier is typically used if one needs an identifier to be the same across different directories. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? TemplateId - { - get { return BackingStore?.Get("templateId"); } - set { BackingStore?.Set("templateId", value); } - } -#nullable restore -#else - public string TemplateId - { - get { return BackingStore?.Get("templateId"); } - set { BackingStore?.Set("templateId", value); } - } -#endif - /// Indicates version of the role definition. Read-only when isBuiltIn is true. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Version - { - get { return BackingStore?.Get("version"); } - set { BackingStore?.Set("version", value); } - } -#nullable restore -#else - public string Version - { - get { return BackingStore?.Get("version"); } - set { BackingStore?.Set("version", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -154,15 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "description", n => { Description = n.GetStringValue(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "inheritsPermissionsFrom", n => { InheritsPermissionsFrom = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.UnifiedRoleDefinition.CreateFromDiscriminatorValue)?.AsList(); } }, - { "isBuiltIn", n => { IsBuiltIn = n.GetBoolValue(); } }, - { "isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, - { "resourceScopes", n => { ResourceScopes = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "rolePermissions", n => { RolePermissions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.UnifiedRolePermission.CreateFromDiscriminatorValue)?.AsList(); } }, - { "templateId", n => { TemplateId = n.GetStringValue(); } }, - { "version", n => { Version = n.GetStringValue(); } }, }; } /// @@ -173,15 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("description", Description); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteCollectionOfObjectValues("inheritsPermissionsFrom", InheritsPermissionsFrom); - writer.WriteBoolValue("isBuiltIn", IsBuiltIn); - writer.WriteBoolValue("isEnabled", IsEnabled); - writer.WriteCollectionOfPrimitiveValues("resourceScopes", ResourceScopes); - writer.WriteCollectionOfObjectValues("rolePermissions", RolePermissions); - writer.WriteStringValue("templateId", TemplateId); - writer.WriteStringValue("version", Version); } } } diff --git a/src/Microsoft.Graph/Generated/Models/UnifiedRoleEligibilitySchedule.cs b/src/Microsoft.Graph/Generated/Models/UnifiedRoleEligibilitySchedule.cs index 7d3cebf879c..9f61b0c9279 100644 --- a/src/Microsoft.Graph/Generated/Models/UnifiedRoleEligibilitySchedule.cs +++ b/src/Microsoft.Graph/Generated/Models/UnifiedRoleEligibilitySchedule.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class UnifiedRoleEligibilitySchedule : global::Microsoft.Graph.Models.UnifiedRoleScheduleBase, IParsable #pragma warning restore CS1591 { - /// How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? MemberType - { - get { return BackingStore?.Get("memberType"); } - set { BackingStore?.Set("memberType", value); } - } -#nullable restore -#else - public string MemberType - { - get { return BackingStore?.Get("memberType"); } - set { BackingStore?.Set("memberType", value); } - } -#endif - /// The period of the role eligibility. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.RequestSchedule? ScheduleInfo - { - get { return BackingStore?.Get("scheduleInfo"); } - set { BackingStore?.Set("scheduleInfo", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.RequestSchedule ScheduleInfo - { - get { return BackingStore?.Get("scheduleInfo"); } - set { BackingStore?.Set("scheduleInfo", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "memberType", n => { MemberType = n.GetStringValue(); } }, - { "scheduleInfo", n => { ScheduleInfo = n.GetObjectValue(global::Microsoft.Graph.Models.RequestSchedule.CreateFromDiscriminatorValue); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("memberType", MemberType); - writer.WriteObjectValue("scheduleInfo", ScheduleInfo); } } } diff --git a/src/Microsoft.Graph/Generated/Models/UnifiedRoleEligibilityScheduleInstance.cs b/src/Microsoft.Graph/Generated/Models/UnifiedRoleEligibilityScheduleInstance.cs index a70f9cb166c..734f78eaaf1 100644 --- a/src/Microsoft.Graph/Generated/Models/UnifiedRoleEligibilityScheduleInstance.cs +++ b/src/Microsoft.Graph/Generated/Models/UnifiedRoleEligibilityScheduleInstance.cs @@ -12,50 +12,6 @@ namespace Microsoft.Graph.Models public partial class UnifiedRoleEligibilityScheduleInstance : global::Microsoft.Graph.Models.UnifiedRoleScheduleInstanceBase, IParsable #pragma warning restore CS1591 { - /// The end date of the schedule instance. - public DateTimeOffset? EndDateTime - { - get { return BackingStore?.Get("endDateTime"); } - set { BackingStore?.Set("endDateTime", value); } - } - /// How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? MemberType - { - get { return BackingStore?.Get("memberType"); } - set { BackingStore?.Set("memberType", value); } - } -#nullable restore -#else - public string MemberType - { - get { return BackingStore?.Get("memberType"); } - set { BackingStore?.Set("memberType", value); } - } -#endif - /// The identifier of the unifiedRoleEligibilitySchedule object from which this instance was created. Supports $filter (eq, ne). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? RoleEligibilityScheduleId - { - get { return BackingStore?.Get("roleEligibilityScheduleId"); } - set { BackingStore?.Set("roleEligibilityScheduleId", value); } - } -#nullable restore -#else - public string RoleEligibilityScheduleId - { - get { return BackingStore?.Get("roleEligibilityScheduleId"); } - set { BackingStore?.Set("roleEligibilityScheduleId", value); } - } -#endif - /// When this instance starts. - public DateTimeOffset? StartDateTime - { - get { return BackingStore?.Get("startDateTime"); } - set { BackingStore?.Set("startDateTime", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -74,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "endDateTime", n => { EndDateTime = n.GetDateTimeOffsetValue(); } }, - { "memberType", n => { MemberType = n.GetStringValue(); } }, - { "roleEligibilityScheduleId", n => { RoleEligibilityScheduleId = n.GetStringValue(); } }, - { "startDateTime", n => { StartDateTime = n.GetDateTimeOffsetValue(); } }, }; } /// @@ -88,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteDateTimeOffsetValue("endDateTime", EndDateTime); - writer.WriteStringValue("memberType", MemberType); - writer.WriteStringValue("roleEligibilityScheduleId", RoleEligibilityScheduleId); - writer.WriteDateTimeOffsetValue("startDateTime", StartDateTime); } } } diff --git a/src/Microsoft.Graph/Generated/Models/UnifiedRoleManagementPolicyRuleTarget.cs b/src/Microsoft.Graph/Generated/Models/UnifiedRoleManagementPolicyRuleTarget.cs index 1b1bbffb9f2..8d5fb72a75d 100644 --- a/src/Microsoft.Graph/Generated/Models/UnifiedRoleManagementPolicyRuleTarget.cs +++ b/src/Microsoft.Graph/Generated/Models/UnifiedRoleManagementPolicyRuleTarget.cs @@ -104,16 +104,16 @@ public string OdataType /// The role management operations that are the target of the policy rule. Allowed values are: All, Activate, Deactivate, Assign, Update, Remove, Extend, Renew. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? Operations + public List? Operations { - get { return BackingStore?.Get?>("operations"); } + get { return BackingStore?.Get?>("operations"); } set { BackingStore?.Set("operations", value); } } #nullable restore #else - public List Operations + public List Operations { - get { return BackingStore?.Get>("operations"); } + get { return BackingStore?.Get>("operations"); } set { BackingStore?.Set("operations", value); } } #endif @@ -164,7 +164,7 @@ public virtual IDictionary> GetFieldDeserializers() { "inheritableSettings", n => { InheritableSettings = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "level", n => { Level = n.GetStringValue(); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "operations", n => { Operations = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "operations", n => { Operations = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "targetObjects", n => { TargetObjects = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, }; } @@ -180,7 +180,7 @@ public virtual void Serialize(ISerializationWriter writer) writer.WriteCollectionOfPrimitiveValues("inheritableSettings", InheritableSettings); writer.WriteStringValue("level", Level); writer.WriteStringValue("@odata.type", OdataType); - writer.WriteCollectionOfEnumValues("operations", Operations); + writer.WriteCollectionOfPrimitiveValues("operations", Operations); writer.WriteCollectionOfObjectValues("targetObjects", TargetObjects); writer.WriteAdditionalData(AdditionalData); } diff --git a/src/Microsoft.Graph/Generated/Models/UnifiedRoleManagementPolicyRuleTargetOperations.cs b/src/Microsoft.Graph/Generated/Models/UnifiedRoleManagementPolicyRuleTargetOperations.cs deleted file mode 100644 index fee9bd058ac..00000000000 --- a/src/Microsoft.Graph/Generated/Models/UnifiedRoleManagementPolicyRuleTargetOperations.cs +++ /dev/null @@ -1,48 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public enum UnifiedRoleManagementPolicyRuleTargetOperations - #pragma warning restore CS1591 - { - [EnumMember(Value = "all")] - #pragma warning disable CS1591 - All, - #pragma warning restore CS1591 - [EnumMember(Value = "activate")] - #pragma warning disable CS1591 - Activate, - #pragma warning restore CS1591 - [EnumMember(Value = "deactivate")] - #pragma warning disable CS1591 - Deactivate, - #pragma warning restore CS1591 - [EnumMember(Value = "assign")] - #pragma warning disable CS1591 - Assign, - #pragma warning restore CS1591 - [EnumMember(Value = "update")] - #pragma warning disable CS1591 - Update, - #pragma warning restore CS1591 - [EnumMember(Value = "remove")] - #pragma warning disable CS1591 - Remove, - #pragma warning restore CS1591 - [EnumMember(Value = "extend")] - #pragma warning disable CS1591 - Extend, - #pragma warning restore CS1591 - [EnumMember(Value = "renew")] - #pragma warning disable CS1591 - Renew, - #pragma warning restore CS1591 - [EnumMember(Value = "unknownFutureValue")] - #pragma warning disable CS1591 - UnknownFutureValue, - #pragma warning restore CS1591 - } -} diff --git a/src/Microsoft.Graph/Generated/Models/UnifiedRolePermission.cs b/src/Microsoft.Graph/Generated/Models/UnifiedRolePermission.cs deleted file mode 100644 index 2141456876d..00000000000 --- a/src/Microsoft.Graph/Generated/Models/UnifiedRolePermission.cs +++ /dev/null @@ -1,135 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class UnifiedRolePermission : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Set of tasks that can be performed on a resource. Required. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AllowedResourceActions - { - get { return BackingStore?.Get?>("allowedResourceActions"); } - set { BackingStore?.Set("allowedResourceActions", value); } - } -#nullable restore -#else - public List AllowedResourceActions - { - get { return BackingStore?.Get>("allowedResourceActions"); } - set { BackingStore?.Set("allowedResourceActions", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// Optional constraints that must be met for the permission to be effective. Not supported for custom roles. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Condition - { - get { return BackingStore?.Get("condition"); } - set { BackingStore?.Set("condition", value); } - } -#nullable restore -#else - public string Condition - { - get { return BackingStore?.Get("condition"); } - set { BackingStore?.Set("condition", value); } - } -#endif - /// Set of tasks that may not be performed on a resource. Not yet supported. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ExcludedResourceActions - { - get { return BackingStore?.Get?>("excludedResourceActions"); } - set { BackingStore?.Set("excludedResourceActions", value); } - } -#nullable restore -#else - public List ExcludedResourceActions - { - get { return BackingStore?.Get>("excludedResourceActions"); } - set { BackingStore?.Set("excludedResourceActions", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public UnifiedRolePermission() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.UnifiedRolePermission CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.UnifiedRolePermission(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "allowedResourceActions", n => { AllowedResourceActions = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "condition", n => { Condition = n.GetStringValue(); } }, - { "excludedResourceActions", n => { ExcludedResourceActions = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "@odata.type", n => { OdataType = 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.WriteCollectionOfPrimitiveValues("allowedResourceActions", AllowedResourceActions); - writer.WriteStringValue("condition", Condition); - writer.WriteCollectionOfPrimitiveValues("excludedResourceActions", ExcludedResourceActions); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/UnifiedStorageQuota.cs b/src/Microsoft.Graph/Generated/Models/UnifiedStorageQuota.cs index d577fb23585..e41573070a2 100644 --- a/src/Microsoft.Graph/Generated/Models/UnifiedStorageQuota.cs +++ b/src/Microsoft.Graph/Generated/Models/UnifiedStorageQuota.cs @@ -12,78 +12,6 @@ namespace Microsoft.Graph.Models public partial class UnifiedStorageQuota : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The deleted property - public long? Deleted - { - get { return BackingStore?.Get("deleted"); } - set { BackingStore?.Set("deleted", value); } - } - /// The manageWebUrl property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ManageWebUrl - { - get { return BackingStore?.Get("manageWebUrl"); } - set { BackingStore?.Set("manageWebUrl", value); } - } -#nullable restore -#else - public string ManageWebUrl - { - get { return BackingStore?.Get("manageWebUrl"); } - set { BackingStore?.Set("manageWebUrl", value); } - } -#endif - /// The remaining property - public long? Remaining - { - get { return BackingStore?.Get("remaining"); } - set { BackingStore?.Set("remaining", value); } - } - /// The services property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Services - { - get { return BackingStore?.Get?>("services"); } - set { BackingStore?.Set("services", value); } - } -#nullable restore -#else - public List Services - { - get { return BackingStore?.Get>("services"); } - set { BackingStore?.Set("services", value); } - } -#endif - /// The state property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#nullable restore -#else - public string State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#endif - /// The total property - public long? Total - { - get { return BackingStore?.Get("total"); } - set { BackingStore?.Set("total", value); } - } - /// The used property - public long? Used - { - get { return BackingStore?.Get("used"); } - set { BackingStore?.Set("used", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -102,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "deleted", n => { Deleted = n.GetLongValue(); } }, - { "manageWebUrl", n => { ManageWebUrl = n.GetStringValue(); } }, - { "remaining", n => { Remaining = n.GetLongValue(); } }, - { "services", n => { Services = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ServiceStorageQuotaBreakdown.CreateFromDiscriminatorValue)?.AsList(); } }, - { "state", n => { State = n.GetStringValue(); } }, - { "total", n => { Total = n.GetLongValue(); } }, - { "used", n => { Used = n.GetLongValue(); } }, }; } /// @@ -119,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteLongValue("deleted", Deleted); - writer.WriteStringValue("manageWebUrl", ManageWebUrl); - writer.WriteLongValue("remaining", Remaining); - writer.WriteCollectionOfObjectValues("services", Services); - writer.WriteStringValue("state", State); - writer.WriteLongValue("total", Total); - writer.WriteLongValue("used", Used); } } } diff --git a/src/Microsoft.Graph/Generated/Models/UsageRightsIncluded.cs b/src/Microsoft.Graph/Generated/Models/UsageRightsIncluded.cs index 7084520c1c1..4c4c25e1cc9 100644 --- a/src/Microsoft.Graph/Generated/Models/UsageRightsIncluded.cs +++ b/src/Microsoft.Graph/Generated/Models/UsageRightsIncluded.cs @@ -12,44 +12,6 @@ namespace Microsoft.Graph.Models public partial class UsageRightsIncluded : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The email of owner label rights. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OwnerEmail - { - get { return BackingStore?.Get("ownerEmail"); } - set { BackingStore?.Set("ownerEmail", value); } - } -#nullable restore -#else - public string OwnerEmail - { - get { return BackingStore?.Get("ownerEmail"); } - set { BackingStore?.Set("ownerEmail", value); } - } -#endif - /// The email of user with label user rights. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? UserEmail - { - get { return BackingStore?.Get("userEmail"); } - set { BackingStore?.Set("userEmail", value); } - } -#nullable restore -#else - public string UserEmail - { - get { return BackingStore?.Get("userEmail"); } - set { BackingStore?.Set("userEmail", value); } - } -#endif - /// The value property - public global::Microsoft.Graph.Models.UsageRights? Value - { - get { return BackingStore?.Get("value"); } - set { BackingStore?.Set("value", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -68,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "ownerEmail", n => { OwnerEmail = n.GetStringValue(); } }, - { "userEmail", n => { UserEmail = n.GetStringValue(); } }, - { "value", n => { Value = n.GetEnumValue(); } }, }; } /// @@ -81,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("ownerEmail", OwnerEmail); - writer.WriteStringValue("userEmail", UserEmail); - writer.WriteEnumValue("value", Value); } } } diff --git a/src/Microsoft.Graph/Generated/Models/User.cs b/src/Microsoft.Graph/Generated/Models/User.cs index 70ab53c8f2c..19c319872bd 100644 --- a/src/Microsoft.Graph/Generated/Models/User.cs +++ b/src/Microsoft.Graph/Generated/Models/User.cs @@ -13,1943 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class User : global::Microsoft.Graph.Models.DirectoryObject, IParsable { - /// A freeform text entry field for the user to describe themselves. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? AboutMe - { - get { return BackingStore?.Get("aboutMe"); } - set { BackingStore?.Set("aboutMe", value); } - } -#nullable restore -#else - public string AboutMe - { - get { return BackingStore?.Get("aboutMe"); } - set { BackingStore?.Set("aboutMe", value); } - } -#endif - /// true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter (eq, ne, not, and in). - public bool? AccountEnabled - { - get { return BackingStore?.Get("accountEnabled"); } - set { BackingStore?.Set("accountEnabled", value); } - } - /// The user's activities across devices. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Activities - { - get { return BackingStore?.Get?>("activities"); } - set { BackingStore?.Set("activities", value); } - } -#nullable restore -#else - public List Activities - { - get { return BackingStore?.Get>("activities"); } - set { BackingStore?.Set("activities", value); } - } -#endif - /// Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? AgeGroup - { - get { return BackingStore?.Get("ageGroup"); } - set { BackingStore?.Set("ageGroup", value); } - } -#nullable restore -#else - public string AgeGroup - { - get { return BackingStore?.Get("ageGroup"); } - set { BackingStore?.Set("ageGroup", value); } - } -#endif - /// The user's terms of use acceptance statuses. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AgreementAcceptances - { - get { return BackingStore?.Get?>("agreementAcceptances"); } - set { BackingStore?.Set("agreementAcceptances", value); } - } -#nullable restore -#else - public List AgreementAcceptances - { - get { return BackingStore?.Get>("agreementAcceptances"); } - set { BackingStore?.Set("agreementAcceptances", value); } - } -#endif - /// Represents the app roles a user is granted for an application. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AppRoleAssignments - { - get { return BackingStore?.Get?>("appRoleAssignments"); } - set { BackingStore?.Set("appRoleAssignments", value); } - } -#nullable restore -#else - public List AppRoleAssignments - { - get { return BackingStore?.Get>("appRoleAssignments"); } - set { BackingStore?.Set("appRoleAssignments", value); } - } -#endif - /// The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AssignedLicenses - { - get { return BackingStore?.Get?>("assignedLicenses"); } - set { BackingStore?.Set("assignedLicenses", value); } - } -#nullable restore -#else - public List AssignedLicenses - { - get { return BackingStore?.Get>("assignedLicenses"); } - set { BackingStore?.Set("assignedLicenses", value); } - } -#endif - /// The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AssignedPlans - { - get { return BackingStore?.Get?>("assignedPlans"); } - set { BackingStore?.Set("assignedPlans", value); } - } -#nullable restore -#else - public List AssignedPlans - { - get { return BackingStore?.Get>("assignedPlans"); } - set { BackingStore?.Set("assignedPlans", value); } - } -#endif - /// The authentication methods that are supported for the user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Authentication? Authentication - { - get { return BackingStore?.Get("authentication"); } - set { BackingStore?.Set("authentication", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Authentication Authentication - { - get { return BackingStore?.Get("authentication"); } - set { BackingStore?.Set("authentication", value); } - } -#endif - /// The authorizationInfo property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AuthorizationInfo? AuthorizationInfo - { - get { return BackingStore?.Get("authorizationInfo"); } - set { BackingStore?.Set("authorizationInfo", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AuthorizationInfo AuthorizationInfo - { - get { return BackingStore?.Get("authorizationInfo"); } - set { BackingStore?.Set("authorizationInfo", value); } - } -#endif - /// The birthday of the user. 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. Returned only on $select. - public DateTimeOffset? Birthday - { - get { return BackingStore?.Get("birthday"); } - set { BackingStore?.Set("birthday", value); } - } - /// The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? BusinessPhones - { - get { return BackingStore?.Get?>("businessPhones"); } - set { BackingStore?.Set("businessPhones", value); } - } -#nullable restore -#else - public List BusinessPhones - { - get { return BackingStore?.Get>("businessPhones"); } - set { BackingStore?.Set("businessPhones", value); } - } -#endif - /// The user's primary calendar. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Calendar? Calendar - { - get { return BackingStore?.Get("calendar"); } - set { BackingStore?.Set("calendar", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Calendar Calendar - { - get { return BackingStore?.Get("calendar"); } - set { BackingStore?.Set("calendar", value); } - } -#endif - /// The user's calendar groups. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CalendarGroups - { - get { return BackingStore?.Get?>("calendarGroups"); } - set { BackingStore?.Set("calendarGroups", value); } - } -#nullable restore -#else - public List CalendarGroups - { - get { return BackingStore?.Get>("calendarGroups"); } - set { BackingStore?.Set("calendarGroups", value); } - } -#endif - /// The user's calendars. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Calendars - { - get { return BackingStore?.Get?>("calendars"); } - set { BackingStore?.Set("calendars", value); } - } -#nullable restore -#else - public List Calendars - { - get { return BackingStore?.Get>("calendars"); } - set { BackingStore?.Set("calendars", value); } - } -#endif - /// The calendar view for the calendar. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CalendarView - { - get { return BackingStore?.Get?>("calendarView"); } - set { BackingStore?.Set("calendarView", value); } - } -#nullable restore -#else - public List CalendarView - { - get { return BackingStore?.Get>("calendarView"); } - set { BackingStore?.Set("calendarView", value); } - } -#endif - /// The chats property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Chats - { - get { return BackingStore?.Get?>("chats"); } - set { BackingStore?.Set("chats", value); } - } -#nullable restore -#else - public List Chats - { - get { return BackingStore?.Get>("chats"); } - set { BackingStore?.Set("chats", value); } - } -#endif - /// The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? City - { - get { return BackingStore?.Get("city"); } - set { BackingStore?.Set("city", value); } - } -#nullable restore -#else - public string City - { - get { return BackingStore?.Get("city"); } - set { BackingStore?.Set("city", value); } - } -#endif - /// The cloudClipboard property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CloudClipboardRoot? CloudClipboard - { - get { return BackingStore?.Get("cloudClipboard"); } - set { BackingStore?.Set("cloudClipboard", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CloudClipboardRoot CloudClipboard - { - get { return BackingStore?.Get("cloudClipboard"); } - set { BackingStore?.Set("cloudClipboard", value); } - } -#endif - /// The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CompanyName - { - get { return BackingStore?.Get("companyName"); } - set { BackingStore?.Set("companyName", value); } - } -#nullable restore -#else - public string CompanyName - { - get { return BackingStore?.Get("companyName"); } - set { BackingStore?.Set("companyName", value); } - } -#endif - /// Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ConsentProvidedForMinor - { - get { return BackingStore?.Get("consentProvidedForMinor"); } - set { BackingStore?.Set("consentProvidedForMinor", value); } - } -#nullable restore -#else - public string ConsentProvidedForMinor - { - get { return BackingStore?.Get("consentProvidedForMinor"); } - set { BackingStore?.Set("consentProvidedForMinor", value); } - } -#endif - /// The user's contacts folders. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ContactFolders - { - get { return BackingStore?.Get?>("contactFolders"); } - set { BackingStore?.Set("contactFolders", value); } - } -#nullable restore -#else - public List ContactFolders - { - get { return BackingStore?.Get>("contactFolders"); } - set { BackingStore?.Set("contactFolders", value); } - } -#endif - /// The user's contacts. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Contacts - { - get { return BackingStore?.Get?>("contacts"); } - set { BackingStore?.Set("contacts", value); } - } -#nullable restore -#else - public List Contacts - { - get { return BackingStore?.Get>("contacts"); } - set { BackingStore?.Set("contacts", value); } - } -#endif - /// The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Country - { - get { return BackingStore?.Get("country"); } - set { BackingStore?.Set("country", value); } - } -#nullable restore -#else - public string Country - { - get { return BackingStore?.Get("country"); } - set { BackingStore?.Set("country", value); } - } -#endif - /// The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). - public DateTimeOffset? CreatedDateTime - { - get { return BackingStore?.Get("createdDateTime"); } - set { BackingStore?.Set("createdDateTime", value); } - } - /// Directory objects that the user created. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CreatedObjects - { - get { return BackingStore?.Get?>("createdObjects"); } - set { BackingStore?.Set("createdObjects", value); } - } -#nullable restore -#else - public List CreatedObjects - { - get { return BackingStore?.Get>("createdObjects"); } - set { BackingStore?.Set("createdObjects", value); } - } -#endif - /// Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? CreationType - { - get { return BackingStore?.Get("creationType"); } - set { BackingStore?.Set("creationType", value); } - } -#nullable restore -#else - public string CreationType - { - get { return BackingStore?.Get("creationType"); } - set { BackingStore?.Set("creationType", value); } - } -#endif - /// An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). The filter value is case-sensitive. To read this property, the calling app must be assigned the CustomSecAttributeAssignment.Read.All permission. To write this property, the calling app must be assigned the CustomSecAttributeAssignment.ReadWrite.All permissions. To read or write this property in delegated scenarios, the admin must be assigned the Attribute Assignment Administrator role. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.CustomSecurityAttributeValue? CustomSecurityAttributes - { - get { return BackingStore?.Get("customSecurityAttributes"); } - set { BackingStore?.Set("customSecurityAttributes", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.CustomSecurityAttributeValue CustomSecurityAttributes - { - get { return BackingStore?.Get("customSecurityAttributes"); } - set { BackingStore?.Set("customSecurityAttributes", value); } - } -#endif - /// The data security and governance settings for the user. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.UserDataSecurityAndGovernance? DataSecurityAndGovernance - { - get { return BackingStore?.Get("dataSecurityAndGovernance"); } - set { BackingStore?.Set("dataSecurityAndGovernance", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.UserDataSecurityAndGovernance DataSecurityAndGovernance - { - get { return BackingStore?.Get("dataSecurityAndGovernance"); } - set { BackingStore?.Set("dataSecurityAndGovernance", value); } - } -#endif - /// The name of the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Department - { - get { return BackingStore?.Get("department"); } - set { BackingStore?.Set("department", value); } - } -#nullable restore -#else - public string Department - { - get { return BackingStore?.Get("department"); } - set { BackingStore?.Set("department", value); } - } -#endif - /// The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - public int? DeviceEnrollmentLimit - { - get { return BackingStore?.Get("deviceEnrollmentLimit"); } - set { BackingStore?.Set("deviceEnrollmentLimit", value); } - } - /// The list of troubleshooting events for this user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? DeviceManagementTroubleshootingEvents - { - get { return BackingStore?.Get?>("deviceManagementTroubleshootingEvents"); } - set { BackingStore?.Set("deviceManagementTroubleshootingEvents", value); } - } -#nullable restore -#else - public List DeviceManagementTroubleshootingEvents - { - get { return BackingStore?.Get>("deviceManagementTroubleshootingEvents"); } - set { BackingStore?.Set("deviceManagementTroubleshootingEvents", value); } - } -#endif - /// The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? DirectReports - { - get { return BackingStore?.Get?>("directReports"); } - set { BackingStore?.Set("directReports", value); } - } -#nullable restore -#else - public List DirectReports - { - get { return BackingStore?.Get>("directReports"); } - set { BackingStore?.Set("directReports", value); } - } -#endif - /// The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and family name. This property is required when a user is created and it can't be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#nullable restore -#else - public string DisplayName - { - get { return BackingStore?.Get("displayName"); } - set { BackingStore?.Set("displayName", value); } - } -#endif - /// The user's OneDrive. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Drive? Drive - { - get { return BackingStore?.Get("drive"); } - set { BackingStore?.Set("drive", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Drive Drive - { - get { return BackingStore?.Get("drive"); } - set { BackingStore?.Set("drive", value); } - } -#endif - /// A collection of drives available for this user. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Drives - { - get { return BackingStore?.Get?>("drives"); } - set { BackingStore?.Set("drives", value); } - } -#nullable restore -#else - public List Drives - { - get { return BackingStore?.Get>("drives"); } - set { BackingStore?.Set("drives", value); } - } -#endif - /// The employeeExperience property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EmployeeExperienceUser? EmployeeExperience - { - get { return BackingStore?.Get("employeeExperience"); } - set { BackingStore?.Set("employeeExperience", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EmployeeExperienceUser EmployeeExperience - { - get { return BackingStore?.Get("employeeExperience"); } - set { BackingStore?.Set("employeeExperience", value); } - } -#endif - /// The date and time when the user was hired or will start work in a future hire. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). - public DateTimeOffset? EmployeeHireDate - { - get { return BackingStore?.Get("employeeHireDate"); } - set { BackingStore?.Set("employeeHireDate", value); } - } - /// The employee identifier assigned to the user by the organization. The maximum length is 16 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? EmployeeId - { - get { return BackingStore?.Get("employeeId"); } - set { BackingStore?.Set("employeeId", value); } - } -#nullable restore -#else - public string EmployeeId - { - get { return BackingStore?.Get("employeeId"); } - set { BackingStore?.Set("employeeId", value); } - } -#endif - /// The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator (least privilege), Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. - public DateTimeOffset? EmployeeLeaveDateTime - { - get { return BackingStore?.Get("employeeLeaveDateTime"); } - set { BackingStore?.Set("employeeLeaveDateTime", value); } - } - /// Represents organization data (for example, division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.EmployeeOrgData? EmployeeOrgData - { - get { return BackingStore?.Get("employeeOrgData"); } - set { BackingStore?.Set("employeeOrgData", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.EmployeeOrgData EmployeeOrgData - { - get { return BackingStore?.Get("employeeOrgData"); } - set { BackingStore?.Set("employeeOrgData", value); } - } -#endif - /// Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? EmployeeType - { - get { return BackingStore?.Get("employeeType"); } - set { BackingStore?.Set("employeeType", value); } - } -#nullable restore -#else - public string EmployeeType - { - get { return BackingStore?.Get("employeeType"); } - set { BackingStore?.Set("employeeType", value); } - } -#endif - /// The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Events - { - get { return BackingStore?.Get?>("events"); } - set { BackingStore?.Set("events", value); } - } -#nullable restore -#else - public List Events - { - get { return BackingStore?.Get>("events"); } - set { BackingStore?.Set("events", value); } - } -#endif - /// The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Extensions - { - get { return BackingStore?.Get?>("extensions"); } - set { BackingStore?.Set("extensions", value); } - } -#nullable restore -#else - public List Extensions - { - get { return BackingStore?.Get>("extensions"); } - set { BackingStore?.Set("extensions", value); } - } -#endif - /// For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? ExternalUserState - { - get { return BackingStore?.Get("externalUserState"); } - set { BackingStore?.Set("externalUserState", value); } - } -#nullable restore -#else - public string ExternalUserState - { - get { return BackingStore?.Get("externalUserState"); } - set { BackingStore?.Set("externalUserState", value); } - } -#endif - /// Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. Supports $filter (eq, ne, not , in). - public DateTimeOffset? ExternalUserStateChangeDateTime - { - get { return BackingStore?.Get("externalUserStateChangeDateTime"); } - set { BackingStore?.Set("externalUserStateChangeDateTime", value); } - } - /// The fax number of the user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? FaxNumber - { - get { return BackingStore?.Get("faxNumber"); } - set { BackingStore?.Set("faxNumber", value); } - } -#nullable restore -#else - public string FaxNumber - { - get { return BackingStore?.Get("faxNumber"); } - set { BackingStore?.Set("faxNumber", value); } - } -#endif - /// The followedSites property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? FollowedSites - { - get { return BackingStore?.Get?>("followedSites"); } - set { BackingStore?.Set("followedSites", value); } - } -#nullable restore -#else - public List FollowedSites - { - get { return BackingStore?.Get>("followedSites"); } - set { BackingStore?.Set("followedSites", value); } - } -#endif - /// The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? GivenName - { - get { return BackingStore?.Get("givenName"); } - set { BackingStore?.Set("givenName", value); } - } -#nullable restore -#else - public string GivenName - { - get { return BackingStore?.Get("givenName"); } - set { BackingStore?.Set("givenName", value); } - } -#endif - /// The hire date of the user. 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. Returned only on $select. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. - public DateTimeOffset? HireDate - { - get { return BackingStore?.Get("hireDate"); } - set { BackingStore?.Set("hireDate", value); } - } - /// Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Identities - { - get { return BackingStore?.Get?>("identities"); } - set { BackingStore?.Set("identities", value); } - } -#nullable restore -#else - public List Identities - { - get { return BackingStore?.Get>("identities"); } - set { BackingStore?.Set("identities", value); } - } -#endif - /// The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ImAddresses - { - get { return BackingStore?.Get?>("imAddresses"); } - set { BackingStore?.Set("imAddresses", value); } - } -#nullable restore -#else - public List ImAddresses - { - get { return BackingStore?.Get>("imAddresses"); } - set { BackingStore?.Set("imAddresses", value); } - } -#endif - /// Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.InferenceClassification? InferenceClassification - { - get { return BackingStore?.Get("inferenceClassification"); } - set { BackingStore?.Set("inferenceClassification", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.InferenceClassification InferenceClassification - { - get { return BackingStore?.Get("inferenceClassification"); } - set { BackingStore?.Set("inferenceClassification", value); } - } -#endif - /// Represents relationships between a user and items such as OneDrive for work or school documents, calculated using advanced analytics and machine learning techniques. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ItemInsights? Insights - { - get { return BackingStore?.Get("insights"); } - set { BackingStore?.Set("insights", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ItemInsights Insights - { - get { return BackingStore?.Get("insights"); } - set { BackingStore?.Set("insights", value); } - } -#endif - /// A list for the user to describe their interests. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Interests - { - get { return BackingStore?.Get?>("interests"); } - set { BackingStore?.Set("interests", value); } - } -#nullable restore -#else - public List Interests - { - get { return BackingStore?.Get>("interests"); } - set { BackingStore?.Set("interests", value); } - } -#endif - /// true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. Returned only on $select. - public bool? IsManagementRestricted - { - get { return BackingStore?.Get("isManagementRestricted"); } - set { BackingStore?.Set("isManagementRestricted", value); } - } - /// Don't use – reserved for future use. - public bool? IsResourceAccount - { - get { return BackingStore?.Get("isResourceAccount"); } - set { BackingStore?.Set("isResourceAccount", value); } - } - /// The user's job title. Maximum length is 128 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? JobTitle - { - get { return BackingStore?.Get("jobTitle"); } - set { BackingStore?.Set("jobTitle", value); } - } -#nullable restore -#else - public string JobTitle - { - get { return BackingStore?.Get("jobTitle"); } - set { BackingStore?.Set("jobTitle", value); } - } -#endif - /// The joinedTeams property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? JoinedTeams - { - get { return BackingStore?.Get?>("joinedTeams"); } - set { BackingStore?.Set("joinedTeams", value); } - } -#nullable restore -#else - public List JoinedTeams - { - get { return BackingStore?.Get>("joinedTeams"); } - set { BackingStore?.Set("joinedTeams", value); } - } -#endif - /// The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned only on $select. - public DateTimeOffset? LastPasswordChangeDateTime - { - get { return BackingStore?.Get("lastPasswordChangeDateTime"); } - set { BackingStore?.Set("lastPasswordChangeDateTime", value); } - } - /// Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LegalAgeGroupClassification - { - get { return BackingStore?.Get("legalAgeGroupClassification"); } - set { BackingStore?.Set("legalAgeGroupClassification", value); } - } -#nullable restore -#else - public string LegalAgeGroupClassification - { - get { return BackingStore?.Get("legalAgeGroupClassification"); } - set { BackingStore?.Set("legalAgeGroupClassification", value); } - } -#endif - /// State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? LicenseAssignmentStates - { - get { return BackingStore?.Get?>("licenseAssignmentStates"); } - set { BackingStore?.Set("licenseAssignmentStates", value); } - } -#nullable restore -#else - public List LicenseAssignmentStates - { - get { return BackingStore?.Get>("licenseAssignmentStates"); } - set { BackingStore?.Set("licenseAssignmentStates", value); } - } -#endif - /// A collection of this user's license details. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? LicenseDetails - { - get { return BackingStore?.Get?>("licenseDetails"); } - set { BackingStore?.Set("licenseDetails", value); } - } -#nullable restore -#else - public List LicenseDetails - { - get { return BackingStore?.Get>("licenseDetails"); } - set { BackingStore?.Set("licenseDetails", value); } - } -#endif - /// The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Mail - { - get { return BackingStore?.Get("mail"); } - set { BackingStore?.Set("mail", value); } - } -#nullable restore -#else - public string Mail - { - get { return BackingStore?.Get("mail"); } - set { BackingStore?.Set("mail", value); } - } -#endif - /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.MailboxSettings? MailboxSettings - { - get { return BackingStore?.Get("mailboxSettings"); } - set { BackingStore?.Set("mailboxSettings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.MailboxSettings MailboxSettings - { - get { return BackingStore?.Get("mailboxSettings"); } - set { BackingStore?.Set("mailboxSettings", value); } - } -#endif - /// The user's mail folders. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? MailFolders - { - get { return BackingStore?.Get?>("mailFolders"); } - set { BackingStore?.Set("mailFolders", value); } - } -#nullable restore -#else - public List MailFolders - { - get { return BackingStore?.Get>("mailFolders"); } - set { BackingStore?.Set("mailFolders", value); } - } -#endif - /// The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? MailNickname - { - get { return BackingStore?.Get("mailNickname"); } - set { BackingStore?.Set("mailNickname", value); } - } -#nullable restore -#else - public string MailNickname - { - get { return BackingStore?.Get("mailNickname"); } - set { BackingStore?.Set("mailNickname", value); } - } -#endif - /// Zero or more managed app registrations that belong to the user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ManagedAppRegistrations - { - get { return BackingStore?.Get?>("managedAppRegistrations"); } - set { BackingStore?.Set("managedAppRegistrations", value); } - } -#nullable restore -#else - public List ManagedAppRegistrations - { - get { return BackingStore?.Get>("managedAppRegistrations"); } - set { BackingStore?.Set("managedAppRegistrations", value); } - } -#endif - /// The managed devices associated with the user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ManagedDevices - { - get { return BackingStore?.Get?>("managedDevices"); } - set { BackingStore?.Set("managedDevices", value); } - } -#nullable restore -#else - public List ManagedDevices - { - get { return BackingStore?.Get>("managedDevices"); } - set { BackingStore?.Set("managedDevices", value); } - } -#endif - /// The user or contact that is this user's manager. Read-only. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DirectoryObject? Manager - { - get { return BackingStore?.Get("manager"); } - set { BackingStore?.Set("manager", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DirectoryObject Manager - { - get { return BackingStore?.Get("manager"); } - set { BackingStore?.Set("manager", value); } - } -#endif - /// The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? MemberOf - { - get { return BackingStore?.Get?>("memberOf"); } - set { BackingStore?.Set("memberOf", value); } - } -#nullable restore -#else - public List MemberOf - { - get { return BackingStore?.Get>("memberOf"); } - set { BackingStore?.Set("memberOf", value); } - } -#endif - /// The messages in a mailbox or folder. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Messages - { - get { return BackingStore?.Get?>("messages"); } - set { BackingStore?.Set("messages", value); } - } -#nullable restore -#else - public List Messages - { - get { return BackingStore?.Get>("messages"); } - set { BackingStore?.Set("messages", value); } - } -#endif - /// The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? MobilePhone - { - get { return BackingStore?.Get("mobilePhone"); } - set { BackingStore?.Set("mobilePhone", value); } - } -#nullable restore -#else - public string MobilePhone - { - get { return BackingStore?.Get("mobilePhone"); } - set { BackingStore?.Set("mobilePhone", value); } - } -#endif - /// The URL for the user's site. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? MySite - { - get { return BackingStore?.Get("mySite"); } - set { BackingStore?.Set("mySite", value); } - } -#nullable restore -#else - public string MySite - { - get { return BackingStore?.Get("mySite"); } - set { BackingStore?.Set("mySite", value); } - } -#endif - /// The oauth2PermissionGrants property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Oauth2PermissionGrants - { - get { return BackingStore?.Get?>("oauth2PermissionGrants"); } - set { BackingStore?.Set("oauth2PermissionGrants", value); } - } -#nullable restore -#else - public List Oauth2PermissionGrants - { - get { return BackingStore?.Get>("oauth2PermissionGrants"); } - set { BackingStore?.Set("oauth2PermissionGrants", value); } - } -#endif - /// The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OfficeLocation - { - get { return BackingStore?.Get("officeLocation"); } - set { BackingStore?.Set("officeLocation", value); } - } -#nullable restore -#else - public string OfficeLocation - { - get { return BackingStore?.Get("officeLocation"); } - set { BackingStore?.Set("officeLocation", value); } - } -#endif - /// The onenote property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Onenote? Onenote - { - get { return BackingStore?.Get("onenote"); } - set { BackingStore?.Set("onenote", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Onenote Onenote - { - get { return BackingStore?.Get("onenote"); } - set { BackingStore?.Set("onenote", value); } - } -#endif - /// Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? OnlineMeetings - { - get { return BackingStore?.Get?>("onlineMeetings"); } - set { BackingStore?.Set("onlineMeetings", value); } - } -#nullable restore -#else - public List OnlineMeetings - { - get { return BackingStore?.Get>("onlineMeetings"); } - set { BackingStore?.Set("onlineMeetings", value); } - } -#endif - /// Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OnPremisesDistinguishedName - { - get { return BackingStore?.Get("onPremisesDistinguishedName"); } - set { BackingStore?.Set("onPremisesDistinguishedName", value); } - } -#nullable restore -#else - public string OnPremisesDistinguishedName - { - get { return BackingStore?.Get("onPremisesDistinguishedName"); } - set { BackingStore?.Set("onPremisesDistinguishedName", value); } - } -#endif - /// Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OnPremisesDomainName - { - get { return BackingStore?.Get("onPremisesDomainName"); } - set { BackingStore?.Set("onPremisesDomainName", value); } - } -#nullable restore -#else - public string OnPremisesDomainName - { - get { return BackingStore?.Get("onPremisesDomainName"); } - set { BackingStore?.Set("onPremisesDomainName", value); } - } -#endif - /// Contains extensionAttributes1-15 for the user. These extension attributes are also known as Exchange custom attributes 1-15. Each attribute can store up to 1024 characters. For an onPremisesSyncEnabled user, the source of authority for this set of properties is the on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties can be set during the creation or update of a user object. For a cloud-only user previously synced from on-premises Active Directory, these properties are read-only in Microsoft Graph but can be fully managed through the Exchange Admin Center or the Exchange Online V2 module in PowerShell. Returned only on $select. Supports $filter (eq, ne, not, in). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.OnPremisesExtensionAttributes? OnPremisesExtensionAttributes - { - get { return BackingStore?.Get("onPremisesExtensionAttributes"); } - set { BackingStore?.Set("onPremisesExtensionAttributes", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.OnPremisesExtensionAttributes OnPremisesExtensionAttributes - { - get { return BackingStore?.Get("onPremisesExtensionAttributes"); } - set { BackingStore?.Set("onPremisesExtensionAttributes", value); } - } -#endif - /// This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OnPremisesImmutableId - { - get { return BackingStore?.Get("onPremisesImmutableId"); } - set { BackingStore?.Set("onPremisesImmutableId", value); } - } -#nullable restore -#else - public string OnPremisesImmutableId - { - get { return BackingStore?.Get("onPremisesImmutableId"); } - set { BackingStore?.Set("onPremisesImmutableId", value); } - } -#endif - /// Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in). - public DateTimeOffset? OnPremisesLastSyncDateTime - { - get { return BackingStore?.Get("onPremisesLastSyncDateTime"); } - set { BackingStore?.Set("onPremisesLastSyncDateTime", value); } - } - /// Errors when using Microsoft synchronization product during provisioning. Returned only on $select. Supports $filter (eq, not, ge, le). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? OnPremisesProvisioningErrors - { - get { return BackingStore?.Get?>("onPremisesProvisioningErrors"); } - set { BackingStore?.Set("onPremisesProvisioningErrors", value); } - } -#nullable restore -#else - public List OnPremisesProvisioningErrors - { - get { return BackingStore?.Get>("onPremisesProvisioningErrors"); } - set { BackingStore?.Set("onPremisesProvisioningErrors", value); } - } -#endif - /// Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OnPremisesSamAccountName - { - get { return BackingStore?.Get("onPremisesSamAccountName"); } - set { BackingStore?.Set("onPremisesSamAccountName", value); } - } -#nullable restore -#else - public string OnPremisesSamAccountName - { - get { return BackingStore?.Get("onPremisesSamAccountName"); } - set { BackingStore?.Set("onPremisesSamAccountName", value); } - } -#endif - /// Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OnPremisesSecurityIdentifier - { - get { return BackingStore?.Get("onPremisesSecurityIdentifier"); } - set { BackingStore?.Set("onPremisesSecurityIdentifier", value); } - } -#nullable restore -#else - public string OnPremisesSecurityIdentifier - { - get { return BackingStore?.Get("onPremisesSecurityIdentifier"); } - set { BackingStore?.Set("onPremisesSecurityIdentifier", value); } - } -#endif - /// true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - public bool? OnPremisesSyncEnabled - { - get { return BackingStore?.Get("onPremisesSyncEnabled"); } - set { BackingStore?.Set("onPremisesSyncEnabled", value); } - } - /// Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OnPremisesUserPrincipalName - { - get { return BackingStore?.Get("onPremisesUserPrincipalName"); } - set { BackingStore?.Set("onPremisesUserPrincipalName", value); } - } -#nullable restore -#else - public string OnPremisesUserPrincipalName - { - get { return BackingStore?.Get("onPremisesUserPrincipalName"); } - set { BackingStore?.Set("onPremisesUserPrincipalName", value); } - } -#endif - /// A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? OtherMails - { - get { return BackingStore?.Get?>("otherMails"); } - set { BackingStore?.Set("otherMails", value); } - } -#nullable restore -#else - public List OtherMails - { - get { return BackingStore?.Get>("otherMails"); } - set { BackingStore?.Set("otherMails", value); } - } -#endif - /// The outlook property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.OutlookUser? Outlook - { - get { return BackingStore?.Get("outlook"); } - set { BackingStore?.Set("outlook", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.OutlookUser Outlook - { - get { return BackingStore?.Get("outlook"); } - set { BackingStore?.Set("outlook", value); } - } -#endif - /// Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? OwnedDevices - { - get { return BackingStore?.Get?>("ownedDevices"); } - set { BackingStore?.Set("ownedDevices", value); } - } -#nullable restore -#else - public List OwnedDevices - { - get { return BackingStore?.Get>("ownedDevices"); } - set { BackingStore?.Set("ownedDevices", value); } - } -#endif - /// Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? OwnedObjects - { - get { return BackingStore?.Get?>("ownedObjects"); } - set { BackingStore?.Set("ownedObjects", value); } - } -#nullable restore -#else - public List OwnedObjects - { - get { return BackingStore?.Get>("ownedObjects"); } - set { BackingStore?.Set("ownedObjects", value); } - } -#endif - /// Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? PasswordPolicies - { - get { return BackingStore?.Get("passwordPolicies"); } - set { BackingStore?.Set("passwordPolicies", value); } - } -#nullable restore -#else - public string PasswordPolicies - { - get { return BackingStore?.Get("passwordPolicies"); } - set { BackingStore?.Set("passwordPolicies", value); } - } -#endif - /// Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: User-PasswordProfile.ReadWrite.All is the least privileged permission to update this property. In delegated scenarios, the User Administrator Microsoft Entra role is the least privileged admin role supported to update this property for nonadmin users. Privileged Authentication Administrator is the least privileged role that's allowed to update this property for all administrators in the tenant. In general, the signed-in user must have a higher privileged administrator role as indicated in Who can reset passwords. In app-only scenarios, the calling app must be assigned a supported permission and at least the User Administrator Microsoft Entra role. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PasswordProfile? PasswordProfile - { - get { return BackingStore?.Get("passwordProfile"); } - set { BackingStore?.Set("passwordProfile", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PasswordProfile PasswordProfile - { - get { return BackingStore?.Get("passwordProfile"); } - set { BackingStore?.Set("passwordProfile", value); } - } -#endif - /// A list for the user to enumerate their past projects. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? PastProjects - { - get { return BackingStore?.Get?>("pastProjects"); } - set { BackingStore?.Set("pastProjects", value); } - } -#nullable restore -#else - public List PastProjects - { - get { return BackingStore?.Get>("pastProjects"); } - set { BackingStore?.Set("pastProjects", value); } - } -#endif - /// People that are relevant to the user. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? People - { - get { return BackingStore?.Get?>("people"); } - set { BackingStore?.Set("people", value); } - } -#nullable restore -#else - public List People - { - get { return BackingStore?.Get>("people"); } - set { BackingStore?.Set("people", value); } - } -#endif - /// List all resource-specific permission grants of a user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? PermissionGrants - { - get { return BackingStore?.Get?>("permissionGrants"); } - set { BackingStore?.Set("permissionGrants", value); } - } -#nullable restore -#else - public List PermissionGrants - { - get { return BackingStore?.Get>("permissionGrants"); } - set { BackingStore?.Set("permissionGrants", value); } - } -#endif - /// The user's profile photo. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.ProfilePhoto? Photo - { - get { return BackingStore?.Get("photo"); } - set { BackingStore?.Set("photo", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.ProfilePhoto Photo - { - get { return BackingStore?.Get("photo"); } - set { BackingStore?.Set("photo", value); } - } -#endif - /// The collection of the user's profile photos in different sizes. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Photos - { - get { return BackingStore?.Get?>("photos"); } - set { BackingStore?.Set("photos", value); } - } -#nullable restore -#else - public List Photos - { - get { return BackingStore?.Get>("photos"); } - set { BackingStore?.Set("photos", value); } - } -#endif - /// Entry-point to the Planner resource that might exist for a user. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.PlannerUser? Planner - { - get { return BackingStore?.Get("planner"); } - set { BackingStore?.Set("planner", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.PlannerUser Planner - { - get { return BackingStore?.Get("planner"); } - set { BackingStore?.Set("planner", value); } - } -#endif - /// The postal code for the user's postal address. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? PostalCode - { - get { return BackingStore?.Get("postalCode"); } - set { BackingStore?.Set("postalCode", value); } - } -#nullable restore -#else - public string PostalCode - { - get { return BackingStore?.Get("postalCode"); } - set { BackingStore?.Set("postalCode", value); } - } -#endif - /// The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? PreferredDataLocation - { - get { return BackingStore?.Get("preferredDataLocation"); } - set { BackingStore?.Set("preferredDataLocation", value); } - } -#nullable restore -#else - public string PreferredDataLocation - { - get { return BackingStore?.Get("preferredDataLocation"); } - set { BackingStore?.Set("preferredDataLocation", value); } - } -#endif - /// The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: 'en-US', or 'es-ES'. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? PreferredLanguage - { - get { return BackingStore?.Get("preferredLanguage"); } - set { BackingStore?.Set("preferredLanguage", value); } - } -#nullable restore -#else - public string PreferredLanguage - { - get { return BackingStore?.Get("preferredLanguage"); } - set { BackingStore?.Set("preferredLanguage", value); } - } -#endif - /// The preferred name for the user. Not Supported. This attribute returns an empty string.Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? PreferredName - { - get { return BackingStore?.Get("preferredName"); } - set { BackingStore?.Set("preferredName", value); } - } -#nullable restore -#else - public string PreferredName - { - get { return BackingStore?.Get("preferredName"); } - set { BackingStore?.Set("preferredName", value); } - } -#endif - /// The presence property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Presence? Presence - { - get { return BackingStore?.Get("presence"); } - set { BackingStore?.Set("presence", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Presence Presence - { - get { return BackingStore?.Get("presence"); } - set { BackingStore?.Set("presence", value); } - } -#endif - /// The print property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.UserPrint? Print - { - get { return BackingStore?.Get("print"); } - set { BackingStore?.Set("print", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.UserPrint Print - { - get { return BackingStore?.Get("print"); } - set { BackingStore?.Set("print", value); } - } -#endif - /// The plans that are provisioned for the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ProvisionedPlans - { - get { return BackingStore?.Get?>("provisionedPlans"); } - set { BackingStore?.Set("provisionedPlans", value); } - } -#nullable restore -#else - public List ProvisionedPlans - { - get { return BackingStore?.Get>("provisionedPlans"); } - set { BackingStore?.Set("provisionedPlans", value); } - } -#endif - /// For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address, while those addresses prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ProxyAddresses - { - get { return BackingStore?.Get?>("proxyAddresses"); } - set { BackingStore?.Set("proxyAddresses", value); } - } -#nullable restore -#else - public List ProxyAddresses - { - get { return BackingStore?.Get>("proxyAddresses"); } - set { BackingStore?.Set("proxyAddresses", value); } - } -#endif - /// Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RegisteredDevices - { - get { return BackingStore?.Get?>("registeredDevices"); } - set { BackingStore?.Set("registeredDevices", value); } - } -#nullable restore -#else - public List RegisteredDevices - { - get { return BackingStore?.Get>("registeredDevices"); } - set { BackingStore?.Set("registeredDevices", value); } - } -#endif - /// A list for the user to enumerate their responsibilities. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Responsibilities - { - get { return BackingStore?.Get?>("responsibilities"); } - set { BackingStore?.Set("responsibilities", value); } - } -#nullable restore -#else - public List Responsibilities - { - get { return BackingStore?.Get>("responsibilities"); } - set { BackingStore?.Set("responsibilities", value); } - } -#endif - /// A list for the user to enumerate the schools they attended. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Schools - { - get { return BackingStore?.Get?>("schools"); } - set { BackingStore?.Set("schools", value); } - } -#nullable restore -#else - public List Schools - { - get { return BackingStore?.Get>("schools"); } - set { BackingStore?.Set("schools", value); } - } -#endif - /// The scopedRoleMemberOf property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ScopedRoleMemberOf - { - get { return BackingStore?.Get?>("scopedRoleMemberOf"); } - set { BackingStore?.Set("scopedRoleMemberOf", value); } - } -#nullable restore -#else - public List ScopedRoleMemberOf - { - get { return BackingStore?.Get>("scopedRoleMemberOf"); } - set { BackingStore?.Set("scopedRoleMemberOf", value); } - } -#endif - /// Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SecurityIdentifier - { - get { return BackingStore?.Get("securityIdentifier"); } - set { BackingStore?.Set("securityIdentifier", value); } - } -#nullable restore -#else - public string SecurityIdentifier - { - get { return BackingStore?.Get("securityIdentifier"); } - set { BackingStore?.Set("securityIdentifier", value); } - } -#endif - /// Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ServiceProvisioningErrors - { - get { return BackingStore?.Get?>("serviceProvisioningErrors"); } - set { BackingStore?.Set("serviceProvisioningErrors", value); } - } -#nullable restore -#else - public List ServiceProvisioningErrors - { - get { return BackingStore?.Get>("serviceProvisioningErrors"); } - set { BackingStore?.Set("serviceProvisioningErrors", value); } - } -#endif - /// The settings property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.UserSettings? Settings - { - get { return BackingStore?.Get("settings"); } - set { BackingStore?.Set("settings", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.UserSettings Settings - { - get { return BackingStore?.Get("settings"); } - set { BackingStore?.Set("settings", value); } - } -#endif - /// Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. - public bool? ShowInAddressList - { - get { return BackingStore?.Get("showInAddressList"); } - set { BackingStore?.Set("showInAddressList", value); } - } - /// Get the last signed-in date and request ID of the sign-in for a given user. Read-only.Returned only on $select. Supports $filter (eq, ne, not, ge, le) but not with any other filterable properties. Note: Details for this property require a Microsoft Entra ID P1 or P2 license and the AuditLog.Read.All permission.This property isn't returned for a user who never signed in or last signed in before April 2020. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.SignInActivity? SignInActivity - { - get { return BackingStore?.Get("signInActivity"); } - set { BackingStore?.Set("signInActivity", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.SignInActivity SignInActivity - { - get { return BackingStore?.Get("signInActivity"); } - set { BackingStore?.Set("signInActivity", value); } - } -#endif - /// Any refresh tokens or session tokens (session cookies) issued before this time are invalid. Applications get an error when using an invalid refresh or session token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select. - public DateTimeOffset? SignInSessionsValidFromDateTime - { - get { return BackingStore?.Get("signInSessionsValidFromDateTime"); } - set { BackingStore?.Set("signInSessionsValidFromDateTime", value); } - } - /// A list for the user to enumerate their skills. Returned only on $select. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Skills - { - get { return BackingStore?.Get?>("skills"); } - set { BackingStore?.Set("skills", value); } - } -#nullable restore -#else - public List Skills - { - get { return BackingStore?.Get>("skills"); } - set { BackingStore?.Set("skills", value); } - } -#endif - /// The identifier that relates the user to the working time schedule triggers. Read-Only. Nullable -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.UserSolutionRoot? Solutions - { - get { return BackingStore?.Get("solutions"); } - set { BackingStore?.Set("solutions", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.UserSolutionRoot Solutions - { - get { return BackingStore?.Get("solutions"); } - set { BackingStore?.Set("solutions", value); } - } -#endif - /// The users and groups responsible for this guest's privileges in the tenant and keeping the guest's information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Sponsors - { - get { return BackingStore?.Get?>("sponsors"); } - set { BackingStore?.Set("sponsors", value); } - } -#nullable restore -#else - public List Sponsors - { - get { return BackingStore?.Get>("sponsors"); } - set { BackingStore?.Set("sponsors", value); } - } -#endif - /// The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#nullable restore -#else - public string State - { - get { return BackingStore?.Get("state"); } - set { BackingStore?.Set("state", value); } - } -#endif - /// The street address of the user's place of business. Maximum length is 1,024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? StreetAddress - { - get { return BackingStore?.Get("streetAddress"); } - set { BackingStore?.Set("streetAddress", value); } - } -#nullable restore -#else - public string StreetAddress - { - get { return BackingStore?.Get("streetAddress"); } - set { BackingStore?.Set("streetAddress", value); } - } -#endif - /// The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Surname - { - get { return BackingStore?.Get("surname"); } - set { BackingStore?.Set("surname", value); } - } -#nullable restore -#else - public string Surname - { - get { return BackingStore?.Get("surname"); } - set { BackingStore?.Set("surname", value); } - } -#endif - /// A container for Microsoft Teams features available for the user. Read-only. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.UserTeamwork? Teamwork - { - get { return BackingStore?.Get("teamwork"); } - set { BackingStore?.Set("teamwork", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.UserTeamwork Teamwork - { - get { return BackingStore?.Get("teamwork"); } - set { BackingStore?.Set("teamwork", value); } - } -#endif - /// Represents the To Do services available to a user. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.Todo? Todo - { - get { return BackingStore?.Get("todo"); } - set { BackingStore?.Set("todo", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.Todo Todo - { - get { return BackingStore?.Get("todo"); } - set { BackingStore?.Set("todo", value); } - } -#endif - /// The groups, including nested groups, and directory roles that a user is a member of. Nullable. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? TransitiveMemberOf - { - get { return BackingStore?.Get?>("transitiveMemberOf"); } - set { BackingStore?.Set("transitiveMemberOf", value); } - } -#nullable restore -#else - public List TransitiveMemberOf - { - get { return BackingStore?.Get>("transitiveMemberOf"); } - set { BackingStore?.Set("transitiveMemberOf", value); } - } -#endif - /// A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? UsageLocation - { - get { return BackingStore?.Get("usageLocation"); } - set { BackingStore?.Set("usageLocation", value); } - } -#nullable restore -#else - public string UsageLocation - { - get { return BackingStore?.Get("usageLocation"); } - set { BackingStore?.Set("usageLocation", value); } - } -#endif - /// The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user's email name. The general format is alias@domain, where the domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? UserPrincipalName - { - get { return BackingStore?.Get("userPrincipalName"); } - set { BackingStore?.Set("userPrincipalName", value); } - } -#nullable restore -#else - public string UserPrincipalName - { - get { return BackingStore?.Get("userPrincipalName"); } - set { BackingStore?.Set("userPrincipalName", value); } - } -#endif - /// A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? UserType - { - get { return BackingStore?.Get("userType"); } - set { BackingStore?.Set("userType", value); } - } -#nullable restore -#else - public string UserType - { - get { return BackingStore?.Get("userType"); } - set { BackingStore?.Set("userType", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public User() : base() - { - OdataType = "#microsoft.graph.user"; - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -1968,136 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "aboutMe", n => { AboutMe = n.GetStringValue(); } }, - { "accountEnabled", n => { AccountEnabled = n.GetBoolValue(); } }, - { "activities", n => { Activities = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.UserActivity.CreateFromDiscriminatorValue)?.AsList(); } }, - { "ageGroup", n => { AgeGroup = n.GetStringValue(); } }, - { "agreementAcceptances", n => { AgreementAcceptances = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AgreementAcceptance.CreateFromDiscriminatorValue)?.AsList(); } }, - { "appRoleAssignments", n => { AppRoleAssignments = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AppRoleAssignment.CreateFromDiscriminatorValue)?.AsList(); } }, - { "assignedLicenses", n => { AssignedLicenses = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AssignedLicense.CreateFromDiscriminatorValue)?.AsList(); } }, - { "assignedPlans", n => { AssignedPlans = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.AssignedPlan.CreateFromDiscriminatorValue)?.AsList(); } }, - { "authentication", n => { Authentication = n.GetObjectValue(global::Microsoft.Graph.Models.Authentication.CreateFromDiscriminatorValue); } }, - { "authorizationInfo", n => { AuthorizationInfo = n.GetObjectValue(global::Microsoft.Graph.Models.AuthorizationInfo.CreateFromDiscriminatorValue); } }, - { "birthday", n => { Birthday = n.GetDateTimeOffsetValue(); } }, - { "businessPhones", n => { BusinessPhones = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "calendar", n => { Calendar = n.GetObjectValue(global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue); } }, - { "calendarGroups", n => { CalendarGroups = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CalendarGroup.CreateFromDiscriminatorValue)?.AsList(); } }, - { "calendarView", n => { CalendarView = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - { "calendars", n => { Calendars = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue)?.AsList(); } }, - { "chats", n => { Chats = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Chat.CreateFromDiscriminatorValue)?.AsList(); } }, - { "city", n => { City = n.GetStringValue(); } }, - { "cloudClipboard", n => { CloudClipboard = n.GetObjectValue(global::Microsoft.Graph.Models.CloudClipboardRoot.CreateFromDiscriminatorValue); } }, - { "companyName", n => { CompanyName = n.GetStringValue(); } }, - { "consentProvidedForMinor", n => { ConsentProvidedForMinor = n.GetStringValue(); } }, - { "contactFolders", n => { ContactFolders = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ContactFolder.CreateFromDiscriminatorValue)?.AsList(); } }, - { "contacts", n => { Contacts = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Contact.CreateFromDiscriminatorValue)?.AsList(); } }, - { "country", n => { Country = n.GetStringValue(); } }, - { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, - { "createdObjects", n => { CreatedObjects = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, - { "creationType", n => { CreationType = n.GetStringValue(); } }, - { "customSecurityAttributes", n => { CustomSecurityAttributes = n.GetObjectValue(global::Microsoft.Graph.Models.CustomSecurityAttributeValue.CreateFromDiscriminatorValue); } }, - { "dataSecurityAndGovernance", n => { DataSecurityAndGovernance = n.GetObjectValue(global::Microsoft.Graph.Models.UserDataSecurityAndGovernance.CreateFromDiscriminatorValue); } }, - { "department", n => { Department = n.GetStringValue(); } }, - { "deviceEnrollmentLimit", n => { DeviceEnrollmentLimit = n.GetIntValue(); } }, - { "deviceManagementTroubleshootingEvents", n => { DeviceManagementTroubleshootingEvents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DeviceManagementTroubleshootingEvent.CreateFromDiscriminatorValue)?.AsList(); } }, - { "directReports", n => { DirectReports = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, - { "displayName", n => { DisplayName = n.GetStringValue(); } }, - { "drive", n => { Drive = n.GetObjectValue(global::Microsoft.Graph.Models.Drive.CreateFromDiscriminatorValue); } }, - { "drives", n => { Drives = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Drive.CreateFromDiscriminatorValue)?.AsList(); } }, - { "employeeExperience", n => { EmployeeExperience = n.GetObjectValue(global::Microsoft.Graph.Models.EmployeeExperienceUser.CreateFromDiscriminatorValue); } }, - { "employeeHireDate", n => { EmployeeHireDate = n.GetDateTimeOffsetValue(); } }, - { "employeeId", n => { EmployeeId = n.GetStringValue(); } }, - { "employeeLeaveDateTime", n => { EmployeeLeaveDateTime = n.GetDateTimeOffsetValue(); } }, - { "employeeOrgData", n => { EmployeeOrgData = n.GetObjectValue(global::Microsoft.Graph.Models.EmployeeOrgData.CreateFromDiscriminatorValue); } }, - { "employeeType", n => { EmployeeType = n.GetStringValue(); } }, - { "events", n => { Events = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - { "extensions", n => { Extensions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue)?.AsList(); } }, - { "externalUserState", n => { ExternalUserState = n.GetStringValue(); } }, - { "externalUserStateChangeDateTime", n => { ExternalUserStateChangeDateTime = n.GetDateTimeOffsetValue(); } }, - { "faxNumber", n => { FaxNumber = n.GetStringValue(); } }, - { "followedSites", n => { FollowedSites = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Site.CreateFromDiscriminatorValue)?.AsList(); } }, - { "givenName", n => { GivenName = n.GetStringValue(); } }, - { "hireDate", n => { HireDate = n.GetDateTimeOffsetValue(); } }, - { "identities", n => { Identities = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ObjectIdentity.CreateFromDiscriminatorValue)?.AsList(); } }, - { "imAddresses", n => { ImAddresses = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "inferenceClassification", n => { InferenceClassification = n.GetObjectValue(global::Microsoft.Graph.Models.InferenceClassification.CreateFromDiscriminatorValue); } }, - { "insights", n => { Insights = n.GetObjectValue(global::Microsoft.Graph.Models.ItemInsights.CreateFromDiscriminatorValue); } }, - { "interests", n => { Interests = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "isManagementRestricted", n => { IsManagementRestricted = n.GetBoolValue(); } }, - { "isResourceAccount", n => { IsResourceAccount = n.GetBoolValue(); } }, - { "jobTitle", n => { JobTitle = n.GetStringValue(); } }, - { "joinedTeams", n => { JoinedTeams = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Team.CreateFromDiscriminatorValue)?.AsList(); } }, - { "lastPasswordChangeDateTime", n => { LastPasswordChangeDateTime = n.GetDateTimeOffsetValue(); } }, - { "legalAgeGroupClassification", n => { LegalAgeGroupClassification = n.GetStringValue(); } }, - { "licenseAssignmentStates", n => { LicenseAssignmentStates = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.LicenseAssignmentState.CreateFromDiscriminatorValue)?.AsList(); } }, - { "licenseDetails", n => { LicenseDetails = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.LicenseDetails.CreateFromDiscriminatorValue)?.AsList(); } }, - { "mail", n => { Mail = n.GetStringValue(); } }, - { "mailFolders", n => { MailFolders = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.MailFolder.CreateFromDiscriminatorValue)?.AsList(); } }, - { "mailNickname", n => { MailNickname = n.GetStringValue(); } }, - { "mailboxSettings", n => { MailboxSettings = n.GetObjectValue(global::Microsoft.Graph.Models.MailboxSettings.CreateFromDiscriminatorValue); } }, - { "managedAppRegistrations", n => { ManagedAppRegistrations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ManagedAppRegistration.CreateFromDiscriminatorValue)?.AsList(); } }, - { "managedDevices", n => { ManagedDevices = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ManagedDevice.CreateFromDiscriminatorValue)?.AsList(); } }, - { "manager", n => { Manager = n.GetObjectValue(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue); } }, - { "memberOf", n => { MemberOf = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, - { "messages", n => { Messages = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Message.CreateFromDiscriminatorValue)?.AsList(); } }, - { "mobilePhone", n => { MobilePhone = n.GetStringValue(); } }, - { "mySite", n => { MySite = n.GetStringValue(); } }, - { "oauth2PermissionGrants", n => { Oauth2PermissionGrants = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.OAuth2PermissionGrant.CreateFromDiscriminatorValue)?.AsList(); } }, - { "officeLocation", n => { OfficeLocation = n.GetStringValue(); } }, - { "onPremisesDistinguishedName", n => { OnPremisesDistinguishedName = n.GetStringValue(); } }, - { "onPremisesDomainName", n => { OnPremisesDomainName = n.GetStringValue(); } }, - { "onPremisesExtensionAttributes", n => { OnPremisesExtensionAttributes = n.GetObjectValue(global::Microsoft.Graph.Models.OnPremisesExtensionAttributes.CreateFromDiscriminatorValue); } }, - { "onPremisesImmutableId", n => { OnPremisesImmutableId = n.GetStringValue(); } }, - { "onPremisesLastSyncDateTime", n => { OnPremisesLastSyncDateTime = n.GetDateTimeOffsetValue(); } }, - { "onPremisesProvisioningErrors", n => { OnPremisesProvisioningErrors = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.OnPremisesProvisioningError.CreateFromDiscriminatorValue)?.AsList(); } }, - { "onPremisesSamAccountName", n => { OnPremisesSamAccountName = n.GetStringValue(); } }, - { "onPremisesSecurityIdentifier", n => { OnPremisesSecurityIdentifier = n.GetStringValue(); } }, - { "onPremisesSyncEnabled", n => { OnPremisesSyncEnabled = n.GetBoolValue(); } }, - { "onPremisesUserPrincipalName", n => { OnPremisesUserPrincipalName = n.GetStringValue(); } }, - { "onenote", n => { Onenote = n.GetObjectValue(global::Microsoft.Graph.Models.Onenote.CreateFromDiscriminatorValue); } }, - { "onlineMeetings", n => { OnlineMeetings = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.OnlineMeeting.CreateFromDiscriminatorValue)?.AsList(); } }, - { "otherMails", n => { OtherMails = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "outlook", n => { Outlook = n.GetObjectValue(global::Microsoft.Graph.Models.OutlookUser.CreateFromDiscriminatorValue); } }, - { "ownedDevices", n => { OwnedDevices = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, - { "ownedObjects", n => { OwnedObjects = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, - { "passwordPolicies", n => { PasswordPolicies = n.GetStringValue(); } }, - { "passwordProfile", n => { PasswordProfile = n.GetObjectValue(global::Microsoft.Graph.Models.PasswordProfile.CreateFromDiscriminatorValue); } }, - { "pastProjects", n => { PastProjects = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "people", n => { People = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Person.CreateFromDiscriminatorValue)?.AsList(); } }, - { "permissionGrants", n => { PermissionGrants = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ResourceSpecificPermissionGrant.CreateFromDiscriminatorValue)?.AsList(); } }, - { "photo", n => { Photo = n.GetObjectValue(global::Microsoft.Graph.Models.ProfilePhoto.CreateFromDiscriminatorValue); } }, - { "photos", n => { Photos = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ProfilePhoto.CreateFromDiscriminatorValue)?.AsList(); } }, - { "planner", n => { Planner = n.GetObjectValue(global::Microsoft.Graph.Models.PlannerUser.CreateFromDiscriminatorValue); } }, - { "postalCode", n => { PostalCode = n.GetStringValue(); } }, - { "preferredDataLocation", n => { PreferredDataLocation = n.GetStringValue(); } }, - { "preferredLanguage", n => { PreferredLanguage = n.GetStringValue(); } }, - { "preferredName", n => { PreferredName = n.GetStringValue(); } }, - { "presence", n => { Presence = n.GetObjectValue(global::Microsoft.Graph.Models.Presence.CreateFromDiscriminatorValue); } }, - { "print", n => { Print = n.GetObjectValue(global::Microsoft.Graph.Models.UserPrint.CreateFromDiscriminatorValue); } }, - { "provisionedPlans", n => { ProvisionedPlans = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ProvisionedPlan.CreateFromDiscriminatorValue)?.AsList(); } }, - { "proxyAddresses", n => { ProxyAddresses = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "registeredDevices", n => { RegisteredDevices = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, - { "responsibilities", n => { Responsibilities = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "schools", n => { Schools = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "scopedRoleMemberOf", n => { ScopedRoleMemberOf = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ScopedRoleMembership.CreateFromDiscriminatorValue)?.AsList(); } }, - { "securityIdentifier", n => { SecurityIdentifier = n.GetStringValue(); } }, - { "serviceProvisioningErrors", n => { ServiceProvisioningErrors = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ServiceProvisioningError.CreateFromDiscriminatorValue)?.AsList(); } }, - { "settings", n => { Settings = n.GetObjectValue(global::Microsoft.Graph.Models.UserSettings.CreateFromDiscriminatorValue); } }, - { "showInAddressList", n => { ShowInAddressList = n.GetBoolValue(); } }, - { "signInActivity", n => { SignInActivity = n.GetObjectValue(global::Microsoft.Graph.Models.SignInActivity.CreateFromDiscriminatorValue); } }, - { "signInSessionsValidFromDateTime", n => { SignInSessionsValidFromDateTime = n.GetDateTimeOffsetValue(); } }, - { "skills", n => { Skills = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, - { "solutions", n => { Solutions = n.GetObjectValue(global::Microsoft.Graph.Models.UserSolutionRoot.CreateFromDiscriminatorValue); } }, - { "sponsors", n => { Sponsors = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, - { "state", n => { State = n.GetStringValue(); } }, - { "streetAddress", n => { StreetAddress = n.GetStringValue(); } }, - { "surname", n => { Surname = n.GetStringValue(); } }, - { "teamwork", n => { Teamwork = n.GetObjectValue(global::Microsoft.Graph.Models.UserTeamwork.CreateFromDiscriminatorValue); } }, - { "todo", n => { Todo = n.GetObjectValue(global::Microsoft.Graph.Models.Todo.CreateFromDiscriminatorValue); } }, - { "transitiveMemberOf", n => { TransitiveMemberOf = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } }, - { "usageLocation", n => { UsageLocation = n.GetStringValue(); } }, - { "userPrincipalName", n => { UserPrincipalName = n.GetStringValue(); } }, - { "userType", n => { UserType = n.GetStringValue(); } }, }; } /// @@ -2108,136 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("aboutMe", AboutMe); - writer.WriteBoolValue("accountEnabled", AccountEnabled); - writer.WriteCollectionOfObjectValues("activities", Activities); - writer.WriteStringValue("ageGroup", AgeGroup); - writer.WriteCollectionOfObjectValues("agreementAcceptances", AgreementAcceptances); - writer.WriteCollectionOfObjectValues("appRoleAssignments", AppRoleAssignments); - writer.WriteCollectionOfObjectValues("assignedLicenses", AssignedLicenses); - writer.WriteCollectionOfObjectValues("assignedPlans", AssignedPlans); - writer.WriteObjectValue("authentication", Authentication); - writer.WriteObjectValue("authorizationInfo", AuthorizationInfo); - writer.WriteDateTimeOffsetValue("birthday", Birthday); - writer.WriteCollectionOfPrimitiveValues("businessPhones", BusinessPhones); - writer.WriteObjectValue("calendar", Calendar); - writer.WriteCollectionOfObjectValues("calendarGroups", CalendarGroups); - writer.WriteCollectionOfObjectValues("calendars", Calendars); - writer.WriteCollectionOfObjectValues("calendarView", CalendarView); - writer.WriteCollectionOfObjectValues("chats", Chats); - writer.WriteStringValue("city", City); - writer.WriteObjectValue("cloudClipboard", CloudClipboard); - writer.WriteStringValue("companyName", CompanyName); - writer.WriteStringValue("consentProvidedForMinor", ConsentProvidedForMinor); - writer.WriteCollectionOfObjectValues("contactFolders", ContactFolders); - writer.WriteCollectionOfObjectValues("contacts", Contacts); - writer.WriteStringValue("country", Country); - writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); - writer.WriteCollectionOfObjectValues("createdObjects", CreatedObjects); - writer.WriteStringValue("creationType", CreationType); - writer.WriteObjectValue("customSecurityAttributes", CustomSecurityAttributes); - writer.WriteObjectValue("dataSecurityAndGovernance", DataSecurityAndGovernance); - writer.WriteStringValue("department", Department); - writer.WriteIntValue("deviceEnrollmentLimit", DeviceEnrollmentLimit); - writer.WriteCollectionOfObjectValues("deviceManagementTroubleshootingEvents", DeviceManagementTroubleshootingEvents); - writer.WriteCollectionOfObjectValues("directReports", DirectReports); - writer.WriteStringValue("displayName", DisplayName); - writer.WriteObjectValue("drive", Drive); - writer.WriteCollectionOfObjectValues("drives", Drives); - writer.WriteObjectValue("employeeExperience", EmployeeExperience); - writer.WriteDateTimeOffsetValue("employeeHireDate", EmployeeHireDate); - writer.WriteStringValue("employeeId", EmployeeId); - writer.WriteDateTimeOffsetValue("employeeLeaveDateTime", EmployeeLeaveDateTime); - writer.WriteObjectValue("employeeOrgData", EmployeeOrgData); - writer.WriteStringValue("employeeType", EmployeeType); - writer.WriteCollectionOfObjectValues("events", Events); - writer.WriteCollectionOfObjectValues("extensions", Extensions); - writer.WriteStringValue("externalUserState", ExternalUserState); - writer.WriteDateTimeOffsetValue("externalUserStateChangeDateTime", ExternalUserStateChangeDateTime); - writer.WriteStringValue("faxNumber", FaxNumber); - writer.WriteCollectionOfObjectValues("followedSites", FollowedSites); - writer.WriteStringValue("givenName", GivenName); - writer.WriteDateTimeOffsetValue("hireDate", HireDate); - writer.WriteCollectionOfObjectValues("identities", Identities); - writer.WriteCollectionOfPrimitiveValues("imAddresses", ImAddresses); - writer.WriteObjectValue("inferenceClassification", InferenceClassification); - writer.WriteObjectValue("insights", Insights); - writer.WriteCollectionOfPrimitiveValues("interests", Interests); - writer.WriteBoolValue("isManagementRestricted", IsManagementRestricted); - writer.WriteBoolValue("isResourceAccount", IsResourceAccount); - writer.WriteStringValue("jobTitle", JobTitle); - writer.WriteCollectionOfObjectValues("joinedTeams", JoinedTeams); - writer.WriteDateTimeOffsetValue("lastPasswordChangeDateTime", LastPasswordChangeDateTime); - writer.WriteStringValue("legalAgeGroupClassification", LegalAgeGroupClassification); - writer.WriteCollectionOfObjectValues("licenseAssignmentStates", LicenseAssignmentStates); - writer.WriteCollectionOfObjectValues("licenseDetails", LicenseDetails); - writer.WriteStringValue("mail", Mail); - writer.WriteObjectValue("mailboxSettings", MailboxSettings); - writer.WriteCollectionOfObjectValues("mailFolders", MailFolders); - writer.WriteStringValue("mailNickname", MailNickname); - writer.WriteCollectionOfObjectValues("managedAppRegistrations", ManagedAppRegistrations); - writer.WriteCollectionOfObjectValues("managedDevices", ManagedDevices); - writer.WriteObjectValue("manager", Manager); - writer.WriteCollectionOfObjectValues("memberOf", MemberOf); - writer.WriteCollectionOfObjectValues("messages", Messages); - writer.WriteStringValue("mobilePhone", MobilePhone); - writer.WriteStringValue("mySite", MySite); - writer.WriteCollectionOfObjectValues("oauth2PermissionGrants", Oauth2PermissionGrants); - writer.WriteStringValue("officeLocation", OfficeLocation); - writer.WriteObjectValue("onenote", Onenote); - writer.WriteCollectionOfObjectValues("onlineMeetings", OnlineMeetings); - writer.WriteStringValue("onPremisesDistinguishedName", OnPremisesDistinguishedName); - writer.WriteStringValue("onPremisesDomainName", OnPremisesDomainName); - writer.WriteObjectValue("onPremisesExtensionAttributes", OnPremisesExtensionAttributes); - writer.WriteStringValue("onPremisesImmutableId", OnPremisesImmutableId); - writer.WriteDateTimeOffsetValue("onPremisesLastSyncDateTime", OnPremisesLastSyncDateTime); - writer.WriteCollectionOfObjectValues("onPremisesProvisioningErrors", OnPremisesProvisioningErrors); - writer.WriteStringValue("onPremisesSamAccountName", OnPremisesSamAccountName); - writer.WriteStringValue("onPremisesSecurityIdentifier", OnPremisesSecurityIdentifier); - writer.WriteBoolValue("onPremisesSyncEnabled", OnPremisesSyncEnabled); - writer.WriteStringValue("onPremisesUserPrincipalName", OnPremisesUserPrincipalName); - writer.WriteCollectionOfPrimitiveValues("otherMails", OtherMails); - writer.WriteObjectValue("outlook", Outlook); - writer.WriteCollectionOfObjectValues("ownedDevices", OwnedDevices); - writer.WriteCollectionOfObjectValues("ownedObjects", OwnedObjects); - writer.WriteStringValue("passwordPolicies", PasswordPolicies); - writer.WriteObjectValue("passwordProfile", PasswordProfile); - writer.WriteCollectionOfPrimitiveValues("pastProjects", PastProjects); - writer.WriteCollectionOfObjectValues("people", People); - writer.WriteCollectionOfObjectValues("permissionGrants", PermissionGrants); - writer.WriteObjectValue("photo", Photo); - writer.WriteCollectionOfObjectValues("photos", Photos); - writer.WriteObjectValue("planner", Planner); - writer.WriteStringValue("postalCode", PostalCode); - writer.WriteStringValue("preferredDataLocation", PreferredDataLocation); - writer.WriteStringValue("preferredLanguage", PreferredLanguage); - writer.WriteStringValue("preferredName", PreferredName); - writer.WriteObjectValue("presence", Presence); - writer.WriteObjectValue("print", Print); - writer.WriteCollectionOfObjectValues("provisionedPlans", ProvisionedPlans); - writer.WriteCollectionOfPrimitiveValues("proxyAddresses", ProxyAddresses); - writer.WriteCollectionOfObjectValues("registeredDevices", RegisteredDevices); - writer.WriteCollectionOfPrimitiveValues("responsibilities", Responsibilities); - writer.WriteCollectionOfPrimitiveValues("schools", Schools); - writer.WriteCollectionOfObjectValues("scopedRoleMemberOf", ScopedRoleMemberOf); - writer.WriteStringValue("securityIdentifier", SecurityIdentifier); - writer.WriteCollectionOfObjectValues("serviceProvisioningErrors", ServiceProvisioningErrors); - writer.WriteObjectValue("settings", Settings); - writer.WriteBoolValue("showInAddressList", ShowInAddressList); - writer.WriteObjectValue("signInActivity", SignInActivity); - writer.WriteDateTimeOffsetValue("signInSessionsValidFromDateTime", SignInSessionsValidFromDateTime); - writer.WriteCollectionOfPrimitiveValues("skills", Skills); - writer.WriteObjectValue("solutions", Solutions); - writer.WriteCollectionOfObjectValues("sponsors", Sponsors); - writer.WriteStringValue("state", State); - writer.WriteStringValue("streetAddress", StreetAddress); - writer.WriteStringValue("surname", Surname); - writer.WriteObjectValue("teamwork", Teamwork); - writer.WriteObjectValue("todo", Todo); - writer.WriteCollectionOfObjectValues("transitiveMemberOf", TransitiveMemberOf); - writer.WriteStringValue("usageLocation", UsageLocation); - writer.WriteStringValue("userPrincipalName", UserPrincipalName); - writer.WriteStringValue("userType", UserType); } } } diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsCategory.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsCategory.cs index 7ae4f1c3b55..b5065f9c836 100644 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsCategory.cs +++ b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsCategory.cs @@ -13,38 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UserExperienceAnalyticsCategory : global::Microsoft.Graph.Models.Entity, IParsable { - /// The insights for the category. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Insights - { - get { return BackingStore?.Get?>("insights"); } - set { BackingStore?.Set("insights", value); } - } -#nullable restore -#else - public List Insights - { - get { return BackingStore?.Get>("insights"); } - set { BackingStore?.Set("insights", value); } - } -#endif - /// The metric values for the user experience analytics category. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? MetricValues - { - get { return BackingStore?.Get?>("metricValues"); } - set { BackingStore?.Set("metricValues", value); } - } -#nullable restore -#else - public List MetricValues - { - get { return BackingStore?.Get>("metricValues"); } - set { BackingStore?.Set("metricValues", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -63,8 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "insights", n => { Insights = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.UserExperienceAnalyticsInsight.CreateFromDiscriminatorValue)?.AsList(); } }, - { "metricValues", n => { MetricValues = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.UserExperienceAnalyticsMetric.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -75,8 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("insights", Insights); - writer.WriteCollectionOfObjectValues("metricValues", MetricValues); } } } diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsight.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsight.cs deleted file mode 100644 index 5d1e4a89737..00000000000 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsight.cs +++ /dev/null @@ -1,144 +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.Models -{ - /// - /// The user experience analytics insight is the recomendation to improve the user experience analytics score. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class UserExperienceAnalyticsInsight : IAdditionalDataHolder, IBackedModel, IParsable - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The unique identifier of the user experience analytics insight. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? InsightId - { - get { return BackingStore?.Get("insightId"); } - set { BackingStore?.Set("insightId", value); } - } -#nullable restore -#else - public string InsightId - { - get { return BackingStore?.Get("insightId"); } - set { BackingStore?.Set("insightId", value); } - } -#endif - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// Indicates severity of insights. Possible values are: None, Informational, Warning, Error. - public global::Microsoft.Graph.Models.UserExperienceAnalyticsInsightSeverity? Severity - { - get { return BackingStore?.Get("severity"); } - set { BackingStore?.Set("severity", value); } - } - /// The unique identifier of the user experience analytics metric. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? UserExperienceAnalyticsMetricId - { - get { return BackingStore?.Get("userExperienceAnalyticsMetricId"); } - set { BackingStore?.Set("userExperienceAnalyticsMetricId", value); } - } -#nullable restore -#else - public string UserExperienceAnalyticsMetricId - { - get { return BackingStore?.Get("userExperienceAnalyticsMetricId"); } - set { BackingStore?.Set("userExperienceAnalyticsMetricId", value); } - } -#endif - /// The value of the user experience analytics insight. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Values - { - get { return BackingStore?.Get?>("values"); } - set { BackingStore?.Set("values", value); } - } -#nullable restore -#else - public List Values - { - get { return BackingStore?.Get>("values"); } - set { BackingStore?.Set("values", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public UserExperienceAnalyticsInsight() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.UserExperienceAnalyticsInsight CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.UserExperienceAnalyticsInsight(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "insightId", n => { InsightId = n.GetStringValue(); } }, - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "severity", n => { Severity = n.GetEnumValue(); } }, - { "userExperienceAnalyticsMetricId", n => { UserExperienceAnalyticsMetricId = n.GetStringValue(); } }, - { "values", n => { Values = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.UserExperienceAnalyticsInsightValue.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("insightId", InsightId); - writer.WriteStringValue("@odata.type", OdataType); - writer.WriteEnumValue("severity", Severity); - writer.WriteStringValue("userExperienceAnalyticsMetricId", UserExperienceAnalyticsMetricId); - writer.WriteCollectionOfObjectValues("values", Values); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsightSeverity.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsightSeverity.cs deleted file mode 100644 index 52fe15fb623..00000000000 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsightSeverity.cs +++ /dev/null @@ -1,26 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - /// Indicates severity of insights. Possible values are: None, Informational, Warning, Error. - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public enum UserExperienceAnalyticsInsightSeverity - { - /// Indicates that the insight severity is none. - [EnumMember(Value = "none")] - None, - /// Indicates that the insight severity is informational. - [EnumMember(Value = "informational")] - Informational, - /// Indicates that the insight severity is warning. - [EnumMember(Value = "warning")] - Warning, - /// Indicates that the insight severity is error. - [EnumMember(Value = "error")] - Error, - /// Evolvable enumeration sentinel value. Do not use. - [EnumMember(Value = "unknownFutureValue")] - UnknownFutureValue, - } -} diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsightValue.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsightValue.cs deleted file mode 100644 index 53967ff2cc9..00000000000 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsInsightValue.cs +++ /dev/null @@ -1,88 +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.Models -{ - /// - /// The value in an user experience analytics insight. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class UserExperienceAnalyticsInsightValue : IAdditionalDataHolder, IBackedModel, IParsable - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public UserExperienceAnalyticsInsightValue() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.UserExperienceAnalyticsInsightValue CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - var mappingValue = parseNode.GetChildNode("@odata.type")?.GetStringValue(); - return mappingValue switch - { - "#microsoft.graph.insightValueDouble" => new global::Microsoft.Graph.Models.InsightValueDouble(), - "#microsoft.graph.insightValueInt" => new global::Microsoft.Graph.Models.InsightValueInt(), - _ => new global::Microsoft.Graph.Models.UserExperienceAnalyticsInsightValue(), - }; - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = 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("@odata.type", OdataType); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsOverview.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsOverview.cs index a7d42c22279..b71ad2a01c1 100644 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsOverview.cs +++ b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsOverview.cs @@ -13,22 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UserExperienceAnalyticsOverview : global::Microsoft.Graph.Models.Entity, IParsable { - /// The user experience analytics insights. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Insights - { - get { return BackingStore?.Get?>("insights"); } - set { BackingStore?.Set("insights", value); } - } -#nullable restore -#else - public List Insights - { - get { return BackingStore?.Get>("insights"); } - set { BackingStore?.Set("insights", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -47,7 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "insights", n => { Insights = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.UserExperienceAnalyticsInsight.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -58,7 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("insights", Insights); } } } diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.cs index f815553e4d5..a74066a6e53 100644 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.cs +++ b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.cs @@ -13,72 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric : global::Microsoft.Graph.Models.Entity, IParsable { - /// The percentage of devices for which OS check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? OsCheckFailedPercentage - { - get { return BackingStore?.Get("osCheckFailedPercentage"); } - set { BackingStore?.Set("osCheckFailedPercentage", value); } - } - /// The percentage of devices for which processor hardware 64-bit architecture check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? Processor64BitCheckFailedPercentage - { - get { return BackingStore?.Get("processor64BitCheckFailedPercentage"); } - set { BackingStore?.Set("processor64BitCheckFailedPercentage", value); } - } - /// The percentage of devices for which processor hardware core count check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? ProcessorCoreCountCheckFailedPercentage - { - get { return BackingStore?.Get("processorCoreCountCheckFailedPercentage"); } - set { BackingStore?.Set("processorCoreCountCheckFailedPercentage", value); } - } - /// The percentage of devices for which processor hardware family check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? ProcessorFamilyCheckFailedPercentage - { - get { return BackingStore?.Get("processorFamilyCheckFailedPercentage"); } - set { BackingStore?.Set("processorFamilyCheckFailedPercentage", value); } - } - /// The percentage of devices for which processor hardware speed check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? ProcessorSpeedCheckFailedPercentage - { - get { return BackingStore?.Get("processorSpeedCheckFailedPercentage"); } - set { BackingStore?.Set("processorSpeedCheckFailedPercentage", value); } - } - /// The percentage of devices for which RAM hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? RamCheckFailedPercentage - { - get { return BackingStore?.Get("ramCheckFailedPercentage"); } - set { BackingStore?.Set("ramCheckFailedPercentage", value); } - } - /// The percentage of devices for which secure boot hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? SecureBootCheckFailedPercentage - { - get { return BackingStore?.Get("secureBootCheckFailedPercentage"); } - set { BackingStore?.Set("secureBootCheckFailedPercentage", value); } - } - /// The percentage of devices for which storage hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? StorageCheckFailedPercentage - { - get { return BackingStore?.Get("storageCheckFailedPercentage"); } - set { BackingStore?.Set("storageCheckFailedPercentage", value); } - } - /// The count of total devices in an organization. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 - public int? TotalDeviceCount - { - get { return BackingStore?.Get("totalDeviceCount"); } - set { BackingStore?.Set("totalDeviceCount", value); } - } - /// The percentage of devices for which Trusted Platform Module (TPM) hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 - public double? TpmCheckFailedPercentage - { - get { return BackingStore?.Get("tpmCheckFailedPercentage"); } - set { BackingStore?.Set("tpmCheckFailedPercentage", value); } - } - /// The count of devices in an organization eligible for windows upgrade. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 - public int? UpgradeEligibleDeviceCount - { - get { return BackingStore?.Get("upgradeEligibleDeviceCount"); } - set { BackingStore?.Set("upgradeEligibleDeviceCount", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -97,17 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "osCheckFailedPercentage", n => { OsCheckFailedPercentage = n.GetDoubleValue(); } }, - { "processor64BitCheckFailedPercentage", n => { Processor64BitCheckFailedPercentage = n.GetDoubleValue(); } }, - { "processorCoreCountCheckFailedPercentage", n => { ProcessorCoreCountCheckFailedPercentage = n.GetDoubleValue(); } }, - { "processorFamilyCheckFailedPercentage", n => { ProcessorFamilyCheckFailedPercentage = n.GetDoubleValue(); } }, - { "processorSpeedCheckFailedPercentage", n => { ProcessorSpeedCheckFailedPercentage = n.GetDoubleValue(); } }, - { "ramCheckFailedPercentage", n => { RamCheckFailedPercentage = n.GetDoubleValue(); } }, - { "secureBootCheckFailedPercentage", n => { SecureBootCheckFailedPercentage = n.GetDoubleValue(); } }, - { "storageCheckFailedPercentage", n => { StorageCheckFailedPercentage = n.GetDoubleValue(); } }, - { "totalDeviceCount", n => { TotalDeviceCount = n.GetIntValue(); } }, - { "tpmCheckFailedPercentage", n => { TpmCheckFailedPercentage = n.GetDoubleValue(); } }, - { "upgradeEligibleDeviceCount", n => { UpgradeEligibleDeviceCount = n.GetIntValue(); } }, }; } /// @@ -118,17 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteDoubleValue("osCheckFailedPercentage", OsCheckFailedPercentage); - writer.WriteDoubleValue("processor64BitCheckFailedPercentage", Processor64BitCheckFailedPercentage); - writer.WriteDoubleValue("processorCoreCountCheckFailedPercentage", ProcessorCoreCountCheckFailedPercentage); - writer.WriteDoubleValue("processorFamilyCheckFailedPercentage", ProcessorFamilyCheckFailedPercentage); - writer.WriteDoubleValue("processorSpeedCheckFailedPercentage", ProcessorSpeedCheckFailedPercentage); - writer.WriteDoubleValue("ramCheckFailedPercentage", RamCheckFailedPercentage); - writer.WriteDoubleValue("secureBootCheckFailedPercentage", SecureBootCheckFailedPercentage); - writer.WriteDoubleValue("storageCheckFailedPercentage", StorageCheckFailedPercentage); - writer.WriteIntValue("totalDeviceCount", TotalDeviceCount); - writer.WriteDoubleValue("tpmCheckFailedPercentage", TpmCheckFailedPercentage); - writer.WriteIntValue("upgradeEligibleDeviceCount", UpgradeEligibleDeviceCount); } } } diff --git a/src/Microsoft.Graph/Generated/Models/UserPrint.cs b/src/Microsoft.Graph/Generated/Models/UserPrint.cs deleted file mode 100644 index de6a4663be4..00000000000 --- a/src/Microsoft.Graph/Generated/Models/UserPrint.cs +++ /dev/null @@ -1,99 +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.Models -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class UserPrint : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The OdataType property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#nullable restore -#else - public string OdataType - { - get { return BackingStore?.Get("@odata.type"); } - set { BackingStore?.Set("@odata.type", value); } - } -#endif - /// The recentPrinterShares property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? RecentPrinterShares - { - get { return BackingStore?.Get?>("recentPrinterShares"); } - set { BackingStore?.Set("recentPrinterShares", value); } - } -#nullable restore -#else - public List RecentPrinterShares - { - get { return BackingStore?.Get>("recentPrinterShares"); } - set { BackingStore?.Set("recentPrinterShares", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public UserPrint() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Models.UserPrint CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Models.UserPrint(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "@odata.type", n => { OdataType = n.GetStringValue(); } }, - { "recentPrinterShares", n => { RecentPrinterShares = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.PrinterShare.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("@odata.type", OdataType); - writer.WriteCollectionOfObjectValues("recentPrinterShares", RecentPrinterShares); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/UserStorage.cs b/src/Microsoft.Graph/Generated/Models/UserStorage.cs index 7568cafe7bc..10ea7df90be 100644 --- a/src/Microsoft.Graph/Generated/Models/UserStorage.cs +++ b/src/Microsoft.Graph/Generated/Models/UserStorage.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class UserStorage : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The quota property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.UnifiedStorageQuota? Quota - { - get { return BackingStore?.Get("quota"); } - set { BackingStore?.Set("quota", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.UnifiedStorageQuota Quota - { - get { return BackingStore?.Get("quota"); } - set { BackingStore?.Set("quota", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "quota", n => { Quota = n.GetObjectValue(global::Microsoft.Graph.Models.UnifiedStorageQuota.CreateFromDiscriminatorValue); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("quota", Quota); } } } diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEndpoint.cs b/src/Microsoft.Graph/Generated/Models/VirtualEndpoint.cs index e112c572bbc..8a47aaef863 100644 --- a/src/Microsoft.Graph/Generated/Models/VirtualEndpoint.cs +++ b/src/Microsoft.Graph/Generated/Models/VirtualEndpoint.cs @@ -12,118 +12,6 @@ namespace Microsoft.Graph.Models public partial class VirtualEndpoint : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// A collection of Cloud PC audit events. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? AuditEvents - { - get { return BackingStore?.Get?>("auditEvents"); } - set { BackingStore?.Set("auditEvents", value); } - } -#nullable restore -#else - public List AuditEvents - { - get { return BackingStore?.Get>("auditEvents"); } - set { BackingStore?.Set("auditEvents", value); } - } -#endif - /// A collection of cloud-managed virtual desktops. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? CloudPCs - { - get { return BackingStore?.Get?>("cloudPCs"); } - set { BackingStore?.Set("cloudPCs", value); } - } -#nullable restore -#else - public List CloudPCs - { - get { return BackingStore?.Get>("cloudPCs"); } - set { BackingStore?.Set("cloudPCs", value); } - } -#endif - /// A collection of device image resources on Cloud PC. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? DeviceImages - { - get { return BackingStore?.Get?>("deviceImages"); } - set { BackingStore?.Set("deviceImages", value); } - } -#nullable restore -#else - public List DeviceImages - { - get { return BackingStore?.Get>("deviceImages"); } - set { BackingStore?.Set("deviceImages", value); } - } -#endif - /// A collection of gallery image resources on Cloud PC. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? GalleryImages - { - get { return BackingStore?.Get?>("galleryImages"); } - set { BackingStore?.Set("galleryImages", value); } - } -#nullable restore -#else - public List GalleryImages - { - get { return BackingStore?.Get>("galleryImages"); } - set { BackingStore?.Set("galleryImages", value); } - } -#endif - /// A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? OnPremisesConnections - { - get { return BackingStore?.Get?>("onPremisesConnections"); } - set { BackingStore?.Set("onPremisesConnections", value); } - } -#nullable restore -#else - public List OnPremisesConnections - { - get { return BackingStore?.Get>("onPremisesConnections"); } - set { BackingStore?.Set("onPremisesConnections", value); } - } -#endif - /// A collection of Cloud PC provisioning policies. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ProvisioningPolicies - { - get { return BackingStore?.Get?>("provisioningPolicies"); } - set { BackingStore?.Set("provisioningPolicies", value); } - } -#nullable restore -#else - public List ProvisioningPolicies - { - get { return BackingStore?.Get>("provisioningPolicies"); } - set { BackingStore?.Set("provisioningPolicies", value); } - } -#endif - /// A collection of Cloud PC user settings. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? UserSettings - { - get { return BackingStore?.Get?>("userSettings"); } - set { BackingStore?.Set("userSettings", value); } - } -#nullable restore -#else - public List UserSettings - { - get { return BackingStore?.Get>("userSettings"); } - set { BackingStore?.Set("userSettings", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -142,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "auditEvents", n => { AuditEvents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CloudPcAuditEvent.CreateFromDiscriminatorValue)?.AsList(); } }, - { "cloudPCs", n => { CloudPCs = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CloudPC.CreateFromDiscriminatorValue)?.AsList(); } }, - { "deviceImages", n => { DeviceImages = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CloudPcDeviceImage.CreateFromDiscriminatorValue)?.AsList(); } }, - { "galleryImages", n => { GalleryImages = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CloudPcGalleryImage.CreateFromDiscriminatorValue)?.AsList(); } }, - { "onPremisesConnections", n => { OnPremisesConnections = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CloudPcOnPremisesConnection.CreateFromDiscriminatorValue)?.AsList(); } }, - { "provisioningPolicies", n => { ProvisioningPolicies = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CloudPcProvisioningPolicy.CreateFromDiscriminatorValue)?.AsList(); } }, - { "userSettings", n => { UserSettings = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.CloudPcUserSetting.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -159,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("auditEvents", AuditEvents); - writer.WriteCollectionOfObjectValues("cloudPCs", CloudPCs); - writer.WriteCollectionOfObjectValues("deviceImages", DeviceImages); - writer.WriteCollectionOfObjectValues("galleryImages", GalleryImages); - writer.WriteCollectionOfObjectValues("onPremisesConnections", OnPremisesConnections); - writer.WriteCollectionOfObjectValues("provisioningPolicies", ProvisioningPolicies); - writer.WriteCollectionOfObjectValues("userSettings", UserSettings); } } } diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEventRegistration.cs b/src/Microsoft.Graph/Generated/Models/VirtualEventRegistration.cs index 0a241acd634..d152a072c60 100644 --- a/src/Microsoft.Graph/Generated/Models/VirtualEventRegistration.cs +++ b/src/Microsoft.Graph/Generated/Models/VirtualEventRegistration.cs @@ -114,7 +114,7 @@ public string PreferredTimezone set { BackingStore?.Set("preferredTimezone", value); } } #endif - /// Date and time when the registrant registers for the virtual event. 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. + /// Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? RegistrationDateTime { get { return BackingStore?.Get("registrationDateTime"); } diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEventRegistrationConfiguration.cs b/src/Microsoft.Graph/Generated/Models/VirtualEventRegistrationConfiguration.cs index 4b41dc0ed0e..8d617bd2782 100644 --- a/src/Microsoft.Graph/Generated/Models/VirtualEventRegistrationConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/VirtualEventRegistrationConfiguration.cs @@ -12,44 +12,6 @@ namespace Microsoft.Graph.Models public partial class VirtualEventRegistrationConfiguration : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Total capacity of the virtual event. - public int? Capacity - { - get { return BackingStore?.Get("capacity"); } - set { BackingStore?.Set("capacity", value); } - } - /// Registration questions. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Questions - { - get { return BackingStore?.Get?>("questions"); } - set { BackingStore?.Set("questions", value); } - } -#nullable restore -#else - public List Questions - { - get { return BackingStore?.Get>("questions"); } - set { BackingStore?.Set("questions", value); } - } -#endif - /// Registration URL of the virtual event. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? RegistrationWebUrl - { - get { return BackingStore?.Get("registrationWebUrl"); } - set { BackingStore?.Set("registrationWebUrl", value); } - } -#nullable restore -#else - public string RegistrationWebUrl - { - get { return BackingStore?.Get("registrationWebUrl"); } - set { BackingStore?.Set("registrationWebUrl", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -73,9 +35,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "capacity", n => { Capacity = n.GetIntValue(); } }, - { "questions", n => { Questions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.VirtualEventRegistrationQuestionBase.CreateFromDiscriminatorValue)?.AsList(); } }, - { "registrationWebUrl", n => { RegistrationWebUrl = n.GetStringValue(); } }, }; } /// @@ -86,9 +45,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteIntValue("capacity", Capacity); - writer.WriteCollectionOfObjectValues("questions", Questions); - writer.WriteStringValue("registrationWebUrl", RegistrationWebUrl); } } } diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEventSession.cs b/src/Microsoft.Graph/Generated/Models/VirtualEventSession.cs index 0ad098304bf..5b961f5bfd7 100644 --- a/src/Microsoft.Graph/Generated/Models/VirtualEventSession.cs +++ b/src/Microsoft.Graph/Generated/Models/VirtualEventSession.cs @@ -43,6 +43,22 @@ public partial class VirtualEventSession : global::Microsoft.Graph.Models.Online get { return BackingStore?.Get("startDateTime"); } set { BackingStore?.Set("startDateTime", value); } } +#endif + /// The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? VideoOnDemandWebUrl + { + get { return BackingStore?.Get("videoOnDemandWebUrl"); } + set { BackingStore?.Set("videoOnDemandWebUrl", value); } + } +#nullable restore +#else + public string VideoOnDemandWebUrl + { + get { return BackingStore?.Get("videoOnDemandWebUrl"); } + set { BackingStore?.Set("videoOnDemandWebUrl", value); } + } #endif /// /// Instantiates a new and sets the default values. @@ -71,6 +87,7 @@ public override IDictionary> GetFieldDeserializers() { { "endDateTime", n => { EndDateTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, { "startDateTime", n => { StartDateTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, + { "videoOnDemandWebUrl", n => { VideoOnDemandWebUrl = n.GetStringValue(); } }, }; } /// @@ -83,6 +100,7 @@ public override void Serialize(ISerializationWriter writer) base.Serialize(writer); writer.WriteObjectValue("endDateTime", EndDateTime); writer.WriteObjectValue("startDateTime", StartDateTime); + writer.WriteStringValue("videoOnDemandWebUrl", VideoOnDemandWebUrl); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsDefenderProductStatus.cs b/src/Microsoft.Graph/Generated/Models/WindowsDefenderProductStatus.cs deleted file mode 100644 index 7ef41c5cf97..00000000000 --- a/src/Microsoft.Graph/Generated/Models/WindowsDefenderProductStatus.cs +++ /dev/null @@ -1,90 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - /// Product Status of Windows Defender - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - [Flags] - public enum WindowsDefenderProductStatus - { - /// No status - [EnumMember(Value = "noStatus")] - NoStatus = 1, - /// Service not running - [EnumMember(Value = "serviceNotRunning")] - ServiceNotRunning = 2, - /// Service started without any malware protection engine - [EnumMember(Value = "serviceStartedWithoutMalwareProtection")] - ServiceStartedWithoutMalwareProtection = 4, - /// Pending full scan due to threat action - [EnumMember(Value = "pendingFullScanDueToThreatAction")] - PendingFullScanDueToThreatAction = 8, - /// Pending reboot due to threat action - [EnumMember(Value = "pendingRebootDueToThreatAction")] - PendingRebootDueToThreatAction = 16, - /// Pending manual steps due to threat action - [EnumMember(Value = "pendingManualStepsDueToThreatAction")] - PendingManualStepsDueToThreatAction = 32, - /// AV signatures out of date - [EnumMember(Value = "avSignaturesOutOfDate")] - AvSignaturesOutOfDate = 64, - /// AS signatures out of date - [EnumMember(Value = "asSignaturesOutOfDate")] - AsSignaturesOutOfDate = 128, - /// No quick scan has happened for a specified period - [EnumMember(Value = "noQuickScanHappenedForSpecifiedPeriod")] - NoQuickScanHappenedForSpecifiedPeriod = 256, - /// No full scan has happened for a specified period - [EnumMember(Value = "noFullScanHappenedForSpecifiedPeriod")] - NoFullScanHappenedForSpecifiedPeriod = 512, - /// System initiated scan in progress - [EnumMember(Value = "systemInitiatedScanInProgress")] - SystemInitiatedScanInProgress = 1024, - /// System initiated clean in progress - [EnumMember(Value = "systemInitiatedCleanInProgress")] - SystemInitiatedCleanInProgress = 2048, - /// There are samples pending submission - [EnumMember(Value = "samplesPendingSubmission")] - SamplesPendingSubmission = 4096, - /// Product running in evaluation mode - [EnumMember(Value = "productRunningInEvaluationMode")] - ProductRunningInEvaluationMode = 8192, - /// Product running in non-genuine Windows mode - [EnumMember(Value = "productRunningInNonGenuineMode")] - ProductRunningInNonGenuineMode = 16384, - /// Product expired - [EnumMember(Value = "productExpired")] - ProductExpired = 32768, - /// Off-line scan required - [EnumMember(Value = "offlineScanRequired")] - OfflineScanRequired = 65536, - /// Service is shutting down as part of system shutdown - [EnumMember(Value = "serviceShutdownAsPartOfSystemShutdown")] - ServiceShutdownAsPartOfSystemShutdown = 131072, - /// Threat remediation failed critically - [EnumMember(Value = "threatRemediationFailedCritically")] - ThreatRemediationFailedCritically = 262144, - /// Threat remediation failed non-critically - [EnumMember(Value = "threatRemediationFailedNonCritically")] - ThreatRemediationFailedNonCritically = 524288, - /// No status flags set (well initialized state) - [EnumMember(Value = "noStatusFlagsSet")] - NoStatusFlagsSet = 1048576, - /// Platform is out of date - [EnumMember(Value = "platformOutOfDate")] - PlatformOutOfDate = 2097152, - /// Platform update is in progress - [EnumMember(Value = "platformUpdateInProgress")] - PlatformUpdateInProgress = 4194304, - /// Platform is about to be outdated - [EnumMember(Value = "platformAboutToBeOutdated")] - PlatformAboutToBeOutdated = 8388608, - /// Signature or platform end of life is past or is impending - [EnumMember(Value = "signatureOrPlatformEndOfLifeIsPastOrIsImpending")] - SignatureOrPlatformEndOfLifeIsPastOrIsImpending = 16777216, - /// Windows SMode signatures still in use on non-Win10S install - [EnumMember(Value = "windowsSModeSignaturesInUseOnNonWin10SInstall")] - WindowsSModeSignaturesInUseOnNonWin10SInstall = 33554432, - } -} diff --git a/src/Microsoft.Graph/Generated/Models/WindowsDeviceHealthState.cs b/src/Microsoft.Graph/Generated/Models/WindowsDeviceHealthState.cs deleted file mode 100644 index 25e180caaac..00000000000 --- a/src/Microsoft.Graph/Generated/Models/WindowsDeviceHealthState.cs +++ /dev/null @@ -1,30 +0,0 @@ -// -using System.Runtime.Serialization; -using System; -namespace Microsoft.Graph.Models -{ - /// Computer endpoint protection state - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - [Flags] - public enum WindowsDeviceHealthState - { - /// Computer is clean and no action is required - [EnumMember(Value = "clean")] - Clean = 1, - /// Computer is in pending full scan state - [EnumMember(Value = "fullScanPending")] - FullScanPending = 2, - /// Computer is in pending reboot state - [EnumMember(Value = "rebootPending")] - RebootPending = 4, - /// Computer is in pending manual steps state - [EnumMember(Value = "manualStepsPending")] - ManualStepsPending = 8, - /// Computer is in pending offline scan state - [EnumMember(Value = "offlineScanPending")] - OfflineScanPending = 16, - /// Computer is in critical failure state - [EnumMember(Value = "critical")] - Critical = 32, - } -} diff --git a/src/Microsoft.Graph/Generated/Models/WindowsProtectionState.cs b/src/Microsoft.Graph/Generated/Models/WindowsProtectionState.cs index b939610b1b7..ed8e8f77f8a 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsProtectionState.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsProtectionState.cs @@ -13,192 +13,6 @@ namespace Microsoft.Graph.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class WindowsProtectionState : global::Microsoft.Graph.Models.Entity, IParsable { - /// Current anti malware version -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? AntiMalwareVersion - { - get { return BackingStore?.Get("antiMalwareVersion"); } - set { BackingStore?.Set("antiMalwareVersion", value); } - } -#nullable restore -#else - public string AntiMalwareVersion - { - get { return BackingStore?.Get("antiMalwareVersion"); } - set { BackingStore?.Set("antiMalwareVersion", value); } - } -#endif - /// Device malware list -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? DetectedMalwareState - { - get { return BackingStore?.Get?>("detectedMalwareState"); } - set { BackingStore?.Set("detectedMalwareState", value); } - } -#nullable restore -#else - public List DetectedMalwareState - { - get { return BackingStore?.Get>("detectedMalwareState"); } - set { BackingStore?.Set("detectedMalwareState", value); } - } -#endif - /// Indicates device's health state. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. - public global::Microsoft.Graph.Models.WindowsDeviceHealthState? DeviceState - { - get { return BackingStore?.Get("deviceState"); } - set { BackingStore?.Set("deviceState", value); } - } - /// Current endpoint protection engine's version -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? EngineVersion - { - get { return BackingStore?.Get("engineVersion"); } - set { BackingStore?.Set("engineVersion", value); } - } -#nullable restore -#else - public string EngineVersion - { - get { return BackingStore?.Get("engineVersion"); } - set { BackingStore?.Set("engineVersion", value); } - } -#endif - /// When TRUE indicates full scan is overdue, when FALSE indicates full scan is not overdue. Defaults to setting on client device. - public bool? FullScanOverdue - { - get { return BackingStore?.Get("fullScanOverdue"); } - set { BackingStore?.Set("fullScanOverdue", value); } - } - /// When TRUE indicates full scan is required, when FALSE indicates full scan is not required. Defaults to setting on client device. - public bool? FullScanRequired - { - get { return BackingStore?.Get("fullScanRequired"); } - set { BackingStore?.Set("fullScanRequired", value); } - } - /// When TRUE indicates the device is a virtual machine, when FALSE indicates the device is not a virtual machine. Defaults to setting on client device. - public bool? IsVirtualMachine - { - get { return BackingStore?.Get("isVirtualMachine"); } - set { BackingStore?.Set("isVirtualMachine", value); } - } - /// Last quick scan datetime - public DateTimeOffset? LastFullScanDateTime - { - get { return BackingStore?.Get("lastFullScanDateTime"); } - set { BackingStore?.Set("lastFullScanDateTime", value); } - } - /// Last full scan signature version -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LastFullScanSignatureVersion - { - get { return BackingStore?.Get("lastFullScanSignatureVersion"); } - set { BackingStore?.Set("lastFullScanSignatureVersion", value); } - } -#nullable restore -#else - public string LastFullScanSignatureVersion - { - get { return BackingStore?.Get("lastFullScanSignatureVersion"); } - set { BackingStore?.Set("lastFullScanSignatureVersion", value); } - } -#endif - /// Last quick scan datetime - public DateTimeOffset? LastQuickScanDateTime - { - get { return BackingStore?.Get("lastQuickScanDateTime"); } - set { BackingStore?.Set("lastQuickScanDateTime", value); } - } - /// Last quick scan signature version -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? LastQuickScanSignatureVersion - { - get { return BackingStore?.Get("lastQuickScanSignatureVersion"); } - set { BackingStore?.Set("lastQuickScanSignatureVersion", value); } - } -#nullable restore -#else - public string LastQuickScanSignatureVersion - { - get { return BackingStore?.Get("lastQuickScanSignatureVersion"); } - set { BackingStore?.Set("lastQuickScanSignatureVersion", value); } - } -#endif - /// Last device health status reported time - public DateTimeOffset? LastReportedDateTime - { - get { return BackingStore?.Get("lastReportedDateTime"); } - set { BackingStore?.Set("lastReportedDateTime", value); } - } - /// When TRUE indicates anti malware is enabled when FALSE indicates anti malware is not enabled. - public bool? MalwareProtectionEnabled - { - get { return BackingStore?.Get("malwareProtectionEnabled"); } - set { BackingStore?.Set("malwareProtectionEnabled", value); } - } - /// When TRUE indicates network inspection system enabled, when FALSE indicates network inspection system is not enabled. Defaults to setting on client device. - public bool? NetworkInspectionSystemEnabled - { - get { return BackingStore?.Get("networkInspectionSystemEnabled"); } - set { BackingStore?.Set("networkInspectionSystemEnabled", value); } - } - /// Product Status of Windows Defender Antivirus. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. - public global::Microsoft.Graph.Models.WindowsDefenderProductStatus? ProductStatus - { - get { return BackingStore?.Get("productStatus"); } - set { BackingStore?.Set("productStatus", value); } - } - /// When TRUE indicates quick scan is overdue, when FALSE indicates quick scan is not overdue. Defaults to setting on client device. - public bool? QuickScanOverdue - { - get { return BackingStore?.Get("quickScanOverdue"); } - set { BackingStore?.Set("quickScanOverdue", value); } - } - /// When TRUE indicates real time protection is enabled, when FALSE indicates real time protection is not enabled. Defaults to setting on client device. - public bool? RealTimeProtectionEnabled - { - get { return BackingStore?.Get("realTimeProtectionEnabled"); } - set { BackingStore?.Set("realTimeProtectionEnabled", value); } - } - /// When TRUE indicates reboot is required, when FALSE indicates when TRUE indicates reboot is not required. Defaults to setting on client device. - public bool? RebootRequired - { - get { return BackingStore?.Get("rebootRequired"); } - set { BackingStore?.Set("rebootRequired", value); } - } - /// When TRUE indicates signature is out of date, when FALSE indicates signature is not out of date. Defaults to setting on client device. - public bool? SignatureUpdateOverdue - { - get { return BackingStore?.Get("signatureUpdateOverdue"); } - set { BackingStore?.Set("signatureUpdateOverdue", value); } - } - /// Current malware definitions version -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? SignatureVersion - { - get { return BackingStore?.Get("signatureVersion"); } - set { BackingStore?.Set("signatureVersion", value); } - } -#nullable restore -#else - public string SignatureVersion - { - get { return BackingStore?.Get("signatureVersion"); } - set { BackingStore?.Set("signatureVersion", value); } - } -#endif - /// When TRUE indicates the Windows Defender tamper protection feature is enabled, when FALSE indicates the Windows Defender tamper protection feature is not enabled. Defaults to setting on client device. - public bool? TamperProtectionEnabled - { - get { return BackingStore?.Get("tamperProtectionEnabled"); } - set { BackingStore?.Set("tamperProtectionEnabled", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -217,27 +31,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "antiMalwareVersion", n => { AntiMalwareVersion = n.GetStringValue(); } }, - { "detectedMalwareState", n => { DetectedMalwareState = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WindowsDeviceMalwareState.CreateFromDiscriminatorValue)?.AsList(); } }, - { "deviceState", n => { DeviceState = n.GetEnumValue(); } }, - { "engineVersion", n => { EngineVersion = n.GetStringValue(); } }, - { "fullScanOverdue", n => { FullScanOverdue = n.GetBoolValue(); } }, - { "fullScanRequired", n => { FullScanRequired = n.GetBoolValue(); } }, - { "isVirtualMachine", n => { IsVirtualMachine = n.GetBoolValue(); } }, - { "lastFullScanDateTime", n => { LastFullScanDateTime = n.GetDateTimeOffsetValue(); } }, - { "lastFullScanSignatureVersion", n => { LastFullScanSignatureVersion = n.GetStringValue(); } }, - { "lastQuickScanDateTime", n => { LastQuickScanDateTime = n.GetDateTimeOffsetValue(); } }, - { "lastQuickScanSignatureVersion", n => { LastQuickScanSignatureVersion = n.GetStringValue(); } }, - { "lastReportedDateTime", n => { LastReportedDateTime = n.GetDateTimeOffsetValue(); } }, - { "malwareProtectionEnabled", n => { MalwareProtectionEnabled = n.GetBoolValue(); } }, - { "networkInspectionSystemEnabled", n => { NetworkInspectionSystemEnabled = n.GetBoolValue(); } }, - { "productStatus", n => { ProductStatus = n.GetEnumValue(); } }, - { "quickScanOverdue", n => { QuickScanOverdue = n.GetBoolValue(); } }, - { "realTimeProtectionEnabled", n => { RealTimeProtectionEnabled = n.GetBoolValue(); } }, - { "rebootRequired", n => { RebootRequired = n.GetBoolValue(); } }, - { "signatureUpdateOverdue", n => { SignatureUpdateOverdue = n.GetBoolValue(); } }, - { "signatureVersion", n => { SignatureVersion = n.GetStringValue(); } }, - { "tamperProtectionEnabled", n => { TamperProtectionEnabled = n.GetBoolValue(); } }, }; } /// @@ -248,27 +41,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("antiMalwareVersion", AntiMalwareVersion); - writer.WriteCollectionOfObjectValues("detectedMalwareState", DetectedMalwareState); - writer.WriteEnumValue("deviceState", DeviceState); - writer.WriteStringValue("engineVersion", EngineVersion); - writer.WriteBoolValue("fullScanOverdue", FullScanOverdue); - writer.WriteBoolValue("fullScanRequired", FullScanRequired); - writer.WriteBoolValue("isVirtualMachine", IsVirtualMachine); - writer.WriteDateTimeOffsetValue("lastFullScanDateTime", LastFullScanDateTime); - writer.WriteStringValue("lastFullScanSignatureVersion", LastFullScanSignatureVersion); - writer.WriteDateTimeOffsetValue("lastQuickScanDateTime", LastQuickScanDateTime); - writer.WriteStringValue("lastQuickScanSignatureVersion", LastQuickScanSignatureVersion); - writer.WriteDateTimeOffsetValue("lastReportedDateTime", LastReportedDateTime); - writer.WriteBoolValue("malwareProtectionEnabled", MalwareProtectionEnabled); - writer.WriteBoolValue("networkInspectionSystemEnabled", NetworkInspectionSystemEnabled); - writer.WriteEnumValue("productStatus", ProductStatus); - writer.WriteBoolValue("quickScanOverdue", QuickScanOverdue); - writer.WriteBoolValue("realTimeProtectionEnabled", RealTimeProtectionEnabled); - writer.WriteBoolValue("rebootRequired", RebootRequired); - writer.WriteBoolValue("signatureUpdateOverdue", SignatureUpdateOverdue); - writer.WriteStringValue("signatureVersion", SignatureVersion); - writer.WriteBoolValue("tamperProtectionEnabled", TamperProtectionEnabled); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Workbook.cs b/src/Microsoft.Graph/Generated/Models/Workbook.cs index 4b2e8f75d24..de3c7aee3dd 100644 --- a/src/Microsoft.Graph/Generated/Models/Workbook.cs +++ b/src/Microsoft.Graph/Generated/Models/Workbook.cs @@ -12,118 +12,6 @@ namespace Microsoft.Graph.Models public partial class Workbook : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The application property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookApplication? Application - { - get { return BackingStore?.Get("application"); } - set { BackingStore?.Set("application", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookApplication Application - { - get { return BackingStore?.Get("application"); } - set { BackingStore?.Set("application", value); } - } -#endif - /// Represents a collection of comments in a workbook. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Comments - { - get { return BackingStore?.Get?>("comments"); } - set { BackingStore?.Set("comments", value); } - } -#nullable restore -#else - public List Comments - { - get { return BackingStore?.Get>("comments"); } - set { BackingStore?.Set("comments", value); } - } -#endif - /// The functions property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookFunctions? Functions - { - get { return BackingStore?.Get("functions"); } - set { BackingStore?.Set("functions", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookFunctions Functions - { - get { return BackingStore?.Get("functions"); } - set { BackingStore?.Set("functions", value); } - } -#endif - /// Represents a collection of workbooks scoped named items (named ranges and constants). Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Names - { - get { return BackingStore?.Get?>("names"); } - set { BackingStore?.Set("names", value); } - } -#nullable restore -#else - public List Names - { - get { return BackingStore?.Get>("names"); } - set { BackingStore?.Set("names", value); } - } -#endif - /// The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Operations - { - get { return BackingStore?.Get?>("operations"); } - set { BackingStore?.Set("operations", value); } - } -#nullable restore -#else - public List Operations - { - get { return BackingStore?.Get>("operations"); } - set { BackingStore?.Set("operations", value); } - } -#endif - /// Represents a collection of tables associated with the workbook. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Tables - { - get { return BackingStore?.Get?>("tables"); } - set { BackingStore?.Set("tables", value); } - } -#nullable restore -#else - public List Tables - { - get { return BackingStore?.Get>("tables"); } - set { BackingStore?.Set("tables", value); } - } -#endif - /// Represents a collection of worksheets associated with the workbook. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Worksheets - { - get { return BackingStore?.Get?>("worksheets"); } - set { BackingStore?.Set("worksheets", value); } - } -#nullable restore -#else - public List Worksheets - { - get { return BackingStore?.Get>("worksheets"); } - set { BackingStore?.Set("worksheets", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -142,13 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "application", n => { Application = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookApplication.CreateFromDiscriminatorValue); } }, - { "comments", n => { Comments = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookComment.CreateFromDiscriminatorValue)?.AsList(); } }, - { "functions", n => { Functions = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookFunctions.CreateFromDiscriminatorValue); } }, - { "names", n => { Names = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookNamedItem.CreateFromDiscriminatorValue)?.AsList(); } }, - { "operations", n => { Operations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookOperation.CreateFromDiscriminatorValue)?.AsList(); } }, - { "tables", n => { Tables = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookTable.CreateFromDiscriminatorValue)?.AsList(); } }, - { "worksheets", n => { Worksheets = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookWorksheet.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -159,13 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("application", Application); - writer.WriteCollectionOfObjectValues("comments", Comments); - writer.WriteObjectValue("functions", Functions); - writer.WriteCollectionOfObjectValues("names", Names); - writer.WriteCollectionOfObjectValues("operations", Operations); - writer.WriteCollectionOfObjectValues("tables", Tables); - writer.WriteCollectionOfObjectValues("worksheets", Worksheets); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartAreaFormat.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartAreaFormat.cs index 1458ebe50a4..f89358ff1fe 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartAreaFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartAreaFormat.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartAreaFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the fill format of an object, which includes background formatting information. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartFill? Fill - { - get { return BackingStore?.Get("fill"); } - set { BackingStore?.Set("fill", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartFill Fill - { - get { return BackingStore?.Get("fill"); } - set { BackingStore?.Set("fill", value); } - } -#endif - /// Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartFont? Font - { - get { return BackingStore?.Get("font"); } - set { BackingStore?.Set("font", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartFont Font - { - get { return BackingStore?.Get("font"); } - set { BackingStore?.Set("font", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "fill", n => { Fill = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartFill.CreateFromDiscriminatorValue); } }, - { "font", n => { Font = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartFont.CreateFromDiscriminatorValue); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("fill", Fill); - writer.WriteObjectValue("font", Font); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartAxes.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartAxes.cs index a73410a79fd..063c195b2f3 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartAxes.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartAxes.cs @@ -12,54 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartAxes : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the category axis in a chart. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartAxis? CategoryAxis - { - get { return BackingStore?.Get("categoryAxis"); } - set { BackingStore?.Set("categoryAxis", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartAxis CategoryAxis - { - get { return BackingStore?.Get("categoryAxis"); } - set { BackingStore?.Set("categoryAxis", value); } - } -#endif - /// Represents the series axis of a 3-dimensional chart. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartAxis? SeriesAxis - { - get { return BackingStore?.Get("seriesAxis"); } - set { BackingStore?.Set("seriesAxis", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartAxis SeriesAxis - { - get { return BackingStore?.Get("seriesAxis"); } - set { BackingStore?.Set("seriesAxis", value); } - } -#endif - /// Represents the value axis in an axis. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartAxis? ValueAxis - { - get { return BackingStore?.Get("valueAxis"); } - set { BackingStore?.Set("valueAxis", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartAxis ValueAxis - { - get { return BackingStore?.Get("valueAxis"); } - set { BackingStore?.Set("valueAxis", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -78,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "categoryAxis", n => { CategoryAxis = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartAxis.CreateFromDiscriminatorValue); } }, - { "seriesAxis", n => { SeriesAxis = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartAxis.CreateFromDiscriminatorValue); } }, - { "valueAxis", n => { ValueAxis = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartAxis.CreateFromDiscriminatorValue); } }, }; } /// @@ -91,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("categoryAxis", CategoryAxis); - writer.WriteObjectValue("seriesAxis", SeriesAxis); - writer.WriteObjectValue("valueAxis", ValueAxis); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartAxisFormat.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartAxisFormat.cs index 53aabdb44d4..8bafc14fd26 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartAxisFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartAxisFormat.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartAxisFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartFont? Font - { - get { return BackingStore?.Get("font"); } - set { BackingStore?.Set("font", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartFont Font - { - get { return BackingStore?.Get("font"); } - set { BackingStore?.Set("font", value); } - } -#endif - /// Represents chart line formatting. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartLineFormat? Line - { - get { return BackingStore?.Get("line"); } - set { BackingStore?.Set("line", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartLineFormat Line - { - get { return BackingStore?.Get("line"); } - set { BackingStore?.Set("line", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "font", n => { Font = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartFont.CreateFromDiscriminatorValue); } }, - { "line", n => { Line = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartLineFormat.CreateFromDiscriminatorValue); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("font", Font); - writer.WriteObjectValue("line", Line); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartAxisTitle.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartAxisTitle.cs index c359e2eee4d..c64fe547541 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartAxisTitle.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartAxisTitle.cs @@ -12,44 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartAxisTitle : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the formatting of chart axis title. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartAxisTitleFormat? Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartAxisTitleFormat Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#endif - /// Represents the axis title. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Text - { - get { return BackingStore?.Get("text"); } - set { BackingStore?.Set("text", value); } - } -#nullable restore -#else - public string Text - { - get { return BackingStore?.Get("text"); } - set { BackingStore?.Set("text", value); } - } -#endif - /// A Boolean that specifies the visibility of an axis title. - public bool? Visible - { - get { return BackingStore?.Get("visible"); } - set { BackingStore?.Set("visible", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -68,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "format", n => { Format = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartAxisTitleFormat.CreateFromDiscriminatorValue); } }, - { "text", n => { Text = n.GetStringValue(); } }, - { "visible", n => { Visible = n.GetBoolValue(); } }, }; } /// @@ -81,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("format", Format); - writer.WriteStringValue("text", Text); - writer.WriteBoolValue("visible", Visible); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartDataLabels.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartDataLabels.cs index 2ff89c27418..656f2d401b7 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartDataLabels.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartDataLabels.cs @@ -12,90 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartDataLabels : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the format of chart data labels, which includes fill and font formatting. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartDataLabelFormat? Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartDataLabelFormat Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#endif - /// DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Position - { - get { return BackingStore?.Get("position"); } - set { BackingStore?.Set("position", value); } - } -#nullable restore -#else - public string Position - { - get { return BackingStore?.Get("position"); } - set { BackingStore?.Set("position", value); } - } -#endif - /// String that represents the separator used for the data labels on a chart. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Separator - { - get { return BackingStore?.Get("separator"); } - set { BackingStore?.Set("separator", value); } - } -#nullable restore -#else - public string Separator - { - get { return BackingStore?.Get("separator"); } - set { BackingStore?.Set("separator", value); } - } -#endif - /// Boolean value that represents whether the data label bubble size is visible. - public bool? ShowBubbleSize - { - get { return BackingStore?.Get("showBubbleSize"); } - set { BackingStore?.Set("showBubbleSize", value); } - } - /// Boolean value that represents whether the data label category name is visible. - public bool? ShowCategoryName - { - get { return BackingStore?.Get("showCategoryName"); } - set { BackingStore?.Set("showCategoryName", value); } - } - /// Boolean value that represents whether the data label legend key is visible. - public bool? ShowLegendKey - { - get { return BackingStore?.Get("showLegendKey"); } - set { BackingStore?.Set("showLegendKey", value); } - } - /// Boolean value that represents whether the data label percentage is visible. - public bool? ShowPercentage - { - get { return BackingStore?.Get("showPercentage"); } - set { BackingStore?.Set("showPercentage", value); } - } - /// Boolean value that represents whether the data label series name is visible. - public bool? ShowSeriesName - { - get { return BackingStore?.Get("showSeriesName"); } - set { BackingStore?.Set("showSeriesName", value); } - } - /// Boolean value that represents whether the data label value is visible. - public bool? ShowValue - { - get { return BackingStore?.Get("showValue"); } - set { BackingStore?.Set("showValue", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -114,15 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "format", n => { Format = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartDataLabelFormat.CreateFromDiscriminatorValue); } }, - { "position", n => { Position = n.GetStringValue(); } }, - { "separator", n => { Separator = n.GetStringValue(); } }, - { "showBubbleSize", n => { ShowBubbleSize = n.GetBoolValue(); } }, - { "showCategoryName", n => { ShowCategoryName = n.GetBoolValue(); } }, - { "showLegendKey", n => { ShowLegendKey = n.GetBoolValue(); } }, - { "showPercentage", n => { ShowPercentage = n.GetBoolValue(); } }, - { "showSeriesName", n => { ShowSeriesName = n.GetBoolValue(); } }, - { "showValue", n => { ShowValue = n.GetBoolValue(); } }, }; } /// @@ -133,15 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("format", Format); - writer.WriteStringValue("position", Position); - writer.WriteStringValue("separator", Separator); - writer.WriteBoolValue("showBubbleSize", ShowBubbleSize); - writer.WriteBoolValue("showCategoryName", ShowCategoryName); - writer.WriteBoolValue("showLegendKey", ShowLegendKey); - writer.WriteBoolValue("showPercentage", ShowPercentage); - writer.WriteBoolValue("showSeriesName", ShowSeriesName); - writer.WriteBoolValue("showValue", ShowValue); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartFont.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartFont.cs index 731b1873b6c..eb117c862c5 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartFont.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartFont.cs @@ -12,72 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartFont : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Indicates whether the fond is bold. - public bool? Bold - { - get { return BackingStore?.Get("bold"); } - set { BackingStore?.Set("bold", value); } - } - /// The HTML color code representation of the text color. For example #FF0000 represents Red. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Color - { - get { return BackingStore?.Get("color"); } - set { BackingStore?.Set("color", value); } - } -#nullable restore -#else - public string Color - { - get { return BackingStore?.Get("color"); } - set { BackingStore?.Set("color", value); } - } -#endif - /// Indicates whether the fond is italic. - public bool? Italic - { - get { return BackingStore?.Get("italic"); } - set { BackingStore?.Set("italic", value); } - } - /// The font name. For example 'Calibri'. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The size of the font. For example, 11. - public double? Size - { - get { return BackingStore?.Get("size"); } - set { BackingStore?.Set("size", value); } - } - /// The type of underlining applied to the font. The possible values are: None, Single. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Underline - { - get { return BackingStore?.Get("underline"); } - set { BackingStore?.Set("underline", value); } - } -#nullable restore -#else - public string Underline - { - get { return BackingStore?.Get("underline"); } - set { BackingStore?.Set("underline", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -96,12 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "bold", n => { Bold = n.GetBoolValue(); } }, - { "color", n => { Color = n.GetStringValue(); } }, - { "italic", n => { Italic = n.GetBoolValue(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "size", n => { Size = n.GetDoubleValue(); } }, - { "underline", n => { Underline = n.GetStringValue(); } }, }; } /// @@ -112,12 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteBoolValue("bold", Bold); - writer.WriteStringValue("color", Color); - writer.WriteBoolValue("italic", Italic); - writer.WriteStringValue("name", Name); - writer.WriteDoubleValue("size", Size); - writer.WriteStringValue("underline", Underline); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartGridlines.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartGridlines.cs index 34bd8e6ab60..c4def906926 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartGridlines.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartGridlines.cs @@ -12,28 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartGridlines : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the formatting of chart gridlines. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartGridlinesFormat? Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartGridlinesFormat Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#endif - /// Indicates whether the axis gridlines are visible. - public bool? Visible - { - get { return BackingStore?.Get("visible"); } - set { BackingStore?.Set("visible", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -52,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "format", n => { Format = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartGridlinesFormat.CreateFromDiscriminatorValue); } }, - { "visible", n => { Visible = n.GetBoolValue(); } }, }; } /// @@ -64,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("format", Format); - writer.WriteBoolValue("visible", Visible); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartLegend.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartLegend.cs index 359bdc76f3b..6ee81ccb168 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartLegend.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartLegend.cs @@ -12,50 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartLegend : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the formatting of a chart legend, which includes fill and font formatting. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartLegendFormat? Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartLegendFormat Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#endif - /// Indicates whether the chart legend should overlap with the main body of the chart. - public bool? Overlay - { - get { return BackingStore?.Get("overlay"); } - set { BackingStore?.Set("overlay", value); } - } - /// Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Position - { - get { return BackingStore?.Get("position"); } - set { BackingStore?.Set("position", value); } - } -#nullable restore -#else - public string Position - { - get { return BackingStore?.Get("position"); } - set { BackingStore?.Set("position", value); } - } -#endif - /// Indicates whether the chart legend is visible. - public bool? Visible - { - get { return BackingStore?.Get("visible"); } - set { BackingStore?.Set("visible", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -74,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "format", n => { Format = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartLegendFormat.CreateFromDiscriminatorValue); } }, - { "overlay", n => { Overlay = n.GetBoolValue(); } }, - { "position", n => { Position = n.GetStringValue(); } }, - { "visible", n => { Visible = n.GetBoolValue(); } }, }; } /// @@ -88,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("format", Format); - writer.WriteBoolValue("overlay", Overlay); - writer.WriteStringValue("position", Position); - writer.WriteBoolValue("visible", Visible); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartLineFormat.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartLineFormat.cs index 7af125935c8..0e660e925dd 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartLineFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartLineFormat.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartLineFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The HTML color code that represents the color of lines in the chart. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Color - { - get { return BackingStore?.Get("color"); } - set { BackingStore?.Set("color", value); } - } -#nullable restore -#else - public string Color - { - get { return BackingStore?.Get("color"); } - set { BackingStore?.Set("color", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "color", n => { Color = n.GetStringValue(); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("color", Color); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartPointFormat.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartPointFormat.cs index ac006fc23f4..0ba0eefc31d 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartPointFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartPointFormat.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartPointFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the fill format of a chart, which includes background formatting information. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartFill? Fill - { - get { return BackingStore?.Get("fill"); } - set { BackingStore?.Set("fill", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartFill Fill - { - get { return BackingStore?.Get("fill"); } - set { BackingStore?.Set("fill", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "fill", n => { Fill = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartFill.CreateFromDiscriminatorValue); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("fill", Fill); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartSeriesFormat.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartSeriesFormat.cs index 896f18ec37d..28b06b9ac41 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartSeriesFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartSeriesFormat.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartSeriesFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the fill format of a chart series, which includes background formatting information. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartFill? Fill - { - get { return BackingStore?.Get("fill"); } - set { BackingStore?.Set("fill", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartFill Fill - { - get { return BackingStore?.Get("fill"); } - set { BackingStore?.Set("fill", value); } - } -#endif - /// Represents line formatting. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartLineFormat? Line - { - get { return BackingStore?.Get("line"); } - set { BackingStore?.Set("line", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartLineFormat Line - { - get { return BackingStore?.Get("line"); } - set { BackingStore?.Set("line", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "fill", n => { Fill = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartFill.CreateFromDiscriminatorValue); } }, - { "line", n => { Line = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartLineFormat.CreateFromDiscriminatorValue); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("fill", Fill); - writer.WriteObjectValue("line", Line); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookChartTitle.cs b/src/Microsoft.Graph/Generated/Models/WorkbookChartTitle.cs index ab677281775..7c8bd420c72 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookChartTitle.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookChartTitle.cs @@ -12,50 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookChartTitle : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The formatting of a chart title, which includes fill and font formatting. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookChartTitleFormat? Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookChartTitleFormat Format - { - get { return BackingStore?.Get("format"); } - set { BackingStore?.Set("format", value); } - } -#endif - /// Indicates whether the chart title will overlay the chart or not. - public bool? Overlay - { - get { return BackingStore?.Get("overlay"); } - set { BackingStore?.Set("overlay", value); } - } - /// The title text of the chart. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Text - { - get { return BackingStore?.Get("text"); } - set { BackingStore?.Set("text", value); } - } -#nullable restore -#else - public string Text - { - get { return BackingStore?.Get("text"); } - set { BackingStore?.Set("text", value); } - } -#endif - /// Indicates whether the chart title is visible. - public bool? Visible - { - get { return BackingStore?.Get("visible"); } - set { BackingStore?.Set("visible", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -74,10 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "format", n => { Format = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookChartTitleFormat.CreateFromDiscriminatorValue); } }, - { "overlay", n => { Overlay = n.GetBoolValue(); } }, - { "text", n => { Text = n.GetStringValue(); } }, - { "visible", n => { Visible = n.GetBoolValue(); } }, }; } /// @@ -88,10 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("format", Format); - writer.WriteBoolValue("overlay", Overlay); - writer.WriteStringValue("text", Text); - writer.WriteBoolValue("visible", Visible); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookFilter.cs b/src/Microsoft.Graph/Generated/Models/WorkbookFilter.cs index 7d6f8dac546..3758c44d67e 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookFilter.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookFilter.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookFilter : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The currently applied filter on the given column. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookFilterCriteria? Criteria - { - get { return BackingStore?.Get("criteria"); } - set { BackingStore?.Set("criteria", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookFilterCriteria Criteria - { - get { return BackingStore?.Get("criteria"); } - set { BackingStore?.Set("criteria", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "criteria", n => { Criteria = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookFilterCriteria.CreateFromDiscriminatorValue); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("criteria", Criteria); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookFunctionResult.cs b/src/Microsoft.Graph/Generated/Models/WorkbookFunctionResult.cs index 25dab7626a1..24616f285f6 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookFunctionResult.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookFunctionResult.cs @@ -12,38 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookFunctionResult : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The error property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Error - { - get { return BackingStore?.Get("error"); } - set { BackingStore?.Set("error", value); } - } -#nullable restore -#else - public string Error - { - get { return BackingStore?.Get("error"); } - set { BackingStore?.Set("error", value); } - } -#endif - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public UntypedNode? Value - { - get { return BackingStore?.Get("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public UntypedNode Value - { - get { return BackingStore?.Get("value"); } - set { BackingStore?.Set("value", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -62,8 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "error", n => { Error = n.GetStringValue(); } }, - { "value", n => { Value = n.GetObjectValue(UntypedNode.CreateFromDiscriminatorValue); } }, }; } /// @@ -74,8 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteStringValue("error", Error); - writer.WriteObjectValue("value", Value); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookRangeFormat.cs b/src/Microsoft.Graph/Generated/Models/WorkbookRangeFormat.cs index 1d5ee684f33..708ab19c2ea 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookRangeFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookRangeFormat.cs @@ -12,120 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookRangeFormat : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Collection of border objects that apply to the overall range selected Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Borders - { - get { return BackingStore?.Get?>("borders"); } - set { BackingStore?.Set("borders", value); } - } -#nullable restore -#else - public List Borders - { - get { return BackingStore?.Get>("borders"); } - set { BackingStore?.Set("borders", value); } - } -#endif - /// The width of all columns within the range. If the column widths aren't uniform, null will be returned. - public double? ColumnWidth - { - get { return BackingStore?.Get("columnWidth"); } - set { BackingStore?.Set("columnWidth", value); } - } - /// Returns the fill object defined on the overall range. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookRangeFill? Fill - { - get { return BackingStore?.Get("fill"); } - set { BackingStore?.Set("fill", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookRangeFill Fill - { - get { return BackingStore?.Get("fill"); } - set { BackingStore?.Set("fill", value); } - } -#endif - /// Returns the font object defined on the overall range selected Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookRangeFont? Font - { - get { return BackingStore?.Get("font"); } - set { BackingStore?.Set("font", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookRangeFont Font - { - get { return BackingStore?.Get("font"); } - set { BackingStore?.Set("font", value); } - } -#endif - /// The horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? HorizontalAlignment - { - get { return BackingStore?.Get("horizontalAlignment"); } - set { BackingStore?.Set("horizontalAlignment", value); } - } -#nullable restore -#else - public string HorizontalAlignment - { - get { return BackingStore?.Get("horizontalAlignment"); } - set { BackingStore?.Set("horizontalAlignment", value); } - } -#endif - /// Returns the format protection object for a range. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookFormatProtection? Protection - { - get { return BackingStore?.Get("protection"); } - set { BackingStore?.Set("protection", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookFormatProtection Protection - { - get { return BackingStore?.Get("protection"); } - set { BackingStore?.Set("protection", value); } - } -#endif - /// The height of all rows in the range. If the row heights aren't uniform null will be returned. - public double? RowHeight - { - get { return BackingStore?.Get("rowHeight"); } - set { BackingStore?.Set("rowHeight", value); } - } - /// The vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? VerticalAlignment - { - get { return BackingStore?.Get("verticalAlignment"); } - set { BackingStore?.Set("verticalAlignment", value); } - } -#nullable restore -#else - public string VerticalAlignment - { - get { return BackingStore?.Get("verticalAlignment"); } - set { BackingStore?.Set("verticalAlignment", value); } - } -#endif - /// Indicates whether Excel wraps the text in the object. A null value indicates that the entire range doesn't have a uniform wrap setting. - public bool? WrapText - { - get { return BackingStore?.Get("wrapText"); } - set { BackingStore?.Set("wrapText", value); } - } /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -144,15 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "borders", n => { Borders = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookRangeBorder.CreateFromDiscriminatorValue)?.AsList(); } }, - { "columnWidth", n => { ColumnWidth = n.GetDoubleValue(); } }, - { "fill", n => { Fill = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookRangeFill.CreateFromDiscriminatorValue); } }, - { "font", n => { Font = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookRangeFont.CreateFromDiscriminatorValue); } }, - { "horizontalAlignment", n => { HorizontalAlignment = n.GetStringValue(); } }, - { "protection", n => { Protection = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookFormatProtection.CreateFromDiscriminatorValue); } }, - { "rowHeight", n => { RowHeight = n.GetDoubleValue(); } }, - { "verticalAlignment", n => { VerticalAlignment = n.GetStringValue(); } }, - { "wrapText", n => { WrapText = n.GetBoolValue(); } }, }; } /// @@ -163,15 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("borders", Borders); - writer.WriteDoubleValue("columnWidth", ColumnWidth); - writer.WriteObjectValue("fill", Fill); - writer.WriteObjectValue("font", Font); - writer.WriteStringValue("horizontalAlignment", HorizontalAlignment); - writer.WriteObjectValue("protection", Protection); - writer.WriteDoubleValue("rowHeight", RowHeight); - writer.WriteStringValue("verticalAlignment", VerticalAlignment); - writer.WriteBoolValue("wrapText", WrapText); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookTableSort.cs b/src/Microsoft.Graph/Generated/Models/WorkbookTableSort.cs index 25bc93cc035..37a1fef2402 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookTableSort.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookTableSort.cs @@ -12,44 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookTableSort : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The list of the current conditions last used to sort the table. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Fields - { - get { return BackingStore?.Get?>("fields"); } - set { BackingStore?.Set("fields", value); } - } -#nullable restore -#else - public List Fields - { - get { return BackingStore?.Get>("fields"); } - set { BackingStore?.Set("fields", value); } - } -#endif - /// Indicates whether the casing impacted the last sort of the table. Read-only. - public bool? MatchCase - { - get { return BackingStore?.Get("matchCase"); } - set { BackingStore?.Set("matchCase", value); } - } - /// The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Method - { - get { return BackingStore?.Get("method"); } - set { BackingStore?.Set("method", value); } - } -#nullable restore -#else - public string Method - { - get { return BackingStore?.Get("method"); } - set { BackingStore?.Set("method", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -68,9 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "fields", n => { Fields = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookSortField.CreateFromDiscriminatorValue)?.AsList(); } }, - { "matchCase", n => { MatchCase = n.GetBoolValue(); } }, - { "method", n => { Method = n.GetStringValue(); } }, }; } /// @@ -81,9 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("fields", Fields); - writer.WriteBoolValue("matchCase", MatchCase); - writer.WriteStringValue("method", Method); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookWorksheet.cs b/src/Microsoft.Graph/Generated/Models/WorkbookWorksheet.cs index a6d63ab6468..6fdd3fad292 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookWorksheet.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookWorksheet.cs @@ -12,124 +12,6 @@ namespace Microsoft.Graph.Models public partial class WorkbookWorksheet : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The list of charts that are part of the worksheet. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Charts - { - get { return BackingStore?.Get?>("charts"); } - set { BackingStore?.Set("charts", value); } - } -#nullable restore -#else - public List Charts - { - get { return BackingStore?.Get>("charts"); } - set { BackingStore?.Set("charts", value); } - } -#endif - /// The display name of the worksheet. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#nullable restore -#else - public string Name - { - get { return BackingStore?.Get("name"); } - set { BackingStore?.Set("name", value); } - } -#endif - /// The list of names that are associated with the worksheet. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Names - { - get { return BackingStore?.Get?>("names"); } - set { BackingStore?.Set("names", value); } - } -#nullable restore -#else - public List Names - { - get { return BackingStore?.Get>("names"); } - set { BackingStore?.Set("names", value); } - } -#endif - /// The list of piot tables that are part of the worksheet. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? PivotTables - { - get { return BackingStore?.Get?>("pivotTables"); } - set { BackingStore?.Set("pivotTables", value); } - } -#nullable restore -#else - public List PivotTables - { - get { return BackingStore?.Get>("pivotTables"); } - set { BackingStore?.Set("pivotTables", value); } - } -#endif - /// The zero-based position of the worksheet within the workbook. - public int? Position - { - get { return BackingStore?.Get("position"); } - set { BackingStore?.Set("position", value); } - } - /// The sheet protection object for a worksheet. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.WorkbookWorksheetProtection? Protection - { - get { return BackingStore?.Get("protection"); } - set { BackingStore?.Set("protection", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.WorkbookWorksheetProtection Protection - { - get { return BackingStore?.Get("protection"); } - set { BackingStore?.Set("protection", value); } - } -#endif - /// The list of tables that are part of the worksheet. Read-only. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Tables - { - get { return BackingStore?.Get?>("tables"); } - set { BackingStore?.Set("tables", value); } - } -#nullable restore -#else - public List Tables - { - get { return BackingStore?.Get>("tables"); } - set { BackingStore?.Set("tables", value); } - } -#endif - /// The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Visibility - { - get { return BackingStore?.Get("visibility"); } - set { BackingStore?.Set("visibility", value); } - } -#nullable restore -#else - public string Visibility - { - get { return BackingStore?.Get("visibility"); } - set { BackingStore?.Set("visibility", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -148,14 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "charts", n => { Charts = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookChart.CreateFromDiscriminatorValue)?.AsList(); } }, - { "name", n => { Name = n.GetStringValue(); } }, - { "names", n => { Names = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookNamedItem.CreateFromDiscriminatorValue)?.AsList(); } }, - { "pivotTables", n => { PivotTables = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookPivotTable.CreateFromDiscriminatorValue)?.AsList(); } }, - { "position", n => { Position = n.GetIntValue(); } }, - { "protection", n => { Protection = n.GetObjectValue(global::Microsoft.Graph.Models.WorkbookWorksheetProtection.CreateFromDiscriminatorValue); } }, - { "tables", n => { Tables = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.WorkbookTable.CreateFromDiscriminatorValue)?.AsList(); } }, - { "visibility", n => { Visibility = n.GetStringValue(); } }, }; } /// @@ -166,14 +40,6 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteCollectionOfObjectValues("charts", Charts); - writer.WriteStringValue("name", Name); - writer.WriteCollectionOfObjectValues("names", Names); - writer.WriteCollectionOfObjectValues("pivotTables", PivotTables); - writer.WriteIntValue("position", Position); - writer.WriteObjectValue("protection", Protection); - writer.WriteCollectionOfObjectValues("tables", Tables); - writer.WriteStringValue("visibility", Visibility); } } } diff --git a/src/Microsoft.Graph/Generated/Models/WorkingHours.cs b/src/Microsoft.Graph/Generated/Models/WorkingHours.cs index 26ded60ddaf..f5153a8a1b1 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkingHours.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkingHours.cs @@ -25,16 +25,16 @@ public IDictionary AdditionalData /// The days of the week on which the user works. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? DaysOfWeek + public List? DaysOfWeek { - get { return BackingStore?.Get?>("daysOfWeek"); } + get { return BackingStore?.Get?>("daysOfWeek"); } set { BackingStore?.Set("daysOfWeek", value); } } #nullable restore #else - public List DaysOfWeek + public List DaysOfWeek { - get { return BackingStore?.Get>("daysOfWeek"); } + get { return BackingStore?.Get>("daysOfWeek"); } set { BackingStore?.Set("daysOfWeek", value); } } #endif @@ -108,7 +108,7 @@ public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { - { "daysOfWeek", n => { DaysOfWeek = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "daysOfWeek", n => { DaysOfWeek = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, { "endTime", n => { EndTime = n.GetTimeValue(); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, { "startTime", n => { StartTime = n.GetTimeValue(); } }, @@ -122,7 +122,7 @@ public virtual IDictionary> GetFieldDeserializers() public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteCollectionOfEnumValues("daysOfWeek", DaysOfWeek); + writer.WriteCollectionOfPrimitiveValues("daysOfWeek", DaysOfWeek); writer.WriteTimeValue("endTime", EndTime); writer.WriteStringValue("@odata.type", OdataType); writer.WriteTimeValue("startTime", StartTime); diff --git a/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Count/CountRequestBuilder.cs index 5ca1dff0562..ab1d102ae7f 100644 --- a/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Delta/DeltaRequestBuilder.cs index e7468842657..6eb37b54ae7 100644 --- a/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted oauth2permissiongrant objects without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted oauth2permissiongrant objects without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs index 13eb1dfb882..fb6f75840a9 100644 --- a/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class Oauth2PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Organization/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Count/CountRequestBuilder.cs index 9ad3798144c..591cffc7682 100644 --- a/src/Microsoft.Graph/Generated/Organization/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Organization/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Delta/DeltaRequestBuilder.cs index b65c579be22..d45e311b9b9 100644 --- a/src/Microsoft.Graph/Generated/Organization/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 885f2a3697f..d155a974003 100644 --- a/src/Microsoft.Graph/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Organization/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/GetByIds/GetByIdsRequestBuilder.cs index 7ab64d42c9f..970e231fac5 100644 --- a/src/Microsoft.Graph/Generated/Organization/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Count/CountRequestBuilder.cs index 182abbb47fe..119bfbdfc4f 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs index c5d1a24955a..287622cdd2f 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs @@ -56,8 +56,8 @@ public async Task DeleteAsync(Action - /// Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. - /// Find more info here + /// Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. + /// Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.cs index 17ff54ee5e0..f6879b28ed7 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class LocalizationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs index db84e39a851..05f4131c063 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CertificateBasedAuthConfigurationRequestBuilderGetQueryPara #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Organization/Item/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs index 989e5411988..fc27e9c9502 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 91b5f856833..3b716dbe563 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Organization/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/Extensions/Count/CountRequestBuilder.cs index baef2c59b6a..8708e017d89 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Organization/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/Extensions/ExtensionsRequestBuilder.cs index 3b8b1d18d3d..f272740fa11 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 8527b507526..6c3b7969db3 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 98eab79621d..88a0c987cb1 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs index 876f3745780..181da8e8a7d 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs @@ -111,8 +111,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the organization object. - /// Find more info here + /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -180,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the organization object. + /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -238,7 +238,7 @@ public partial class OrganizationItemRequestBuilderDeleteRequestConfiguration : { } /// - /// Read properties and relationships of the organization object. + /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class OrganizationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Organization/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/Restore/RestoreRequestBuilder.cs index 311c41e08c1..c4386bd1a02 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityRequestBuilder.cs index 87e8f87917e..3239b13ab27 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityRequestBuilder.cs @@ -35,7 +35,6 @@ public SetMobileDeviceManagementAuthorityRequestBuilder(string rawUrl, IRequestA } /// /// Set mobile device management authority - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public SetMobileDeviceManagementAuthorityRequestBuilder(string rawUrl, IRequestA } /// /// Set mobile device management authority - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs index cc8a37c53f4..4b74f519f1d 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) { } /// - /// Retrieve a list of organization objects. There's only one organization object in the collection. - /// Find more info here + /// List properties and relationships of the organization objects. + /// 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); } /// - /// Retrieve a list of organization objects. There's only one organization object in the collection. + /// List properties and relationships of the organization objects. /// /// 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); } /// - /// Retrieve a list of organization objects. There's only one organization object in the collection. + /// List properties and relationships of the organization objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class OrganizationRequestBuilderGetQueryParameters @@ -237,10 +237,10 @@ public partial class OrganizationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.cs index d7ab7e23eda..ad3dae97aa5 100644 --- a/src/Microsoft.Graph/Generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/Delta/DeltaRequestBuilder.cs index 9f18dfce873..815f94f9d9e 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index d7631edc5cc..dee391d1dd8 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.cs index be1d9d44e8e..3d6dbfcfff2 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 2d4ce841683..7e4a0373996 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 6aa233bb457..b111fc91322 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 3f2cbaebc93..ac4ce135b00 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.cs index 68b6b76ee88..48233d2c4f7 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/PermissionGrantsRequestBuilder.cs index 9aad8d46137..c8c67cbdaf9 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -230,10 +230,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.cs index a9d6859564a..dd9c2b15122 100644 --- a/src/Microsoft.Graph/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Places/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Count/CountRequestBuilder.cs index 5f978cb4de7..e7fd7ecd92d 100644 --- a/src/Microsoft.Graph/Generated/Places/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Places/GraphRoom/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/GraphRoom/Count/CountRequestBuilder.cs index 876ecc0cc91..2aea5baa031 100644 --- a/src/Microsoft.Graph/Generated/Places/GraphRoom/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/GraphRoom/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Places/GraphRoom/GraphRoomRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/GraphRoom/GraphRoomRequestBuilder.cs index 52b7971f6e8..e0c8bcdc59e 100644 --- a/src/Microsoft.Graph/Generated/Places/GraphRoom/GraphRoomRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/GraphRoom/GraphRoomRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphRoomRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Places/GraphRoomList/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/GraphRoomList/Count/CountRequestBuilder.cs index f7d983a1866..0d4e9d1b0c9 100644 --- a/src/Microsoft.Graph/Generated/Places/GraphRoomList/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/GraphRoomList/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Places/GraphRoomList/GraphRoomListRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/GraphRoomList/GraphRoomListRequestBuilder.cs index ad2c77c823d..e21bea1e382 100644 --- a/src/Microsoft.Graph/Generated/Places/GraphRoomList/GraphRoomListRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/GraphRoomList/GraphRoomListRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphRoomListRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Count/CountRequestBuilder.cs index 214d1cb5625..6a04c14f545 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/RoomsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/RoomsRequestBuilder.cs index a0911063612..f9eeef91614 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/RoomsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/RoomsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RoomsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Planner/Buckets/BucketsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Buckets/BucketsRequestBuilder.cs index ea779370c30..90e1009bcae 100644 --- a/src/Microsoft.Graph/Generated/Planner/Buckets/BucketsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Buckets/BucketsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class BucketsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Planner/Buckets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Buckets/Count/CountRequestBuilder.cs index f2e4e896156..639f1b4b62f 100644 --- a/src/Microsoft.Graph/Generated/Planner/Buckets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Buckets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Planner/Buckets/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Buckets/Item/Tasks/Count/CountRequestBuilder.cs index 4e0909ba452..30462502f07 100644 --- a/src/Microsoft.Graph/Generated/Planner/Buckets/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Buckets/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.cs index 49bcee2716e..ff47257b776 100644 --- a/src/Microsoft.Graph/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Planner/Plans/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Plans/Count/CountRequestBuilder.cs index eae8379d4a4..e9d4fa95a69 100644 --- a/src/Microsoft.Graph/Generated/Planner/Plans/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Plans/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs index dad54f0c1d1..4eebb3f6b0f 100644 --- a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class BucketsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs index 03e078b7153..560bb870591 100644 --- a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs index 573b092e087..936fedbed17 100644 --- a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs index 81e6fc3343d..a12786d877b 100644 --- a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs index 924463f8afd..00d94f35800 100644 --- a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs index 0d62557467d..13ea01ed66c 100644 --- a/src/Microsoft.Graph/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Planner/Plans/PlansRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Plans/PlansRequestBuilder.cs index ff913e10462..ac6204394de 100644 --- a/src/Microsoft.Graph/Generated/Planner/Plans/PlansRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Plans/PlansRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PlansRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Planner/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Tasks/Count/CountRequestBuilder.cs index 4b63e03be55..7226c975774 100644 --- a/src/Microsoft.Graph/Generated/Planner/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Planner/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Planner/Tasks/TasksRequestBuilder.cs index aa680ac5355..1a2a6c6916b 100644 --- a/src/Microsoft.Graph/Generated/Planner/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Planner/Tasks/TasksRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.cs index d0098f57ce3..26fc462e5b3 100644 --- a/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Count/CountRequestBuilder.cs index 2f01d001832..27f9d848c73 100644 --- a/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 56e1c4f890a..f0a76c164ff 100644 --- a/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AppliesToRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index 2db2863707a..430225167a6 100644 --- a/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs index a17a90ad65e..2a11213a4ec 100644 --- a/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AppManagementPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Count/CountRequestBuilder.cs index 77ee299fdba..b2323881561 100644 --- a/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 605a2e8b5d9..c969b12d9f5 100644 --- a/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AppliesToRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index 1b54417b8b4..0bff6ad8b2e 100644 --- a/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AppManagementPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs index ecaab4959ed..7db64240bb1 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AuthenticationMethodConfigurationsRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs index 79fad87a806..276dc5adb27 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.cs index b7b95af8262..daf116c236b 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AuthenticationStrengthPoliciesRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Count/CountRequestBuilder.cs index 0298cfbb521..a5398c0f084 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs index 51a707f7de2..5bccaef1414 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CombinationConfigurationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs index 62e7696e2a3..cf6b7d79ab6 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs index a0c0d668769..5f707d55c5a 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs @@ -1,6 +1,5 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions.Store; @@ -23,16 +22,16 @@ public IDictionary AdditionalData /// The allowedCombinations property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public List? AllowedCombinations + public List? AllowedCombinations { - get { return BackingStore?.Get?>("allowedCombinations"); } + get { return BackingStore?.Get?>("allowedCombinations"); } set { BackingStore?.Set("allowedCombinations", value); } } #nullable restore #else - public List AllowedCombinations + public List AllowedCombinations { - get { return BackingStore?.Get>("allowedCombinations"); } + get { return BackingStore?.Get>("allowedCombinations"); } set { BackingStore?.Set("allowedCombinations", value); } } #endif @@ -64,7 +63,7 @@ public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { - { "allowedCombinations", n => { AllowedCombinations = n.GetCollectionOfEnumValues()?.AsList(); } }, + { "allowedCombinations", n => { AllowedCombinations = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, }; } /// @@ -74,7 +73,7 @@ public virtual IDictionary> GetFieldDeserializers() public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteCollectionOfEnumValues("allowedCombinations", AllowedCombinations); + writer.WriteCollectionOfPrimitiveValues("allowedCombinations", AllowedCombinations); writer.WriteAdditionalData(AdditionalData); } } diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs index 8104d089973..3197561e261 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs @@ -36,7 +36,6 @@ public UpdateAllowedCombinationsRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/Usage/UsageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/Usage/UsageRequestBuilder.cs index a3efd62b8a9..03ba8b039e9 100644 --- a/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/Usage/UsageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/AuthenticationStrengthPolicies/Item/Usage/UsageRequestBuilder.cs @@ -36,7 +36,6 @@ public UsageRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs index 3ae4f36438d..0882038144a 100644 --- a/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ClaimsMappingPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Count/CountRequestBuilder.cs index 3b108b3fe14..2bd0a2636ac 100644 --- a/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index e499c0ec0c9..a4280789a92 100644 --- a/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AppliesToRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index c9476e07a67..fccd98071c1 100644 --- a/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/ConditionalAccessPolicies/ConditionalAccessPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ConditionalAccessPolicies/ConditionalAccessPoliciesRequestBuilder.cs index d6d368f68f6..082f698c4da 100644 --- a/src/Microsoft.Graph/Generated/Policies/ConditionalAccessPolicies/ConditionalAccessPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ConditionalAccessPolicies/ConditionalAccessPoliciesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ConditionalAccessPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/ConditionalAccessPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/ConditionalAccessPolicies/Count/CountRequestBuilder.cs index 9d4d07b7a80..f59cb861aeb 100644 --- a/src/Microsoft.Graph/Generated/Policies/ConditionalAccessPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/ConditionalAccessPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Default/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Default/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.cs index 1ee37841666..a6661d59b5b 100644 --- a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Default/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Default/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.cs @@ -35,7 +35,6 @@ public ResetToSystemDefaultRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. - /// 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/Policies/CrossTenantAccessPolicy/Partners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Count/CountRequestBuilder.cs index 92de930655d..dca86621d07 100644 --- a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.cs index bd319fa1189..3edd826066e 100644 --- a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PartnersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Count/CountRequestBuilder.cs index 6aba1744259..04ed16f6795 100644 --- a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.cs index be21cd883c8..f19124c4f99 100644 --- a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class FeatureRolloutPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index aad538a93be..eca167ae88e 100644 --- a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class AppliesToRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index 8ca58145a25..ec3910d2cf9 100644 --- a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.cs index 8fb47243a1a..6f75189cc40 100644 --- a/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.cs @@ -240,10 +240,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs index aadf4c4acac..a6891306a0d 100644 --- a/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs index 365c8046289..d1fd0c04d42 100644 --- a/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 63c5667b51f..537b6c47901 100644 --- a/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AppliesToRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index b11748d5dfc..cdaa441790e 100644 --- a/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Count/CountRequestBuilder.cs index e8d02eb0c93..e2d298c04d9 100644 --- a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Excludes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Excludes/Count/CountRequestBuilder.cs index 7976deaa4b9..919c01b7ac7 100644 --- a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Excludes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Excludes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.cs index f9ebac425bb..7f26d139c8c 100644 --- a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ExcludesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Includes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Includes/Count/CountRequestBuilder.cs index 6d6ede698f4..d220cedb76d 100644 --- a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Includes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Includes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.cs index df1d4603a36..c8b5813da66 100644 --- a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class IncludesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.cs index 655f551fed3..a46c4abe6a8 100644 --- a/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PermissionGrantPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Count/CountRequestBuilder.cs index 07467c166bc..3c8711611b5 100644 --- a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Count/CountRequestBuilder.cs index ef85b50cec3..edd12c7a182 100644 --- a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/EffectiveRules/EffectiveRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/EffectiveRules/EffectiveRulesRequestBuilder.cs index f7328916c92..e4d3e108e55 100644 --- a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/EffectiveRules/EffectiveRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/EffectiveRules/EffectiveRulesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class EffectiveRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/Rules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/Rules/Count/CountRequestBuilder.cs index 9819f0dc364..4fff6bea1c3 100644 --- a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/Rules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/Rules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.cs index fb4237b3dff..e01e8a1e88d 100644 --- a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class RulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.cs index be41dd6e66f..8bc8494e23f 100644 --- a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class RoleManagementPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicyAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicyAssignments/Count/CountRequestBuilder.cs index 8e911a646a0..b98bdc55d25 100644 --- a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicyAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicyAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.cs index a20723d5245..01bf538f9f5 100644 --- a/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class RoleManagementPolicyAssignmentsRequestBuilderGetQueryParame #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Count/CountRequestBuilder.cs index 1298ec90048..adb079691e9 100644 --- a/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 238d33b6c37..aad56ecc8c2 100644 --- a/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AppliesToRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index bb110282e16..14c3bfb5109 100644 --- a/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs index b77272d47aa..446efa6818d 100644 --- a/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TokenIssuancePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Count/CountRequestBuilder.cs index 0dcde9fd8f0..b8909b6d27a 100644 --- a/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 036e01a5807..2464f4546d7 100644 --- a/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AppliesToRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index c44fe9de0d0..8c84805269b 100644 --- a/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs index 9ac4eceb5f9..818b75bb72e 100644 --- a/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TokenLifetimePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Connectors/ConnectorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Connectors/ConnectorsRequestBuilder.cs index d6ab86700e2..d3eb659f98a 100644 --- a/src/Microsoft.Graph/Generated/Print/Connectors/ConnectorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Connectors/ConnectorsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ConnectorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Connectors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Connectors/Count/CountRequestBuilder.cs index 0c3fa12665e..b0d2d07a63e 100644 --- a/src/Microsoft.Graph/Generated/Print/Connectors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Connectors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Operations/Count/CountRequestBuilder.cs index 3eb97f77368..dc834fcb678 100644 --- a/src/Microsoft.Graph/Generated/Print/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Operations/OperationsRequestBuilder.cs index b548a236025..1ab5f29f3de 100644 --- a/src/Microsoft.Graph/Generated/Print/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Count/CountRequestBuilder.cs index 43523b081c2..a5db8db7003 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Create/CreateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Create/CreateRequestBuilder.cs index fb0d63c7452..68d203e8e71 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Create/CreateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Create/CreateRequestBuilder.cs @@ -35,7 +35,6 @@ public CreateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Connectors/ConnectorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Connectors/ConnectorsRequestBuilder.cs index e82c4e0b9bf..b95acbe599b 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Connectors/ConnectorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Connectors/ConnectorsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class ConnectorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Connectors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Connectors/Count/CountRequestBuilder.cs index 4f537df8268..006090eb083 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Connectors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Connectors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Count/CountRequestBuilder.cs index e0e85dfb9df..0d682cdd836 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.cs index e252aae7155..da8efce986a 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.cs @@ -35,7 +35,6 @@ public AbortRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs index d43feb50e27..c609b287323 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. - /// 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/Print/Printers/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs index 1eb89f62531..95018078171 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs index 3371df33a13..dc89995fbdc 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class DocumentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index b648e060a9f..8ad6ac43e9b 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs index c9faa5e8045..412106772e9 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs @@ -36,7 +36,6 @@ public RedirectRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Start/StartRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Start/StartRequestBuilder.cs index 46c81c3d9e6..138922c2b03 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Start/StartRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Start/StartRequestBuilder.cs @@ -36,7 +36,6 @@ public StartRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs index 136f5c197a2..bb94643648e 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs index 7e43799f3da..681db76a1ef 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/JobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/JobsRequestBuilder.cs index 34394b11d9a..8475bf91921 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/JobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Jobs/JobsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class JobsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.cs index f5a6b531e73..2d45b049836 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreFactoryDefaultsRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Restore a printer's default settings to the values specified by the manufacturer. - /// 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/Print/Printers/Item/Shares/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Shares/Count/CountRequestBuilder.cs index 4842a4cf8f8..34858886c2b 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Shares/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Shares/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/Shares/SharesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/Shares/SharesRequestBuilder.cs index d5492941b2e..62a91f3b762 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/Shares/SharesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/Shares/SharesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SharesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/TaskTriggers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/TaskTriggers/Count/CountRequestBuilder.cs index f9328534c92..1bff28c0f2b 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/TaskTriggers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/TaskTriggers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.cs index 1f51f56d4c3..72ccf379f1d 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TaskTriggersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Printers/PrintersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Printers/PrintersRequestBuilder.cs index 5a2e0debdf6..5d70ee5ac1e 100644 --- a/src/Microsoft.Graph/Generated/Print/Printers/PrintersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Printers/PrintersRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class PrintersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Services/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Services/Count/CountRequestBuilder.cs index 073091e647a..25bda8887c2 100644 --- a/src/Microsoft.Graph/Generated/Print/Services/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Services/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Services/Item/Endpoints/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Services/Item/Endpoints/Count/CountRequestBuilder.cs index 828382d4cda..d28cef585e9 100644 --- a/src/Microsoft.Graph/Generated/Print/Services/Item/Endpoints/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Services/Item/Endpoints/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Services/Item/Endpoints/EndpointsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Services/Item/Endpoints/EndpointsRequestBuilder.cs index e3988fc4839..f56260644ec 100644 --- a/src/Microsoft.Graph/Generated/Print/Services/Item/Endpoints/EndpointsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Services/Item/Endpoints/EndpointsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class EndpointsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Services/ServicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Services/ServicesRequestBuilder.cs index 390e3988fdc..7cd6316d02f 100644 --- a/src/Microsoft.Graph/Generated/Print/Services/ServicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Services/ServicesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ServicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Count/CountRequestBuilder.cs index bcc0b309ae8..77321304874 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.cs index fca5cb8cec8..246239e9ab5 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class AllowedGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Count/CountRequestBuilder.cs index bd63eba26e8..0bb6c6f1ed7 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 2f441b77a7c..3126c991fee 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a7c478134a9..a6807b5f6c9 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.cs index 464bb74a1fd..e3e38ab2704 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.cs index d47d36f27c9..ba907afda55 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class AllowedUsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Count/CountRequestBuilder.cs index 309efc99fec..a8736334433 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 55dcf0faa5d..d6353cc8d1a 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 15596061af7..64029c1c486 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.cs index 59f4152f2b4..88dd1ad6113 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Count/CountRequestBuilder.cs index 2cbd657be45..b24c6da52dd 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.cs index 305c2cb9dde..458b2c519b4 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.cs @@ -35,7 +35,6 @@ public AbortRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs index 2f9decd36fd..e01ca9148b2 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. - /// 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/Print/Shares/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs index a22dd6d6a09..eab451b0dde 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs index 75e41521b4a..b0a2c9675ab 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DocumentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 8059d1894d9..fd00c0fe252 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs index 2a62a921331..c2aea4924ab 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs @@ -36,7 +36,6 @@ public RedirectRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Start/StartRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Start/StartRequestBuilder.cs index 31eb95721b5..c28ebc5c19f 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Start/StartRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Start/StartRequestBuilder.cs @@ -36,7 +36,6 @@ public StartRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs index b5570328dda..91e29578ee3 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs index 00ba3833d41..7f46c012c4d 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/JobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/JobsRequestBuilder.cs index 9607f2ba0eb..79b3e567590 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/JobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/Item/Jobs/JobsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class JobsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/Shares/SharesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/Shares/SharesRequestBuilder.cs index 1852637fc8f..017825a2459 100644 --- a/src/Microsoft.Graph/Generated/Print/Shares/SharesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/Shares/SharesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SharesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Count/CountRequestBuilder.cs index 6c3ca93eb0f..43b9906d094 100644 --- a/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Item/Tasks/Count/CountRequestBuilder.cs index 7082d10f699..e9d71d08b58 100644 --- a/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Item/Tasks/TasksRequestBuilder.cs index 5c0098c667d..6c95132615e 100644 --- a/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/TaskDefinitions/Item/Tasks/TasksRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Print/TaskDefinitions/TaskDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Print/TaskDefinitions/TaskDefinitionsRequestBuilder.cs index 8052ab17e3b..329c3ecb24d 100644 --- a/src/Microsoft.Graph/Generated/Print/TaskDefinitions/TaskDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Print/TaskDefinitions/TaskDefinitionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TaskDefinitionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Count/CountRequestBuilder.cs index 347e30147ed..200683ef857 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs index 7cbeaf16d05..b93a0dcd349 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs @@ -170,10 +170,10 @@ public partial class ApproversRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs index c076b964e84..b70c4097e47 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4dd8414b534..a29f238177c 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 788e5026304..d256308cb9e 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -156,10 +156,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs index 012157f8f02..52781bea3a8 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs @@ -170,10 +170,10 @@ public partial class CollaboratorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs index 8a87e490b5e..5994811abff 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4a2ab9e40a9..c81800a337f 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4f1d33c901c..a0a2ede44b2 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -156,10 +156,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs index 6c9d59df746..4c8a85eb326 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs @@ -35,7 +35,6 @@ public GetFinalAttachmentRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs index 560223304de..35c0c19cb87 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetFinalReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs index d295d872aca..80c130563cc 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs index 5b9411ec534..877bf1c8bb6 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs @@ -221,10 +221,10 @@ public partial class NotesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs index 3395caa9bbe..92d6d17c915 100644 --- a/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs @@ -221,10 +221,10 @@ public partial class SubjectRightsRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Count/CountRequestBuilder.cs index 6f4e4938314..952063b67ea 100644 --- a/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.cs index 45db16a2187..4a0e7768f1c 100644 --- a/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class UserRegistrationDetailsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UsersRegisteredByFeature/UsersRegisteredByFeatureRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UsersRegisteredByFeature/UsersRegisteredByFeatureRequestBuilder.cs index 4d045455daf..3b314b87299 100644 --- a/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UsersRegisteredByFeature/UsersRegisteredByFeatureRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UsersRegisteredByFeature/UsersRegisteredByFeatureRequestBuilder.cs @@ -36,7 +36,6 @@ public UsersRegisteredByFeatureRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Get the number of users capable of multi-factor authentication, self-service password reset, and passwordless authentication. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UsersRegisteredByMethod/UsersRegisteredByMethodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UsersRegisteredByMethod/UsersRegisteredByMethodRequestBuilder.cs index 61d40b492cb..00ab83f65ab 100644 --- a/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UsersRegisteredByMethod/UsersRegisteredByMethodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/AuthenticationMethods/UsersRegisteredByMethod/UsersRegisteredByMethodRequestBuilder.cs @@ -36,7 +36,6 @@ public UsersRegisteredByMethodRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Get the number of users registered for each authentication method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByPrinter/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByPrinter/Count/CountRequestBuilder.cs index 43e95342b89..ef2a882379c 100644 --- a/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByPrinter/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByPrinter/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.cs index ecc3960c4d9..8a0c6b6cf02 100644 --- a/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class DailyPrintUsageByPrinterRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByUser/Count/CountRequestBuilder.cs index 4b908c7d35d..56f8c7db7dd 100644 --- a/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.cs index 627ba46506f..e0fe75a9263 100644 --- a/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class DailyPrintUsageByUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/DeviceConfigurationDeviceActivity/DeviceConfigurationDeviceActivityRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/DeviceConfigurationDeviceActivity/DeviceConfigurationDeviceActivityRequestBuilder.cs index 8c397d93424..ca41c3114cc 100644 --- a/src/Microsoft.Graph/Generated/Reports/DeviceConfigurationDeviceActivity/DeviceConfigurationDeviceActivityRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/DeviceConfigurationDeviceActivity/DeviceConfigurationDeviceActivityRequestBuilder.cs @@ -36,7 +36,6 @@ public DeviceConfigurationDeviceActivityRequestBuilder(string rawUrl, IRequestAd } /// /// Metadata for the device configuration device activity report - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/DeviceConfigurationUserActivity/DeviceConfigurationUserActivityRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/DeviceConfigurationUserActivity/DeviceConfigurationUserActivityRequestBuilder.cs index 62665996078..03ecb13c394 100644 --- a/src/Microsoft.Graph/Generated/Reports/DeviceConfigurationUserActivity/DeviceConfigurationUserActivityRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/DeviceConfigurationUserActivity/DeviceConfigurationUserActivityRequestBuilder.cs @@ -36,7 +36,6 @@ public DeviceConfigurationUserActivityRequestBuilder(string rawUrl, IRequestAdap } /// /// Metadata for the device configuration user activity report - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetEmailActivityCountsWithPeriod/GetEmailActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetEmailActivityCountsWithPeriod/GetEmailActivityCountsWithPeriodRequestBuilder.cs index eb5256336d4..c203c2c316d 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetEmailActivityCountsWithPeriod/GetEmailActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetEmailActivityCountsWithPeriod/GetEmailActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetEmailActivityCountsWithPeriodRequestBuilder(string rawUrl, IRequestAda } /// /// Enables you to understand the trends of email activity (like how many were sent, read, and received) in your organization. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetEmailActivityUserCountsWithPeriod/GetEmailActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetEmailActivityUserCountsWithPeriod/GetEmailActivityUserCountsWithPeriodRequestBuilder.cs index 462f7a9bb2a..5a9cf7756d2 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetEmailActivityUserCountsWithPeriod/GetEmailActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetEmailActivityUserCountsWithPeriod/GetEmailActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetEmailActivityUserCountsWithPeriodRequestBuilder(string rawUrl, IReques } /// /// Enables you to understand trends on the number of unique users who are performing email activities like send, read, and receive. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageAppsUserCountsWithPeriod/GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageAppsUserCountsWithPeriod/GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder.cs index 351ab89d70b..ac75fb593ab 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageAppsUserCountsWithPeriod/GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageAppsUserCountsWithPeriod/GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder(string rawUrl, IRe } /// /// Get the count of unique users per email app. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageUserCountsWithPeriod/GetEmailAppUsageUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageUserCountsWithPeriod/GetEmailAppUsageUserCountsWithPeriodRequestBuilder.cs index d5c6123d2c1..c489995f635 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageUserCountsWithPeriod/GetEmailAppUsageUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageUserCountsWithPeriod/GetEmailAppUsageUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetEmailAppUsageUserCountsWithPeriodRequestBuilder(string rawUrl, IReques } /// /// Get the count of unique users that connected to Exchange Online using any email app. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageVersionsUserCountsWithPeriod/GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageVersionsUserCountsWithPeriod/GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder.cs index 668fd925d02..d7c7d6909da 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageVersionsUserCountsWithPeriod/GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetEmailAppUsageVersionsUserCountsWithPeriod/GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder(string rawUrl, } /// /// Get the count of unique users by Outlook desktop version. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 6fe445959cc..e840c436e8c 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -41,7 +41,6 @@ public GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeReque } /// /// Get a list of archived print jobs for a particular group. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -65,7 +64,6 @@ public GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeReque } /// /// Get a list of archived print jobs for a particular group. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -147,10 +145,10 @@ public partial class GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEn #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/GetM365AppPlatformUserCountsWithPeriod/GetM365AppPlatformUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetM365AppPlatformUserCountsWithPeriod/GetM365AppPlatformUserCountsWithPeriodRequestBuilder.cs index 873e5069c16..1f86fda49bc 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetM365AppPlatformUserCountsWithPeriod/GetM365AppPlatformUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetM365AppPlatformUserCountsWithPeriod/GetM365AppPlatformUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetM365AppPlatformUserCountsWithPeriodRequestBuilder(string rawUrl, IRequ } /// /// Get a report that provides the trend of active users across all apps for each platform (Windows, Mac, web, and mobile) in your organization. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetM365AppUserCountsWithPeriod/GetM365AppUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetM365AppUserCountsWithPeriod/GetM365AppUserCountsWithPeriodRequestBuilder.cs index 43f0f6686b4..4c52b8f631e 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetM365AppUserCountsWithPeriod/GetM365AppUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetM365AppUserCountsWithPeriod/GetM365AppUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetM365AppUserCountsWithPeriodRequestBuilder(string rawUrl, IRequestAdapt } /// /// Get a report that provides the trend in the number of active users for each app (Outlook, Word, Excel, PowerPoint, OneNote, and Teams) in your organization. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageDetailWithPeriod/GetMailboxUsageDetailWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageDetailWithPeriod/GetMailboxUsageDetailWithPeriodRequestBuilder.cs index 547c753b1cd..f9c257405c1 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageDetailWithPeriod/GetMailboxUsageDetailWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageDetailWithPeriod/GetMailboxUsageDetailWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetMailboxUsageDetailWithPeriodRequestBuilder(string rawUrl, IRequestAdap } /// /// Get details about mailbox usage. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageMailboxCountsWithPeriod/GetMailboxUsageMailboxCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageMailboxCountsWithPeriod/GetMailboxUsageMailboxCountsWithPeriodRequestBuilder.cs index 97334ccc22a..77c1aa70f54 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageMailboxCountsWithPeriod/GetMailboxUsageMailboxCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageMailboxCountsWithPeriod/GetMailboxUsageMailboxCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetMailboxUsageMailboxCountsWithPeriodRequestBuilder(string rawUrl, IRequ } /// /// Get the total number of user mailboxes in your organization and how many are active each day of the reporting period. A mailbox is considered active if the user sent or read any email. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageQuotaStatusMailboxCountsWithPeriod/GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageQuotaStatusMailboxCountsWithPeriod/GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder.cs index cb7d23bd39c..7b9ee577f72 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageQuotaStatusMailboxCountsWithPeriod/GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageQuotaStatusMailboxCountsWithPeriod/GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder(string ra } /// /// Get the count of user mailboxes in each quota category. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageStorageWithPeriod/GetMailboxUsageStorageWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageStorageWithPeriod/GetMailboxUsageStorageWithPeriodRequestBuilder.cs index adea626c8da..7500623b69b 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageStorageWithPeriod/GetMailboxUsageStorageWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetMailboxUsageStorageWithPeriod/GetMailboxUsageStorageWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetMailboxUsageStorageWithPeriodRequestBuilder(string rawUrl, IRequestAda } /// /// Get the amount of storage used in your organization. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationCounts/GetOffice365ActivationCountsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationCounts/GetOffice365ActivationCountsRequestBuilder.cs index 2a50a0cd920..1d4c7ba0453 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationCounts/GetOffice365ActivationCountsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationCounts/GetOffice365ActivationCountsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetOffice365ActivationCountsRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get the count of Microsoft 365 activations on desktops and devices. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationsUserCounts/GetOffice365ActivationsUserCountsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationsUserCounts/GetOffice365ActivationsUserCountsRequestBuilder.cs index aaaf46b7375..f0e99811302 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationsUserCounts/GetOffice365ActivationsUserCountsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationsUserCounts/GetOffice365ActivationsUserCountsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetOffice365ActivationsUserCountsRequestBuilder(string rawUrl, IRequestAd } /// /// Get the count of users that are enabled and the ones that activated the Office subscription on desktop or devices or shared computers. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationsUserDetail/GetOffice365ActivationsUserDetailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationsUserDetail/GetOffice365ActivationsUserDetailRequestBuilder.cs index da67ff15350..f8b7f0201cb 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationsUserDetail/GetOffice365ActivationsUserDetailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActivationsUserDetail/GetOffice365ActivationsUserDetailRequestBuilder.cs @@ -35,7 +35,6 @@ public GetOffice365ActivationsUserDetailRequestBuilder(string rawUrl, IRequestAd } /// /// Get details about users who have activated Microsoft 365. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActiveUserCountsWithPeriod/GetOffice365ActiveUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActiveUserCountsWithPeriod/GetOffice365ActiveUserCountsWithPeriodRequestBuilder.cs index 81bb87421f1..83365e8b28d 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActiveUserCountsWithPeriod/GetOffice365ActiveUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActiveUserCountsWithPeriod/GetOffice365ActiveUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOffice365ActiveUserCountsWithPeriodRequestBuilder(string rawUrl, IRequ } /// /// Get the count of daily active users in the reporting period by product. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActiveUserDetailWithDate/GetOffice365ActiveUserDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActiveUserDetailWithDate/GetOffice365ActiveUserDetailWithDateRequestBuilder.cs index 8dd12e2fe1e..1cf3febc5a3 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365ActiveUserDetailWithDate/GetOffice365ActiveUserDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365ActiveUserDetailWithDate/GetOffice365ActiveUserDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOffice365ActiveUserDetailWithDateRequestBuilder(string rawUrl, IReques } /// /// Get details about Microsoft 365 active users. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityCountsWithPeriod/GetOffice365GroupsActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityCountsWithPeriod/GetOffice365GroupsActivityCountsWithPeriodRequestBuilder.cs index 02c06c36448..d10aba53b91 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityCountsWithPeriod/GetOffice365GroupsActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityCountsWithPeriod/GetOffice365GroupsActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOffice365GroupsActivityCountsWithPeriodRequestBuilder(string rawUrl, I } /// /// Get the number of group activities across group workloads. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityDetailWithDate/GetOffice365GroupsActivityDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityDetailWithDate/GetOffice365GroupsActivityDetailWithDateRequestBuilder.cs index c7c5dff3f0e..53285bcc91f 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityDetailWithDate/GetOffice365GroupsActivityDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityDetailWithDate/GetOffice365GroupsActivityDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOffice365GroupsActivityDetailWithDateRequestBuilder(string rawUrl, IRe } /// /// Get details about Microsoft 365 groups activity by group. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityFileCountsWithPeriod/GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityFileCountsWithPeriod/GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder.cs index 9f540acee21..27376197d2e 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityFileCountsWithPeriod/GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityFileCountsWithPeriod/GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder(string rawUr } /// /// Get the total number of files and how many of them were active across all group sites associated with a Microsoft 365 group. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityGroupCountsWithPeriod/GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityGroupCountsWithPeriod/GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder.cs index df3539604c6..eae6bc25caf 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityGroupCountsWithPeriod/GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityGroupCountsWithPeriod/GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder(string rawU } /// /// Get the daily total number of groups and how many of them were active based on email conversations, Yammer posts, and SharePoint file activities. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityStorageWithPeriod/GetOffice365GroupsActivityStorageWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityStorageWithPeriod/GetOffice365GroupsActivityStorageWithPeriodRequestBuilder.cs index 46d36de605a..14a46d4120e 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityStorageWithPeriod/GetOffice365GroupsActivityStorageWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365GroupsActivityStorageWithPeriod/GetOffice365GroupsActivityStorageWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOffice365GroupsActivityStorageWithPeriodRequestBuilder(string rawUrl, } /// /// Get the total storage used across all group mailboxes and group sites. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOffice365ServicesUserCountsWithPeriod/GetOffice365ServicesUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOffice365ServicesUserCountsWithPeriod/GetOffice365ServicesUserCountsWithPeriodRequestBuilder.cs index 5f125c81e12..d13a0c216f8 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOffice365ServicesUserCountsWithPeriod/GetOffice365ServicesUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOffice365ServicesUserCountsWithPeriod/GetOffice365ServicesUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOffice365ServicesUserCountsWithPeriodRequestBuilder(string rawUrl, IRe } /// /// Get the count of users by activity type and service. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityFileCountsWithPeriod/GetOneDriveActivityFileCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityFileCountsWithPeriod/GetOneDriveActivityFileCountsWithPeriodRequestBuilder.cs index d7bb1b14392..a7c15ed5951 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityFileCountsWithPeriod/GetOneDriveActivityFileCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityFileCountsWithPeriod/GetOneDriveActivityFileCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOneDriveActivityFileCountsWithPeriodRequestBuilder(string rawUrl, IReq } /// /// Get the number of unique, licensed users that performed file interactions against any OneDrive account. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityUserCountsWithPeriod/GetOneDriveActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityUserCountsWithPeriod/GetOneDriveActivityUserCountsWithPeriodRequestBuilder.cs index 0baf49352b1..4d64da4f0c2 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityUserCountsWithPeriod/GetOneDriveActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityUserCountsWithPeriod/GetOneDriveActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOneDriveActivityUserCountsWithPeriodRequestBuilder(string rawUrl, IReq } /// /// Get the trend in the number of active OneDrive users. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityUserDetailWithDate/GetOneDriveActivityUserDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityUserDetailWithDate/GetOneDriveActivityUserDetailWithDateRequestBuilder.cs index 3fadd400ae5..57542a4696d 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityUserDetailWithDate/GetOneDriveActivityUserDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOneDriveActivityUserDetailWithDate/GetOneDriveActivityUserDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOneDriveActivityUserDetailWithDateRequestBuilder(string rawUrl, IReque } /// /// Get details about OneDrive activity by user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageAccountCountsWithPeriod/GetOneDriveUsageAccountCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageAccountCountsWithPeriod/GetOneDriveUsageAccountCountsWithPeriodRequestBuilder.cs index 9e360e9eb5d..927ee96de28 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageAccountCountsWithPeriod/GetOneDriveUsageAccountCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageAccountCountsWithPeriod/GetOneDriveUsageAccountCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOneDriveUsageAccountCountsWithPeriodRequestBuilder(string rawUrl, IReq } /// /// Get the trend in the number of active OneDrive for Business sites. Any site on which users viewed, modified, uploaded, downloaded, shared, or synced files is considered an active site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageAccountDetailWithDate/GetOneDriveUsageAccountDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageAccountDetailWithDate/GetOneDriveUsageAccountDetailWithDateRequestBuilder.cs index 9bf19126791..eaf0831fe68 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageAccountDetailWithDate/GetOneDriveUsageAccountDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageAccountDetailWithDate/GetOneDriveUsageAccountDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOneDriveUsageAccountDetailWithDateRequestBuilder(string rawUrl, IReque } /// /// Get details about OneDrive usage by account. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageFileCountsWithPeriod/GetOneDriveUsageFileCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageFileCountsWithPeriod/GetOneDriveUsageFileCountsWithPeriodRequestBuilder.cs index 32819fb650b..96ba0e8bba2 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageFileCountsWithPeriod/GetOneDriveUsageFileCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageFileCountsWithPeriod/GetOneDriveUsageFileCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOneDriveUsageFileCountsWithPeriodRequestBuilder(string rawUrl, IReques } /// /// Get the total number of files across all sites and how many are active files. A file is considered active if it has been saved, synced, modified, or shared within the specified time period. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageStorageWithPeriod/GetOneDriveUsageStorageWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageStorageWithPeriod/GetOneDriveUsageStorageWithPeriodRequestBuilder.cs index af74255dac9..d62d1d8f21a 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageStorageWithPeriod/GetOneDriveUsageStorageWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetOneDriveUsageStorageWithPeriod/GetOneDriveUsageStorageWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetOneDriveUsageStorageWithPeriodRequestBuilder(string rawUrl, IRequestAd } /// /// Get the trend on the amount of storage you're using in OneDrive for Business. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 46389f8644f..444c944f189 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -41,7 +41,6 @@ public GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeR } /// /// Get a list of archived print jobs that were queued for particular printer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -65,7 +64,6 @@ public GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeR } /// /// Get a list of archived print jobs that were queued for particular printer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -147,10 +145,10 @@ public partial class GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWi #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/GetRelyingPartyDetailedSummaryWithPeriod/GetRelyingPartyDetailedSummaryWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetRelyingPartyDetailedSummaryWithPeriod/GetRelyingPartyDetailedSummaryWithPeriodRequestBuilder.cs index 9f79aa4931b..172fad09ca9 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetRelyingPartyDetailedSummaryWithPeriod/GetRelyingPartyDetailedSummaryWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetRelyingPartyDetailedSummaryWithPeriod/GetRelyingPartyDetailedSummaryWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetRelyingPartyDetailedSummaryWithPeriodRequestBuilder(string rawUrl, IRe } /// /// Get a summary of AD FS relying parties information. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetRelyingPartyDetailedSummaryWithPeriodRequestBuilder(string rawUrl, IRe } /// /// Get a summary of AD FS relying parties information. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class GetRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetQu #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityFileCountsWithPeriod/GetSharePointActivityFileCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityFileCountsWithPeriod/GetSharePointActivityFileCountsWithPeriodRequestBuilder.cs index 3221ca9c575..0a9dfa62bf5 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityFileCountsWithPeriod/GetSharePointActivityFileCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityFileCountsWithPeriod/GetSharePointActivityFileCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointActivityFileCountsWithPeriodRequestBuilder(string rawUrl, IR } /// /// Get the number of unique, licensed users who interacted with files stored on SharePoint sites. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityPagesWithPeriod/GetSharePointActivityPagesWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityPagesWithPeriod/GetSharePointActivityPagesWithPeriodRequestBuilder.cs index 876405de17e..630af24a106 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityPagesWithPeriod/GetSharePointActivityPagesWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityPagesWithPeriod/GetSharePointActivityPagesWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointActivityPagesWithPeriodRequestBuilder(string rawUrl, IReques } /// /// Get the number of unique pages visited by users. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityUserCountsWithPeriod/GetSharePointActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityUserCountsWithPeriod/GetSharePointActivityUserCountsWithPeriodRequestBuilder.cs index 502a525bde1..62adacc4e75 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityUserCountsWithPeriod/GetSharePointActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityUserCountsWithPeriod/GetSharePointActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointActivityUserCountsWithPeriodRequestBuilder(string rawUrl, IR } /// /// Get the trend in the number of active users. A user is considered active if they have executed a file activity (save, sync, modify, or share) or visited a page within the specified time period. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityUserDetailWithDate/GetSharePointActivityUserDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityUserDetailWithDate/GetSharePointActivityUserDetailWithDateRequestBuilder.cs index 826ff18acb0..6c6f313056c 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityUserDetailWithDate/GetSharePointActivityUserDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointActivityUserDetailWithDate/GetSharePointActivityUserDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointActivityUserDetailWithDateRequestBuilder(string rawUrl, IReq } /// /// Get details about SharePoint activity by user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageDetailWithDate/GetSharePointSiteUsageDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageDetailWithDate/GetSharePointSiteUsageDetailWithDateRequestBuilder.cs index 5c8141f4527..043015d5980 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageDetailWithDate/GetSharePointSiteUsageDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageDetailWithDate/GetSharePointSiteUsageDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointSiteUsageDetailWithDateRequestBuilder(string rawUrl, IReques } /// /// Get details about SharePoint site usage. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageFileCountsWithPeriod/GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageFileCountsWithPeriod/GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder.cs index 54c59147761..9ff91438f70 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageFileCountsWithPeriod/GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageFileCountsWithPeriod/GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder(string rawUrl, I } /// /// Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it has been saved, synced, modified, or shared within the specified time period. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsagePagesWithPeriod/GetSharePointSiteUsagePagesWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsagePagesWithPeriod/GetSharePointSiteUsagePagesWithPeriodRequestBuilder.cs index 306b55c75da..3173b4314de 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsagePagesWithPeriod/GetSharePointSiteUsagePagesWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsagePagesWithPeriod/GetSharePointSiteUsagePagesWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointSiteUsagePagesWithPeriodRequestBuilder(string rawUrl, IReque } /// /// Get the number of pages viewed across all sites. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageSiteCountsWithPeriod/GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageSiteCountsWithPeriod/GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder.cs index 0f60c3c6205..c02d51bbbdc 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageSiteCountsWithPeriod/GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageSiteCountsWithPeriod/GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder(string rawUrl, I } /// /// Get the trend of total and active site count during the reporting period. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageStorageWithPeriod/GetSharePointSiteUsageStorageWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageStorageWithPeriod/GetSharePointSiteUsageStorageWithPeriodRequestBuilder.cs index 8fe9bde53df..292135ce881 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageStorageWithPeriod/GetSharePointSiteUsageStorageWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSharePointSiteUsageStorageWithPeriod/GetSharePointSiteUsageStorageWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSharePointSiteUsageStorageWithPeriodRequestBuilder(string rawUrl, IReq } /// /// Get the trend of storage allocated and consumed during the reporting period. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityCountsWithPeriod/GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityCountsWithPeriod/GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder.cs index a28c877e9c4..c44a277a4a5 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityCountsWithPeriod/GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityCountsWithPeriod/GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder(string rawUrl, } /// /// Get the trends on how many users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityUserCountsWithPeriod/GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityUserCountsWithPeriod/GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder.cs index c291ff6c1f4..7efde421a4b 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityUserCountsWithPeriod/GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityUserCountsWithPeriod/GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder(string rawU } /// /// Get the trends on how many unique users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityUserDetailWithDate/GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityUserDetailWithDate/GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder.cs index 007bfd5a820..4f57f4c64a2 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityUserDetailWithDate/GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessActivityUserDetailWithDate/GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder(string rawUrl } /// /// Get details about Skype for Business activity by user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs index 7f49d2c1613..d590fb788c1 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuil } /// /// Get the number of users using unique devices in your organization. The report will show you the number of users per device including Windows, Windows phone, Android phone, iPhone, and iPad. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder.cs index e9235cab63a..a44f708d6c5 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder(string r } /// /// Get the usage trends on how many users in your organization have connected using the Skype for Business app. You'll also get a breakdown by the type of device (Windows, Windows phone, Android phone, iPhone, or iPad) on which the Skype for Business client app is installed and used across your organization. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithDate/GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithDate/GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder.cs index b16fe9de965..f4551c4f6fc 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithDate/GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithDate/GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder(string raw } /// /// Get details about Skype for Business device usage by user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityCountsWithPeriod/GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityCountsWithPeriod/GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder.cs index 8037dee00bc..c9d1452c26e 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityCountsWithPeriod/GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityCountsWithPeriod/GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder(string } /// /// Get usage trends on the number and type of conference sessions held and organized by users in your organization. Types of conference sessions include IM, audio/video, application sharing, web, dial-in/out - third party, and Dial-in/out Microsoft. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriod/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriod/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder.cs index adb16187fac..cb848be890e 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriod/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriod/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder( } /// /// Get usage trends on the length in minutes and type of conference sessions held and organized by users in your organization. Types of conference sessions include audio/video, and dial-in and dial-out - Microsoft. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriod/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriod/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder.cs index da56950dea9..baa4a1cc241 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriod/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriod/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder(st } /// /// Get usage trends on the number of unique users and type of conference sessions held and organized by users in your organization. Types of conference sessions include IM, audio/video, application sharing, web, dial-in/out - third party, and dial-in/out Microsoft. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityCountsWithPeriod/GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityCountsWithPeriod/GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder.cs index 527b0ec9111..2631c9e4310 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityCountsWithPeriod/GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityCountsWithPeriod/GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder(stri } /// /// Get usage trends on the number and type of conference sessions that users from your organization participated in. Types of conference sessions include IM, audio/video, application sharing, web, and dial-in/out - third party. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder.cs index faffc9e5874..8dc688780bf 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilde } /// /// Get usage trends on the length in minutes and type of conference sessions that users from your organization participated in. Types of conference sessions include audio/video. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityUserCountsWithPeriod/GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityUserCountsWithPeriod/GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder.cs index 055f3e6e975..67e7ee96991 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityUserCountsWithPeriod/GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessParticipantActivityUserCountsWithPeriod/GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder( } /// /// Get usage trends on the number of unique users and type of conference sessions that users from your organization participated in. Types of conference sessions include IM, audio/video, application sharing, web, and dial-in/out - third party. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder.cs index ba31b9781ab..20804d2cde9 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder(strin } /// /// Get usage trends on the number and type of sessions held in your organization. Types of sessions include IM, audio, video, application sharing, and file transfer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder.cs index bfabc07b742..048ec09129d 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder } /// /// Get usage trends on the length in minutes and type of peer-to-peer sessions held in your organization. Types of sessions include audio and video. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder.cs index 4f157cdafad..5f7c8c941cf 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder(s } /// /// Get usage trends on the number of unique users and type of peer-to-peer sessions held in your organization. Types of sessions include IM, audio, video, application sharing, and file transfers in peer-to-peer sessions. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetTeamsDeviceUsageDistributionUserCountsWithPeriod/GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetTeamsDeviceUsageDistributionUserCountsWithPeriod/GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs index 2eb56f39060..556436c7d94 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetTeamsDeviceUsageDistributionUserCountsWithPeriod/GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetTeamsDeviceUsageDistributionUserCountsWithPeriod/GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(string } /// /// Get the number of Microsoft Teams unique users by device type over the selected time period. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetTeamsDeviceUsageUserCountsWithPeriod/GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetTeamsDeviceUsageUserCountsWithPeriod/GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder.cs index 04c8941cd07..0ecdff6cf02 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetTeamsDeviceUsageUserCountsWithPeriod/GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetTeamsDeviceUsageUserCountsWithPeriod/GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder(string rawUrl, IReq } /// /// Get the number of Microsoft Teams daily unique users by device type. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamActivityCountsWithPeriod/GetTeamsTeamActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamActivityCountsWithPeriod/GetTeamsTeamActivityCountsWithPeriodRequestBuilder.cs index b874b924a1e..734df34f621 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamActivityCountsWithPeriod/GetTeamsTeamActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamActivityCountsWithPeriod/GetTeamsTeamActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetTeamsTeamActivityCountsWithPeriodRequestBuilder(string rawUrl, IReques } /// /// Get the number of team activities across Microsoft Teams. The activity types are related to meetings and messages. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamActivityDistributionCountsWithPeriod/GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamActivityDistributionCountsWithPeriod/GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder.cs index c3edbbe6023..adfcc916ea9 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamActivityDistributionCountsWithPeriod/GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamActivityDistributionCountsWithPeriod/GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder(string raw } /// /// Get the number of team activities across Microsoft Teams over a selected period. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamCountsWithPeriod/GetTeamsTeamCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamCountsWithPeriod/GetTeamsTeamCountsWithPeriodRequestBuilder.cs index d7e3d3adef9..bc1703a360a 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamCountsWithPeriod/GetTeamsTeamCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetTeamsTeamCountsWithPeriod/GetTeamsTeamCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetTeamsTeamCountsWithPeriodRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get the number of teams of a particular type in an instance of Microsoft Teams. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetTeamsUserActivityCountsWithPeriod/GetTeamsUserActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetTeamsUserActivityCountsWithPeriod/GetTeamsUserActivityCountsWithPeriodRequestBuilder.cs index 03c2f51642d..4ef187c9237 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetTeamsUserActivityCountsWithPeriod/GetTeamsUserActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetTeamsUserActivityCountsWithPeriod/GetTeamsUserActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetTeamsUserActivityCountsWithPeriodRequestBuilder(string rawUrl, IReques } /// /// Get the number of Microsoft Teams activities by activity type. The activities are performed by Microsoft Teams licensed users. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetTeamsUserActivityUserCountsWithPeriod/GetTeamsUserActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetTeamsUserActivityUserCountsWithPeriod/GetTeamsUserActivityUserCountsWithPeriodRequestBuilder.cs index f69d8289f61..f6722020505 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetTeamsUserActivityUserCountsWithPeriod/GetTeamsUserActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetTeamsUserActivityUserCountsWithPeriod/GetTeamsUserActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetTeamsUserActivityUserCountsWithPeriodRequestBuilder(string rawUrl, IRe } /// /// Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 8fe230a1f33..be82ad57db8 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -41,7 +41,6 @@ public GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequest } /// /// Get a list of archived print jobs for a particular user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -65,7 +64,6 @@ public GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequest } /// /// Get a list of archived print jobs for a particular user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -147,10 +145,10 @@ public partial class GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndD #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerActivityCountsWithPeriod/GetYammerActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerActivityCountsWithPeriod/GetYammerActivityCountsWithPeriodRequestBuilder.cs index 81ade48a3d8..9b5916c6b12 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerActivityCountsWithPeriod/GetYammerActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerActivityCountsWithPeriod/GetYammerActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerActivityCountsWithPeriodRequestBuilder(string rawUrl, IRequestAd } /// /// Get the trends on the amount of Yammer activity in your organization by how many messages were posted, read, and liked. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerActivityUserCountsWithPeriod/GetYammerActivityUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerActivityUserCountsWithPeriod/GetYammerActivityUserCountsWithPeriodRequestBuilder.cs index b7f4f910cc6..165ca4d78e4 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerActivityUserCountsWithPeriod/GetYammerActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerActivityUserCountsWithPeriod/GetYammerActivityUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerActivityUserCountsWithPeriodRequestBuilder(string rawUrl, IReque } /// /// Get the trends on the number of unique users who posted, read, and liked Yammer messages. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerActivityUserDetailWithDate/GetYammerActivityUserDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerActivityUserDetailWithDate/GetYammerActivityUserDetailWithDateRequestBuilder.cs index 2576455e1cf..07cfbe1d9bf 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerActivityUserDetailWithDate/GetYammerActivityUserDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerActivityUserDetailWithDate/GetYammerActivityUserDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerActivityUserDetailWithDateRequestBuilder(string rawUrl, IRequest } /// /// Get details about Yammer activity by user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageDistributionUserCountsWithPeriod/GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageDistributionUserCountsWithPeriod/GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs index 3e7687f6471..e659d8f7f50 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageDistributionUserCountsWithPeriod/GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageDistributionUserCountsWithPeriod/GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(string } /// /// Get the number of users by device type. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageUserCountsWithPeriod/GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageUserCountsWithPeriod/GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder.cs index 10b82e40f84..f8b811ad58e 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageUserCountsWithPeriod/GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageUserCountsWithPeriod/GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder(string rawUrl, IRe } /// /// Get the number of daily users by device type. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageUserDetailWithDate/GetYammerDeviceUsageUserDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageUserDetailWithDate/GetYammerDeviceUsageUserDetailWithDateRequestBuilder.cs index 1810356c643..0fe8b780127 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageUserDetailWithDate/GetYammerDeviceUsageUserDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerDeviceUsageUserDetailWithDate/GetYammerDeviceUsageUserDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerDeviceUsageUserDetailWithDateRequestBuilder(string rawUrl, IRequ } /// /// Get details about Yammer device usage by user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityCountsWithPeriod/GetYammerGroupsActivityCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityCountsWithPeriod/GetYammerGroupsActivityCountsWithPeriodRequestBuilder.cs index 51e01569c3c..6d42e52685c 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityCountsWithPeriod/GetYammerGroupsActivityCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityCountsWithPeriod/GetYammerGroupsActivityCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerGroupsActivityCountsWithPeriodRequestBuilder(string rawUrl, IReq } /// /// Get the number of Yammer messages posted, read, and liked in groups. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityDetailWithDate/GetYammerGroupsActivityDetailWithDateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityDetailWithDate/GetYammerGroupsActivityDetailWithDateRequestBuilder.cs index e25a8659cfd..2e6dcea4d46 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityDetailWithDate/GetYammerGroupsActivityDetailWithDateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityDetailWithDate/GetYammerGroupsActivityDetailWithDateRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerGroupsActivityDetailWithDateRequestBuilder(string rawUrl, IReque } /// /// Get details about Yammer groups activity by group. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityGroupCountsWithPeriod/GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityGroupCountsWithPeriod/GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder.cs index 3628be31a21..5b4fa6e3191 100644 --- a/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityGroupCountsWithPeriod/GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/GetYammerGroupsActivityGroupCountsWithPeriod/GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder.cs @@ -37,7 +37,6 @@ public GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder(string rawUrl, } /// /// Get the total number of groups that existed and how many included group conversation activities. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByPrinter/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByPrinter/Count/CountRequestBuilder.cs index e43e1545cf2..9f9856d06e6 100644 --- a/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByPrinter/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByPrinter/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.cs index 9f118f4abe5..d6f8c71bed3 100644 --- a/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByUser/Count/CountRequestBuilder.cs index 6158d9ef21b..8b7f81a8607 100644 --- a/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.cs index 63693bdb8ed..7472104aeb5 100644 --- a/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class MonthlyPrintUsageByUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Manifests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Manifests/Count/CountRequestBuilder.cs index b0204d9d163..3ad4ce5d5ea 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Manifests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Manifests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Manifests/ManifestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Manifests/ManifestsRequestBuilder.cs index 94110d58912..9908b4e8f80 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Manifests/ManifestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Manifests/ManifestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ManifestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Operations/Count/CountRequestBuilder.cs index ea9e52ddd4c..e84ff22bd9d 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Operations/OperationsRequestBuilder.cs index 05796c86d37..50a2d53be75 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs index 3fb8c390dad..7473372498f 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs @@ -36,7 +36,6 @@ public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl, IRequest } /// /// Export the billed invoice reconciliation data. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/ReconciliationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/ReconciliationRequestBuilder.cs index 14a1e1b1a6c..013c4aa23fe 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/ReconciliationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/ReconciliationRequestBuilder.cs @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action - /// Represents details for billed invoice reconciliation data. + /// Represents details for billed and unbilled invoice reconciliation data. /// /// A /// Cancellation token to use when cancelling requests @@ -136,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Represents details for billed invoice reconciliation data. + /// Represents details for billed and unbilled invoice reconciliation data. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -194,7 +194,7 @@ public partial class ReconciliationRequestBuilderDeleteRequestConfiguration : Re { } /// - /// Represents details for billed invoice reconciliation data. + /// Represents details for billed and unbilled invoice reconciliation data. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ReconciliationRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs index 3a032c8d427..f66f4f08dbd 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs @@ -35,7 +35,7 @@ public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl, IRequest { } /// - /// Invoke action export + /// Export the unbilled invoice reconciliation data for a specific billing period and a given currency. /// /// A /// The request body @@ -60,7 +60,7 @@ public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl, IRequest return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Partners.Billing.Operation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke action export + /// Export the unbilled invoice reconciliation data for a specific billing period and a given currency. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Unbilled/UnbilledRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Unbilled/UnbilledRequestBuilder.cs index a6edf547b42..06fee1d1e84 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Unbilled/UnbilledRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Reconciliation/Unbilled/UnbilledRequestBuilder.cs @@ -63,7 +63,7 @@ public async Task DeleteAsync(Action - /// Get unbilled from reports + /// Represents details for unbilled invoice reconciliation data. /// /// A /// Cancellation token to use when cancelling requests @@ -130,7 +130,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get unbilled from reports + /// Represents details for unbilled invoice reconciliation data. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -188,7 +188,7 @@ public partial class UnbilledRequestBuilderDeleteRequestConfiguration : RequestC { } /// - /// Get unbilled from reports + /// Represents details for unbilled invoice reconciliation data. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UnbilledRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs index f58795a0e2e..2f173b38a84 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs @@ -36,7 +36,6 @@ public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl, IRequest } /// /// Export the billed Azure usage data. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs index 48257a58068..483cca5e7e4 100644 --- a/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs @@ -36,7 +36,6 @@ public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl, IRequest } /// /// Export unbilled Azure usage data for a specific billing period and currency. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersRequestBuilder.cs index e5b25d9663d..d379b51921a 100644 --- a/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAttackSimulationRepeatOffendersRequestBuilder(string rawUrl, IRequestA } /// /// List the tenant users who have yielded to attacks more than once in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAttackSimulationRepeatOffendersRequestBuilder(string rawUrl, IRequestA } /// /// List the tenant users who have yielded to attacks more than once in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetAttackSimulationRepeatOffendersRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageRequestBuilder.cs index d5948783a83..bfceb34e94d 100644 --- a/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAttackSimulationSimulationUserCoverageRequestBuilder(string rawUrl, IR } /// /// List training coverage for each tenant user in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAttackSimulationSimulationUserCoverageRequestBuilder(string rawUrl, IR } /// /// List training coverage for each tenant user in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetAttackSimulationSimulationUserCoverageRequestBuilderGetQ #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageRequestBuilder.cs index 21df0b5a36f..810f596a019 100644 --- a/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAttackSimulationTrainingUserCoverageRequestBuilder(string rawUrl, IReq } /// /// List training coverage for tenant users in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAttackSimulationTrainingUserCoverageRequestBuilder(string rawUrl, IReq } /// /// List training coverage for tenant users in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetAttackSimulationTrainingUserCoverageRequestBuilderGetQue #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Count/CountRequestBuilder.cs index 90e5c84b59d..7f7d9462b3d 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs index ad31700da59..c5befecf422 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs index db3c1bb9ac5..c562c3eeb42 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourceActionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs index d1083366977..3b2d20644d0 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourceNamespacesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs index 95b15b8c720..da7a5661a4d 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 28aa8608918..769821242b7 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Get the instances of active role assignments for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Get the instances of active role assignments for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs index e5481e41979..47498333165 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class RoleAssignmentScheduleInstancesRequestBuilderGetQueryParame #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs index f35c8e431f2..c498ac1f43a 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 5093aa62f16..564c159f619 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index b832060fcc1..f7b7c0d2870 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. - /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs index 5edbd7eb922..1a9f38c2de0 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class RoleAssignmentScheduleRequestsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Count/CountRequestBuilder.cs index 1e61d089106..6935bfb8c16 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index d915a209d05..1413f00ee59 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs index 3aa2e3541ec..a06afb66be5 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class RoleAssignmentSchedulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignments/Count/CountRequestBuilder.cs index d6684b0f5bd..e468f7a3808 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignments/RoleAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignments/RoleAssignmentsRequestBuilder.cs index 67d5021be64..8034ce8aea0 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignments/RoleAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleAssignments/RoleAssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RoleAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Count/CountRequestBuilder.cs index c8941e687f5..1c093e7103a 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs index 1207db9c2a0..c1bf438f966 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs index 9fc9626de86..f7e08779e0a 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InheritsPermissionsFromRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/RoleDefinitionsRequestBuilder.cs index c04ca52847d..5052aa5d8d8 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/RoleDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleDefinitions/RoleDefinitionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RoleDefinitionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs index 0d813418dc7..ee00e007672 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index fd6529a1895..670c2fcb286 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Get the instances of eligible roles for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Get the instances of eligible roles for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs index cce3573de19..fbc07763fc1 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class RoleEligibilityScheduleInstancesRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs index 41f6b20bc2e..308adc728d5 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 92688e3c624..dbb1403c95a 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM, retrieve the requests for role eligibilities for a particular principal. The principal can be the creator or approver of the unifiedRoleEligibilityScheduleRequest object, or they can be the target of the role eligibility. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM, retrieve the requests for role eligibilities for a particular principal. The principal can be the creator or approver of the unifiedRoleEligibilityScheduleRequest object, or they can be the target of the role eligibility. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index 4b78cdc8bfd..394471dfe61 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. - /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs index 832d173d3f5..768840cd906 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class RoleEligibilityScheduleRequestsRequestBuilderGetQueryParame #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Count/CountRequestBuilder.cs index 487aabf50f1..bc46ee539e8 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 1b865f62c06..826a05e8041 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve the schedules for role eligibilities for which the signed-in user is the principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve the schedules for role eligibilities for which the signed-in user is the principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs index 914d3e73f78..fa5d4abb9c6 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class RoleEligibilitySchedulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Count/CountRequestBuilder.cs index ca491ee7460..ad9056c12b2 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs index f9098464b9c..f031786d06a 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs index 462e0c136b7..6864e0391ee 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourceActionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs index 50864f8b25c..33057cf41e4 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourceNamespacesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs index ae45981e1d0..5859dec8f60 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 134c6f96948..998161edc23 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Get the instances of active role assignments for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Get the instances of active role assignments for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs index 75637d7f5c5..f8c046ef745 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class RoleAssignmentScheduleInstancesRequestBuilderGetQueryParame #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs index b23f58bacab..2f584d5a308 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 34cc977a151..65fd3b93fa7 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index bd9e8358f9c..f41376f6ce6 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. - /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs index 2ac9c39fd59..4a90e68d258 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class RoleAssignmentScheduleRequestsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Count/CountRequestBuilder.cs index c264d660499..9d404668fb2 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index c530ffebb01..70dcc7255c9 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs index eab0217c728..9a32784e7ed 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class RoleAssignmentSchedulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Count/CountRequestBuilder.cs index 129dd8f1df4..ed5160facb9 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs index 14e6309dbcc..427158c8391 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RoleAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Count/CountRequestBuilder.cs index 2f7bdf45101..ac457b00c88 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs index 67678748f04..bfd046441ea 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs index 0fd24e76de1..c2ee5f85cb9 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InheritsPermissionsFromRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs index 8bd181202dc..22bb2df3c5d 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class RoleDefinitionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs index ad0bc1fca8f..617b4a33135 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 61108a3b8f2..05b49f847d7 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Get the instances of eligible roles for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Get the instances of eligible roles for the calling principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs index c942eeb4f42..47ccbb0d5ec 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class RoleEligibilityScheduleInstancesRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs index 91601591876..7ca3761689e 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index e2bf1d1e822..2a3d9248137 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM, retrieve the requests for role eligibilities for a particular principal. The principal can be the creator or approver of the unifiedRoleEligibilityScheduleRequest object, or they can be the target of the role eligibility. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// In PIM, retrieve the requests for role eligibilities for a particular principal. The principal can be the creator or approver of the unifiedRoleEligibilityScheduleRequest object, or they can be the target of the role eligibility. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index 15195aa7c13..9936d906d1e 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. - /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs index 82d775717ef..51d7366f80c 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class RoleEligibilityScheduleRequestsRequestBuilderGetQueryParame #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Count/CountRequestBuilder.cs index 2fe5bea3126..f6725e9bece 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 51d349fde10..1db86ec64c6 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -37,7 +37,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve the schedules for role eligibilities for which the signed-in user is the principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public FilterByCurrentUserWithOnRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Retrieve the schedules for role eligibilities for which the signed-in user is the principal. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs index d1dd89ca811..090bd95376d 100644 --- a/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class RoleEligibilitySchedulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/SchemaExtensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/SchemaExtensions/Count/CountRequestBuilder.cs index 65c4a3f9b7b..8829470057e 100644 --- a/src/Microsoft.Graph/Generated/SchemaExtensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/SchemaExtensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/SchemaExtensions/SchemaExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/SchemaExtensions/SchemaExtensionsRequestBuilder.cs index 7d710fed255..44b98199bc9 100644 --- a/src/Microsoft.Graph/Generated/SchemaExtensions/SchemaExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/SchemaExtensions/SchemaExtensionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SchemaExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ScopedRoleMemberships/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ScopedRoleMemberships/Count/CountRequestBuilder.cs index f98826534dd..6a1320d792c 100644 --- a/src/Microsoft.Graph/Generated/ScopedRoleMemberships/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ScopedRoleMemberships/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ScopedRoleMemberships/ScopedRoleMembershipsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ScopedRoleMemberships/ScopedRoleMembershipsRequestBuilder.cs index 0ba21889884..5294723b6b4 100644 --- a/src/Microsoft.Graph/Generated/ScopedRoleMemberships/ScopedRoleMembershipsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ScopedRoleMemberships/ScopedRoleMembershipsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopedRoleMembershipsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Search/Acronyms/AcronymsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Search/Acronyms/AcronymsRequestBuilder.cs index 8c816b7e25e..7e64d25d1de 100644 --- a/src/Microsoft.Graph/Generated/Search/Acronyms/AcronymsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Search/Acronyms/AcronymsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AcronymsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Search/Acronyms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Search/Acronyms/Count/CountRequestBuilder.cs index 818087991c9..3ba61e72420 100644 --- a/src/Microsoft.Graph/Generated/Search/Acronyms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Search/Acronyms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Search/Bookmarks/BookmarksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Search/Bookmarks/BookmarksRequestBuilder.cs index 728a0625434..299daa11f16 100644 --- a/src/Microsoft.Graph/Generated/Search/Bookmarks/BookmarksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Search/Bookmarks/BookmarksRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class BookmarksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Search/Bookmarks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Search/Bookmarks/Count/CountRequestBuilder.cs index 024dd14ff7b..8173a647871 100644 --- a/src/Microsoft.Graph/Generated/Search/Bookmarks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Search/Bookmarks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Search/Qnas/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Search/Qnas/Count/CountRequestBuilder.cs index 31af07217da..480a904f39f 100644 --- a/src/Microsoft.Graph/Generated/Search/Qnas/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Search/Qnas/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Search/Qnas/QnasRequestBuilder.cs b/src/Microsoft.Graph/Generated/Search/Qnas/QnasRequestBuilder.cs index 01d783b104d..63ca4b6c6e1 100644 --- a/src/Microsoft.Graph/Generated/Search/Qnas/QnasRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Search/Qnas/QnasRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class QnasRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Search/Query/QueryRequestBuilder.cs b/src/Microsoft.Graph/Generated/Search/Query/QueryRequestBuilder.cs index 2ea43751c66..b325023f31b 100644 --- a/src/Microsoft.Graph/Generated/Search/Query/QueryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Search/Query/QueryRequestBuilder.cs @@ -35,7 +35,6 @@ public QueryRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Runs the query specified in the request body. Search results are provided in the response. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public QueryRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Runs the query specified in the request body. Search results are provided in the response. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Security/Alerts/AlertsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Alerts/AlertsRequestBuilder.cs index b8a5f545c58..c0704881a7e 100644 --- a/src/Microsoft.Graph/Generated/Security/Alerts/AlertsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Alerts/AlertsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class AlertsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Alerts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Alerts/Count/CountRequestBuilder.cs index 77735946b53..037fe840a6c 100644 --- a/src/Microsoft.Graph/Generated/Security/Alerts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Alerts/Count/CountRequestBuilder.cs @@ -36,18 +36,18 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to 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("The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API. as of 2024-01/Deprecation on 2024-04-10 and will be removed 2026-04-10")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -55,7 +55,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Alerts_v2/Alerts_v2RequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Alerts_v2/Alerts_v2RequestBuilder.cs index cda0461b686..04c11334d33 100644 --- a/src/Microsoft.Graph/Generated/Security/Alerts_v2/Alerts_v2RequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Alerts_v2/Alerts_v2RequestBuilder.cs @@ -213,10 +213,10 @@ public partial class Alerts_v2RequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Alerts_v2/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Alerts_v2/Count/CountRequestBuilder.cs index 6de9fb356aa..81bf9c3d431 100644 --- a/src/Microsoft.Graph/Generated/Security/Alerts_v2/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Alerts_v2/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Alerts_v2/Item/Comments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Alerts_v2/Item/Comments/Count/CountRequestBuilder.cs index 40f7c5c3ae3..f41061a7c42 100644 --- a/src/Microsoft.Graph/Generated/Security/Alerts_v2/Item/Comments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Alerts_v2/Item/Comments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Count/CountRequestBuilder.cs index c8625833ff2..2937fd096b8 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/EndUserNotificationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/EndUserNotificationsRequestBuilder.cs index c2f9cb4e7df..5de338a7b63 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/EndUserNotificationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/EndUserNotificationsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class EndUserNotificationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Count/CountRequestBuilder.cs index 9eb74669079..e404c5b9fed 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Item/Details/DetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Item/Details/DetailsRequestBuilder.cs index ce05b25a0b6..76f2483e1a2 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Item/Details/DetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/EndUserNotifications/Item/Details/DetailsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DetailsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Count/CountRequestBuilder.cs index 56d08c045f0..1599f9b4b65 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Item/Details/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Item/Details/Count/CountRequestBuilder.cs index 428bd6626c7..8893e8212c5 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Item/Details/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Item/Details/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Item/Details/DetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Item/Details/DetailsRequestBuilder.cs index 136d044d498..1c0adacf0e7 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Item/Details/DetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/Item/Details/DetailsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DetailsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/LandingPagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/LandingPagesRequestBuilder.cs index 72a52b1060f..f1551250503 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/LandingPagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LandingPages/LandingPagesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class LandingPagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LoginPages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LoginPages/Count/CountRequestBuilder.cs index f39a8ecb965..893fa3fbdb0 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LoginPages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LoginPages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LoginPages/LoginPagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LoginPages/LoginPagesRequestBuilder.cs index 5ebdec70c0b..48c52b86dfb 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/LoginPages/LoginPagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/LoginPages/LoginPagesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class LoginPagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Operations/Count/CountRequestBuilder.cs index 50d0466a0c7..28fc10cfb1a 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Operations/OperationsRequestBuilder.cs index 7bb6e8f65f4..f148c5e06c4 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Payloads/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Payloads/Count/CountRequestBuilder.cs index 52e4ce55a08..37049d31866 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Payloads/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Payloads/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Payloads/PayloadsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Payloads/PayloadsRequestBuilder.cs index 66ab24f8f5d..e655782f2d2 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Payloads/PayloadsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Payloads/PayloadsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PayloadsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Count/CountRequestBuilder.cs index 122aa8f60de..e85e32cc6f5 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Count/CountRequestBuilder.cs index 853672cc5ac..e0e30a27daf 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.cs index 5fafc79468a..956bdd614c9 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class RunsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.cs index fa480ece625..d37d7586191 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SimulationAutomationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Simulations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Simulations/Count/CountRequestBuilder.cs index 1fbfd10b14c..e4e44f7098b 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Simulations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Simulations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.cs index d998ce7f6cd..28e99741e1a 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SimulationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Count/CountRequestBuilder.cs index 99f9989dc7a..da8b518de50 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Count/CountRequestBuilder.cs index 31016bc19c2..6e8f69091e4 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/LanguageDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/LanguageDetailsRequestBuilder.cs index ff2d9d6f9a5..af37340187c 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/LanguageDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/LanguageDetailsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class LanguageDetailsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/TrainingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/TrainingsRequestBuilder.cs index 4aacab91bb0..a14cabd1817 100644 --- a/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/TrainingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AttackSimulation/Trainings/TrainingsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TrainingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/AuditLogRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/AuditLogRequestBuilder.cs new file mode 100644 index 00000000000..48b85ea6c68 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/AuditLogRequestBuilder.cs @@ -0,0 +1,235 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models.Security; +using Microsoft.Graph.Security.AuditLog.Queries; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.AuditLog +{ + /// + /// Provides operations to manage the auditLog property of the microsoft.graph.security entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRequestBuilder : BaseRequestBuilder + { + /// Provides operations to manage the queries property of the microsoft.graph.security.auditCoreRoot entity. + public global::Microsoft.Graph.Security.AuditLog.Queries.QueriesRequestBuilder Queries + { + get => new global::Microsoft.Graph.Security.AuditLog.Queries.QueriesRequestBuilder(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 AuditLogRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog{?%24expand,%24select}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public AuditLogRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property auditLog for security + /// + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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); + } + /// + /// Get auditLog from security + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditCoreRoot.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property auditLog in security + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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.Security.AuditCoreRoot body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.Security.AuditCoreRoot 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.Security.AuditCoreRoot.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property auditLog for security + /// + /// A + /// Configuration 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; + } + /// + /// Get auditLog from security + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 auditLog in security + /// + /// A + /// The request body + /// Configuration 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.Security.AuditCoreRoot body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Security.AuditCoreRoot 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.Security.AuditLog.AuditLogRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.AuditLog.AuditLogRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// Get auditLog from security + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..5c14dcd891d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.AuditLog.Queries.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/AuditLogQueryItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/AuditLogQueryItemRequestBuilder.cs new file mode 100644 index 00000000000..b428d3c0b3e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/AuditLogQueryItemRequestBuilder.cs @@ -0,0 +1,236 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models.Security; +using Microsoft.Graph.Security.AuditLog.Queries.Item.Records; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.AuditLog.Queries.Item +{ + /// + /// Provides operations to manage the queries property of the microsoft.graph.security.auditCoreRoot entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogQueryItemRequestBuilder : BaseRequestBuilder + { + /// Provides operations to manage the records property of the microsoft.graph.security.auditLogQuery entity. + public global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.RecordsRequestBuilder Records + { + get => new global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.RecordsRequestBuilder(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 AuditLogQueryItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%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 AuditLogQueryItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property queries for security + /// + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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); + } + /// + /// Read the properties and relationships of an auditLogQuery object. + /// 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 GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditLogQuery.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property queries in security + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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.Security.AuditLogQuery body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.Security.AuditLogQuery 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.Security.AuditLogQuery.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property queries for security + /// + /// A + /// Configuration 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; + } + /// + /// Read the properties and relationships of an auditLogQuery object. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 queries in security + /// + /// A + /// The request body + /// Configuration 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.Security.AuditLogQuery body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Security.AuditLogQuery 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.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogQueryItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// Read the properties and relationships of an auditLogQuery object. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogQueryItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogQueryItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogQueryItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..31b1fbea238 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}/records/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}/records/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Item/AuditLogRecordItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Item/AuditLogRecordItemRequestBuilder.cs new file mode 100644 index 00000000000..ac4cbe2b4a0 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Item/AuditLogRecordItemRequestBuilder.cs @@ -0,0 +1,229 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models.Security; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item +{ + /// + /// Provides operations to manage the records property of the microsoft.graph.security.auditLogQuery entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRecordItemRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public AuditLogRecordItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}/records/{auditLogRecord%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 AuditLogRecordItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}/records/{auditLogRecord%2Did}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property records for security + /// + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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); + } + /// + /// An individual audit log record. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditLogRecord.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property records in security + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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.Security.AuditLogRecord body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.Security.AuditLogRecord 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.Security.AuditLogRecord.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property records for security + /// + /// A + /// Configuration 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; + } + /// + /// An individual audit log record. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 records in security + /// + /// A + /// The request body + /// Configuration 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.Security.AuditLogRecord body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Security.AuditLogRecord 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.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRecordItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// An individual audit log record. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRecordItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRecordItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class AuditLogRecordItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/RecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/RecordsRequestBuilder.cs new file mode 100644 index 00000000000..c54268ff24e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/RecordsRequestBuilder.cs @@ -0,0 +1,238 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models.Security; +using Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count; +using Microsoft.Graph.Security.AuditLog.Queries.Item.Records.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.Security.AuditLog.Queries.Item.Records +{ + /// + /// Provides operations to manage the records property of the microsoft.graph.security.auditLogQuery entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RecordsRequestBuilder : BaseRequestBuilder + { + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the records property of the microsoft.graph.security.auditLogQuery entity. + /// The unique identifier of auditLogRecord + /// A + public global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("auditLogRecord%2Did", position); + return new global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder(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 RecordsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}/records{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public RecordsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}/records{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// An individual audit log record. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditLogRecordCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create new navigation property to records for security + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving 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.Security.AuditLogRecord body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.Security.AuditLogRecord body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditLogRecord.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// An individual audit log record. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 records for security + /// + /// A + /// The request body + /// Configuration for the request such 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.Security.AuditLogRecord body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Security.AuditLogRecord body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.RecordsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.AuditLog.Queries.Item.Records.RecordsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// An individual audit log record. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RecordsRequestBuilderGetQueryParameters + { + /// 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 long? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public long? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RecordsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RecordsRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/QueriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/QueriesRequestBuilder.cs new file mode 100644 index 00000000000..cda1db2ae66 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/QueriesRequestBuilder.cs @@ -0,0 +1,240 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models.Security; +using Microsoft.Graph.Security.AuditLog.Queries.Count; +using Microsoft.Graph.Security.AuditLog.Queries.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.Security.AuditLog.Queries +{ + /// + /// Provides operations to manage the queries property of the microsoft.graph.security.auditCoreRoot entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class QueriesRequestBuilder : BaseRequestBuilder + { + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the queries property of the microsoft.graph.security.auditCoreRoot entity. + /// The unique identifier of auditLogQuery + /// A + public global::Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("auditLogQuery%2Did", position); + return new global::Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder(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 QueriesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public QueriesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/auditLog/queries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// Get a list of auditLogQuery objects and their properties. + /// 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 GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditLogQueryCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create a new auditLogQuery object. + /// 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.Models.Security.AuditLogQuery body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.Security.AuditLogQuery body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditLogQuery.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get a list of auditLogQuery objects and their properties. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 a new auditLogQuery object. + /// + /// A + /// The request body + /// Configuration for the request such 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.Security.AuditLogQuery body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Security.AuditLogQuery body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.AuditLog.Queries.QueriesRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.AuditLog.Queries.QueriesRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get a list of auditLogQuery objects and their properties. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class QueriesRequestBuilderGetQueryParameters + { + /// 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 long? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public long? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class QueriesRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class QueriesRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Count/CountRequestBuilder.cs index 79e10a8c6f7..7dad596f8cb 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.cs index e388077f193..f130cf3a655 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class EdiscoveryCasesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Count/CountRequestBuilder.cs index a642701e279..ef1ac2d4187 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.cs index 788a52b596a..f2776fdc6c8 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.cs @@ -226,10 +226,10 @@ public partial class CustodiansRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.cs index d189baa8399..21effd02332 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityActivateRequestBuilder(string rawUrl, IRequestAdapt } /// /// Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case. - /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs index 2acdfc836a2..8413756b583 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl, IRequestAdap } /// /// Start the process of applying hold on eDiscovery custodians. After the operation is created, you can use Get ediscoveryCustodian to retrieve the status of an ediscoveryCustodian. - /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs index 7ffda39ef54..cae07e457e3 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityReleaseRequestBuilder(string rawUrl, IRequestAdapte } /// /// Release a custodian from a case. For details, see Release a custodian from a case. - /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs index 442227a8dc2..982a28a6a92 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl, IRequestAda } /// /// Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. - /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs index 1ef0918ae57..650430edcee 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityUpdateIndexRequestBuilder(string rawUrl, IRequestAd } /// /// Trigger an indexOperation to make a custodian and associated sources searchable. - /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Count/CountRequestBuilder.cs index 2843fb85081..cea05af23d8 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.cs index e80a824e8b4..59f65e36dcc 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SiteSourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Count/CountRequestBuilder.cs index 9ff5ed859ad..bc7a7392520 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 68c300b1ce3..a57965193b2 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4db9bfdedd5..0d222861510 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.cs index aac41b8e088..8f35accafd2 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class UnifiedGroupSourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Count/CountRequestBuilder.cs index 5d962b46781..04e9dd319a1 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.cs index bc4a7ceeda0..3f72233099e 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class UserSourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.cs index 83e6ebf7ffe..33649e7c69f 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityCloseRequestBuilder(string rawUrl, IRequestAdapter } /// /// Close an eDiscovery case. For details, see Close a case. - /// 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/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.cs index 878927d461e..046f611b1d4 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityReopenRequestBuilder(string rawUrl, IRequestAdapter } /// /// Reopen an eDiscovery case that was closed. For details, see Reopen a closed case. - /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Count/CountRequestBuilder.cs index 5a014d9fdf8..6f3f8623a42 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs index b12c70b519c..5df976039b3 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl, IRequestAdap } /// /// Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. - /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs index edb74a96dc9..937ac8aa395 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityReleaseRequestBuilder(string rawUrl, IRequestAdapte } /// /// Release the non-custodial data source from the case. - /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs index db9efde1d47..9a68d69543e 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl, IRequestAda } /// /// Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. - /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs index aaaa4ed9461..2665704a740 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityUpdateIndexRequestBuilder(string rawUrl, IRequestAd } /// /// Trigger an indexOperation to make a non-custodial data source and its associated data source searchable. - /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.cs index 61705d2538d..73d25c4ce3d 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class NoncustodialDataSourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Count/CountRequestBuilder.cs index 9e757172e90..3b8ecab3f4e 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.cs index 8151ac49004..e29f1dd8bb3 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Count/CountRequestBuilder.cs index e4579467155..d0809e41bde 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.cs index fcb33010907..f4e02d0f157 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityAddToReviewSetRequestBuilder(string rawUrl, IReques } /// /// Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs index ac629aa857f..95e596403b6 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityExportRequestBuilder(string rawUrl, IRequestAdapter } /// /// Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium). - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Count/CountRequestBuilder.cs index 104f6c08b8e..47baa615b8e 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.cs index 5f9830274ef..94b076db0de 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityApplyTagsRequestBuilder(string rawUrl, IRequestAdap } /// /// Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs index 40d6a353f43..51169238aed 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityExportRequestBuilder(string rawUrl, IRequestAdapter } /// /// Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium). - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.cs index b00878becf1..5dbacece125 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class QueriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.cs index 6bf1c4c45db..628a99de9d8 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ReviewSetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Count/CountRequestBuilder.cs index ee401c17375..e493854c95f 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.cs index dc8aaf8c601..4645c9f2b2b 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AdditionalSourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Count/CountRequestBuilder.cs index e266064b034..24ddb0eab81 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Count/CountRequestBuilder.cs index df84bc02c5f..091d8c0a778 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.cs index 3b61e1689f0..4345ed0630a 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class CustodianSourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.cs index a2d586c61bb..fc10e6935f0 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityEstimateStatisticsRequestBuilder(string rawUrl, IRe } /// /// Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium). - /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportReport/MicrosoftGraphSecurityExportReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportReport/MicrosoftGraphSecurityExportReportRequestBuilder.cs index 500c0cc1b52..fb6eabbb9b0 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportReport/MicrosoftGraphSecurityExportReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportReport/MicrosoftGraphSecurityExportReportRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityExportReportRequestBuilder(string rawUrl, IRequestA } /// /// Export an item report from an estimated ediscoverySearch. For details, see Manage a collection estimate. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportResult/MicrosoftGraphSecurityExportResultRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportResult/MicrosoftGraphSecurityExportResultRequestBuilder.cs index 2fffb92474f..173ec4851f9 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportResult/MicrosoftGraphSecurityExportResultRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportResult/MicrosoftGraphSecurityExportResultRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityExportResultRequestBuilder(string rawUrl, IRequestA } /// /// Export results from an estimated ediscoverySearch. For details, see Manage a collection estimate. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.cs index 3fb8f35c04f..4d91faf37f2 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityPurgeDataRequestBuilder(string rawUrl, IRequestAdap } /// /// Delete Exchange mailbox items or Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.- Private channels - Message posts, replies, and attachments shared in a private Teams channel.- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:- eDiscovery solution series: Data spillage scenario - Search and purge- eDiscovery (Premium) workflow for content in Microsoft Teams - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Count/CountRequestBuilder.cs index 17185f28dfa..251de676346 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/NoncustodialSourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/NoncustodialSourcesRequestBuilder.cs index 084e49bb7f9..19db6c40d19 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/NoncustodialSourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/NoncustodialSourcesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class NoncustodialSourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.cs index 919bb40ae80..33fb01f6555 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SearchesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.cs index a9bdfddae0d..0d0d683e1e1 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.cs @@ -35,7 +35,6 @@ public MicrosoftGraphSecurityResetToDefaultRequestBuilder(string rawUrl, IReques } /// /// Reset a caseSettings object to the default values. - /// 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/Security/Cases/EdiscoveryCases/Item/Tags/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Count/CountRequestBuilder.cs index 6581a3157f6..f99391adfdd 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/ChildTagsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/ChildTagsRequestBuilder.cs index c0d3cc07cf5..38ab4485b07 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/ChildTagsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/ChildTagsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class ChildTagsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Count/CountRequestBuilder.cs index 2f2d219dadd..ab632a48007 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/MicrosoftGraphSecurityAsHierarchyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/MicrosoftGraphSecurityAsHierarchyRequestBuilder.cs index 14056d1fd2d..408983e932a 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/MicrosoftGraphSecurityAsHierarchyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/MicrosoftGraphSecurityAsHierarchyRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class MicrosoftGraphSecurityAsHierarchyRequestBuilderGetQueryPara #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.cs index 8bbcd6a93f3..1a69201bf88 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class TagsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs index e33d0d712ee..d07a921b26c 100644 --- a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs @@ -4,6 +4,7 @@ using Microsoft.Graph.Models; using Microsoft.Graph.Security.DataSecurityAndGovernance.ProcessContentAsync; using Microsoft.Graph.Security.DataSecurityAndGovernance.ProtectionScopes; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -30,6 +31,11 @@ public partial class DataSecurityAndGovernanceRequestBuilder : BaseRequestBuilde { get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder(PathParameters, RequestAdapter); } + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder SensitivityLabels + { + get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder(PathParameters, RequestAdapter); + } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs new file mode 100644 index 00000000000..bfdcffb2438 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs @@ -0,0 +1,104 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats +{ + /// + /// Provides operations to call the computeInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter, string contentFormats = "", string labelIds = "", string locale = "") : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", pathParameters) + { + if (!string.IsNullOrWhiteSpace(contentFormats)) PathParameters.Add("contentFormats", contentFormats); + if (!string.IsNullOrWhiteSpace(labelIds)) PathParameters.Add("labelIds", labelIds); + if (!string.IsNullOrWhiteSpace(locale)) PathParameters.Add("locale", locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", rawUrl) + { + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs new file mode 100644 index 00000000000..21087a40e8f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs @@ -0,0 +1,136 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComputeRightsAndInheritancePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The delegatedUserEmail property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#nullable restore +#else + public string DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#endif + /// The locale property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#nullable restore +#else + public string Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#endif + /// The protectedContents property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ProtectedContents + { + get { return BackingStore?.Get?>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#nullable restore +#else + public List ProtectedContents + { + get { return BackingStore?.Get>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#endif + /// The supportedContentFormats property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? SupportedContentFormats + { + get { return BackingStore?.Get?>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#nullable restore +#else + public List SupportedContentFormats + { + get { return BackingStore?.Get>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public ComputeRightsAndInheritancePostRequestBody() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "delegatedUserEmail", n => { DelegatedUserEmail = n.GetStringValue(); } }, + { "locale", n => { Locale = n.GetStringValue(); } }, + { "protectedContents", n => { ProtectedContents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ProtectedContent.CreateFromDiscriminatorValue)?.AsList(); } }, + { "supportedContentFormats", n => { SupportedContentFormats = n.GetCollectionOfPrimitiveValues()?.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("delegatedUserEmail", DelegatedUserEmail); + writer.WriteStringValue("locale", Locale); + writer.WriteCollectionOfObjectValues("protectedContents", ProtectedContents); + writer.WriteCollectionOfPrimitiveValues("supportedContentFormats", SupportedContentFormats); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs new file mode 100644 index 00000000000..9941b06e53f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs @@ -0,0 +1,103 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance +{ + /// + /// Provides operations to call the computeRightsAndInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance", rawUrl) + { + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task PostAsync(global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ComputeRightsAndInheritanceResult.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..fbdff06ded7 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs new file mode 100644 index 00000000000..9d33c020042 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs @@ -0,0 +1,126 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights +{ + /// + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/rights{?%24expand,%24select}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/rights{?%24expand,%24select}", rawUrl) + { + } + /// + /// Get the usage rights granted to the calling user for a specific sensitivity label that has admin-defined permissions. + /// 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 GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UsageRightsIncluded.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the usage rights granted to the calling user for a specific sensitivity label that has admin-defined permissions. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the usage rights granted to the calling user for a specific sensitivity label that has admin-defined permissions. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs new file mode 100644 index 00000000000..59385b12eeb --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs @@ -0,0 +1,242 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item +{ + /// + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilder : BaseRequestBuilder + { + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder Rights + { + get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder Sublabels + { + get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder(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 SensitivityLabelItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%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 SensitivityLabelItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property sensitivityLabels for security + /// + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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); + } + /// + /// Get a sensitivity label available for the entire tenant. + /// 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 GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property sensitivityLabels in security + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.SensitivityLabel 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.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property sensitivityLabels for security + /// + /// A + /// Configuration 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; + } + /// + /// Get a sensitivity label available for the entire tenant. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sensitivityLabels in security + /// + /// A + /// The request body + /// Configuration 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel 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.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// Get a sensitivity label available for the entire tenant. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs new file mode 100644 index 00000000000..fba8ad1f58c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs @@ -0,0 +1,104 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats +{ + /// + /// Provides operations to call the computeInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter, string contentFormats = "", string labelIds = "", string locale = "") : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", pathParameters) + { + if (!string.IsNullOrWhiteSpace(contentFormats)) PathParameters.Add("contentFormats", contentFormats); + if (!string.IsNullOrWhiteSpace(labelIds)) PathParameters.Add("labelIds", labelIds); + if (!string.IsNullOrWhiteSpace(locale)) PathParameters.Add("locale", locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", rawUrl) + { + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs new file mode 100644 index 00000000000..d5af2458a81 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs @@ -0,0 +1,136 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComputeRightsAndInheritancePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The delegatedUserEmail property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#nullable restore +#else + public string DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#endif + /// The locale property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#nullable restore +#else + public string Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#endif + /// The protectedContents property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ProtectedContents + { + get { return BackingStore?.Get?>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#nullable restore +#else + public List ProtectedContents + { + get { return BackingStore?.Get>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#endif + /// The supportedContentFormats property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? SupportedContentFormats + { + get { return BackingStore?.Get?>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#nullable restore +#else + public List SupportedContentFormats + { + get { return BackingStore?.Get>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public ComputeRightsAndInheritancePostRequestBody() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "delegatedUserEmail", n => { DelegatedUserEmail = n.GetStringValue(); } }, + { "locale", n => { Locale = n.GetStringValue(); } }, + { "protectedContents", n => { ProtectedContents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ProtectedContent.CreateFromDiscriminatorValue)?.AsList(); } }, + { "supportedContentFormats", n => { SupportedContentFormats = n.GetCollectionOfPrimitiveValues()?.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("delegatedUserEmail", DelegatedUserEmail); + writer.WriteStringValue("locale", Locale); + writer.WriteCollectionOfObjectValues("protectedContents", ProtectedContents); + writer.WriteCollectionOfPrimitiveValues("supportedContentFormats", SupportedContentFormats); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs new file mode 100644 index 00000000000..66cfa4ccfc3 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs @@ -0,0 +1,103 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance +{ + /// + /// Provides operations to call the computeRightsAndInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeRightsAndInheritance", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeRightsAndInheritance", rawUrl) + { + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task PostAsync(global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ComputeRightsAndInheritanceResult.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..96e7dc816ef --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs new file mode 100644 index 00000000000..075687b22a0 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs @@ -0,0 +1,125 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights +{ + /// + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}/rights{?%24expand,%24select}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}/rights{?%24expand,%24select}", rawUrl) + { + } + /// + /// Get rights from security + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UsageRightsIncluded.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get rights from security + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get rights from security + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs new file mode 100644 index 00000000000..bc1b6948a6d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs @@ -0,0 +1,235 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item +{ + /// + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilder : BaseRequestBuilder + { + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder Rights + { + get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder(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 SensitivityLabelItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%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 SensitivityLabelItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property sublabels for security + /// + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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); + } + /// + /// Get sublabels from security + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property sublabels in security + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.SensitivityLabel 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.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property sublabels for security + /// + /// A + /// Configuration 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; + } + /// + /// Get sublabels from security + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sublabels in security + /// + /// A + /// The request body + /// Configuration 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel 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.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// Get sublabels from security + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs new file mode 100644 index 00000000000..87d00dd1238 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs @@ -0,0 +1,259 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.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.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels +{ + /// + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilder : BaseRequestBuilder + { + /// Provides operations to call the computeRightsAndInheritance method. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder ComputeRightsAndInheritance + { + get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// The unique identifier of sensitivityLabel + /// A + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("sensitivityLabel%2Did1", position); + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder(urlTplParams, RequestAdapter); + } + } + /// + /// Provides operations to call the computeInheritance method. + /// + /// A + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats(string contentFormats, string labelIds, string locale) + { + if(string.IsNullOrEmpty(contentFormats)) throw new ArgumentNullException(nameof(contentFormats)); + if(string.IsNullOrEmpty(labelIds)) throw new ArgumentNullException(nameof(labelIds)); + if(string.IsNullOrEmpty(locale)) throw new ArgumentNullException(nameof(locale)); + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(PathParameters, RequestAdapter, contentFormats, labelIds, locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public SublabelsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public SublabelsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// Get sublabels from security + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabelCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create new navigation property to sublabels for security + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get sublabels from security + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sublabels for security + /// + /// A + /// The request body + /// Configuration for the request such 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get sublabels from security + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderGetQueryParameters + { + /// 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 long? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public long? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs new file mode 100644 index 00000000000..3307987ca2e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Security/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs @@ -0,0 +1,260 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count; +using Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.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.Security.DataSecurityAndGovernance.SensitivityLabels +{ + /// + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilder : BaseRequestBuilder + { + /// Provides operations to call the computeRightsAndInheritance method. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder ComputeRightsAndInheritance + { + get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// The unique identifier of sensitivityLabel + /// A + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("sensitivityLabel%2Did", position); + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder(urlTplParams, RequestAdapter); + } + } + /// + /// Provides operations to call the computeInheritance method. + /// + /// A + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats(string contentFormats, string labelIds, string locale) + { + if(string.IsNullOrEmpty(contentFormats)) throw new ArgumentNullException(nameof(contentFormats)); + if(string.IsNullOrEmpty(labelIds)) throw new ArgumentNullException(nameof(labelIds)); + if(string.IsNullOrEmpty(locale)) throw new ArgumentNullException(nameof(locale)); + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(PathParameters, RequestAdapter, contentFormats, labelIds, locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public SensitivityLabelsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public SensitivityLabelsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/dataSecurityAndGovernance/sensitivityLabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// List the sensitivity labels available for the entire tenant. + /// 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 GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabelCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create new navigation property to sensitivityLabels for security + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// List the sensitivity labels available for the entire tenant. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sensitivityLabels for security + /// + /// A + /// The request body + /// Configuration for the request such 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// List the sensitivity labels available for the entire tenant. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderGetQueryParameters + { + /// 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 long? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public long? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Security/Identities/HealthIssues/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Identities/HealthIssues/Count/CountRequestBuilder.cs index effb9c991f1..77cc55b406d 100644 --- a/src/Microsoft.Graph/Generated/Security/Identities/HealthIssues/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Identities/HealthIssues/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Identities/HealthIssues/HealthIssuesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Identities/HealthIssues/HealthIssuesRequestBuilder.cs index 360590ce4a8..d8c4d264bb5 100644 --- a/src/Microsoft.Graph/Generated/Security/Identities/HealthIssues/HealthIssuesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Identities/HealthIssues/HealthIssuesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class HealthIssuesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Count/CountRequestBuilder.cs index bb30ed875fe..21b7916cb7b 100644 --- a/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Item/HealthIssues/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Item/HealthIssues/Count/CountRequestBuilder.cs index 1c00a0e95a6..8009f10906c 100644 --- a/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Item/HealthIssues/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Item/HealthIssues/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Item/HealthIssues/HealthIssuesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Item/HealthIssues/HealthIssuesRequestBuilder.cs index bc7c14f5e24..cd64bd37a7a 100644 --- a/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Item/HealthIssues/HealthIssuesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Identities/Sensors/Item/HealthIssues/HealthIssuesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class HealthIssuesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Identities/Sensors/SensorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Identities/Sensors/SensorsRequestBuilder.cs index 29b781d2de9..7a44286cb83 100644 --- a/src/Microsoft.Graph/Generated/Security/Identities/Sensors/SensorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Identities/Sensors/SensorsRequestBuilder.cs @@ -231,10 +231,10 @@ public partial class SensorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Incidents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Incidents/Count/CountRequestBuilder.cs index 139e1e987aa..ca19e63fa5f 100644 --- a/src/Microsoft.Graph/Generated/Security/Incidents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Incidents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Incidents/IncidentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Incidents/IncidentsRequestBuilder.cs index ccc2f7f3865..8552e54e9a9 100644 --- a/src/Microsoft.Graph/Generated/Security/Incidents/IncidentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Incidents/IncidentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class IncidentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/AlertsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/AlertsRequestBuilder.cs index 8454d490efe..bec5fce09ee 100644 --- a/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/AlertsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/AlertsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AlertsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/Count/CountRequestBuilder.cs index e866799c7b7..b9752968bee 100644 --- a/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/Item/Comments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/Item/Comments/Count/CountRequestBuilder.cs index a8439a8f8e4..3b0bb8961e1 100644 --- a/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/Item/Comments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Incidents/Item/Alerts/Item/Comments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Authorities/AuthoritiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Authorities/AuthoritiesRequestBuilder.cs index 27e91e4d931..7d8dc3d9add 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Authorities/AuthoritiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Authorities/AuthoritiesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AuthoritiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Authorities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Authorities/Count/CountRequestBuilder.cs index c79091a1eb5..e60f33145d5 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Authorities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Authorities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Categories/CategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Categories/CategoriesRequestBuilder.cs index 999ef57175e..d81f8c0f661 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Categories/CategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Categories/CategoriesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Categories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Categories/Count/CountRequestBuilder.cs index c40c6af2feb..955b93b53dc 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Categories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Categories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Categories/Item/Subcategories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Categories/Item/Subcategories/Count/CountRequestBuilder.cs index 3c83288cd9e..47c3e806188 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Categories/Item/Subcategories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Categories/Item/Subcategories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Categories/Item/Subcategories/SubcategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Categories/Item/Subcategories/SubcategoriesRequestBuilder.cs index ff0c23bdf0b..b5220e65a99 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Categories/Item/Subcategories/SubcategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Categories/Item/Subcategories/SubcategoriesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SubcategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Citations/CitationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Citations/CitationsRequestBuilder.cs index 5c5850536bf..51d17f0e9ab 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Citations/CitationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Citations/CitationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CitationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Citations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Citations/Count/CountRequestBuilder.cs index 0a2e5119874..6017f416d8b 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Citations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Citations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Departments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Departments/Count/CountRequestBuilder.cs index 63f7d0788cb..057b8c58bb6 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Departments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Departments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/Departments/DepartmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/Departments/DepartmentsRequestBuilder.cs index 836617496ed..a058b158cbb 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/Departments/DepartmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/Departments/DepartmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DepartmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Labels/FilePlanReferences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/FilePlanReferences/Count/CountRequestBuilder.cs index 93a34504ce2..c3075a7b23f 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/FilePlanReferences/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/FilePlanReferences/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/FilePlanReferences/FilePlanReferencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/FilePlanReferences/FilePlanReferencesRequestBuilder.cs index 295a613a517..c8bac06217d 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/FilePlanReferences/FilePlanReferencesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/FilePlanReferences/FilePlanReferencesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class FilePlanReferencesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Count/CountRequestBuilder.cs index e30d095a663..425b5990556 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Item/DispositionReviewStages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Item/DispositionReviewStages/Count/CountRequestBuilder.cs index fd2789fdd61..ad93a7e67b2 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Item/DispositionReviewStages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Item/DispositionReviewStages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Item/DispositionReviewStages/DispositionReviewStagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Item/DispositionReviewStages/DispositionReviewStagesRequestBuilder.cs index 4519b1880ca..a0c724676f2 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Item/DispositionReviewStages/DispositionReviewStagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/Item/DispositionReviewStages/DispositionReviewStagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DispositionReviewStagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/RetentionLabelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/RetentionLabelsRequestBuilder.cs index 822b881249a..5328f4f6fa9 100644 --- a/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/RetentionLabelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Labels/RetentionLabels/RetentionLabelsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RetentionLabelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/SecureScoreControlProfiles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SecureScoreControlProfiles/Count/CountRequestBuilder.cs index 82c0353fa5b..de20ccbf15c 100644 --- a/src/Microsoft.Graph/Generated/Security/SecureScoreControlProfiles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SecureScoreControlProfiles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.cs index f91bd02a247..d6faa882778 100644 --- a/src/Microsoft.Graph/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SecureScoreControlProfilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/SecureScores/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SecureScores/Count/CountRequestBuilder.cs index 98a07683a90..e851ded19c9 100644 --- a/src/Microsoft.Graph/Generated/Security/SecureScores/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SecureScores/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/SecureScores/SecureScoresRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SecureScores/SecureScoresRequestBuilder.cs index 188d462ec4a..e54f6a6f4c6 100644 --- a/src/Microsoft.Graph/Generated/Security/SecureScores/SecureScoresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SecureScores/SecureScoresRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SecureScoresRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/SecurityRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SecurityRequestBuilder.cs index 382e6eb01fd..bcc14b7d06b 100644 --- a/src/Microsoft.Graph/Generated/Security/SecurityRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SecurityRequestBuilder.cs @@ -5,6 +5,7 @@ using Microsoft.Graph.Security.Alerts; using Microsoft.Graph.Security.Alerts_v2; using Microsoft.Graph.Security.AttackSimulation; +using Microsoft.Graph.Security.AuditLog; using Microsoft.Graph.Security.Cases; using Microsoft.Graph.Security.DataSecurityAndGovernance; using Microsoft.Graph.Security.Identities; @@ -48,6 +49,11 @@ public partial class SecurityRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Security.AttackSimulation.AttackSimulationRequestBuilder(PathParameters, RequestAdapter); } + /// Provides operations to manage the auditLog property of the microsoft.graph.security entity. + public global::Microsoft.Graph.Security.AuditLog.AuditLogRequestBuilder AuditLog + { + get => new global::Microsoft.Graph.Security.AuditLog.AuditLogRequestBuilder(PathParameters, RequestAdapter); + } /// Provides operations to manage the cases property of the microsoft.graph.security entity. public global::Microsoft.Graph.Security.Cases.CasesRequestBuilder Cases { diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Count/CountRequestBuilder.cs index 42a32d90985..31bc954efa5 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs index a7e97f31efe..19288b4b82b 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ApproversRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs index ec6d405026b..b8d543c9252 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4bace52bc67..742c83b2597 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 6289be9e86c..7c081ab71cd 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs index 81012f5f4f5..c3abe0af7a1 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class CollaboratorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs index 39a27a71ec7..f3181509ad2 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 74dbf37759e..4adb95bf7f6 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c910106d3df..a45371440ec 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs index e24633d1f14..4cf9970be92 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs @@ -35,7 +35,6 @@ public GetFinalAttachmentRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs index 68594d4277e..f036aa7fa5f 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs @@ -35,7 +35,6 @@ public GetFinalReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs index 81b1dbebaed..3637127037b 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs index 74249c7fc97..9ebcef73797 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class NotesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs index 47f534d5af6..aeacf0942c5 100644 --- a/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubjectRightsRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.cs index b04b0e1cdaa..b4a46891e3d 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ArticleIndicatorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/ArticleIndicators/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/ArticleIndicators/Count/CountRequestBuilder.cs index 2362c076cd0..526e04ded97 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/ArticleIndicators/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/ArticleIndicators/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.cs index 4a5b014e60e..7f58603d441 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ArticlesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Count/CountRequestBuilder.cs index f5e280c895e..bb4e6124b05 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/Count/CountRequestBuilder.cs index 88b8979f5cd..f0ba6127a56 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.cs index 09dfacd4d19..10ac52d48f5 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class IndicatorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostComponents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostComponents/Count/CountRequestBuilder.cs index 3e64b537571..833c6633fa7 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostComponents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostComponents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.cs index 7c227db6a67..377d27b92d1 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostComponentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostCookies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostCookies/Count/CountRequestBuilder.cs index 2e0df2dd0de..4fd153ea9ed 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostCookies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostCookies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.cs index 963fcfc0fca..b399cf95747 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostCookiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPairs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPairs/Count/CountRequestBuilder.cs index 48b9151d0cb..c3ab59521e6 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPairs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPairs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.cs index 8c4cd8e99e4..4aa58dad81e 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostPairsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPorts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPorts/Count/CountRequestBuilder.cs index 28ae0f3a586..d29a1aba1ff 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPorts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPorts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPorts/HostPortsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPorts/HostPortsRequestBuilder.cs index 45696a8b5f1..bf4e137b868 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPorts/HostPortsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostPorts/HostPortsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostPortsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostSslCertificates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostSslCertificates/Count/CountRequestBuilder.cs index 001addfe48b..5c6f7bfabb0 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostSslCertificates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostSslCertificates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.cs index 22ab450a3dd..7c704747202 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostSslCertificatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostTrackers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostTrackers/Count/CountRequestBuilder.cs index db111f899ed..410c1233e63 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostTrackers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostTrackers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.cs index cd2393f8d5b..8f841752340 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostTrackersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Count/CountRequestBuilder.cs index ec787d4d4c2..965576de383 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.cs index 37cd2613e76..24dde734daa 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.cs index 2bd6eaa23e3..b5be4f84ca6 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class ChildHostPairsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Count/CountRequestBuilder.cs index aa7428a915b..5447fa0f3e2 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.cs index f4f2084697f..2661ffaf7e8 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class ComponentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Components/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Components/Count/CountRequestBuilder.cs index fbdc2cb899e..6247bdd341e 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Components/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Components/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.cs index 00caff8c2ae..6a89ccea726 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class CookiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Count/CountRequestBuilder.cs index 51601122ff6..a48244ecedc 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Count/CountRequestBuilder.cs index 5c6f4e38f58..b70b2ad9663 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.cs index 492691b097c..2962bc6518f 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class HostPairsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Count/CountRequestBuilder.cs index 22924382ff5..5f6cd883a6d 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.cs index 70a6a07e9f3..729547bb7ca 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class ParentHostPairsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Count/CountRequestBuilder.cs index b8c41c2d00a..81796e8718d 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.cs index 4d798a1ac49..0e920397846 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class PassiveDnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Count/CountRequestBuilder.cs index 25bf92762ba..ae448407156 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.cs index a6e710043fe..e5626c1b702 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class PassiveDnsReverseRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Ports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Ports/Count/CountRequestBuilder.cs index 5b40c3158fb..f798bdbffde 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Ports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Ports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Ports/PortsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Ports/PortsRequestBuilder.cs index a9b0b8b32ad..1182942daf8 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Ports/PortsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Ports/PortsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class PortsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Count/CountRequestBuilder.cs index 12525398729..c4257a1ddf0 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.cs index d2959e720e9..617e4885e8e 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SslCertificatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Count/CountRequestBuilder.cs index 2e177e52259..c92abf94ef0 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.cs index 0137bfc7ab5..d44851bd299 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SubdomainsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Count/CountRequestBuilder.cs index 30e576196a3..a3c20c94850 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.cs index 24b037940a2..c8124803ab6 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TrackersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Count/CountRequestBuilder.cs index 0f67fb1bc1b..5ab0a079872 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.cs index e04f3aa6033..e1923fba30e 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class IntelProfilesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Count/CountRequestBuilder.cs index 9090ac170aa..c362f5328a2 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.cs index e0fc2c8286a..f7d7cb49117 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class IndicatorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Count/CountRequestBuilder.cs index bdbd4adce56..567cae5119f 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.cs index e7f3132c121..618cd3a9a30 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class IntelligenceProfileIndicatorsRequestBuilderGetQueryParamete #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Count/CountRequestBuilder.cs index aa1a1fc448c..7eb21a04c78 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.cs index 23febe8e97a..d7dfc7263a0 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PassiveDnsRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Count/CountRequestBuilder.cs index 50d22c23f3d..b8ce8430fd4 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Count/CountRequestBuilder.cs index 9a8d6428bd0..8a281543134 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/RelatedHostsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/RelatedHostsRequestBuilder.cs index 00669e82035..37f17cc5392 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/RelatedHostsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/RelatedHostsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class RelatedHostsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.cs index 3d63d97f779..dfb4fec6443 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SslCertificatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Subdomains/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Subdomains/Count/CountRequestBuilder.cs index eddcec2148f..f002d1b14ed 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Subdomains/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Subdomains/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.cs index 0fd065e7c7e..68b43e12010 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubdomainsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Count/CountRequestBuilder.cs index e86ee30503d..4068f25bb50 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/ArticlesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/ArticlesRequestBuilder.cs index 71cc13a64f5..52bd6b8873f 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/ArticlesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/ArticlesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ArticlesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Count/CountRequestBuilder.cs index 5acbd199fb8..98c2871ca44 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.cs index 080e1b4e593..b2a4a76080c 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ComponentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Count/CountRequestBuilder.cs index f5338ac6690..ef759643a06 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.cs index ec9e74a53cd..2a206a12020 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VulnerabilitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisHistoryRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisHistoryRecords/Count/CountRequestBuilder.cs index 92d908968be..35e18edd34d 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisHistoryRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisHistoryRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisHistoryRecords/WhoisHistoryRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisHistoryRecords/WhoisHistoryRecordsRequestBuilder.cs index c550a5f6b7e..fab07cfde7e 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisHistoryRecords/WhoisHistoryRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisHistoryRecords/WhoisHistoryRecordsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class WhoisHistoryRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Count/CountRequestBuilder.cs index 259e5234e15..e1b3c81b5b6 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Count/CountRequestBuilder.cs index fca7a81b2c1..df7e4e1ef1c 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.cs index 6649edad36c..3b12de8cdcd 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class HistoryRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.cs index fe2cc7eec4b..fe59bb8ea3f 100644 --- a/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class WhoisRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/TriggerTypes/RetentionEventTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/TriggerTypes/RetentionEventTypes/Count/CountRequestBuilder.cs index 37f3fc395b1..b1d27451016 100644 --- a/src/Microsoft.Graph/Generated/Security/TriggerTypes/RetentionEventTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/TriggerTypes/RetentionEventTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.cs index e3b8e32fd6a..c54914e133d 100644 --- a/src/Microsoft.Graph/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RetentionEventTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Security/Triggers/RetentionEvents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Triggers/RetentionEvents/Count/CountRequestBuilder.cs index b91279eda66..749bf67051e 100644 --- a/src/Microsoft.Graph/Generated/Security/Triggers/RetentionEvents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Triggers/RetentionEvents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.cs index 1a4c5ae4c19..8ce825da03e 100644 --- a/src/Microsoft.Graph/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RetentionEventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Count/CountRequestBuilder.cs index 61f38ec9b94..2e8c979767e 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Delta/DeltaRequestBuilder.cs index 2f9de9e2974..c57acd2a2f7 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted service principals without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted service principals without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 7eabeb5da8c..5bd1e98402a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.cs index b687192efb2..c270c69983f 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.cs index ec6891c7742..0c4cab42cc2 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.cs @@ -36,7 +36,6 @@ public AddKeyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don't have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won't be able to use this service action. Update servicePrincipal can be used to perform an update instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.cs index d98418125ef..139c54091eb 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.cs @@ -36,7 +36,6 @@ public AddPasswordRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Add a strong password or secret to a servicePrincipal object. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.cs index 34dba406a80..5f4bc147d3f 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.cs @@ -36,7 +36,6 @@ public AddTokenSigningCertificateRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with usage set to Sign. + A public key object with usage set to Verify.+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs index 4a7e7a4eef9..84d0ddf8a75 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AppManagementPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppManagementPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppManagementPolicies/Count/CountRequestBuilder.cs index 518fc89f258..774e617492f 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppManagementPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppManagementPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.cs index 1cf09457dd7..f035396da3a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AppRoleAssignedToRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignedTo/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignedTo/Count/CountRequestBuilder.cs index a76aebe9e52..98170986369 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignedTo/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignedTo/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs index 5c18d60670c..ec95f7ef92b 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AppRoleAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignments/Count/CountRequestBuilder.cs index 7c9b3216827..b2153e4eb24 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/AppRoleAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index c545afa90ef..eedecbc1b84 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs index 39afd830bcb..c9b59280d92 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class ClaimsMappingPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Count/CountRequestBuilder.cs index 83647ef67d4..6c92e14a85b 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.cs index b090ad2df77..857026dde99 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/Count/CountRequestBuilder.cs index 42f2dc2c2f5..4e2e9375c93 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs index 73a965ef401..044e5875701 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class CreatedObjectsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs index 1b980304951..6df8460e284 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 0bb03a4c91d..6e2507753ca 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Count/CountRequestBuilder.cs index 4606664ecc4..43a5ed5c0b3 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.cs index d201b01dfd8..4bba8e6ceb7 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DelegatedPermissionClassificationsRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Endpoints/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Endpoints/Count/CountRequestBuilder.cs index 45494044979..427f8a22084 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Endpoints/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Endpoints/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Endpoints/EndpointsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Endpoints/EndpointsRequestBuilder.cs index 80f8e854a49..363ad4103ba 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Endpoints/EndpointsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Endpoints/EndpointsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class EndpointsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs index e28f722b30b..f73e22becc4 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs index 588a58ac9db..19829063654 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class FederatedIdentityCredentialsRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index eb363d25336..971b8002502 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 09be2b6ce69..be3e8ebe83d 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs index 89a4c53caa6..d2b4b11987e 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs index 73b5e3b2f46..64664ec953e 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs @@ -172,10 +172,10 @@ public partial class HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.cs index a3567bcf5a5..4cda73104dd 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.cs @@ -241,10 +241,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/Count/CountRequestBuilder.cs index 5875f13d620..a701e76579b 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index f044e7deb23..b468a0950a5 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index ac8391beef0..d2cf696d207 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs index 5fb4928f244..d2df9e975f1 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index e70793df821..27cd6fa86e5 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDirectoryRoleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index 8acaf31ff9f..99f9668213a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 5ca1399d5e8..1b27a1910f2 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/MemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/MemberOfRequestBuilder.cs index dec05a74fb9..d8ec8fb8df2 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/MemberOf/MemberOfRequestBuilder.cs @@ -184,10 +184,10 @@ public partial class MemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs index 8f679cab914..f6679538eda 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs index e01de7fcd5b..46c9d8dd7e0 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class Oauth2PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/Count/CountRequestBuilder.cs index 2175653fb53..cb1eb0a3711 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index 484572fad08..954ee7734ed 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 49a433a9b2f..9c7b2c397bb 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs index 1002e13e9c6..3101ea23485 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs index 0a229c37f26..7ffb1099bfc 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/Count/CountRequestBuilder.cs index 826ab4cd127..043845493b6 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/GraphEndpointRequestBuilder.cs index bf96545b1f8..f9868f08ca5 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs index dbc02f9a131..10edb3b2f27 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs index 8f55a4f8597..a0e0403b887 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs index 51d2c3e2aab..1402e821977 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 0f8a50f05bb..5710b3aea19 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs index d51d188930d..e4c3782d64a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs @@ -195,10 +195,10 @@ public partial class OwnedObjectsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/Count/CountRequestBuilder.cs index cdb1bd14a3a..78616bbd62f 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index a4020c94ba7..0346bca8beb 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 870d7c230d3..88a0ab4c29a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs index 4b76e94e497..d9c6bf45b6a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs index 5bc24cd8d34..d60a6e11545 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs index 603c4315da5..764014a86f4 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index c1e3889c08c..aa283abd7a8 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphUser/Count/CountRequestBuilder.cs index 92edbb8bcbe..5d1e981d8b4 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphUser/GraphUserRequestBuilder.cs index 21f713aa0f1..9f4aa9af4cd 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/OwnersRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/OwnersRequestBuilder.cs index 4e6da02f44b..a72be24d343 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/OwnersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/OwnersRequestBuilder.cs @@ -195,10 +195,10 @@ public partial class OwnersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.cs index 56798ee9b7f..61ca690d65a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.cs @@ -240,10 +240,10 @@ public partial class RefRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Count/CountRequestBuilder.cs index f4924a89288..228f45d7aab 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/TargetDeviceGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/TargetDeviceGroupsRequestBuilder.cs index 3723aa37d1f..74c8e8661be 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/TargetDeviceGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/TargetDeviceGroupsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TargetDeviceGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.cs index 2cab13e726c..2f3deaf5ceb 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveKeyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.cs index 4a99c994e11..bb2616580e1 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.cs @@ -35,7 +35,6 @@ public RemovePasswordRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Remove a password from a servicePrincipal object. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.cs index e16e922aaba..9ea573f305e 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs index e725ac4ab83..ae0e408cedd 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs @@ -35,7 +35,6 @@ public AcquireAccessTokenRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs index 46e497667eb..35787cad0d8 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs index 940951e16bb..90925ea4842 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs @@ -35,7 +35,6 @@ public PauseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. - /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs index 2934ef1d032..2875ce480fc 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionOnDemandRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs index 2e3358e6e50..98c0de18a9c 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs @@ -35,7 +35,6 @@ public RestartRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs index 470abc690e8..46b8876182d 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs index b0f09e5da05..88787b4d122 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DirectoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs index 2dbdd7fadd4..e01171cbd15 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs @@ -36,7 +36,6 @@ public DiscoverRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Discover the latest schema definition for provisioning to an application. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs index 2d3dbf7bf85..574733ded47 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -35,7 +35,6 @@ public FilterOperatorsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// List all operators supported in the scoping filters. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public FilterOperatorsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// List all operators supported in the scoping filters. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class FilterOperatorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs index 9ff4fbc6187..42abefab5bb 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs @@ -35,7 +35,6 @@ public FunctionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// List all the functions currently supported in the attributeMappingSource. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public FunctionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// List all the functions currently supported in the attributeMappingSource. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class FunctionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs index 75a3cc47e7d..f9cfde8ab3b 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs @@ -36,7 +36,6 @@ public ParseExpressionRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs index 7d6783e8515..0b3dd58dc0b 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs @@ -35,7 +35,6 @@ public StartRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. - /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs index 37db25f2727..ca7734fc1fd 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidateCredentialsRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Validate that the credentials are valid in the tenant. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.cs index c168228b6f8..e994099c920 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class JobsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs index 98cd3a154fb..78704f736dc 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Count/CountRequestBuilder.cs index 4a7f1045a49..9e543d1ff7c 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs index 55dd542db7d..832ce944f35 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs index ce41f587389..387919584c4 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DirectoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs index 84fc496b539..4e6bc1b7333 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs @@ -36,7 +36,6 @@ public DiscoverRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Discover the latest schema definition for provisioning to an application. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs index a6b1b80ca8a..fa92af86fd9 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -35,7 +35,6 @@ public FilterOperatorsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// List all operators supported in the scoping filters. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public FilterOperatorsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// List all operators supported in the scoping filters. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class FilterOperatorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs index 5ecd0468fc4..6bf866e5b21 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs @@ -35,7 +35,6 @@ public FunctionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// List all the functions currently supported in the attributeMappingSource. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public FunctionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// List all the functions currently supported in the attributeMappingSource. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class FunctionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs index 0cfddee1159..f4238224761 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs @@ -36,7 +36,6 @@ public ParseExpressionRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.cs index 29ae431c9bd..38842aa8d5d 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class TemplatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs index b70db0ed75b..2a48fbf481a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs index 12cad7c17e1..67cbe8fc0d3 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class TokenIssuancePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs index d7b1f00442e..1b7759c47f6 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs index b3928d47b32..a02c24a6706 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class TokenLifetimePoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index aad85e8d260..775d74e3af8 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index d4e56bf298d..eacc5c6bc0a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 6431afab101..cc8df564465 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs index 71997dc25e0..f8c64572bd7 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index 2bbe54dffaf..ac90cb64a00 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDirectoryRoleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index a40a4401bac..7ec2d4d07da 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 5dece3623f3..32915ae13c3 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index 6ab33d5e91d..153c4d30a0a 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -184,10 +184,10 @@ public partial class TransitiveMemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/ServicePrincipalsRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/ServicePrincipalsRequestBuilder.cs index 6c74cf0c99f..4dfb2522923 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/ServicePrincipalsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/ServicePrincipalsRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class ServicePrincipalsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 891e3bcde16..d23db7efe18 100644 --- a/src/Microsoft.Graph/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Shares/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Count/CountRequestBuilder.cs index 57f7466da49..9378b9d8952 100644 --- a/src/Microsoft.Graph/Generated/Shares/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 396bf697ba6..d3cf123d5fa 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 35b3e57e579..d6fe8a47d7e 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/Items/Count/CountRequestBuilder.cs index 400799961f0..58849c2c46f 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/Items/ItemsRequestBuilder.cs index f6803908215..d48f0cd009d 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/Items/ItemsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 6a3cb48e292..f36afc443eb 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index d207d079c4a..df70d5d18c3 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Columns/ColumnsRequestBuilder.cs index e210d573b41..7f2d53e9b95 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Columns/Count/CountRequestBuilder.cs index a92fa3d9b27..5485779e4b9 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 286d4a62907..ec1175921ca 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Add a copy of a content type from a site to a list. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index 4e071297691..39090caed9d 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/ContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/ContentTypesRequestBuilder.cs index 96e1310089e..d738d2863a9 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/ContentTypesRequestBuilder.cs @@ -230,10 +230,10 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Count/CountRequestBuilder.cs index 980e1d7869a..043c03ef318 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 9c5d130a701..d519396de61 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetCompatibleHubContentTypesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 0d1206b49c5..c3b0d54069f 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -35,7 +35,6 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Associate a published content type present in a content type hub with a list of hub sites. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index 9d5a67d4d99..465b07f41d3 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class BaseTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index 7b3e3e0235a..06ab0181412 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index 2d9dd1b45d5..aac83e7781e 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnLinksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index fa75e129657..e4e4f9aa691 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index ca7218a4a9e..508cba7555c 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ColumnPositionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index 0f79c67e34f..7c377d4fef1 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index 34466163c64..4d8c3cecf8f 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index d978f82ed7e..ad011b5b2f2 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index 9bd7917be4a..80c51fe6c6a 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -35,7 +35,6 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl, IRequestAdapter } /// /// Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index 41c8875ce26..e741b67fac4 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -35,7 +35,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs index 0965984341d..bd25cb7102e 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -35,7 +35,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publishes a contentType present in the content type hub site. - /// 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/Shares/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index f494f92806e..ff73e4d8572 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -35,7 +35,6 @@ public UnpublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unpublish a contentType from a content type hub site. - /// 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/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 19104386d0b..8d263fa7884 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 1b170d9de57..6a236045903 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Delta/DeltaRequestBuilder.cs index bdf1bc1eb35..30b8f43695d 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.The same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.The same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs index d70282b6fe8..0bc5e8f0156 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class DeltaWithTokenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index beb31c1c6e3..a3d1c43df10 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index debde6c6a8f..e72cf3cff35 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs index 9e5c1759a00..f8ec701833c 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs index 44351f53ae3..b84de03e12c 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DocumentSetVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs index 5067fa07d9f..4aa54bd360a 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a document set version. - /// 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/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index d2e16e33829..95150a51587 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index b997fdf6ab0..f0c470a7e26 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 60fb76aea52..842c889c27e 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4752c0d7940..e0cf8f8d03a 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs index 09bbbc666a3..de8ceabe236 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index b13edfbeedd..b07efafe053 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreVersionRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. - /// 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/Shares/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs index 504fc34a134..12ea475eeef 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/ItemsRequestBuilder.cs index fb71afc1c0e..9428002a969 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Items/ItemsRequestBuilder.cs @@ -223,10 +223,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 0097ce53b7a..3d65d6f6c0a 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index d18ac2e4f5f..aa3ca02b8e5 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Operations/Count/CountRequestBuilder.cs index cd5dbb832f4..074546e70c4 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Operations/OperationsRequestBuilder.cs index 7f610953ae5..a65c88e6381 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/Count/CountRequestBuilder.cs index 5edf7442dda..cd080a2ee42 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index 2e58c0b5acf..026894e0c75 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -35,7 +35,6 @@ public ReauthorizeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. - /// 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/Shares/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs index 51d2d7deea5..a17b6e63cb2 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubscriptionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Shares/Item/Permission/Grant/GrantRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/Item/Permission/Grant/GrantRequestBuilder.cs index bf3b5ff8242..f06653b30a6 100644 --- a/src/Microsoft.Graph/Generated/Shares/Item/Permission/Grant/GrantRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/Item/Permission/Grant/GrantRequestBuilder.cs @@ -35,7 +35,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Shares/SharesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Shares/SharesRequestBuilder.cs index da9ac9f8331..c3d3e7ac975 100644 --- a/src/Microsoft.Graph/Generated/Shares/SharesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Shares/SharesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Add/AddRequestBuilder.cs index 3aec74bb4b9..62e9559dab5 100644 --- a/src/Microsoft.Graph/Generated/Sites/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Follow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Follow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Count/CountRequestBuilder.cs index 0fc026c3056..2713b1677ab 100644 --- a/src/Microsoft.Graph/Generated/Sites/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Delta/DeltaRequestBuilder.cs index 1c40bf06bbc..fc3dee4b26e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,you can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.The application calls the API without specifying any parameters.The service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.Your application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.To monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,you can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.The application calls the API without specifying any parameters.The service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.Your application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.To monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/GetAllSites/GetAllSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/GetAllSites/GetAllSitesRequestBuilder.cs index efe9aee1947..85815a21e74 100644 --- a/src/Microsoft.Graph/Generated/Sites/GetAllSites/GetAllSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/GetAllSites/GetAllSitesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllSitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllSitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllSitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs index 2b615d32acd..978d185f6c3 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs index c3db74d3b12..c78275e3be1 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs index 19a706e0a7c..b6bca684177 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs index 554c6eb771c..e27e2fea154 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ItemActivityStatsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Columns/ColumnsRequestBuilder.cs index d1a5f2ec385..7e41510477a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Columns/ColumnsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Columns/Count/CountRequestBuilder.cs index 34e4d974171..b01629234ae 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 022f08bb29e..6282673f978 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Add a copy of a content type from a site to a list. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index 9fcef7674a7..d1c342511b2 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs index a8a3e81d820..14f5da3f2f0 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs @@ -232,10 +232,10 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs index 85271b17103..066a2b94ebf 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 3481626b037..c70944865a1 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetCompatibleHubContentTypesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 2466d6c1b25..47e38185183 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -35,7 +35,6 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Associate a published content type present in a content type hub with a list of hub sites. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index 5f27dd8dc64..cb1d00e27c3 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class BaseTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index 2c9812ba77f..0ee9310ab24 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index 91352b0dfac..42ddb3547b4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnLinksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index 3d5466c39ba..21157eddd8e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index 194bed6b1be..939f7a67965 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ColumnPositionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index 7a1b42e298a..d05efdade0a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index 35364e91039..8cb85aeb6e9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index 9b243c091e6..cb2f4df50ea 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index db5fbac3ebd..fdfceeba7b9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -35,7 +35,6 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl, IRequestAdapter } /// /// Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index d2c0f548657..a4aa60ac47c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -35,7 +35,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs index 8a8670aae5d..b8a3e1418c5 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -35,7 +35,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publishes a contentType present in the content type hub site. - /// 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/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index 61b4e8995c0..4d1b70a7594 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -35,7 +35,6 @@ public UnpublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unpublish a contentType from a content type hub site. - /// 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/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 31b5a6ff9fc..73e0b057069 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 9a7aaed0673..e732e875d01 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Drives/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Drives/Count/CountRequestBuilder.cs index afe92adbb03..20969dbd029 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Drives/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Drives/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Drives/DrivesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Drives/DrivesRequestBuilder.cs index 3d2994314be..1b3d9a90d86 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Drives/DrivesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Drives/DrivesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class DrivesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs index 6408990d684..feeed245624 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs index 9dddd9598f8..f95a23005c3 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ExternalColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 1f9ae72e2c0..fcbd88936d6 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 9d337c44ef1..7ecf481efbb 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs index 75e6f38757f..5fe55ebe12f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs @@ -37,7 +37,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl, I } /// /// Get site contentTypes that can be added to a list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl, I } /// /// Get site contentTypes that can be added to a list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class GetApplicableContentTypesForListWithListIdRequestBuilderGet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs index 459ecfdb851..e8cbdcd7c73 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ColumnsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ColumnsRequestBuilder(Dictionary pathParameters, IRequest /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class ColumnsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs index 395d6eace01..3225b7feefd 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ContentTypesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ContentTypesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ContentTypesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ContentTypesRequestBuilder(Dictionary pathParameters, IRe /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ContentTypesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ContentTypesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs index af0a970c223..9c8269f90c4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class DrivesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public DrivesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public DrivesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public DrivesRequestBuilder(Dictionary pathParameters, IRequestA /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public DrivesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public DrivesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -113,16 +113,6 @@ public partial class DrivesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -146,10 +136,10 @@ public partial class DrivesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs index f667551909e..ea6d2463cbb 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ExternalColumnsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ExternalColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ExternalColumnsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ExternalColumnsRequestBuilder(Dictionary pathParameters, /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ExternalColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ExternalColumnsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -113,16 +113,6 @@ public partial class ExternalColumnsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -146,10 +136,10 @@ public partial class ExternalColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index bfa26ffde1c..d3afcc9e174 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 083823dbd79..d18f0215d62 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs index cb1a31c86c9..a309d422f95 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs @@ -37,7 +37,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl, I } /// /// Get site contentTypes that can be added to a list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl, I } /// /// Get site contentTypes that can be added to a list. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class GetApplicableContentTypesForListWithListIdRequestBuilderGet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs index d38ca57501e..2602e029755 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ItemsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ItemsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ItemsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ItemsRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -113,16 +113,6 @@ public partial class ItemsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -146,10 +136,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs index 4a3b94c9eb7..30c1ebbe031 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class ListsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public ListsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public ListsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public ListsRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public ListsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public ListsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class ListsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class ListsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs index 61b860be74b..e7970b756e0 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class OperationsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public OperationsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public OperationsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public OperationsRequestBuilder(Dictionary pathParameters, IRequ /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public OperationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public OperationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class OperationsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.cs index d8bf16f8029..206e7866a17 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class PagesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public PagesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public PagesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/pages{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public PagesRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public PagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public PagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/pages{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class PagesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs index 29c2cec1055..30eac3868fd 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class PermissionsRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public PermissionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public PermissionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public PermissionsRequestBuilder(Dictionary pathParameters, IReq /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public PermissionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public PermissionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class PermissionsRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class PermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs index 64665a2d0cf..065b63180bc 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class SitesRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public SitesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public SitesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public SitesRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public SitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public SitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -113,16 +113,6 @@ public partial class SitesRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -146,10 +136,10 @@ public partial class SitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs index 240ad2fd961..b1840954115 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs @@ -23,7 +23,7 @@ public partial class TermStoresRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public TermStoresRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + public TermStoresRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", pathParameters) { } /// @@ -31,7 +31,7 @@ public TermStoresRequestBuilder(Dictionary pathParameters, IRequ /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public TermStoresRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + public TermStoresRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}", rawUrl) { } /// @@ -160,16 +160,6 @@ public partial class TermStoresRequestBuilderGetQueryParameters #else [QueryParameter("%24filter")] public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } #endif /// Search items by search phrases #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -193,10 +183,10 @@ public partial class TermStoresRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Items/Count/CountRequestBuilder.cs index 26b88ad7a89..34dcfa2645a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Items/ItemsRequestBuilder.cs index edc1f929037..a2afa9b4187 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Items/ItemsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 13112f0a254..f28fb431732 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 964933d8482..b42d2558724 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Count/CountRequestBuilder.cs index 3b4ed981916..bb794a40c37 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs index fa9456bf108..06b28fe4937 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs index 336b27866b9..d884797b7f2 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 7858865df06..5d08b6ff983 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Add a copy of a content type from a site to a list. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index b8b203da538..5188f5f19c4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -36,7 +36,6 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs index 84bf6f27ead..1eba190396d 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs @@ -231,10 +231,10 @@ public partial class ContentTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs index 2ff42e4a184..bdd89708b3c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index e37c6b0ef7c..6804602fce8 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetCompatibleHubContentTypesRequestBuilder(string rawUrl, IRequestAdapter } /// /// Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetCompatibleHubContentTypesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 6d08880b395..33355013da4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -35,7 +35,6 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Associate a published content type present in a content type hub with a list of hub sites. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index 841ddaf2ad5..7f979faa2ea 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class BaseTypesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index d44b80c27eb..e061a1b3cd4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index 4281b89be0b..4bbeffeaab0 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnLinksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index d695928e2a8..3ba90f47f92 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index e8f42f09538..213327cba32 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ColumnPositionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index e0d8a3c9edb..b288bca8e23 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index 78ee54e9e7a..87e7da21785 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index 40b0f63d556..05190e5b2d4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index 37e91f08048..a98cfcef406 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -35,7 +35,6 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl, IRequestAdapter } /// /// Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index b5546ac752a..89d680725ba 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -35,7 +35,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public IsPublishedRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Check the publishing status of a contentType in a content type hub site. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs index 6aab6542b2b..d7687251255 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -35,7 +35,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Publishes a contentType present in the content type hub site. - /// 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/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index b430e1c0526..ae4a3824404 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -35,7 +35,6 @@ public UnpublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Unpublish a contentType from a content type hub site. - /// 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/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 54b0698a0c0..48eac6179c3 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 0ac92fa4fc5..191b359ff12 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.cs index af9f0640363..6d8838cdb48 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.The same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.To check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.The same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs index 1b2b9d61f14..fe2bfe442dc 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/DeltaWithToken/DeltaWithTokenRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class DeltaWithTokenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 95536c62e58..41cd5ac1ba7 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index b87374eb9a7..0ecb39a0507 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs index b65269c5746..f2ef07e3035 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs index b243eadedd4..e2fd2f6c7b9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DocumentSetVersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs index 81725932bbd..b4edf552adf 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a document set version. - /// 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/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index bff0e5af698..b99db60395a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class GetActivitiesByIntervalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 45d2ed87d43..bf0ff232b9e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -175,10 +175,10 @@ public partial class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 7d08dd3cf09..d780cbb7e4d 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 8bf0a454cd6..79e07d33cc8 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs index 89baeb69a60..13564ebf539 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index a5fdd1fef75..ad5b3bbba1b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -35,7 +35,6 @@ public RestoreVersionRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. - /// 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/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs index b0081a6c817..f00b72aa1e7 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class VersionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs index b34c75efc77..97d99d942bd 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 75e4d23db4e..2af39ebe238 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 9be22730896..eb637bbc05e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs index d5cf100986d..d53a4dd4665 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs index 85d73061a39..d349e763b9c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs index 30ff51bc4b2..73d67175838 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index e94ce54d703..14bbcdce23d 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -35,7 +35,6 @@ public ReauthorizeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. - /// 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/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs index 6552ac4d129..737d0d96510 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SubscriptionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/ListsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/ListsRequestBuilder.cs index b6c3e65391a..8ee1bc98d16 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/ListsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/ListsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ListsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs index 78359c8ae9e..668f87e4dc0 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs index af481c93df2..7619baf74a7 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs @@ -36,7 +36,6 @@ public GetNotebookFromWebUrlRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs index c3fcc7c7f32..2332c0163aa 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs @@ -37,7 +37,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,10 +141,10 @@ public partial class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilde #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs index b9f383c6910..50fae686e16 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs index f02be5614de..d321fee50ef 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index d3085c98f17..f95ecf01cfd 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 6a6b8955ddc..64c94089ffc 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index 63e89d1aed2..b3d8d889e60 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index b948460db39..b9c0ce50398 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 53d0625488a..184cadd1c2c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index e3bf5eb777b..27ddbb3a0ca 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index ccbcd539990..91d51454b17 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 3af00677c53..f21dca353fe 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 7d9a14785fd..4823ad3c02b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 693f490d2d5..db57d27b22f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs index 5329c896342..3ec01a3f4c2 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index e1416eeb8fa..0f46c00f364 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index eba2f03c3b5..e8c1c3f1029 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 9f4acb3298f..406b0986ccf 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 12c05b31048..0bc9701c265 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs index e1d683f593f..606e1c0f231 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs index 19def08576d..4a5ae7c007c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs index 6cce64fcb85..81da14e819b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class NotebooksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs index 2a928dd1e56..566baf63449 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs index b01c379d636..912dfd24254 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs index 795ff29c057..b1393ab5163 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 995acee2688..1430f30682c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs index 0b85a8d1c68..da07d33e44d 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs index af36dd62f1b..8c9e72d4fb1 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs index 5976c372fc1..23a2c3a6329 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs index 43a69e13cf7..60ac5204424 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index 436c995d116..01e9574108d 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index df489da0d4e..6e3b465e2ab 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index d7226b95884..157e79e8fb1 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 20f2838615d..3e668369930 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 5faee3e4a58..e66a065779b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 1551fb74b22..65b8641fc81 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 5032e73f475..6585e8e6655 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 584d18b710f..e4f58939884 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index a3663262cc7..46ebea3979b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs index 7d639047986..f005b7e5d6e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs index 1c31e159e51..6bdd8ac07de 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 60f3a84b5ac..39c14459122 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index b5aa02214c6..6cde229c479 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs index 4fc694922fd..a2e0475b9c8 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 50bd7a27f54..e8ddf5a8f29 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs index 10ca18c48c7..4433276e636 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs index d95978eec81..92b7ee1df31 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Operations/Count/CountRequestBuilder.cs index 6505e6f14c5..2f361fd86de 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Operations/OperationsRequestBuilder.cs index 3d80cdbf2fe..a9df54f2a40 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Operations/OperationsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Count/CountRequestBuilder.cs index 29553fb4917..cb00d2389ca 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/GraphSitePage/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/GraphSitePage/Count/CountRequestBuilder.cs index a68fa496a08..b325b8da047 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/GraphSitePage/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/GraphSitePage/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/GraphSitePage/GraphSitePageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/GraphSitePage/GraphSitePageRequestBuilder.cs index 8ce044d90b0..57fb474bc6b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/GraphSitePage/GraphSitePageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/GraphSitePage/GraphSitePageRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphSitePageRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index f4db7fcf7fc..c95e92f33df 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 78c6320a466..1d585c95fda 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Count/CountRequestBuilder.cs index a9c12eafa52..07bdf44a286 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/HorizontalSectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/HorizontalSectionsRequestBuilder.cs index 1e162361cd9..8290cfac319 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/HorizontalSectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/HorizontalSectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HorizontalSectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/ColumnsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/ColumnsRequestBuilder.cs index 51026e09fee..f18e4bf3978 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/ColumnsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ColumnsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Count/CountRequestBuilder.cs index 88272ef386f..41cf16411d4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/Count/CountRequestBuilder.cs index f66c807dd41..36480285474 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/WebpartsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/WebpartsRequestBuilder.cs index 58d0a5acafb..9f353b7894c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/WebpartsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/HorizontalSections/Item/Columns/Item/Webparts/WebpartsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class WebpartsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/Count/CountRequestBuilder.cs index 42a68812667..deac53b09db 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/WebpartsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/WebpartsRequestBuilder.cs index 730b694f54e..cff9e1c5799 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/WebpartsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CanvasLayout/VerticalSection/Webparts/WebpartsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class WebpartsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 723b8acf86e..b56e23ee889 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 2c0b6b54696..f2ba5440bfb 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 06026d4646d..67a13723d18 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 39ead00f63f..6a97bcf1432 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/WebParts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/WebParts/Count/CountRequestBuilder.cs index 9e25335d317..66afd2d57af 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/WebParts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/WebParts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/WebParts/WebPartsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/WebParts/WebPartsRequestBuilder.cs index d4dc412c7dc..c496a05f0bd 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/WebParts/WebPartsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/GraphSitePage/WebParts/WebPartsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class WebPartsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 44fedc52426..b58c0282495 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 7b4a012abac..9927af7e077 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Pages/PagesRequestBuilder.cs index eeb7414ff8d..a9c56398cb1 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Pages/PagesRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Permissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Permissions/Count/CountRequestBuilder.cs index 8d361994760..b7c9675064f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Permissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Permissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs index 84bf1aaa921..0436c7bcb21 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs @@ -35,7 +35,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Permissions/PermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Permissions/PermissionsRequestBuilder.cs index f592f315942..d1079e6a616 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Permissions/PermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Permissions/PermissionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Sites/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Sites/Count/CountRequestBuilder.cs index 0f9de861113..9ca5306d015 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Sites/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Sites/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Sites/SitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Sites/SitesRequestBuilder.cs index 8cac6c9863d..3660cd48024 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Sites/SitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Sites/SitesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs index 03bb8f8c9e6..cdc0ec27d7a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs index 73432e81eae..013f79b13d9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class GroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs index 2a4739f3439..a68f1161033 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index 80fb52459c8..3ca612af946 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index d9810ffb386..acf8d3d2df9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 653ec477c1c..d192cb6b655 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 03f2268ccab..6bf9d0a3f81 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 186d0ab4251..6112cf24a78 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 5fa9c46af87..ec1fcbbff37 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 0e6375c9b8a..f0f17693ee9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 26773e3335c..edea8ad540a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index 6f4aed7becc..5848e1a9049 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index d8454bd862a..ce7f003ccff 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index 87a72434b71..2ef2b3366d2 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index f45d106891e..30ffb820336 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index cfee82e5abb..dc9786baeb0 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 486dca20bad..9cfbffe3562 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 27f5e4a2659..71108a4a93b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index e51a5d90296..ac3e6b8cb67 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 23b671deeb0..ba8c9b6e95f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs index 0dca6690c02..93ab56acd96 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs index 3f77a8579c0..7e4c7594c57 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs index 07aa2b2808b..87a2465f139 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs index ba12983b89e..38024758e0f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs index d1531dc5329..e03b6be7c32 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 6398c3f9dcb..1de5537cc24 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 2366b94a973..60ac68bb5d3 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 67cd2d3bef1..8dcf456c396 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 4fcdf19c1c1..cf3cd736f79 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 3c8def8afc2..82ab01ed1f0 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 2d7c83aea28..430cfca714f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs index 23f816778ac..3fdc03a904b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs index d16fabbc5c9..32575e44fb0 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs index 3e635ee3bd8..92ad98b95c6 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index c502a979827..9f9bfc96f70 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index fa6ccfc54f3..491ca516258 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index aaaf53a4947..0c7fe498286 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index adb52fe8516..8e101e23193 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 730a886f1f3..f7a6b3e4cfa 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index f83d56bfacb..9f7419d3262 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs index 5aa5788025f..4421cefe407 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs index 969ee82031a..93dafb50fec 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs index c06d10c5c95..1b99cd390bb 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index cf45fd1bcde..5f07fb94371 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index a5d28f3b4ab..33a64cfece6 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 0b03b028012..b24a3b3face 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index e278c7f1080..5712fe8856b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index e4a8c1f00de..f82841eb6a2 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 92505ba06ff..3bb79741aae 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs index 858d7bbc9a8..1528300ffc6 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs index 96b23d1f7b5..8223e46b045 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs index fd5613c9956..fdfc40e534f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs index 275278a6e26..adb694fa917 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs index fe4cff5371e..d61052dd30e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 6ea8f31773c..a2e431cea1a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 763891db0cb..661f0b3e346 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index a7d2ee81d35..d62e2b92e53 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 0ed652d2e0d..b85f8d9cb45 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index fe69f61d587..07a514090d4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 7eb43a1c57f..5320bd5c106 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs index 665246971d5..f99b4e8ce7c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs index ebd7f4cc09d..ba1bee27e63 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Count/CountRequestBuilder.cs index 5ca72875af0..64f05f8f1da 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs index b8d4af1945f..95a8407a9a7 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs index 102fd9cceb7..90922d9bf8e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class GroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs index d7ff32a116e..cf28f79bfd6 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index 2d79c410e86..573840ab35c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index f3872aeb811..9afecac9d2b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index acf3f0285fe..37e182f19a4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 3fa0b38d22b..69bbc76a4b5 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index ede5f2aea57..8d55228bf7c 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index d6e54509f11..b28909de615 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 9fccf015a4c..fffb79661c8 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 771b5c11466..afb0f155a30 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index d308cb30dbb..bd5751ce1fd 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index dc87036a782..c21964c421e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index b264dd01d19..49f352b271e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index c1e94089d87..50f0fb9b0e4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index a9a5f072cb0..5e4f678b353 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index d5b0c90248a..c11a2311d88 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 44d74ce473b..e226a666088 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 48abbbafbcc..5272dd04b53 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 92aa1be461e..728043f95a9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs index e7c6c1ae449..215f9842f15 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs index eea56ac8be7..ea43c5857eb 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs index b76403b1eaa..afb4b911ed4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index c76a2f32fa4..f0e72077c0d 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index c93d5a858c4..2df59d46561 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index a5ea8f35807..47e0a2fae8b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 5b35d7b14cf..cdd07a49f1f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index bc616e89661..f459baf458b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 6226beee83c..a1c6e0728f7 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 23f4b0452e1..7eb66f48e1a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index c9876724f2b..01894d10352 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs index 6313753e3c6..fbb788eb199 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs index 6cd67c91225..613c3e7cdc1 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs index bde7beb3c42..992cfcf279e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 2b6bb6c74f9..85faa61154a 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 19df7e858b4..4943e7b9187 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 029184db73d..f1ea21b795e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 8cd0d297b24..c21af103567 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 57afddfe6fe..dae7ec8cd15 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index bfb54f04f4e..7174dd419fd 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs index 73b70f45791..96af4f27418 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs index a2c7dad5d0b..c19fcce7400 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs index 63f4ab0601c..1b9a7e1b302 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 8ca238b6131..13c40830712 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 5c81272941c..33d64731a8f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 324248c1333..7b0c75254ae 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 522dbacc3ff..e8a475667d6 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 237bb7c1ef9..ba4ca609ac1 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 82a513a4cb8..5512ac9ffe3 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs index b7bbc3a161a..0fc9a9919f7 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs index 12acbb84740..b060bf87a78 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index bd3e3346353..0ea0a088613 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index d7d319b7ba1..c9def367622 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index 31a0f672c38..a1154c5fd97 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 00b42f41454..ed144c336b4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChildrenRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 956673d44aa..0592eff5c6f 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index ccca3d81b96..efce1f4f0a9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 14e3cdaa204..11eb2be7910 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index a9ba4341634..5174a7366e9 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index d8602774cfd..8a61de4a70e 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class RelationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs index bb234986236..b1cc04b84a8 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs index c8c5228f95e..1f69ddeb76d 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SetsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/TermStoresRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/TermStoresRequestBuilder.cs index 652e8804166..111ad75fa9b 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/TermStores/TermStoresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/TermStores/TermStoresRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TermStoresRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Sites/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Remove/RemoveRequestBuilder.cs index 37870de8ed8..2a817b5cad4 100644 --- a/src/Microsoft.Graph/Generated/Sites/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Unfollow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Unfollow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/SitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/SitesRequestBuilder.cs index 48b3f1b9544..b4ca140c3b2 100644 --- a/src/Microsoft.Graph/Generated/Sites/SitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/SitesRequestBuilder.cs @@ -78,8 +78,8 @@ public SitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. - /// Find more info here + /// Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -102,7 +102,7 @@ public SitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SiteCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. + /// Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -130,7 +130,7 @@ public RequestInformation ToGetRequestInformation(Action - /// List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. + /// Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class SitesRequestBuilderGetQueryParameters @@ -190,10 +190,10 @@ public partial class SitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveInclusionRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveInclusionRules/Count/CountRequestBuilder.cs index 0d8fbea534c..7aca88f66d4 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveInclusionRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveInclusionRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveInclusionRules/DriveInclusionRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveInclusionRules/DriveInclusionRulesRequestBuilder.cs index 797b928fa19..b39fc4ecdc9 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveInclusionRules/DriveInclusionRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveInclusionRules/DriveInclusionRulesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DriveInclusionRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnits/Count/CountRequestBuilder.cs index f6ffd079bf1..4f0dc8bfe44 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnits/DriveProtectionUnitsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnits/DriveProtectionUnitsRequestBuilder.cs index 988418d058c..b0232b00e4e 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnits/DriveProtectionUnitsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnits/DriveProtectionUnitsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DriveProtectionUnitsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs index f1bf9ba642e..ab0b42f750c 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.cs index 5f47523f57f..93132394811 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryP #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/Enable/EnableRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/Enable/EnableRequestBuilder.cs index 325e48336b4..b0ed8a56d66 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/Enable/EnableRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/Enable/EnableRequestBuilder.cs @@ -36,7 +36,6 @@ public EnableRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Enable the Microsoft 365 Backup Storage service for a tenant. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Count/CountRequestBuilder.cs index 41b2800863d..3def5733e86 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/ExchangeProtectionPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/ExchangeProtectionPoliciesRequestBuilder.cs index 3e59cd4d68e..a32f0869da5 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/ExchangeProtectionPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/ExchangeProtectionPoliciesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ExchangeProtectionPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxInclusionRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxInclusionRules/Count/CountRequestBuilder.cs index b7e7099df2f..d635ae25716 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxInclusionRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxInclusionRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxInclusionRules/MailboxInclusionRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxInclusionRules/MailboxInclusionRulesRequestBuilder.cs index 9165134387b..30dc3b98131 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxInclusionRules/MailboxInclusionRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxInclusionRules/MailboxInclusionRulesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class MailboxInclusionRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnits/Count/CountRequestBuilder.cs index 775562146fa..e3503d0bf87 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnits/MailboxProtectionUnitsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnits/MailboxProtectionUnitsRequestBuilder.cs index 9d5cfd65e43..d8a8862fa88 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnits/MailboxProtectionUnitsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnits/MailboxProtectionUnitsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class MailboxProtectionUnitsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs index 1aad4d62c04..0688d5286a5 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.cs index d2851f5f5aa..196c64e5d73 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQuer #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Count/CountRequestBuilder.cs index 9b569e641da..63b88c1fcd0 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/ExchangeRestoreSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/ExchangeRestoreSessionsRequestBuilder.cs index 40ef982cefa..9a2adb3f973 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/ExchangeRestoreSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/ExchangeRestoreSessionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExchangeRestoreSessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/GranularMailboxRestoreArtifacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/GranularMailboxRestoreArtifacts/Count/CountRequestBuilder.cs index a3123fd69c3..148a97ad990 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/GranularMailboxRestoreArtifacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/GranularMailboxRestoreArtifacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/GranularMailboxRestoreArtifacts/GranularMailboxRestoreArtifactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/GranularMailboxRestoreArtifacts/GranularMailboxRestoreArtifactsRequestBuilder.cs index d4ba96b489d..a4b37d8a792 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/GranularMailboxRestoreArtifacts/GranularMailboxRestoreArtifactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/GranularMailboxRestoreArtifacts/GranularMailboxRestoreArtifactsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class GranularMailboxRestoreArtifactsRequestBuilderGetQueryParame #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifacts/Count/CountRequestBuilder.cs index 59579d2eb8f..a071190b04f 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifacts/MailboxRestoreArtifactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifacts/MailboxRestoreArtifactsRequestBuilder.cs index 665aa21c8bb..4047da89851 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifacts/MailboxRestoreArtifactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifacts/MailboxRestoreArtifactsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class MailboxRestoreArtifactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs index 95b1c322126..fffb2fa6f80 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs index e2573425b56..36a2c722f4b 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGe #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxInclusionRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxInclusionRules/Count/CountRequestBuilder.cs index e4f38abf835..656536158f0 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxInclusionRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxInclusionRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxInclusionRules/MailboxInclusionRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxInclusionRules/MailboxInclusionRulesRequestBuilder.cs index 7c124629068..a28a33ba168 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxInclusionRules/MailboxInclusionRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxInclusionRules/MailboxInclusionRulesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MailboxInclusionRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnits/Count/CountRequestBuilder.cs index ac3bb88239c..525ff6fc1ff 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnits/MailboxProtectionUnitsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnits/MailboxProtectionUnitsRequestBuilder.cs index c0c03d844e3..659c5c3ee76 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnits/MailboxProtectionUnitsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnits/MailboxProtectionUnitsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MailboxProtectionUnitsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs index 2042865291a..7ea96033274 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.cs index 3c4cba236f7..45506ce097e 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQuer #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Count/CountRequestBuilder.cs index 20fad7626f0..a9bc6e082e0 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveInclusionRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveInclusionRules/Count/CountRequestBuilder.cs index ba9bf1be6c8..63131f7b8d1 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveInclusionRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveInclusionRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveInclusionRules/DriveInclusionRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveInclusionRules/DriveInclusionRulesRequestBuilder.cs index dbbbb1419ea..de4f05e3401 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveInclusionRules/DriveInclusionRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveInclusionRules/DriveInclusionRulesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class DriveInclusionRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnits/Count/CountRequestBuilder.cs index 22ecb16c0ee..4f2d455451f 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnits/DriveProtectionUnitsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnits/DriveProtectionUnitsRequestBuilder.cs index 72eb031023f..1928582a7d6 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnits/DriveProtectionUnitsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnits/DriveProtectionUnitsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class DriveProtectionUnitsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs index 01795e18b3e..0d24ba30122 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.cs index 0f5c0508da6..f2d9d03dcec 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryP #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/OneDriveForBusinessProtectionPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/OneDriveForBusinessProtectionPoliciesRequestBuilder.cs index 814dca7b11b..442ca158c81 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/OneDriveForBusinessProtectionPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/OneDriveForBusinessProtectionPoliciesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class OneDriveForBusinessProtectionPoliciesRequestBuilderGetQuery #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Count/CountRequestBuilder.cs index 22a2dbaf72f..49eef4d798c 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Count/CountRequestBuilder.cs index 1f1dc9ddedf..505df3f222d 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/DriveRestoreArtifactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/DriveRestoreArtifactsRequestBuilder.cs index 45fcfbba105..cc566d69ce4 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/DriveRestoreArtifactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/DriveRestoreArtifactsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class DriveRestoreArtifactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs index 5a6b2ec9e75..eaac3b94a98 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs index 609ffd6843e..896fab27a83 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQ #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/OneDriveForBusinessRestoreSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/OneDriveForBusinessRestoreSessionsRequestBuilder.cs index e9efe3b7afd..8589f6d1e1d 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/OneDriveForBusinessRestoreSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/OneDriveForBusinessRestoreSessionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OneDriveForBusinessRestoreSessionsRequestBuilderGetQueryPar #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Count/CountRequestBuilder.cs index 44c3d158f27..0a4e4740a70 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Item/Activate/ActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Item/Activate/ActivateRequestBuilder.cs index 4c81008e72b..eb58a43a539 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Item/Activate/ActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Item/Activate/ActivateRequestBuilder.cs @@ -36,7 +36,6 @@ public ActivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Activate a protectionPolicyBase. Currently, only one active backup policy per underlying service is supported (that is, one for OneDrive accounts, one for SharePoint sites, and one for Exchange Online users). You can add or remove artifacts (sites or user accounts) to or from each active policy. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Item/Deactivate/DeactivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Item/Deactivate/DeactivateRequestBuilder.cs index 8c0808502ec..84c3969b710 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Item/Deactivate/DeactivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/Item/Deactivate/DeactivateRequestBuilder.cs @@ -36,7 +36,6 @@ public DeactivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Deactivate a protectionPolicyBase. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/ProtectionPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/ProtectionPoliciesRequestBuilder.cs index 7498b2552c7..f0fcb7a2b9f 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/ProtectionPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionPolicies/ProtectionPoliciesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ProtectionPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/Count/CountRequestBuilder.cs index 6ce10c09937..ae9e6baf910 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphDriveProtectionUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphDriveProtectionUnit/Count/CountRequestBuilder.cs index 2f462e60d17..b4238e86190 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphDriveProtectionUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphDriveProtectionUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphDriveProtectionUnit/GraphDriveProtectionUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphDriveProtectionUnit/GraphDriveProtectionUnitRequestBuilder.cs index 6c92181fe9a..8fefa55c130 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphDriveProtectionUnit/GraphDriveProtectionUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphDriveProtectionUnit/GraphDriveProtectionUnitRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphDriveProtectionUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphMailboxProtectionUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphMailboxProtectionUnit/Count/CountRequestBuilder.cs index 303a49743b7..a2f33977656 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphMailboxProtectionUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphMailboxProtectionUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphMailboxProtectionUnit/GraphMailboxProtectionUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphMailboxProtectionUnit/GraphMailboxProtectionUnitRequestBuilder.cs index 8747e9262c8..d9f95332991 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphMailboxProtectionUnit/GraphMailboxProtectionUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphMailboxProtectionUnit/GraphMailboxProtectionUnitRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphMailboxProtectionUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphSiteProtectionUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphSiteProtectionUnit/Count/CountRequestBuilder.cs index a08a54dbe39..9fe96774972 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphSiteProtectionUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphSiteProtectionUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphSiteProtectionUnit/GraphSiteProtectionUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphSiteProtectionUnit/GraphSiteProtectionUnitRequestBuilder.cs index b04ac013706..50464d9cff0 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphSiteProtectionUnit/GraphSiteProtectionUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/GraphSiteProtectionUnit/GraphSiteProtectionUnitRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphSiteProtectionUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/ProtectionUnitsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/ProtectionUnitsRequestBuilder.cs index 47f8389a533..14e9d01fbe9 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/ProtectionUnitsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ProtectionUnits/ProtectionUnitsRequestBuilder.cs @@ -183,10 +183,10 @@ public partial class ProtectionUnitsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/Count/CountRequestBuilder.cs index 9fcb6f3573f..61dd6110b35 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/RestorePointsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/RestorePointsRequestBuilder.cs index 3deeb6041c9..93a42b1736d 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/RestorePointsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/RestorePointsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RestorePointsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/Search/SearchRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/Search/SearchRequestBuilder.cs index 735281dd0ca..403b4f2ec7f 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/Search/SearchRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestorePoints/Search/SearchRequestBuilder.cs @@ -36,7 +36,6 @@ public SearchRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Search for the restorePoint objects associated with a protectionUnit. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/Count/CountRequestBuilder.cs index 507c7317f30..617c7b17997 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/Item/Activate/ActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/Item/Activate/ActivateRequestBuilder.cs index 2eeceeabdc6..3a771eae1af 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/Item/Activate/ActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/Item/Activate/ActivateRequestBuilder.cs @@ -36,7 +36,6 @@ public ActivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Activate a draft restoreSessionBase object. The following points apply to restoring a protection unit: - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/RestoreSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/RestoreSessionsRequestBuilder.cs index 879b55ed32d..e4f8f103831 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/RestoreSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/RestoreSessions/RestoreSessionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class RestoreSessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Count/CountRequestBuilder.cs index c71a54e8feb..db9428922db 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Item/Activate/ActivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Item/Activate/ActivateRequestBuilder.cs index 16fb80c38ab..6320351b0f2 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Item/Activate/ActivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Item/Activate/ActivateRequestBuilder.cs @@ -36,7 +36,6 @@ public ActivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Activate a serviceApp. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Item/Deactivate/DeactivateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Item/Deactivate/DeactivateRequestBuilder.cs index 137fbf780c3..09fb4481b26 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Item/Deactivate/DeactivateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/Item/Deactivate/DeactivateRequestBuilder.cs @@ -36,7 +36,6 @@ public DeactivateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Deactivate a serviceApp. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/ServiceAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/ServiceAppsRequestBuilder.cs index fca5a27ba70..1ce45986d93 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/ServiceAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/ServiceApps/ServiceAppsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ServiceAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Count/CountRequestBuilder.cs index 42bf4e8b1f7..94946c9d121 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteInclusionRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteInclusionRules/Count/CountRequestBuilder.cs index 50ab2a6936e..c50c8d19cbf 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteInclusionRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteInclusionRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteInclusionRules/SiteInclusionRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteInclusionRules/SiteInclusionRulesRequestBuilder.cs index 8ded2d9c1a8..c946e8087b5 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteInclusionRules/SiteInclusionRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteInclusionRules/SiteInclusionRulesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SiteInclusionRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnits/Count/CountRequestBuilder.cs index 605e0c2ae12..5a8ffe0a581 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnits/SiteProtectionUnitsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnits/SiteProtectionUnitsRequestBuilder.cs index 87f3b03bc88..56f6703ec54 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnits/SiteProtectionUnitsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnits/SiteProtectionUnitsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SiteProtectionUnitsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs index ba253a5b0c0..cbf534559e9 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.cs index d755d437e56..20df417b273 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/SharePointProtectionPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/SharePointProtectionPoliciesRequestBuilder.cs index 410a7c5ffd6..8044f119d54 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/SharePointProtectionPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/SharePointProtectionPoliciesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SharePointProtectionPoliciesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Count/CountRequestBuilder.cs index 95ab2e3fd3b..f56d3d93c08 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifacts/Count/CountRequestBuilder.cs index afb1754a256..511fb16ceec 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifacts/SiteRestoreArtifactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifacts/SiteRestoreArtifactsRequestBuilder.cs index b5c698dd14b..a62cc3e6dfe 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifacts/SiteRestoreArtifactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifacts/SiteRestoreArtifactsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SiteRestoreArtifactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs index 08d698bb1e6..5fb8c3f0792 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs index 041578ce464..fc69cd504f0 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQu #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/SharePointRestoreSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/SharePointRestoreSessionsRequestBuilder.cs index 2e54df61ae2..243ae4ecc92 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/SharePointRestoreSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SharePointRestoreSessions/SharePointRestoreSessionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SharePointRestoreSessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteInclusionRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteInclusionRules/Count/CountRequestBuilder.cs index fed47849015..7025b3823aa 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteInclusionRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteInclusionRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteInclusionRules/SiteInclusionRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteInclusionRules/SiteInclusionRulesRequestBuilder.cs index d02a9aba82a..656c92e52e8 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteInclusionRules/SiteInclusionRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteInclusionRules/SiteInclusionRulesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SiteInclusionRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnits/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnits/Count/CountRequestBuilder.cs index 7a18f69cbce..91bc4782c65 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnits/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnits/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnits/SiteProtectionUnitsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnits/SiteProtectionUnitsRequestBuilder.cs index 750c14300bd..bd779025f89 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnits/SiteProtectionUnitsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnits/SiteProtectionUnitsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SiteProtectionUnitsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs index 7bb03ff944e..ad620fce749 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnitsBulkAdditionJobs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.cs index aae4d720b52..3baa1dcbde0 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BackupRestore/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilder.cs index e471a42855e..0805a5d0098 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class BookingBusinessesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Count/CountRequestBuilder.cs index 5fe93604cc1..432e40d7e7d 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilder.cs index 56feae3770f..c561ff96226 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AppointmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/Count/CountRequestBuilder.cs index 12428e55c46..abbef1115cc 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.cs index e0f3b2359e5..14c6ad50887 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/CalendarViewRequestBuilder.cs index 5825f86238c..5f0ea9b1899 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -223,7 +223,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -236,7 +236,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/Count/CountRequestBuilder.cs index d8c3104b708..83411c6036f 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/Count/CountRequestBuilder.cs @@ -22,7 +22,7 @@ public partial class CountRequestBuilder : BaseRequestBuilder /// /// Path parameters for the request /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/solutions/bookingBusinesses/{bookingBusiness%2Did}/calendarView/$count?end={end}&start={start}{&%24filter,%24search}", pathParameters) + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/solutions/bookingBusinesses/{bookingBusiness%2Did}/calendarView/$count{?%24filter,%24search}", pathParameters) { } /// @@ -30,23 +30,23 @@ public CountRequestBuilder(Dictionary pathParameters, IRequestAd /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/solutions/bookingBusinesses/{bookingBusiness%2Did}/calendarView/$count?end={end}&start={start}{&%24filter,%24search}", rawUrl) + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/solutions/bookingBusinesses/{bookingBusiness%2Did}/calendarView/$count{?%24filter,%24search}", rawUrl) { } /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource @@ -90,16 +90,6 @@ public RequestInformation ToGetRequestInformation(ActionThe 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("end")] - public string? End { get; set; } -#nullable restore -#else - [QueryParameter("end")] - public string End { get; set; } -#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -119,16 +109,6 @@ public partial class CountRequestBuilderGetQueryParameters #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("start")] - public string? Start { get; set; } -#nullable restore -#else - [QueryParameter("start")] - public string Start { get; set; } #endif } /// diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs index ecacb682671..c2517c326d9 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Count/CountRequestBuilder.cs index 5d47bd216af..375607ccd8e 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilder.cs index 8a70522d5c7..a8e7676fd10 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CustomQuestionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Customers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Customers/Count/CountRequestBuilder.cs index 7436be8dbcc..b3520f66b1c 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Customers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Customers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilder.cs index 2db1c5c0716..cc17bcfe1cb 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class CustomersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.cs index 13b8c838cfc..0346fab5ba2 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.cs @@ -35,7 +35,6 @@ public GetStaffAvailabilityRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Get the availability information of staff members of a Microsoft Bookings calendar. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetStaffAvailabilityRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Get the availability information of staff members of a Microsoft Bookings calendar. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Publish/PublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Publish/PublishRequestBuilder.cs index 5bcfdd8ae0a..4bf64e481c5 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Publish/PublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Publish/PublishRequestBuilder.cs @@ -35,7 +35,6 @@ public PublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Make the scheduling page of a business available to external customers. Set the isPublished property to true, and the publicUrl property to the URL of the scheduling page. - /// 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/Solutions/BookingBusinesses/Item/Services/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Services/Count/CountRequestBuilder.cs index 1fc6c37acd2..abd8c2dcc29 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Services/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Services/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilder.cs index cc69af8aa56..8382b9bd975 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ServicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Count/CountRequestBuilder.cs index ecafc9db5db..02fc4fd8d24 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilder.cs index 69e1d074bd9..5f872514994 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class StaffMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.cs index 8f708ae5361..a03ba31b10c 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.cs @@ -35,7 +35,6 @@ public UnpublishRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and the publicUrl property to null. - /// 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/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilder.cs index b81e932d980..a10a3d0e653 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class BookingCurrenciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/BookingCurrencies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/BookingCurrencies/Count/CountRequestBuilder.cs index 4dda0870dbc..679a3cf3164 100644 --- a/src/Microsoft.Graph/Generated/Solutions/BookingCurrencies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/BookingCurrencies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Count/CountRequestBuilder.cs index efe66c4b11f..204c6a229e2 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/EventsRequestBuilder.cs index 9236ced66d2..f54828481dc 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/EventsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Presenters/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Presenters/Count/CountRequestBuilder.cs index 5ac80cc6800..709a9809fd8 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Presenters/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Presenters/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Presenters/PresentersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Presenters/PresentersRequestBuilder.cs index ae967ca514f..cc232708ac9 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Presenters/PresentersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Presenters/PresentersRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PresentersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Count/CountRequestBuilder.cs index 2f8a0274005..0d4a807fe78 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs index 5e9e5ad6945..19f548e9f93 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AttendanceReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs index 5e4e9ec6346..dcccdf2ec2c 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs index 10420e11ac1..9e1bbf7133d 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AttendanceRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs index 397ae745a73..a664dfdcb45 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/SessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/SessionsRequestBuilder.cs index a989d3f211c..96fbb299fe2 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/SessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Events/Item/Sessions/SessionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Count/CountRequestBuilder.cs index 2c38160c7ea..3646f78940f 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/GetByUserIdAndRoleWithUserIdWithRole/GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/GetByUserIdAndRoleWithUserIdWithRole/GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.cs index 10fa584d2dd..482181d0d5b 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/GetByUserIdAndRoleWithUserIdWithRole/GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/GetByUserIdAndRoleWithUserIdWithRole/GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.cs @@ -39,7 +39,6 @@ public GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder(string rawUrl, IReques } /// /// Get a list of virtualEventTownhall objects where the specified user is either the organizer or a coorganizer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -63,7 +62,6 @@ public GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder(string rawUrl, IReques } /// /// Get a list of virtualEventTownhall objects where the specified user is either the organizer or a coorganizer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -175,10 +173,10 @@ public partial class GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryP #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/GetByUserRoleWithRole/GetByUserRoleWithRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/GetByUserRoleWithRole/GetByUserRoleWithRoleRequestBuilder.cs index 2e164768f15..95b4db6ebe6 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/GetByUserRoleWithRole/GetByUserRoleWithRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/GetByUserRoleWithRole/GetByUserRoleWithRoleRequestBuilder.cs @@ -37,7 +37,6 @@ public GetByUserRoleWithRoleRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Get a list of virtualEventTownhall objects where the signed-in user is either the organizer or a coorganizer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetByUserRoleWithRoleRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Get a list of virtualEventTownhall objects where the signed-in user is either the organizer or a coorganizer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class GetByUserRoleWithRoleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Presenters/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Presenters/Count/CountRequestBuilder.cs index 1dde4c78d21..92ef170535d 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Presenters/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Presenters/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Presenters/PresentersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Presenters/PresentersRequestBuilder.cs index e2b48283dd4..54abae49687 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Presenters/PresentersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Presenters/PresentersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class PresentersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Count/CountRequestBuilder.cs index 2fa828cd0cb..5802e9535b8 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs index 7f6a5fdbf30..1d18f6c51d7 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AttendanceReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs index fc22bc6618e..5223e8c60d5 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs index f26b6e688ec..f0d725c70d2 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AttendanceRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs index 75d1d83b6a1..5e880054f09 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/SessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/SessionsRequestBuilder.cs index 7017471b790..1b77c568691 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/SessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/Item/Sessions/SessionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/TownhallsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/TownhallsRequestBuilder.cs index f2d3bfe4893..072a85871de 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/TownhallsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Townhalls/TownhallsRequestBuilder.cs @@ -237,10 +237,10 @@ public partial class TownhallsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Count/CountRequestBuilder.cs index 6a3c9cf5f05..78f17817cf4 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/GetByUserIdAndRoleWithUserIdWithRole/GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/GetByUserIdAndRoleWithUserIdWithRole/GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.cs index bcd59e80d58..a72d2dae862 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/GetByUserIdAndRoleWithUserIdWithRole/GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/GetByUserIdAndRoleWithUserIdWithRole/GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.cs @@ -39,7 +39,6 @@ public GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder(string rawUrl, IReques } /// /// Get a virtualEventWebinar collection where the specified user is either the organizer or a coorganizer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -63,7 +62,6 @@ public GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder(string rawUrl, IReques } /// /// Get a virtualEventWebinar collection where the specified user is either the organizer or a coorganizer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -175,10 +173,10 @@ public partial class GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryP #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/GetByUserRoleWithRole/GetByUserRoleWithRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/GetByUserRoleWithRole/GetByUserRoleWithRoleRequestBuilder.cs index deb1097f999..a4eb39efe7c 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/GetByUserRoleWithRole/GetByUserRoleWithRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/GetByUserRoleWithRole/GetByUserRoleWithRoleRequestBuilder.cs @@ -37,7 +37,6 @@ public GetByUserRoleWithRoleRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Get a virtualEventWebinar collection where the signed-in user is either the organizer or a coorganizer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetByUserRoleWithRoleRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Get a virtualEventWebinar collection where the signed-in user is either the organizer or a coorganizer. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,10 +171,10 @@ public partial class GetByUserRoleWithRoleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Presenters/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Presenters/Count/CountRequestBuilder.cs index b7d09dca22c..af59d437321 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Presenters/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Presenters/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Presenters/PresentersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Presenters/PresentersRequestBuilder.cs index c9416e28e0c..4dce6123ca3 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Presenters/PresentersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Presenters/PresentersRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PresentersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/RegistrationConfiguration/Questions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/RegistrationConfiguration/Questions/Count/CountRequestBuilder.cs index b0140a365ce..c59fcc473e9 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/RegistrationConfiguration/Questions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/RegistrationConfiguration/Questions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/RegistrationConfiguration/Questions/QuestionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/RegistrationConfiguration/Questions/QuestionsRequestBuilder.cs index 001c88915b1..2e64e65a9df 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/RegistrationConfiguration/Questions/QuestionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/RegistrationConfiguration/Questions/QuestionsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class QuestionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Count/CountRequestBuilder.cs index 64ca9aab7fc..91247f4b7f9 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Item/Sessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Item/Sessions/Count/CountRequestBuilder.cs index 5a565c5248d..47a79ce1bb2 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Item/Sessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Item/Sessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Item/Sessions/SessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Item/Sessions/SessionsRequestBuilder.cs index ea1830ac94a..65191da5ea4 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Item/Sessions/SessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/Item/Sessions/SessionsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/RegistrationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/RegistrationsRequestBuilder.cs index f1447982ce5..23d12397737 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/RegistrationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Registrations/RegistrationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RegistrationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Count/CountRequestBuilder.cs index 1aeff032a4f..9200307a70b 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs index 75760b6d60e..b8cb538630a 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AttendanceReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs index 928a6bb1385..33c0603b8a5 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs index 14cde686302..422bff65eee 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class AttendanceRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs index 4ead43ad74b..7984cd068bf 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/SessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/SessionsRequestBuilder.cs index 49a2757f2fe..04e76098d80 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/SessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/Item/Sessions/SessionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/WebinarsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/WebinarsRequestBuilder.cs index 65e7a81d3df..5c9de1d142e 100644 --- a/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/WebinarsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/VirtualEvents/Webinars/WebinarsRequestBuilder.cs @@ -238,10 +238,10 @@ public partial class WebinarsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/ContainersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/ContainersRequestBuilder.cs index 39722c25a4d..4a8fc98286b 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/ContainersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/ContainersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ContainersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Count/CountRequestBuilder.cs index ea8a5beca87..e74f5d14c99 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/Count/CountRequestBuilder.cs index 7fa4e7bf484..f7cbb9d5ba8 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/Item/Grant/GrantRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/Item/Grant/GrantRequestBuilder.cs index 8c1945c84f8..28858fb553b 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/Item/Grant/GrantRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/Item/Grant/GrantRequestBuilder.cs @@ -35,7 +35,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/PermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/PermissionsRequestBuilder.cs index 7ac41173552..14ad5c8e8f7 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/PermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/Permissions/PermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 90221e3d039..7ea359a5d32 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index d5245ddae89..b795b383aea 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Count/CountRequestBuilder.cs index 0bc6d0721d9..48d370c7454 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b704ded8c3c..0cb3f170285 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 3ffd05616f0..2b6136fc5bd 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index dccd15c0f79..73acb250866 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index b79c81dca6f..ce7e5f76233 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/ItemsRequestBuilder.cs index e72f12cbaf8..dc0e3fb03a4 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/Items/ItemsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 601a73675d3..1d41408a969 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 8c1dd67042b..34c732fe545 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/Containers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Count/CountRequestBuilder.cs index 338aec812d5..b3119803bb3 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/DeletedContainersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/DeletedContainersRequestBuilder.cs index 003e0191579..75a2abdd9e8 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/DeletedContainersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/DeletedContainersRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeletedContainersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/Count/CountRequestBuilder.cs index 51a04d26787..39ee91b6221 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/Item/Grant/GrantRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/Item/Grant/GrantRequestBuilder.cs index 6e3814f928d..92ae69d2246 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/Item/Grant/GrantRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/Item/Grant/GrantRequestBuilder.cs @@ -35,7 +35,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GrantRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Grant users access to a link represented by a permission. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/PermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/PermissionsRequestBuilder.cs index f3cb66ad87f..2c8b06cf12a 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/PermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/Permissions/PermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index a657a28f226..35ccc9a05c2 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 3d682960e65..6f775d06a96 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Count/CountRequestBuilder.cs index 08770719841..d7bf8f11648 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 6d286d249e1..cf540c1718b 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 5e9f489774d..90d3887d77d 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index c424bff0e15..24cc06331af 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 445d7d7abb3..09d0924b7d5 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/ItemsRequestBuilder.cs index 36a56af208e..0a2b5b421eb 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/Items/ItemsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 9f7a2e01972..420d30d82fc 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a5d30a786b6..ea92cebf2f8 100644 --- a/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/FileStorage/DeletedContainers/Item/RecycleBin/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Storage/Settings/Quota/Services/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/Settings/Quota/Services/Count/CountRequestBuilder.cs index c6de5f59ea4..1638fe1893f 100644 --- a/src/Microsoft.Graph/Generated/Storage/Settings/Quota/Services/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/Settings/Quota/Services/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Storage/Settings/Quota/Services/ServicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Storage/Settings/Quota/Services/ServicesRequestBuilder.cs index 68962f94f58..affc94621a5 100644 --- a/src/Microsoft.Graph/Generated/Storage/Settings/Quota/Services/ServicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Storage/Settings/Quota/Services/ServicesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ServicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/SubscribedSkus/SubscribedSkusRequestBuilder.cs b/src/Microsoft.Graph/Generated/SubscribedSkus/SubscribedSkusRequestBuilder.cs index 029a30308f1..2c4203d8f0a 100644 --- a/src/Microsoft.Graph/Generated/SubscribedSkus/SubscribedSkusRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/SubscribedSkus/SubscribedSkusRequestBuilder.cs @@ -207,10 +207,10 @@ public partial class SubscribedSkusRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index 2d6fbcab789..02faf12b80c 100644 --- a/src/Microsoft.Graph/Generated/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -35,7 +35,6 @@ public ReauthorizeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. - /// 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/Subscriptions/SubscriptionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Subscriptions/SubscriptionsRequestBuilder.cs index fdb3e7de49e..d8a5d8a8467 100644 --- a/src/Microsoft.Graph/Generated/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Subscriptions/SubscriptionsRequestBuilder.cs @@ -208,10 +208,10 @@ public partial class SubscriptionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Count/CountRequestBuilder.cs index 78f2224ba79..38efc7a9ab4 100644 --- a/src/Microsoft.Graph/Generated/Teams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/GetAllMessages/GetAllMessagesRequestBuilder.cs index 090eac250f3..57495016bf4 100644 --- a/src/Microsoft.Graph/Generated/Teams/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilder.cs index 3766dc8625f..b3d5f839bef 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AllChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/AllChannels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/AllChannels/Count/CountRequestBuilder.cs index b4a45abd2bd..9ed64ed8349 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/AllChannels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/AllChannels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Archive/ArchiveRequestBuilder.cs index b8e485fc4e2..3cf103baef3 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive the specified team. When a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team are still allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which might occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/ChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/ChannelsRequestBuilder.cs index fbe8b60b546..3ab2ca9f70b 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/ChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/ChannelsRequestBuilder.cs @@ -226,10 +226,10 @@ public partial class ChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Count/CountRequestBuilder.cs index bc33427accb..c7d8b23a897 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs index 7c581fdfd1e..984119006bf 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs index 13f1b88fb9d..e881d519702 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllRetainedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs index bc4a0f9600c..bc25dd4e5ba 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs index ecccb1694dd..86c080db737 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs index 1c2b3a4b216..f1065dd036f 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs index 5b22467887c..f21bf0ee6c6 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs index 1a1d7b740e5..d74d33a8a86 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 96f48cedbf0..6ff11e26656 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Teams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index f10ac6865fd..f065b5eff1e 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs index 8903b7837a6..a5559c6fbee 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs index abf8a20341e..c55f654bc67 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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..daf6295de3e 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 @@ -226,10 +226,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs index 4829d2e3278..252ca2fd859 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs index c21ccb76502..a3de3262df6 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs index 47c19fad0be..19a8ff36110 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index c79ed2cc0c0..5612fc5fee1 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 6e113b8ce04..db515481828 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index 2dc5e384142..c02788eb469 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index b11cc0c928d..ee532fbc4f7 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 48975f36f8e..21fa42cc2ca 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index a07382646b2..523793b40c2 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index af5b15f3753..4d745d82935 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index a0e1c8abc6c..4f2c35388ef 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index 412850ccbe4..e962176dd9c 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -84,8 +84,8 @@ public RepliesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Send a new reply to a chatMessage in a specified channel. - /// Find more info here + /// Create a new reply to a chatMessage in a specified channel. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Send a new reply to a chatMessage in a specified channel. + /// Create a new reply to a chatMessage in a specified channel. /// /// A /// The request body @@ -220,10 +220,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index c4890aa2e2a..51ff853613b 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index c28db8ec718..319edf0617e 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs index 50dcc9bd6e4..774de6f69bb 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs index 5227f955417..9ff19bbe313 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs index befa3554495..fdd6a5169ca 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Teams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs index a6bc4dd2354..a4c8316559a 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index a1040a50baf..f0a1b225b51 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index aafda65cae5..a64d4f81d0a 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index f7282dd3c3d..00cf946dea3 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs index 234e478dce9..d0ef5758265 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs index 913449d8600..69b8a220d77 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs index 4e68ef586dd..9cfba6628fe 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Teams/Item/Clone/CloneRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Clone/CloneRequestBuilder.cs index 2041ba02352..4a9f4ff1c33 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Clone/CloneRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Clone/CloneRequestBuilder.cs @@ -35,7 +35,6 @@ public CloneRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 6105da7661c..7080d494575 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Teams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index adcc61c9f9d..cabd88e25e7 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index bce2b55499b..f9bf0ab3b3b 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/IncomingChannels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/IncomingChannels/Count/CountRequestBuilder.cs index 7d710e9556c..8f61d64a2fb 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/IncomingChannels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/IncomingChannels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs index 47a00d0c962..7324c2bb64e 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class IncomingChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/Count/CountRequestBuilder.cs index 212d94f0f04..47920b793aa 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilder.cs index 50ce9603f57..830c540752a 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index 31b7f3fba2d..bba8c50dc4d 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -35,7 +35,6 @@ public UpgradeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Upgrade an app installation within a chat. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Members/Add/AddRequestBuilder.cs index 83af16d0336..0d045fb72c8 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Members/Count/CountRequestBuilder.cs index 2d501b6fcfb..bfa3117a505 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Members/MembersRequestBuilder.cs index 70ec571a81f..dc18a708d7d 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Members/MembersRequestBuilder.cs @@ -226,10 +226,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Members/Remove/RemoveRequestBuilder.cs index fd1ae0218e7..6df7d466f1a 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Operations/Count/CountRequestBuilder.cs index e07bfe596c2..2bd10ec3a14 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Operations/OperationsRequestBuilder.cs index d8376744111..bc0660aecb8 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PermissionGrants/Count/CountRequestBuilder.cs index 133c9a81de5..2020e9700fb 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index 131a15648cc..800d414b389 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs index 076e5d4c58a..e1299907b30 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs index 0d53dc0f8ed..0bf87d78ca7 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs index 1b9c0821287..3a202375176 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs index db28ea8901a..6fbed856a45 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs index 8024a8b45cb..9b33faa2a04 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs index 9328abd164b..857fb524f0a 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Teams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index c909930fa89..77de477e2e1 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs index f0bbe535327..adeed6e47db 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs index f0b84da61a4..242932c62f7 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs index efa40f8a2ca..e8c5cba22b2 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs index 35ca70943d3..27b890552c9 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs index e26659d1883..47a8eb34dd7 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs index 1d839e096e2..2fcab5b6242 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 6f90fb57a12..7ccef1f6f1e 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 52974b951d3..1d1f33b67a1 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs index 18dea3360c1..b9406ad93f7 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 5c46e5b6feb..d6115f75da0 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 478998e3be1..7fe4bd1b3fe 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index ffaf88f1a7c..4ec3b87553a 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 5a00a7887a6..35efad694d0 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 4b2adc12c0c..cf6108969c4 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs index a1c584c983f..a0950672a17 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index dadf260bff7..a92db335448 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 982f80b9ed5..c4df0fc5205 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs index af1f63d0e89..dc924713e66 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs index bad8e375e0f..9a87936f07a 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs index 03d48fccec0..e97faa06fa6 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Teams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs index db83e244401..91ccf80320d 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index 066b3246acd..5ff053ca128 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index 5329cdfc587..a453072ddba 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 532a84d905c..c6b7709e0e3 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs index 90061e8e124..b8c752f5893 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs index b7441688f94..a2316627a4c 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs index 390a926f554..380eb5d7bab 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Teams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs index 266869c8b2c..484e701c75f 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs index ea0308d0431..7d385a6d2ee 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DayNotesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs index 22d6edaf7d1..1b57aa32eb0 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs index abe2d93bd18..1bf231b4239 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class OfferShiftRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs index 09a8c6fe95a..9d89554fbfd 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs index 25b1fcab74b..ed50a73edd7 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class OpenShiftChangeRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs index 6497e938d55..c189858dfee 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs index 099f2f3bc1a..6fbb4c84c01 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class OpenShiftsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs index d384e843f3c..b49ef7730f5 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs index 0acd7b0d43e..304e63eb428 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SchedulingGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Share/ShareRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Share/ShareRequestBuilder.cs index ba7248809db..969e6a49895 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Share/ShareRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Share/ShareRequestBuilder.cs @@ -35,7 +35,6 @@ public ShareRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs index c9be3c8f43c..f23e5c02821 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs index 2c51dcf7fc9..6c19fd39e71 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class ShiftsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs index ea14836d3a0..7a1bbdab384 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs index 6b0d2ab9af1..d78f422a423 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class SwapShiftsChangeRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs index 6c7a2fb2388..765a974a74d 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs @@ -36,7 +36,6 @@ public ClockInRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Clock in to start a timeCard. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs index 79e5fc57823..f0d2495a6e3 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs index 7be3c59a8b6..7e63003b66e 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs @@ -36,7 +36,6 @@ public ConfirmRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Confirm a timeCard. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs index 157e46bddc5..6b7eb82a8ea 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class TimeCardsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs index e8865396f0f..dade5cd4909 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs index 3624b0cfd52..d4cea600486 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TimeOffReasonsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs index 98939afd042..1d7dc9ce3ef 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs index 7327ca4bf5f..df3affdfbac 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TimeOffRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs index de6032aa864..e30f6c869a1 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs index 862fe2c2314..45b4d1a0126 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TimesOffRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index d70e0837d1d..eea05a574e9 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, seesending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Tags/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Tags/Count/CountRequestBuilder.cs index 83aa4cdbc6f..5eb815fbe75 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Tags/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Tags/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs index 33cae874e85..8db392b566a 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilder.cs index d754d03805a..d85c5450f2f 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Tags/TagsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Tags/TagsRequestBuilder.cs index 493f6c1216d..9c5338941ed 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Tags/TagsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Tags/TagsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TagsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Unarchive/UnarchiveRequestBuilder.cs index 7b93c9ced90..dc9b9a586aa 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived team. This API restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API. - /// 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/Teams/TeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/TeamsRequestBuilder.cs index d0f26c732a0..14e5ca397a6 100644 --- a/src/Microsoft.Graph/Generated/Teams/TeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/TeamsRequestBuilder.cs @@ -220,10 +220,10 @@ public partial class TeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/TeamsTemplates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/TeamsTemplates/Count/CountRequestBuilder.cs index f0d706b0f8e..3535a03b863 100644 --- a/src/Microsoft.Graph/Generated/TeamsTemplates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TeamsTemplates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/TeamsTemplates/TeamsTemplatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/TeamsTemplates/TeamsTemplatesRequestBuilder.cs index a2a1792ae0c..3a5432b29da 100644 --- a/src/Microsoft.Graph/Generated/TeamsTemplates/TeamsTemplatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TeamsTemplates/TeamsTemplatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TeamsTemplatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/Count/CountRequestBuilder.cs index be26951b30e..4acdfb7200b 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/DeletedChatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/DeletedChatsRequestBuilder.cs index f71d0629f4d..db85ca44f02 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/DeletedChatsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/DeletedChatsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeletedChatsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/Item/UndoDelete/UndoDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/Item/UndoDelete/UndoDeleteRequestBuilder.cs index 61d9cb8fef8..4d6ad5e0c5c 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/Item/UndoDelete/UndoDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedChats/Item/UndoDelete/UndoDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore a deletedChat to an active chat. - /// 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/Teamwork/DeletedTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Count/CountRequestBuilder.cs index 7672fa89011..86b7303d85c 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilder.cs index ca3e29dedf2..ab7abaef9ad 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class DeletedTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs index d13664cb81a..21148b827b5 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/ChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/ChannelsRequestBuilder.cs index 3f60262d3a9..a5f04889b33 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/ChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/ChannelsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class ChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Count/CountRequestBuilder.cs index cb0b510518a..1884b849073 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs index e0d4133df19..caf48a89170 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs index a31acca6fe5..c5b278baf0d 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllRetainedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs index bebe314384e..9c89b2fcba5 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs index 3757fc76abc..c511a2bb16c 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs index 3a9b408b570..932ee578d40 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs index 737b4959b65..1f48dcb3de7 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs index 60ee2504e33..8dd306736de 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 90bd707931c..209292f606a 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Teamwork/DeletedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index 6008690b9e5..c6f3d2cd93e 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs index d0801d70e04..0a147f5fc35 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs index 54a9a178c26..ee566db0415 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs index 5d1e4f6aced..229cce22f14 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs index 165ee25ad66..5dbccda595d 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs index 526e8bdbfce..08300a6495b 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs index 7e1085850de..6b2b3d3c7a9 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index ee8cf9ab9ea..cac7d34687b 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 138e51ebfd4..7b908e83097 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index a8be445b469..b822c52f488 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 370490edd62..5b5e1e07265 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 742a457226d..919c5d6528f 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index dd380dc57bd..9e7c9c0e1e1 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 888cc40a2b0..4a11c49e1d5 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 1655b2aa2ff..7fa0fc5e78f 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index 6ffb22e8a26..9e7f89746bf 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index c669cff5395..83e5d9df051 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 2c35920e149..008595f8795 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs index af641af544a..e2940e8b5bf 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs index 353ba51a7f1..00adb6b1af7 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs index 44db97b14b3..8b49de17058 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs index 7bef2809384..357fa744179 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index 6843297af3d..93f5d2107fc 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index e8542c120ef..13d00663a1b 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 5ad29e19e4d..ed103fe2175 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs index ebe0f45cd27..f050876ea85 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs index de67e47be8a..9f2306c40f2 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs index b9a24f05942..ff9322d16e7 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsRequestBuilder.cs index eba676d0d1d..ca5359682ee 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationToRecipientsRequestBuilder(string rawUrl, IReques } /// /// Send activity feed notifications to multiple users, in bulk. For more information, see sending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Teamwork/WorkforceIntegrations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/WorkforceIntegrations/Count/CountRequestBuilder.cs index c9fd7ea2352..9736d69a268 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/WorkforceIntegrations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/WorkforceIntegrations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilder.cs index b852a6db9c9..534fa6c0e07 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class WorkforceIntegrationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Count/CountRequestBuilder.cs index 4e3177f3ed8..d3f6d19914d 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilder.cs index 06da6779bc4..3b7ec7b0207 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class DelegatedAdminCustomersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/Count/CountRequestBuilder.cs index c7936952c8a..4a38d8e0ee6 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilder.cs index 8f13f9f8fba..d45c3b7ac5f 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class ServiceManagementDetailsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Count/CountRequestBuilder.cs index 86e296eb1f3..c2a974d07a6 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilder.cs index a309a86e5e0..b5b0a88e048 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class DelegatedAdminRelationshipsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilder.cs index d3b6cade94f..e18583b3fe8 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AccessAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Count/CountRequestBuilder.cs index d899562e1d7..da9c3026dd7 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Count/CountRequestBuilder.cs index 612104a44d7..9a1b0468764 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilder.cs index 543dcfaba69..0c6c9feba4b 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Count/CountRequestBuilder.cs index 2438942b5b2..84babe01d8a 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilder.cs index eea8fdd5c7c..98b3e32dd2b 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class RequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/FindTenantInformationByDomainNameWithDomainName/FindTenantInformationByDomainNameWithDomainNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/FindTenantInformationByDomainNameWithDomainName/FindTenantInformationByDomainNameWithDomainNameRequestBuilder.cs index 48b953afacb..b99097dd359 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/FindTenantInformationByDomainNameWithDomainName/FindTenantInformationByDomainNameWithDomainNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/FindTenantInformationByDomainNameWithDomainName/FindTenantInformationByDomainNameWithDomainNameRequestBuilder.cs @@ -38,7 +38,6 @@ public FindTenantInformationByDomainNameWithDomainNameRequestBuilder(string rawU } /// /// Given a domain name, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant access settings between you and the tenant. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/FindTenantInformationByTenantIdWithTenantId/FindTenantInformationByTenantIdWithTenantIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/FindTenantInformationByTenantIdWithTenantId/FindTenantInformationByTenantIdWithTenantIdRequestBuilder.cs index d2e68f758a9..362ab7d55e0 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/FindTenantInformationByTenantIdWithTenantId/FindTenantInformationByTenantIdWithTenantIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/FindTenantInformationByTenantIdWithTenantId/FindTenantInformationByTenantIdWithTenantIdRequestBuilder.cs @@ -38,7 +38,6 @@ public FindTenantInformationByTenantIdWithTenantIdRequestBuilder(string rawUrl, } /// /// Given a tenant ID, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant cross-tenant access settings between you and the tenant. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/Tenants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/Tenants/Count/CountRequestBuilder.cs index 82062138ea5..de41b5698d1 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/Tenants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/Tenants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/Tenants/TenantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/Tenants/TenantsRequestBuilder.cs index 09db7e8348a..d1b3165e81d 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/Tenants/TenantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/Tenants/TenantsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TenantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Count/CountRequestBuilder.cs index 7b87e1a7b59..559a11680d4 100644 --- a/src/Microsoft.Graph/Generated/Users/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Delta/DeltaRequestBuilder.cs index 6856938174a..dbe52cacc2c 100644 --- a/src/Microsoft.Graph/Generated/Users/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 059ed8d161b..641e7cffcf3 100644 --- a/src/Microsoft.Graph/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl, IRequestAdap } /// /// Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/GetByIds/GetByIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/GetByIds/GetByIdsRequestBuilder.cs index ecd95aaa5b0..36a37027458 100644 --- a/src/Microsoft.Graph/Generated/Users/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/GetByIds/GetByIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetByIdsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Activities/ActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Activities/ActivitiesRequestBuilder.cs index dc33077eab2..53445a78247 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Activities/ActivitiesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class ActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Activities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Activities/Count/CountRequestBuilder.cs index 45fa8ccfe67..bbcfb31ceb5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Activities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Activities/Item/HistoryItems/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Activities/Item/HistoryItems/Count/CountRequestBuilder.cs index a3bb972f1d1..e29ab60ef3c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Activities/Item/HistoryItems/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Activities/Item/HistoryItems/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Activities/Item/HistoryItems/HistoryItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Activities/Item/HistoryItems/HistoryItemsRequestBuilder.cs index fbc2397f722..867b48f1f3a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Activities/Item/HistoryItems/HistoryItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Activities/Item/HistoryItems/HistoryItemsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HistoryItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Activities/Recent/RecentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Activities/Recent/RecentRequestBuilder.cs index 7fc378f2ef3..97758820cca 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Activities/Recent/RecentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Activities/Recent/RecentRequestBuilder.cs @@ -35,7 +35,6 @@ public RecentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public RecentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class RecentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs index 2f07cbb53e9..dd2b5ad9002 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AgreementAcceptancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/AgreementAcceptances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AgreementAcceptances/Count/CountRequestBuilder.cs index d88cb792609..09da8454a64 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AgreementAcceptances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AgreementAcceptances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs index 696cfabfc40..1ec8ecfe2e2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class AppRoleAssignmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/AppRoleAssignments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AppRoleAssignments/Count/CountRequestBuilder.cs index 8f6b5635045..76e1a97da14 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AppRoleAssignments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AppRoleAssignments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/AssignLicense/AssignLicenseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AssignLicense/AssignLicenseRequestBuilder.cs index df51dfbe587..40ff33b615e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AssignLicense/AssignLicenseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AssignLicense/AssignLicenseRequestBuilder.cs @@ -36,7 +36,6 @@ public AssignLicenseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Add or remove licenses for the user to enable or disable their use of Microsoft cloud offerings that the company has licenses to. For example, an organization can have a Microsoft 365 Enterprise E3 subscription with 100 licenses, and this request assigns one of those licenses to a specific user. You can also enable and disable specific plans associated with a subscription. Direct user licensing method is an alternative to group-based licensing. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/EmailMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/EmailMethods/Count/CountRequestBuilder.cs index c72f16c09f3..d582a1e0fae 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/EmailMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/EmailMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilder.cs index f5c6be25613..cd3da0c13b7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class EmailMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Fido2Methods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Fido2Methods/Count/CountRequestBuilder.cs index 29c34cbfd18..4dadf1b01c2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Fido2Methods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Fido2Methods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.cs index 729dbce2462..83425b8ab8b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class Fido2MethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/Count/CountRequestBuilder.cs index a4c00067d69..e9812329a39 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.cs index 5bed2262e14..5e513982405 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.cs @@ -36,7 +36,6 @@ public ResetPasswordRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Reset a user's password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and can't be performed on a user's own account. To reset a user's password in Azure AD B2C, use the Update user API operation and update the passwordProfile > forceChangePasswordNextSignIn object. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and returns a Location header with a link where the caller can periodically check for the status of the reset operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilder.cs index 4ebcfcefc00..4b96f86a12c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Count/CountRequestBuilder.cs index 6ea81c02061..2b9dc39d8ae 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.cs index c7a0244839c..49c7605b573 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParamete #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Operations/Count/CountRequestBuilder.cs index eba4dbb58f2..094a7c9b45e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilder.cs index 2715e52c225..30651bfb3c7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PasswordMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PasswordMethods/Count/CountRequestBuilder.cs index 2f897401609..e5c5f8d8e35 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PasswordMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PasswordMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.cs index e2fb46df1a2..91ccfc12ce1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PasswordMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Count/CountRequestBuilder.cs index dc8c84193a5..460505691cc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.cs index e3eacf6f4cb..1fa13389c77 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.cs @@ -35,7 +35,6 @@ public DisableSmsSignInRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Disable SMS sign-in for an existing mobile phone number registered to a user. The number will no longer be available for SMS sign-in, which can prevent your user from signing in. - /// 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/Users/Item/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.cs index 46a048eb630..15a5f0fe69b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.cs @@ -35,7 +35,6 @@ public EnableSmsSignInRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Enable SMS sign-in for an existing mobile phone number registered to a user. To be successfully enabled: - /// 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/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.cs index a9a6d79db08..cdaf23a6792 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PhoneMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PlatformCredentialMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PlatformCredentialMethods/Count/CountRequestBuilder.cs index 7a2e7f53149..7667e623392 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PlatformCredentialMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PlatformCredentialMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PlatformCredentialMethods/PlatformCredentialMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PlatformCredentialMethods/PlatformCredentialMethodsRequestBuilder.cs index 5233b87bd01..b435d7e1857 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/PlatformCredentialMethods/PlatformCredentialMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/PlatformCredentialMethods/PlatformCredentialMethodsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class PlatformCredentialMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/SoftwareOathMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/SoftwareOathMethods/Count/CountRequestBuilder.cs index 2c2af13478b..8cd804d96eb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/SoftwareOathMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/SoftwareOathMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.cs index 64758521b9d..fdac9e6a2e8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SoftwareOathMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Count/CountRequestBuilder.cs index ca2cd75b319..5e898a3f7ef 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.cs index 9fda172d382..5d2c5758130 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class TemporaryAccessPassMethodsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Count/CountRequestBuilder.cs index 90270c432e4..4e780c2d8c4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.cs index c1bad78161a..a51af469068 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class WindowsHelloForBusinessMethodsRequestBuilderGetQueryParamet #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs index b00d9cab2bd..919661a04d3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class AllowedCalendarSharingRolesWithUserRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs index ece0909c32b..9dca104747c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class CalendarPermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs index 2257c041289..cb2a816f806 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 62d61cf1089..b23ea4368ef 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs @@ -162,7 +162,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs index bd2b3781697..9d6c56f9926 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Count/CountRequestBuilder.cs index d817c1162e5..6abe5f8b290 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs index bb3e93527b9..9f7762e5973 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/EventsRequestBuilder.cs index 6e5e66a312c..97a45463a3c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/EventsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs index fbe3da0ac49..481f682e1a8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs index ebc4d079e57..41804330f0b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs index fe892e6788b..a59573f8190 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 9ba1cb509df..b6173589777 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs index 3f3c0eb2ad6..f3b28d259d7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs index ca42f060fb1..a59d9bae5a1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index f3ef3436390..32457ce4b41 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs index f0715acd923..e4541a92c20 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs index 087a5fa99bf..0183f5aec94 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs index f1472ab42c1..a988d238eb6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 80defe4e40d..9e3aa6ad4eb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 13fd786ea38..8aae72e5c73 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 696cc998868..41af89b30fa 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 92ab1dfa042..ced61fba352 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs index 207a7746130..cc83d8c2501 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs @@ -35,7 +35,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs index e6aeb3ac1c7..50b52463604 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure deleted item retention and recoverable items quotas. - /// 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/Users/Item/CalendarGroups/CalendarGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilder.cs index f22b9d30bdb..d63241b1400 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CalendarGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Count/CountRequestBuilder.cs index 2b18d1f4b87..303b1570ef4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.cs index 310e049b8a9..99ae794d182 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CalendarsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Count/CountRequestBuilder.cs index b76d2e6289c..1fea9ed214c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs index 8dd7307476f..3153c0bcaaf 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class AllowedCalendarSharingRolesWithUserRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs index 55cf7724850..779a72e8039 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CalendarPermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs index bbd19aa1ae3..f0fd1494e2c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 13b5411f038..cd2ed153226 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 @@ -162,7 +162,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs index 8cae0e80515..72624a63394 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs index 0c22ac0f1ea..183a936e934 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs index 3e7afaa246f..dccfd1a026f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.cs index 934c7eafc22..210082e2d6c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs index fdc6979465b..68a5edf2f20 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs index e184abc673d..ff31971b4f6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs index 2d019017830..e4ca6cf1f19 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 66fa331bdf0..8fdca51656b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs index cad3fbe24b3..30e93c823a0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs index 3110c934de8..959877e5b1a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index 9ea0076aa34..64b4ab0cb33 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs index ba003c5cc58..118b5b4fbb5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs index ede324f183e..f5ae95f93a7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs index 026a5baa42e..9c1677917ba 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index d090fdca57e..c15f6d0addc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 bbc727826aa..2645b059235 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index ed25ecb5445..55042b02ae8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 951b3ddd8c1..683ec123541 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs index a27c41bb427..fae74aca037 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs @@ -35,7 +35,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs index 6e967ec80f2..03dce74c0de 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure deleted item retention and recoverable items quotas. - /// 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/Users/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/CalendarViewRequestBuilder.cs index 8f57a65e137..4feaa87de5b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -162,7 +162,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilder.cs index 81a9b6881dd..758dae43f14 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/CalendarsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/CalendarsRequestBuilder.cs index 41e93c1f34c..fa84f9172e4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/CalendarsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/CalendarsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CalendarsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Count/CountRequestBuilder.cs index 96f92ab4c2f..90dc7add8aa 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs index 4d12ad0afcc..512522aba3e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class AllowedCalendarSharingRolesWithUserRequestBuilderGetQueryPa #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs index df6f375fe38..b911ba2c9f2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class CalendarPermissionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs index e8fea688089..8f4535d74cd 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarPermissions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource 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 3b48ff701fd..e84b7a346d4 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 @@ -162,7 +162,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class CalendarViewRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs index 846c2b6d554..b69027434a2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs index cf135de3f48..126c62f6bda 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs index ebd5ab20e1d..19f5dd690ff 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilder.cs index dea73ef4ce6..bc0d850d36f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs index 388007f27de..4711f321f72 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs index 8cc5367d913..3ed6834395e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs index 0d065b53ea7..49ca5e072a5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index bfb93d05238..c0f3e9889b6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs index afd8ceafaea..656a63f6566 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs index e9c02651d24..02b80cf02a9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index 6d2c66d7d44..34bffda9a56 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs index 0b89737ae78..02a60a7bfa2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs index 84dee3228b4..2515f3fb99e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs index 32bd49be292..83030beba1a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 64b7bd85233..c84a03a1739 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 8e618d60ff0..bb4af1e6040 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index ddbe9e2d5f2..9fbffe25357 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index e4064433a9a..cbb7e70502e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs index d037fce0c9d..48a2a7456e8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.cs @@ -35,7 +35,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetScheduleRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs index 0574de26dd8..a0704b6b6bf 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure deleted item retention and recoverable items quotas. - /// 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/Users/Item/ChangePassword/ChangePasswordRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ChangePassword/ChangePasswordRequestBuilder.cs index f6e79045aac..980db72381b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ChangePassword/ChangePasswordRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ChangePassword/ChangePasswordRequestBuilder.cs @@ -35,7 +35,6 @@ public ChangePasswordRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Update the signed-in user's password. Any user can update their password without belonging to any administrator role. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/ChatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/ChatsRequestBuilder.cs index 929e1ed1943..a6a02e7e8ef 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/ChatsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/ChatsRequestBuilder.cs @@ -225,10 +225,10 @@ public partial class ChatsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Count/CountRequestBuilder.cs index 5b3b2f1e017..995d21dd3b9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs index 336b988c8a7..7d6b89a476f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Get all messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Get all messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs index 77966d4c955..d8e45214297 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllRetainedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/HideForUser/HideForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/HideForUser/HideForUserRequestBuilder.cs index ddfceed2f9d..d3954bfe2f2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/HideForUser/HideForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/HideForUser/HideForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public HideForUserRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Hide a chat for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs index ea427954fbf..4fdb7076e29 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs index 27c3db1bd09..354555017f7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index 7a115ddfcc2..270c6563f90 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -35,7 +35,6 @@ public UpgradeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Upgrade an app installation within a chat. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs index a21d5de2863..d9de8521b03 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public MarkChatReadForUserRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Mark a chat as read for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs index 8b0df6f4102..3030f1c762b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public MarkChatUnreadForUserRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Mark a chat as unread for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Add/AddRequestBuilder.cs index faf263dc680..cd0bc62b340 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Count/CountRequestBuilder.cs index 228cd8b4f43..dff1e7ab754 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilder.cs index 283839554e8..ddd34aa7f41 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Remove/RemoveRequestBuilder.cs index 2baae331c8f..4eb0f50c6f3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Count/CountRequestBuilder.cs index 22c7ac27c8e..c0c8a93b4e7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs index f37dd452765..501a53da734 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index a19e5fdad58..c545794138e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 318063b4319..89176ac7b17 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index af453846f8e..8d8f89cd66f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 36f62103fef..3c3cb338070 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 36b58ef783e..10340d290aa 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index 669ad598e01..415aef349eb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index ec7725358d9..20999b55d9b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index abb2fb7e010..afae788349c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index 711cb165cc6..f96d51c1872 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index bc29fa85ddb..94828eb9fe8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 99f2b53eabf..383b676154b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/Chats/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilder.cs index 3137dfdf0a5..93c589eaafe 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs index 4de76e141a2..811872f6cd4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index a0090c3d4db..dcfc780f59d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs index 651d4de3513..4c9a00e8a47 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs index 4a49eafc4f3..6e049b681c3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PinnedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index e4ff77071d0..2a3b4f21667 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Tabs/Count/CountRequestBuilder.cs index e2cce50a52d..35b28522177 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilder.cs index c5fc2009ec6..5b8429b8656 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs index f8a86db6067..8bccefc04d9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs @@ -35,7 +35,6 @@ public UnhideForUserRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Unhide a chat for a user. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 10f749e7873..e8beaf42a63 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public CheckMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/CloudClipboard/Items/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CloudClipboard/Items/Count/CountRequestBuilder.cs index c82e50479fa..ecdbde2950c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CloudClipboard/Items/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CloudClipboard/Items/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/CloudClipboard/Items/ItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CloudClipboard/Items/ItemsRequestBuilder.cs index cbfa59023e4..1466a6513f4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CloudClipboard/Items/ItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CloudClipboard/Items/ItemsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilder.cs index 679f5ed7d5f..a1a9b5e2422 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class ContactFoldersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Count/CountRequestBuilder.cs index af31ac90c34..fb0e7b93a34 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilder.cs index ede151736be..151490322d9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs index a0b67cdcd04..cb185880a41 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class ChildFoldersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Count/CountRequestBuilder.cs index ddf1d3a29d4..eac50d9e82b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs index 7db2b0882b5..ab79ec9c90b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.cs index 25b5c525d38..41c3c3ccae5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class ContactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Count/CountRequestBuilder.cs index 84bc30e1a24..669e28b739c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs index d0b81c14396..c736b9384db 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs index 67407c1f275..35fc29f37a9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs index bf6f25eed7b..d07956e2b78 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilder.cs index 158d2cb2693..04637eb2fb7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class ContactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Count/CountRequestBuilder.cs index 5374e832096..0d238030416 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs index 250da38d5dd..5116e46ac2a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs index 8e7a841efb9..22386f20935 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs index f78b7efe88e..16042d3d302 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ContactFolders/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Contacts/ContactsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Contacts/ContactsRequestBuilder.cs index 6ee92e140ed..9db18ae7827 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Contacts/ContactsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Contacts/ContactsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class ContactsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Contacts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Contacts/Count/CountRequestBuilder.cs index 8127576c075..7756def2d5f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Contacts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Contacts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilder.cs index 0130ae1134d..0f726f03d1f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs index 1c9e0640223..e38544b8889 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Contacts/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs index a20e0de28c9..5bb14895ef8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Contacts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/Count/CountRequestBuilder.cs index 6e5989999ed..8b410ab8d0a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs index 1ee204e7b0b..cc326656928 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs @@ -171,10 +171,10 @@ public partial class CreatedObjectsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs index 183181de4bf..cb74fe9074b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 60311c043fe..9bc67b2cf62 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/Activities/ContentActivities/ContentActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/Activities/ContentActivities/ContentActivitiesRequestBuilder.cs index de945a444d7..d46aae0f2ca 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/Activities/ContentActivities/ContentActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/Activities/ContentActivities/ContentActivitiesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ContentActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/Activities/ContentActivities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/Activities/ContentActivities/Count/CountRequestBuilder.cs index 12a186810dd..e3af0b1d5ab 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/Activities/ContentActivities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/Activities/ContentActivities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs index 8a2ce0c391f..2f45d0bea66 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/DataSecurityAndGovernanceRequestBuilder.cs @@ -5,6 +5,7 @@ using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities; using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProcessContent; using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProtectionScopes; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -36,6 +37,11 @@ public partial class DataSecurityAndGovernanceRequestBuilder : BaseRequestBuilde { get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder(PathParameters, RequestAdapter); } + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder SensitivityLabels + { + get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder(PathParameters, RequestAdapter); + } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/ProcessContent/ProcessContentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/ProcessContent/ProcessContentRequestBuilder.cs index 685f2165a37..b251cabee9e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/ProcessContent/ProcessContentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/ProcessContent/ProcessContentRequestBuilder.cs @@ -36,7 +36,6 @@ public ProcessContentRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Process content against data protection policies in the context of the current, or specified, user. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs new file mode 100644 index 00000000000..c40f769a6ed --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs @@ -0,0 +1,104 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats +{ + /// + /// Provides operations to call the computeInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter, string contentFormats = "", string labelIds = "", string locale = "") : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", pathParameters) + { + if (!string.IsNullOrWhiteSpace(contentFormats)) PathParameters.Add("contentFormats", contentFormats); + if (!string.IsNullOrWhiteSpace(labelIds)) PathParameters.Add("labelIds", labelIds); + if (!string.IsNullOrWhiteSpace(locale)) PathParameters.Add("locale", locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", rawUrl) + { + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs new file mode 100644 index 00000000000..638cdd60aa3 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs @@ -0,0 +1,136 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models; +using Microsoft.Kiota.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.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComputeRightsAndInheritancePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The delegatedUserEmail property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#nullable restore +#else + public string DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#endif + /// The locale property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#nullable restore +#else + public string Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#endif + /// The protectedContents property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ProtectedContents + { + get { return BackingStore?.Get?>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#nullable restore +#else + public List ProtectedContents + { + get { return BackingStore?.Get>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#endif + /// The supportedContentFormats property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? SupportedContentFormats + { + get { return BackingStore?.Get?>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#nullable restore +#else + public List SupportedContentFormats + { + get { return BackingStore?.Get>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public ComputeRightsAndInheritancePostRequestBody() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class 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.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "delegatedUserEmail", n => { DelegatedUserEmail = n.GetStringValue(); } }, + { "locale", n => { Locale = n.GetStringValue(); } }, + { "protectedContents", n => { ProtectedContents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ProtectedContent.CreateFromDiscriminatorValue)?.AsList(); } }, + { "supportedContentFormats", n => { SupportedContentFormats = n.GetCollectionOfPrimitiveValues()?.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("delegatedUserEmail", DelegatedUserEmail); + writer.WriteStringValue("locale", Locale); + writer.WriteCollectionOfObjectValues("protectedContents", ProtectedContents); + writer.WriteCollectionOfPrimitiveValues("supportedContentFormats", SupportedContentFormats); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs new file mode 100644 index 00000000000..efd231d74bf --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs @@ -0,0 +1,103 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance +{ + /// + /// Provides operations to call the computeRightsAndInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance", rawUrl) + { + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving 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.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ComputeRightsAndInheritanceResult.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Configuration for the request such 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.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..5b5cf859517 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default 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}/dataSecurityAndGovernance/sensitivityLabels/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL 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}/dataSecurityAndGovernance/sensitivityLabels/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::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/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs new file mode 100644 index 00000000000..00c54cc6494 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Rights/RightsRequestBuilder.cs @@ -0,0 +1,125 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights +{ + /// + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/rights{?%24expand,%24select}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/rights{?%24expand,%24select}", rawUrl) + { + } + /// + /// Get rights from users + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UsageRightsIncluded.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get rights from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get rights from users + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs new file mode 100644 index 00000000000..70d0a0d792d --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/SensitivityLabelItemRequestBuilder.cs @@ -0,0 +1,241 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item +{ + /// + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilder : BaseRequestBuilder + { + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder Rights + { + get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder Sublabels + { + get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder(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 SensitivityLabelItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%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 SensitivityLabelItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property sensitivityLabels 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); + } + /// + /// Get sensitivityLabels from users + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property sensitivityLabels 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.SensitivityLabel 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.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property sensitivityLabels 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; + } + /// + /// Get sensitivityLabels from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sensitivityLabels 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel 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.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// Get sensitivityLabels from users + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs new file mode 100644 index 00000000000..0a3e4226c3f --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.cs @@ -0,0 +1,104 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats +{ + /// + /// Provides operations to call the computeInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter, string contentFormats = "", string labelIds = "", string locale = "") : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", pathParameters) + { + if (!string.IsNullOrWhiteSpace(contentFormats)) PathParameters.Add("contentFormats", contentFormats); + if (!string.IsNullOrWhiteSpace(labelIds)) PathParameters.Add("labelIds", labelIds); + if (!string.IsNullOrWhiteSpace(locale)) PathParameters.Add("locale", locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})", rawUrl) + { + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs new file mode 100644 index 00000000000..526e9e8ae03 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritancePostRequestBody.cs @@ -0,0 +1,136 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models; +using Microsoft.Kiota.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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ComputeRightsAndInheritancePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The delegatedUserEmail property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#nullable restore +#else + public string DelegatedUserEmail + { + get { return BackingStore?.Get("delegatedUserEmail"); } + set { BackingStore?.Set("delegatedUserEmail", value); } + } +#endif + /// The locale property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#nullable restore +#else + public string Locale + { + get { return BackingStore?.Get("locale"); } + set { BackingStore?.Set("locale", value); } + } +#endif + /// The protectedContents property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ProtectedContents + { + get { return BackingStore?.Get?>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#nullable restore +#else + public List ProtectedContents + { + get { return BackingStore?.Get>("protectedContents"); } + set { BackingStore?.Set("protectedContents", value); } + } +#endif + /// The supportedContentFormats property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? SupportedContentFormats + { + get { return BackingStore?.Get?>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#nullable restore +#else + public List SupportedContentFormats + { + get { return BackingStore?.Get>("supportedContentFormats"); } + set { BackingStore?.Set("supportedContentFormats", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public ComputeRightsAndInheritancePostRequestBody() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class 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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "delegatedUserEmail", n => { DelegatedUserEmail = n.GetStringValue(); } }, + { "locale", n => { Locale = n.GetStringValue(); } }, + { "protectedContents", n => { ProtectedContents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ProtectedContent.CreateFromDiscriminatorValue)?.AsList(); } }, + { "supportedContentFormats", n => { SupportedContentFormats = n.GetCollectionOfPrimitiveValues()?.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("delegatedUserEmail", DelegatedUserEmail); + writer.WriteStringValue("locale", Locale); + writer.WriteCollectionOfObjectValues("protectedContents", ProtectedContents); + writer.WriteCollectionOfPrimitiveValues("supportedContentFormats", SupportedContentFormats); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs new file mode 100644 index 00000000000..877779ba555 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.cs @@ -0,0 +1,103 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance +{ + /// + /// Provides operations to call the computeRightsAndInheritance method. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeRightsAndInheritance", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public ComputeRightsAndInheritanceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/computeRightsAndInheritance", rawUrl) + { + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving 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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ComputeRightsAndInheritanceResult.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Computes the rights and inheritance for sensitivity labels based on the input content and labels. + /// + /// A + /// The request body + /// Configuration for the request such 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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..769e25d3462 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default 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}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL 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}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::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/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs new file mode 100644 index 00000000000..a7565aebdb3 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/Rights/RightsRequestBuilder.cs @@ -0,0 +1,125 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights +{ + /// + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}/rights{?%24expand,%24select}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public RightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}/rights{?%24expand,%24select}", rawUrl) + { + } + /// + /// Get rights from users + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UsageRightsIncluded.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get rights from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get rights from users + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class RightsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs new file mode 100644 index 00000000000..5bb433271f1 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/Item/SensitivityLabelItemRequestBuilder.cs @@ -0,0 +1,235 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item +{ + /// + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilder : BaseRequestBuilder + { + /// Provides operations to manage the rights property of the microsoft.graph.sensitivityLabel entity. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder Rights + { + get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder(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 SensitivityLabelItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%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 SensitivityLabelItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels/{sensitivityLabel%2Did1}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property sublabels 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); + } + /// + /// Get sublabels from users + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property sublabels 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.SensitivityLabel 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.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property sublabels 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; + } + /// + /// Get sublabels from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sublabels 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel 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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// Get sublabels from users + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs new file mode 100644 index 00000000000..3b0a0d8417e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/Item/Sublabels/SublabelsRequestBuilder.cs @@ -0,0 +1,259 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.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.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels +{ + /// + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilder : BaseRequestBuilder + { + /// Provides operations to call the computeRightsAndInheritance method. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder ComputeRightsAndInheritance + { + get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sublabels property of the microsoft.graph.sensitivityLabel entity. + /// The unique identifier of sensitivityLabel + /// A + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("sensitivityLabel%2Did1", position); + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder(urlTplParams, RequestAdapter); + } + } + /// + /// Provides operations to call the computeInheritance method. + /// + /// A + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats(string contentFormats, string labelIds, string locale) + { + if(string.IsNullOrEmpty(contentFormats)) throw new ArgumentNullException(nameof(contentFormats)); + if(string.IsNullOrEmpty(labelIds)) throw new ArgumentNullException(nameof(labelIds)); + if(string.IsNullOrEmpty(locale)) throw new ArgumentNullException(nameof(locale)); + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(PathParameters, RequestAdapter, contentFormats, labelIds, locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public SublabelsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public SublabelsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel%2Did}/sublabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// Get sublabels from users + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabelCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create new navigation property to sublabels 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get sublabels from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sublabels 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get sublabels from users + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderGetQueryParameters + { + /// 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 long? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public long? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SublabelsRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs new file mode 100644 index 00000000000..57a72636197 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Users/Item/DataSecurityAndGovernance/SensitivityLabels/SensitivityLabelsRequestBuilder.cs @@ -0,0 +1,259 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count; +using Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.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.DataSecurityAndGovernance.SensitivityLabels +{ + /// + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilder : BaseRequestBuilder + { + /// Provides operations to call the computeRightsAndInheritance method. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder ComputeRightsAndInheritance + { + get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the sensitivityLabels property of the microsoft.graph.dataSecurityAndGovernance entity. + /// The unique identifier of sensitivityLabel + /// A + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("sensitivityLabel%2Did", position); + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder(urlTplParams, RequestAdapter); + } + } + /// + /// Provides operations to call the computeInheritance method. + /// + /// A + /// Usage: contentFormats={contentFormats} + /// Usage: labelIds={labelIds} + /// Usage: locale='{locale}' + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats(string contentFormats, string labelIds, string locale) + { + if(string.IsNullOrEmpty(contentFormats)) throw new ArgumentNullException(nameof(contentFormats)); + if(string.IsNullOrEmpty(labelIds)) throw new ArgumentNullException(nameof(labelIds)); + if(string.IsNullOrEmpty(locale)) throw new ArgumentNullException(nameof(locale)); + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder(PathParameters, RequestAdapter, contentFormats, labelIds, locale); + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public SensitivityLabelsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public SensitivityLabelsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/dataSecurityAndGovernance/sensitivityLabels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// Get sensitivityLabels from users + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabelCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create new navigation property to sensitivityLabels 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.SensitivityLabel body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.SensitivityLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get sensitivityLabels from 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 ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation 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 sensitivityLabels 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.SensitivityLabel body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.SensitivityLabel body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get sensitivityLabels from users + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderGetQueryParameters + { + /// 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 long? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public long? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class SensitivityLabelsRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/DeviceManagementTroubleshootingEvents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DeviceManagementTroubleshootingEvents/Count/CountRequestBuilder.cs index d06b64786aa..b705e75713b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DeviceManagementTroubleshootingEvents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DeviceManagementTroubleshootingEvents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/DeviceManagementTroubleshootingEvents/DeviceManagementTroubleshootingEventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DeviceManagementTroubleshootingEvents/DeviceManagementTroubleshootingEventsRequestBuilder.cs index 89f150308cb..ec15c6d1c6a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DeviceManagementTroubleshootingEvents/DeviceManagementTroubleshootingEventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DeviceManagementTroubleshootingEvents/DeviceManagementTroubleshootingEventsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceManagementTroubleshootingEventsRequestBuilderGetQuery #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/Count/CountRequestBuilder.cs index 53b6cb5c0b5..68ffad19d82 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/DirectReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/DirectReportsRequestBuilder.cs index a1b6be11df7..e41fbef7740 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/DirectReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/DirectReportsRequestBuilder.cs @@ -177,10 +177,10 @@ public partial class DirectReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs index a29c9dd2644..818b3bd0ee2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 24ce0f2ec30..264d9f8053c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphOrgContactRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs index 62818b904b7..1baf1212f1b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs index 9c38086522d..a0e2f56b8bf 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphUserRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Drives/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Drives/Count/CountRequestBuilder.cs index 96940b8fb0e..72d17419bbf 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Drives/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Drives/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Drives/DrivesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Drives/DrivesRequestBuilder.cs index e6a28b7a1af..010ca68b7ae 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Drives/DrivesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Drives/DrivesRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class DrivesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs index ab623fba2fb..4a0f5207b2d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs index 22cda0b6fbd..d89b551d138 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class LearningCourseActivitiesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Count/CountRequestBuilder.cs index ac8311a4bb1..992e8117c78 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Delta/DeltaRequestBuilder.cs index d90d3d528b1..fe446b5a175 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/EventsRequestBuilder.cs index f8ac862ffe0..d8fafca01cc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/EventsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class EventsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Accept/AcceptRequestBuilder.cs index 8e3509a35b5..8cd3b0d1276 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Accept/AcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Accept the specified event in a user calendar. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs index f62a8bff5c4..3f1f8e4ef8f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs index 6c01a1f0b40..b0656d920d6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index d6bb5d9811a..2f2d1af91b4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Cancel/CancelRequestBuilder.cs index 110b30f8730..b921c9e597a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Cancel/CancelRequestBuilder.cs @@ -35,7 +35,6 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Decline/DeclineRequestBuilder.cs index 737cbc592a0..831ca283bed 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Decline/DeclineRequestBuilder.cs @@ -35,7 +35,6 @@ public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index 39c3a97e3f9..2db52612f5a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// 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. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs index e9b103cde28..d16bb9df485 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs index 328e46d17a6..05ab7478124 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Forward/ForwardRequestBuilder.cs index 13dd16779b0..9b330e4eda2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 1db68df0d98..81d595a7fb8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize 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 @@ -181,7 +179,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -194,7 +192,7 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. 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 00b8cb4fabb..dbc0e032c40 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 @@ -162,7 +162,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? 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 @@ -175,7 +175,7 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index b40edb8eb15..af701aec876 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -35,7 +35,6 @@ public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 32e132f0d95..1e856526f6e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -35,7 +35,6 @@ public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.cs index b606deead58..fff507ba08f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.cs @@ -35,7 +35,6 @@ public ExportPersonalDataRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Submit a data policy operation request from a company administrator or an application to export an organizational user's data. This data includes the user's data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Extensions/Count/CountRequestBuilder.cs index 70960cbc649..42c701b6af9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Extensions/ExtensionsRequestBuilder.cs index f6234d54bea..9d1c6fa6a88 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesRequestBuilder.cs index 4dc73995179..a6ac2fe4733 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesRequestBuilder.cs @@ -36,7 +36,6 @@ public FindMeetingTimesRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Add/AddRequestBuilder.cs index f3310926651..32a62cda696 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Follow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Follow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Count/CountRequestBuilder.cs index 6a5ca8323f1..43c155c3489 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilder.cs index 50e4a406d04..1e9a69a65e4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilder.cs @@ -177,10 +177,10 @@ public partial class FollowedSitesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Remove/RemoveRequestBuilder.cs index ce215bcf3da..ce5c90ba875 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/FollowedSites/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Unfollow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Unfollow a user's site or multiple sites. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/GetMailTips/GetMailTipsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/GetMailTips/GetMailTipsRequestBuilder.cs index 8db41911029..89f45e71ad4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/GetMailTips/GetMailTipsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/GetMailTips/GetMailTipsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMailTipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMailTipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/GetManagedAppDiagnosticStatuses/GetManagedAppDiagnosticStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/GetManagedAppDiagnosticStatuses/GetManagedAppDiagnosticStatusesRequestBuilder.cs index 126f96e3332..b55702a8df3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/GetManagedAppDiagnosticStatuses/GetManagedAppDiagnosticStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/GetManagedAppDiagnosticStatuses/GetManagedAppDiagnosticStatusesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetManagedAppDiagnosticStatusesRequestBuilder(string rawUrl, IRequestAdap } /// /// Gets diagnostics validation status for a given user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetManagedAppDiagnosticStatusesRequestBuilder(string rawUrl, IRequestAdap } /// /// Gets diagnostics validation status for a given user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetManagedAppDiagnosticStatusesRequestBuilderGetQueryParame #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/GetManagedAppPolicies/GetManagedAppPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/GetManagedAppPolicies/GetManagedAppPoliciesRequestBuilder.cs index bf6e4f21ab5..5716cf11420 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/GetManagedAppPolicies/GetManagedAppPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/GetManagedAppPolicies/GetManagedAppPoliciesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Gets app restrictions for a given user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Gets app restrictions for a given user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetManagedAppPoliciesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/GetManagedDevicesWithAppFailures/GetManagedDevicesWithAppFailuresRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/GetManagedDevicesWithAppFailures/GetManagedDevicesWithAppFailuresRequestBuilder.cs index 03abf2b7d92..2f5844c0756 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/GetManagedDevicesWithAppFailures/GetManagedDevicesWithAppFailuresRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/GetManagedDevicesWithAppFailures/GetManagedDevicesWithAppFailuresRequestBuilder.cs @@ -35,7 +35,6 @@ public GetManagedDevicesWithAppFailuresRequestBuilder(string rawUrl, IRequestAda } /// /// Retrieves the list of devices with failed apps - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetManagedDevicesWithAppFailuresRequestBuilder(string rawUrl, IRequestAda } /// /// Retrieves the list of devices with failed apps - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class GetManagedDevicesWithAppFailuresRequestBuilderGetQueryParam #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 4554850d30a..9d381b22f30 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberGroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 50d48c283f5..859066e6adc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -35,7 +35,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public GetMemberObjectsRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/InferenceClassification/Overrides/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/InferenceClassification/Overrides/Count/CountRequestBuilder.cs index b632f21a754..707f3ff6837 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/InferenceClassification/Overrides/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/InferenceClassification/Overrides/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilder.cs index 97805d6511c..7723f71d683 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OverridesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Insights/Shared/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Insights/Shared/Count/CountRequestBuilder.cs index 9c645acde00..fcf32237051 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Insights/Shared/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Insights/Shared/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Insights/Shared/SharedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Insights/Shared/SharedRequestBuilder.cs index 3c4ae301902..dc84e316fb6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Insights/Shared/SharedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Insights/Shared/SharedRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Insights/Trending/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Insights/Trending/Count/CountRequestBuilder.cs index 1691b07fe36..3d72523ffa7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Insights/Trending/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Insights/Trending/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Insights/Trending/TrendingRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Insights/Trending/TrendingRequestBuilder.cs index 983fbdfaef5..bd2dfee99d5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Insights/Trending/TrendingRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Insights/Trending/TrendingRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TrendingRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Insights/Used/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Insights/Used/Count/CountRequestBuilder.cs index 80c2822391b..80dcc57a2cf 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Insights/Used/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Insights/Used/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Insights/Used/UsedRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Insights/Used/UsedRequestBuilder.cs index fed75c7d528..a4b34c4ece1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Insights/Used/UsedRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Insights/Used/UsedRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class UsedRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Count/CountRequestBuilder.cs index 41c3749a490..8aee48ff18f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs index 8e48c438be6..a9276cea7f8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -179,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.cs index dd1a8cdec6f..36f5c4a2def 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/AllChannels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/AllChannels/Count/CountRequestBuilder.cs index 0617c975aeb..187a42dadc3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/AllChannels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/AllChannels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Archive/ArchiveRequestBuilder.cs index 364c131604c..c16ff67f4ec 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive the specified team. When a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team are still allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which might occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilder.cs index 7549197d835..6403dc3477f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class ChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Count/CountRequestBuilder.cs index 60324eb1cad..129ffc759db 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs index b942bedcc21..584ee7ed04b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class GetAllMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs index a3e9a904d2d..8d6019583b6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRetainedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class GetAllRetainedMessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs index 03bc9a642a7..73e61373ba6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs index 76d224aab6e..35030a7d141 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/AllMembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs index 9d0ce682dcd..4fe01462db4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs index c436c2114d1..87a3efdc318 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs index d336d86661d..d27f288b3dd 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 7f3b736dcac..f868f05cae8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Users/Item/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index 4128a297eae..8fed01c0a51 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs index c4adbf78e0e..bb14d080815 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs index cc6cbdca5f3..6cf3c469292 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs index 51e19324334..dbac9a21d7e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs index 7d3d69e68e7..cb1bdac3d9b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs index f8bb9f76983..5dbc85419a0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs index 0c72122e80f..f32f9abe348 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index a06076bafbd..b22c10eda38 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 4d48d393d5f..17ecfb0f225 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index 676ad2236b9..978d1a8c19c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index f933dd30c5b..e936e7b4b00 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 4faa4ca4016..e0b11a14c56 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index e3b9be84f9b..04f8defa469 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index f3a7c3ab4e6..e57421de874 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 9700e4b45e5..57ae28ac936 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index b8dcf3bc06c..f863e598730 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 5dd61085f34..c564dda349d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index fe7ee8720f3..b845d79bf90 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs index edcabb9a7fb..8473e1405d7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs index 4d27276074d..192c6f96337 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs index 206dc4d4044..8231810ed55 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs index 42cea30b8b1..a7514eeb476 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index ab3b058becc..a2457c165ac 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index 9513ef4e2a8..6799e7bc923 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index b13d2f0a9ad..cac841df86b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs index 01dd4321536..f0942e696b2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs index 0480517fe7e..2af388a0ad1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs index 76039dd9d15..e009dddbbbe 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Users/Item/JoinedTeams/Item/Clone/CloneRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Clone/CloneRequestBuilder.cs index df8b87201e7..4c0913f399a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Clone/CloneRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Clone/CloneRequestBuilder.cs @@ -35,7 +35,6 @@ public CloneRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index dc4503ae7cc..34af82e8de8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Users/Item/JoinedTeams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 482412eb531..6cdbffc778c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index eafbfe8b48e..8d4b256350e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/Count/CountRequestBuilder.cs index 8ba66cf306b..cbe6143e76f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs index b4d73191375..d1a2039a27d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class IncomingChannelsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Count/CountRequestBuilder.cs index 8ecb0354bd7..7558df046fb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.cs index 6734e39f6e6..18b07b0a1c8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index 2f07771b076..4a50c49d5fe 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -35,7 +35,6 @@ public UpgradeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Upgrade an app installation within a chat. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddRequestBuilder.cs index 612f047bb77..971524fdb6f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Count/CountRequestBuilder.cs index a52b0395e33..7bbb0d66cfa 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilder.cs index cffef7f530a..78661f5da23 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Remove/RemoveRequestBuilder.cs index bfac78b18dd..b4f8f9da819 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Operations/Count/CountRequestBuilder.cs index a6ad90535c2..8bc56099b24 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Operations/OperationsRequestBuilder.cs index 2e27fdbef5d..18a51f4cad2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Count/CountRequestBuilder.cs index 47cf54d35fe..00aa4b40e7d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index 4e70953d6e2..8396468411a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs index 4e31d35dff0..33d29a2d8ea 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs index e7654a2d3db..91cc593d724 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/AllMembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class AllMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs index 693e6f10997..49372b47714 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs index f37fdf18072..61617f559b8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs index 5618b7c9c9b..b6927b5fad8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Archive/ArchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public ArchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can't be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs index b603a039000..8fb1fccecb8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -35,7 +35,6 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda } /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. - /// 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/Users/Item/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index 4e5ee8b0d6c..cbfce01b6c9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -35,7 +35,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci } /// /// Determine whether a user has access to a shared channel. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs index d9c9fa01e10..c328c2674f6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.cs @@ -35,7 +35,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r } /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs index dc5a6c1cfff..8d36c69c66e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs index 9b1bf9d7ae9..41c7f04396a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.cs @@ -224,10 +224,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs index 90b91bc31cc..5498a0d55dc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Remove/RemoveRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public RemoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs index 8faf282103a..bc7f93f6c12 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs index 42c1c825b5e..92298d82e29 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index d18c69c5e26..9df3d44eecc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 57e5c111237..35e60cdc7d8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs index 283ca02f204..0200371057b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 4899b97413d..182a90d4f7e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 7986ced1e0b..815aba946f5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index 9c3149e805f..c50915ab6cf 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class HostedContentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index d4143029026..f992bcafce4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index e6b4c27fac8..301743e08af 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs index 4d53c124d19..754ea7d694e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RepliesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index cb8704d16d2..617d3b14321 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public SoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 9285d7e0802..4af75c97caf 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -35,7 +35,6 @@ public UndoSoftDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - /// 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/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs index 82fb0cc76ac..0174ff971b2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs index 9a3d34d7034..59770a9b2e4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -36,7 +36,6 @@ public ProvisionEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs index dcca90a6de0..537029d7e8d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveEmailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. - /// 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/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs index 0c6054eaa44..136ac49fe5b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index 868219a45cb..e99a746cda3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AllowedMembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index 7195805bfa1..06867112bfb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 65f4adb227c..0ac608645fe 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SharedWithTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs index 70f0d2fc15b..e3757f8a72a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs index 3f7df37d751..cbe10cadbc7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TabsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs index 8b2b01be4fc..df582ee12a1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds. - /// 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/Users/Item/JoinedTeams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs index 7884dffe45b..94e4c85383a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/DayNotes/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs index 7d459b4bf18..3a6b6fd9b3d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/DayNotes/DayNotesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DayNotesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs index 7d35fc99f28..72c567cd421 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs index 3fd961a1f39..de6fd7d805b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OfferShiftRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs index 236498248b3..92b07e926d3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs index 7ba55d82169..a67d8fd7cda 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OpenShiftChangeRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs index 18e44e002d3..53216a26af3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs index ea85cf4bd79..f2cc6057eae 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OpenShiftsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs index 3499ebc2872..01fb37624f9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs index e46fc63e43d..ebb0117e43d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SchedulingGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.cs index 20a2d8aeff8..38b73047750 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.cs @@ -35,7 +35,6 @@ public ShareRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs index fb7a5a3cbb1..2a1e5b66747 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs index 27fb91706db..89af16549fb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ShiftsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs index bbe670b9bcc..3e5d4a69a17 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs index d5bb3a2106d..1d4e2c498cd 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SwapShiftsChangeRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs index d603d3475b8..30d6d64b486 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.cs @@ -36,7 +36,6 @@ public ClockInRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Clock in to start a timeCard. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs index 575fa685c0d..54cd6120451 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs index 9c4bb011411..0bdb73e7842 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.cs @@ -36,7 +36,6 @@ public ConfirmRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Confirm a timeCard. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs index 3dd908abab6..70ca6c16581 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/TimeCardsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class TimeCardsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs index 69a06fef5b0..be93cdb4f5f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs index c2e70eb684c..6d3bf5a3c72 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimeOffReasonsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs index 515a6199358..3e8c9b73396 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs index 9c773f841a7..6af18a8a440 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimeOffRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs index d9e38a34c39..327b10b0e39 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs index 9292e85f3a9..141f61c98ae 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TimesOffRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index e63d91829ff..9385bd075c7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, seesending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Count/CountRequestBuilder.cs index 14caba97866..3b262f43c3c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs index 1782ebed47e..eb4161e4260 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.cs index bd080253329..5e19a2bff5f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MembersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilder.cs index 531bcc504d3..6b9e415066b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TagsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.cs index a2e180a1a3e..3bcc78adaf5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.cs @@ -35,7 +35,6 @@ public UnarchiveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Restore an archived team. This API restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API. - /// 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/Users/Item/JoinedTeams/JoinedTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilder.cs index ac40098d6b1..75e7b0e44c6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class JoinedTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/Count/CountRequestBuilder.cs index 066953a41ce..02df95e67c0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/GetTeamsLicensingDetails/GetTeamsLicensingDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/GetTeamsLicensingDetails/GetTeamsLicensingDetailsRequestBuilder.cs index d976d04825f..5efeef7a8f1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/GetTeamsLicensingDetails/GetTeamsLicensingDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/GetTeamsLicensingDetails/GetTeamsLicensingDetailsRequestBuilder.cs @@ -36,7 +36,6 @@ public GetTeamsLicensingDetailsRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Get the license status of a user in Microsoft Teams. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilder.cs index a8614fd2459..ce7bb2d6f63 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class LicenseDetailsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Count/CountRequestBuilder.cs index fd67dc6e99d..af75c5223ae 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilder.cs index 2676ebafd66..32a2c5a2500 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs index 33cbbb6fe79..8e57b90495d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs @@ -228,10 +228,10 @@ public partial class ChildFoldersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Count/CountRequestBuilder.cs index 97492e66a18..89938ecb79e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs index 86cc55c028a..7f805efb006 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.cs index 2870defd0c2..fd58a83296b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a mailfolder and its contents to another mailfolder. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Count/CountRequestBuilder.cs index b47f33a9667..780b43e8301 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.cs index d2154e7ceaa..f06138ac6a1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MessageRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Count/CountRequestBuilder.cs index 6d2143f2db5..660cf474e9f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.cs index b7eb9fba265..bf48bff3b1f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index 7f2c7612aa2..4d30d5c5b4a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs index 509869bf79e..c9d04bd85ec 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index c6f135eb973..2702abfcc74 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs index 7baf772ae5a..34d91cc843f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a message to a folder within the user's mailbox. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs index 32377b21295..81c67528504 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs index 1ff5427ec0a..5c98e3b9756 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs index 64e85e0bd54..877685c863d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs index cca314777b1..70e0e0a7d43 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs index bd96024cd24..4066e27ca83 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs index fa774590512..95b0013196b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs index 62f5783e912..6abfdd45b24 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs index a991f697bcd..95e3584ff5b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs index 572a183972f..4a395a887de 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.cs index f7842f3637f..46d9afb4b73 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.cs @@ -35,7 +35,6 @@ public SendRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. - /// 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/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.cs index e8cbb649854..607661d364a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.cs index 918795ec042..28cf86b023b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a mailfolder and its contents to another mailfolder. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Copy/CopyRequestBuilder.cs index 319f55c6195..90d215f76d3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a mailfolder and its contents to another mailfolder. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/MessageRules/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/MessageRules/Count/CountRequestBuilder.cs index de06a38e689..65e36196c46 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/MessageRules/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/MessageRules/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.cs index 087e6299fde..73dd613823a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MessageRulesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Count/CountRequestBuilder.cs index 44ed76ed184..6992e235149 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.cs index 091a848691d..ff4cc18de08 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index f4066cb9443..a405282c2b9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs index 63bf4fb14ef..043360c46e6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 40f09c9f54a..d17cd1a5f6f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs index eaeda4f909e..553bf6e5623 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a message to a folder within the user's mailbox. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs index 75bc3769010..681d7b25b35 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs index fa608b0e040..472e4c70136 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs index e7488ba1cce..f530781abb2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs index 27bca8ef6df..4d578646335 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs index 63b4679e99a..3d3143634d1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs index ee1cee6c856..527c72bcf40 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs index a6d9e5d3e3e..51616be4d32 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs index 61a651dcf82..c0a1bdaf19c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs index f1337cfe458..52638830f1c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.cs index 263ec86c85d..d7063fb34bd 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.cs @@ -35,7 +35,6 @@ public SendRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. - /// 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/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilder.cs index 71792bdb7d9..b787d1e43a3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Move/MoveRequestBuilder.cs index 4dca773d4b8..4ff0dd16356 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a mailfolder and its contents to another mailfolder. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/MailFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/MailFoldersRequestBuilder.cs index 8ec61802712..f27c922dbed 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/MailFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/MailFoldersRequestBuilder.cs @@ -228,10 +228,10 @@ public partial class MailFoldersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedAppRegistrations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedAppRegistrations/Count/CountRequestBuilder.cs index 781b71e1354..98b52d3dba8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedAppRegistrations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedAppRegistrations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs index 9807097e896..7020441e2b1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class ManagedAppRegistrationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Count/CountRequestBuilder.cs index 25b690d37f9..43621269dc4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs index a94000c92eb..6ae13fd0234 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs @@ -35,7 +35,6 @@ public BypassActivationLockRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Bypass activation lock - /// 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/Users/Item/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs index 05ec6ed7053..ea95a3cfc18 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public CleanWindowsDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Clean Windows device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs index d56b3d71b04..57240d3d1c2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public DeleteUserFromSharedAppleDeviceRequestBuilder(string rawUrl, IRequestAdap } /// /// Delete user from shared Apple device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs index 8ce74b82c32..a5388aef4c6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs index d180110db21..8de32591b8e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceCompliancePolicyStatesRequestBuilderGetQueryParameter #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs index cab865ba4be..08c9e9f97d9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs index 97d0abd7d9a..a8374ecdd32 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DeviceConfigurationStatesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs index bf9260bed4c..dd4f394d364 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs @@ -35,7 +35,6 @@ public DisableLostModeRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Disable lost mode - /// 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/Users/Item/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs index 868d83a27c8..c5387c8ce48 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public LocateDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Locate a device - /// 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/Users/Item/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs index 7cef915cd29..7ca25a15a39 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs index 326fd147d9b..9360c9a2dd9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class LogCollectionRequestsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs index e670aa5d283..cde439ae0c2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs @@ -35,7 +35,6 @@ public LogoutSharedAppleDeviceActiveUserRequestBuilder(string rawUrl, IRequestAd } /// /// Logout shared Apple device active user - /// 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/Users/Item/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs index 2f34b76b415..93d0d748bfe 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs @@ -35,7 +35,6 @@ public RebootNowRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Reboot device - /// 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/Users/Item/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs index 060711282a7..c3630177615 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs @@ -35,7 +35,6 @@ public RecoverPasscodeRequestBuilder(string rawUrl, IRequestAdapter requestAdapt } /// /// Recover passcode - /// 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/Users/Item/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs index b7e6d4a064b..7bbca7bf093 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoteLockRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Remote lock - /// 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/Users/Item/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs index 9da9d332db2..c59c882b4f6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs @@ -35,7 +35,6 @@ public RequestRemoteAssistanceRequestBuilder(string rawUrl, IRequestAdapter requ } /// /// Request remote assistance - /// 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/Users/Item/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs index b6a41da4e26..91d91e4347e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs @@ -35,7 +35,6 @@ public ResetPasscodeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Reset passcode - /// 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/Users/Item/ManagedDevices/Item/Retire/RetireRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Retire/RetireRequestBuilder.cs index 47d176f3408..ed74527cee0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Retire/RetireRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Retire/RetireRequestBuilder.cs @@ -35,7 +35,6 @@ public RetireRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas } /// /// Retire a device - /// 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/Users/Item/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs index de60fd40b55..e318179b879 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs @@ -35,7 +35,6 @@ public ShutDownRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Shut down device - /// 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/Users/Item/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs index 4fb3d188342..112463ff539 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs @@ -35,7 +35,6 @@ public SyncDeviceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// 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/Users/Item/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs index 3dd64471a66..65add863a6b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs @@ -35,7 +35,6 @@ public UpdateWindowsDeviceAccountRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Users/UsersRequestBuilder.cs index bdd226542de..6677dd2f351 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Users/UsersRequestBuilder.cs @@ -146,10 +146,10 @@ public partial class UsersRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs index 9805fc04761..60fa91ed680 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs @@ -35,7 +35,6 @@ public WindowsDefenderScanRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Not yet documented - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs index abd1d460fe7..a2a37f442ea 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs @@ -35,7 +35,6 @@ public WindowsDefenderUpdateSignaturesRequestBuilder(string rawUrl, IRequestAdap } /// /// Not yet documented - /// 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/Users/Item/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs index dfe182ee833..82063a388ae 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs index 583d17c6e9b..75023baab6d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class DetectedMalwareStateRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs index 5f68f78fd45..8f5167b88b5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs @@ -35,7 +35,6 @@ public WipeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Wipe a device - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs index 542619ecf4a..551cdc42455 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ManagedDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/Count/CountRequestBuilder.cs index 8ad8bdf0b2c..5fdb5b801f2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index c1126d16c48..080fa6e6679 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index ab00c31ebe8..283e869c304 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs index 430df99c9ab..cddf7acac6e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index bb9d45825d6..c1e3b713098 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDirectoryRoleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index c7ae6f3e8ce..cec82ca574a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 015ed9d876a..6c24ef7f28a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -153,10 +153,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/MemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/MemberOfRequestBuilder.cs index fdbe0614728..4cd6c511e92 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MemberOf/MemberOfRequestBuilder.cs @@ -184,10 +184,10 @@ public partial class MemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Count/CountRequestBuilder.cs index 54d24a10815..457377c8dee 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Delta/DeltaRequestBuilder.cs index 2380ae409c0..e8deda3a585 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -181,10 +179,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index d8b5becff17..bb3aab4d289 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs index 1c65e62b7ef..7f6aec723fc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 7f9278b3562..03f4f5d77d4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps 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 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Copy/CopyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Copy/CopyRequestBuilder.cs index 1fafe13119e..0c4f4aabb41 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Copy/CopyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Copy/CopyRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Copy a message to a folder within the user's mailbox. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs index 69e8e42370d..014b3035a6d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs index 2e3e45d5ef2..e81e6cb8f5a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs index 890f83f5587..585d1130c7e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs index 751b8cd6202..5058dfe429b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs index 5b53dde2d34..13b8e8bb72b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Forward/ForwardRequestBuilder.cs index ac5071166b2..e52752a0d4f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Forward/ForwardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Forward/ForwardRequestBuilder.cs @@ -35,7 +35,6 @@ public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Move/MoveRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Move/MoveRequestBuilder.cs index e17268d33e2..7e114db0a57 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Move/MoveRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Move/MoveRequestBuilder.cs @@ -36,7 +36,6 @@ public MoveRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Reply/ReplyRequestBuilder.cs index beb6a3b4762..27ab82276f6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Reply/ReplyRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs index 1aa907da290..b7e7ca6cc28 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.cs @@ -35,7 +35,6 @@ public ReplyAllRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Send/SendRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Send/SendRequestBuilder.cs index 4f91bfc1980..61183823729 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Send/SendRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/Item/Send/SendRequestBuilder.cs @@ -35,7 +35,6 @@ public SendRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( } /// /// Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. - /// 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/Users/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Messages/MessagesRequestBuilder.cs index 038941fd5b0..1bf38a8c153 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Messages/MessagesRequestBuilder.cs @@ -228,10 +228,10 @@ public partial class MessagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs index 365ed349a91..e0673d56df1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs index 2e8512b3ed8..989b9eb727e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class Oauth2PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs index 91cd16d9cb5..11e173dd7e4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs index 3d3279f3e74..48fd862cc50 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs @@ -36,7 +36,6 @@ public GetNotebookFromWebUrlRequestBuilder(string rawUrl, IRequestAdapter reques } /// /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs index 75208aa548c..f643e90b1c3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs @@ -37,7 +37,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -61,7 +60,6 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr } /// /// Get a list of recentNotebook instances that have been accessed by the signed-in user. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,10 +141,10 @@ public partial class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilde #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs index 46aecf76d87..da1b212e6d4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs index ef37f80228b..ad02eb9e945 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index c61e72c337a..14a7e9454ce 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 61f92727ac7..2f57595cdea 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index 474f11ef233..bf6a5534fb7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index a57726d9231..60ecd748b61 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 3511a855d11..a1ba60c3fc9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 4dbf9cbdba0..1d76f58f775 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index d7dc6610570..a605aa50f8c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 95e25d9b170..65d322ca215 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index c056034c347..c17dba23d5f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs index a5c0a9391dc..a2475979241 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs index 49976ee046a..99b12a1ef59 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index d0c7c348551..61bfa197b28 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 57a26272176..129d9ac439e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index fef9094a9b1..7ddcf2c09c5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index b976e326ff6..0f944758961 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 4e5ad581d37..46fe9d89443 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs index 7b7116bcad7..4c344124715 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs index 06dad680edf..ef5c5f19a22 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs @@ -229,10 +229,10 @@ public partial class NotebooksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Operations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Operations/Count/CountRequestBuilder.cs index fb514c025b7..52b2309515d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Operations/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Operations/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilder.cs index 4b4683e6be7..e5405291f00 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class OperationsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/Count/CountRequestBuilder.cs index 0f06a95618d..e213e4884ff 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index cff847911c0..51d7bdd7d29 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/PagesRequestBuilder.cs index 34bd985a68a..5f536ef38b4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Resources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Resources/Count/CountRequestBuilder.cs index 55c7d298985..afe2d984dcc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Resources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Resources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Resources/ResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Resources/ResourcesRequestBuilder.cs index 1ace58f50dc..5bb5e76d2ef 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Resources/ResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Resources/ResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs index abca3d2dbbd..15ee292ee0f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index 80625115959..e098cc69a37 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 9e8837c7b8f..b45ae5e3639 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index c2b050c10cf..7a326235fdc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 3def09dbc18..dfdeeda5cdb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 0dc28f84170..20241481b13 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 80d41c800d7..8194396eb8e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index a6ba6604050..cd95b7d08ed 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 0a494a0ac17..2aa78780bcb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index ce36c38d9e0..97d1636d2e0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs index f3d5e68acd9..abd6e3e9970 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionGroupsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Count/CountRequestBuilder.cs index 646d85aa02d..b1668b6744d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 939cb9af3aa..e1dd8dc824c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToNotebookRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index b8d5f677fd5..7ef0a2318b1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionGroupRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs index 81eee813496..f57b9324c3a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 151221e26c1..40eda74df1a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -36,7 +36,6 @@ public CopyToSectionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs index afd89173587..a7d4c2beb88 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilder.cs index 16f8687db61..548717ae7dc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class SectionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Count/CountRequestBuilder.cs index 59a645c5cdb..a5796f4fb3e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs index 0ed5fc2190e..261495ad547 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateOrGetRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 8f0ef5197ef..72f71ee1beb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDate } /// /// Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they're added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDate } /// /// Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they're added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -184,13 +182,13 @@ public partial class GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserI #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Usage: startDateTime=@startDateTime [QueryParameter("startDateTime")] public DateTimeOffset? StartDateTime { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 9cf815937d3..5110a3cc89a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDat } /// /// Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they're added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDat } /// /// Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they're added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -184,13 +182,13 @@ public partial class GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUser #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Usage: startDateTime=@startDateTime [QueryParameter("startDateTime")] public DateTimeOffset? StartDateTime { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs index 86db570e89a..307d9f97710 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AttendanceReportsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs index ad0ff0d3ebc..7e41acb1a45 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs index a818d05cbc9..a9faf2b3a40 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AttendanceRecordsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs index 7fc3528005d..a90a970842c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs index ee913bbc5a7..2b1ada181fe 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs @@ -35,7 +35,6 @@ public GetVirtualAppointmentJoinWebUrlRequestBuilder(string rawUrl, IRequestAdap } /// /// Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public GetVirtualAppointmentJoinWebUrlRequestBuilder(string rawUrl, IRequestAdap } /// /// Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs index c38ce6cd4c8..c6420508a10 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs index df23496b603..932642defd3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Delta/DeltaRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs index 1202688fb2a..d1b59f004bc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class RecordingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs index ddfb50e8f3d..1dd691b750d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs @@ -35,7 +35,6 @@ public SendVirtualAppointmentReminderSmsRequestBuilder(string rawUrl, IRequestAd } /// /// Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs index 174c78bc7a7..5d99f8e2891 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs @@ -35,7 +35,6 @@ public SendVirtualAppointmentSmsRequestBuilder(string rawUrl, IRequestAdapter re } /// /// Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs index bb0204ee25e..a9de416901f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs index f539d7cd27f..d169889cbf4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Delta/DeltaRequestBuilder.cs @@ -169,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs index 5fd740e8df2..782fe69f32a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs @@ -219,10 +219,10 @@ public partial class TranscriptsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilder.cs index 3604e558977..6cbf2f36348 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilder.cs @@ -230,10 +230,10 @@ public partial class OnlineMeetingsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Outlook/MasterCategories/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Outlook/MasterCategories/Count/CountRequestBuilder.cs index 707e4c9ce5a..dfc96fb0a81 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Outlook/MasterCategories/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Outlook/MasterCategories/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilder.cs index 669fead657e..bc984a43c66 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class MasterCategoriesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.cs index 44b8e8fce11..d85615d44bb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.cs @@ -35,7 +35,6 @@ public SupportedLanguagesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public SupportedLanguagesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -141,10 +139,10 @@ public partial class SupportedLanguagesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedTimeZones/SupportedTimeZonesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedTimeZones/SupportedTimeZonesRequestBuilder.cs index 751af053b9e..6676aae74be 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedTimeZones/SupportedTimeZonesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedTimeZones/SupportedTimeZonesRequestBuilder.cs @@ -139,10 +139,10 @@ public partial class SupportedTimeZonesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedTimeZonesWithTimeZoneStandard/SupportedTimeZonesWithTimeZoneStandardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedTimeZonesWithTimeZoneStandard/SupportedTimeZonesWithTimeZoneStandardRequestBuilder.cs index 55b6004a7ce..21cb9b37572 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedTimeZonesWithTimeZoneStandard/SupportedTimeZonesWithTimeZoneStandardRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Outlook/SupportedTimeZonesWithTimeZoneStandard/SupportedTimeZonesWithTimeZoneStandardRequestBuilder.cs @@ -141,10 +141,10 @@ public partial class SupportedTimeZonesWithTimeZoneStandardRequestBuilderGetQuer #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/Count/CountRequestBuilder.cs index 67de1fa1719..3ccd45f5f61 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index 345f8d30f2b..7eb6fd7d4e2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 95281d246d6..de99b9bbda0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphDevice/Count/CountRequestBuilder.cs index fa288d5eb01..e4d36e40f83 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphDevice/GraphDeviceRequestBuilder.cs index 1babf0f2556..425970f6982 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphEndpoint/Count/CountRequestBuilder.cs index 40549f82143..68f5a6c28ec 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs index fc02403b158..b0d3bf30d40 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/OwnedDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/OwnedDevicesRequestBuilder.cs index da4f2d89494..e0d9d3b2404 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/OwnedDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedDevices/OwnedDevicesRequestBuilder.cs @@ -183,10 +183,10 @@ public partial class OwnedDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/Count/CountRequestBuilder.cs index 4e41a649e71..46897cbd715 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs index 953233e44e7..a1f4276620c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs index 6e9f853fd6d..b37310ed50e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphApplicationRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs index be29ab9ebd9..689220b1a04 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs index 237cb46a15f..64f477dddf2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs index 0c3a3c8dc95..8033bcf7ffd 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index b82c3fe674e..18ab57580a5 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphServicePrincipalRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs index b234f6e4818..09d905ac25b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs @@ -183,10 +183,10 @@ public partial class OwnedObjectsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/People/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/People/Count/CountRequestBuilder.cs index 7e0f1381511..5166981060c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/People/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/People/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/People/PeopleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/People/PeopleRequestBuilder.cs index 63cee82abd0..70783802388 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/People/PeopleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/People/PeopleRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class PeopleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/PermissionGrants/Count/CountRequestBuilder.cs index e28b5fd6c98..265b0bd4c50 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/PermissionGrants/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index 6b6fa536174..905e83e189f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -213,10 +213,10 @@ public partial class PermissionGrantsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Photos/PhotosRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Photos/PhotosRequestBuilder.cs index 770d754d4cb..158b5d2e07f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Photos/PhotosRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Photos/PhotosRequestBuilder.cs @@ -159,10 +159,10 @@ public partial class PhotosRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Count/CountRequestBuilder.cs index 51444848a75..be1d8dcf1cb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs index 69213c6251a..c4f8e56ee6c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class BucketsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs index 2bbab9434a6..fe2fc30325f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs index 298b530421d..4215516d4a7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs index 2cb0d1b9fb1..78b971b3ba6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs index 7abbb73d914..5513a696423 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs index f5969ed6aba..7d3e20382e8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/PlansRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/PlansRequestBuilder.cs index 222306de34e..ab54739a236 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/PlansRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Plans/PlansRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class PlansRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Tasks/Count/CountRequestBuilder.cs index bed279afc05..871ba9ddb89 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Planner/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Planner/Tasks/TasksRequestBuilder.cs index 2552055ffa5..ab2e5383066 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Planner/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Planner/Tasks/TasksRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Presence/ClearPresence/ClearPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Presence/ClearPresence/ClearPresenceRequestBuilder.cs index 61fef4a6f29..5f70110f639 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Presence/ClearPresence/ClearPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Presence/ClearPresence/ClearPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearPresenceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter } /// /// Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs index 10d753268f7..e952f75ca74 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public ClearUserPreferredPresenceRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Clear the preferred availability and activity status for a user. - /// 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/Users/Item/Presence/SetPresence/SetPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Presence/SetPresence/SetPresenceRequestBuilder.cs index 2b19fc39334..50d0150e791 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Presence/SetPresence/SetPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Presence/SetPresence/SetPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public SetPresenceRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) } /// /// Set the state of a user's presence session as an application. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.cs index a0e26c64deb..aebe25436f2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.cs @@ -35,7 +35,6 @@ public SetStatusMessageRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Set a presence status message for a user. An optional expiration date and time can be supplied. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs index 288c86d31d3..418b78b2432 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs @@ -35,7 +35,6 @@ public SetUserPreferredPresenceRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/Count/CountRequestBuilder.cs index 63028f89a1f..1e603400ad1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index 422786436ab..84890add0e9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphAppRoleAssignment/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 838bd4abb4a..09aeb3d08d2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAppRoleAssignmentRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphDevice/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphDevice/Count/CountRequestBuilder.cs index 79eb505e34e..1aacd8f1bed 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphDevice/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphDevice/GraphDeviceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphDevice/GraphDeviceRequestBuilder.cs index 97287176ea5..bb2da3410ec 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphDevice/GraphDeviceRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDeviceRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphEndpoint/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphEndpoint/Count/CountRequestBuilder.cs index 8cc79016ca5..6ee288a8e95 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphEndpoint/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs index 044689c4c91..83303f000ee 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphEndpointRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/RegisteredDevicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/RegisteredDevicesRequestBuilder.cs index 9e49cda77f5..3d9abb7425c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/RegisteredDevicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RegisteredDevices/RegisteredDevicesRequestBuilder.cs @@ -183,10 +183,10 @@ public partial class RegisteredDevicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/ReminderViewWithStartDateTimeWithEndDateTime/ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ReminderViewWithStartDateTimeWithEndDateTime/ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.cs index da5302d5fd3..8c340b1f698 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ReminderViewWithStartDateTimeWithEndDateTime/ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ReminderViewWithStartDateTimeWithEndDateTime/ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -39,7 +39,6 @@ public ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl, } /// /// Invoke function reminderView - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -63,7 +62,6 @@ public ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl, } /// /// Invoke function reminderView - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -145,10 +143,10 @@ public partial class ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderG #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/RemoveAllDevicesFromManagement/RemoveAllDevicesFromManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RemoveAllDevicesFromManagement/RemoveAllDevicesFromManagementRequestBuilder.cs index f8d3934474a..0b6b083cc21 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RemoveAllDevicesFromManagement/RemoveAllDevicesFromManagementRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RemoveAllDevicesFromManagement/RemoveAllDevicesFromManagementRequestBuilder.cs @@ -35,7 +35,6 @@ public RemoveAllDevicesFromManagementRequestBuilder(string rawUrl, IRequestAdapt } /// /// Retire all devices from management for this user - /// 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/Users/Item/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.cs index 1f235ff7efb..f3644173f67 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.cs @@ -36,7 +36,6 @@ public ReprocessLicenseAssignmentRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Restore/RestoreRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Restore/RestoreRequestBuilder.cs index 8faa14c8c99..46d86f78dbc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Restore/RestoreRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Restore/RestoreRequestBuilder.cs @@ -36,7 +36,6 @@ public RestoreRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba } /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs index 78254a2f701..f2f9ab1de2f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs @@ -35,7 +35,6 @@ public RetryServiceProvisioningRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Retry the provisioning of a user object in Microsoft Entra ID. - /// 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/Users/Item/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.cs index 42bb11b2234..89fd726e784 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.cs @@ -35,7 +35,6 @@ public RevokeSignInSessionsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public RevokeSignInSessionsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Invalidates all the refresh tokens issued to applications for a user (and session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/ScopedRoleMemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ScopedRoleMemberOf/Count/CountRequestBuilder.cs index 2e059bfa6e1..17a5b3b45ce 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ScopedRoleMemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ScopedRoleMemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ScopedRoleMemberOf/ScopedRoleMemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ScopedRoleMemberOf/ScopedRoleMemberOfRequestBuilder.cs index 4692a85d528..91fa5ace64a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ScopedRoleMemberOf/ScopedRoleMemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ScopedRoleMemberOf/ScopedRoleMemberOfRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ScopedRoleMemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/SendMail/SendMailRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/SendMail/SendMailRequestBuilder.cs index 2acf8e0a02e..9d1ded26fea 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/SendMail/SendMailRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/SendMail/SendMailRequestBuilder.cs @@ -35,7 +35,6 @@ public SendMailRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index f8a5d2786df..c90c5c9ed22 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 89b58bbefee..6452a011a75 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class ServiceProvisioningErrorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Settings/Storage/Quota/Services/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Settings/Storage/Quota/Services/Count/CountRequestBuilder.cs index c0815f32d34..e731e90029c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Settings/Storage/Quota/Services/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Settings/Storage/Quota/Services/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Settings/Storage/Quota/Services/ServicesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Settings/Storage/Quota/Services/ServicesRequestBuilder.cs index 6af126833e9..5eab4cb7fe2 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Settings/Storage/Quota/Services/ServicesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Settings/Storage/Quota/Services/ServicesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ServicesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Count/CountRequestBuilder.cs index b5e95e5f2db..24ee865caf1 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Item/Instances/Count/CountRequestBuilder.cs index 7bb3d69f596..41c395658a3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Item/Instances/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Item/Instances/InstancesRequestBuilder.cs index 144984030c7..22e0931a3a7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/Item/Instances/InstancesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class InstancesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/WindowsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/WindowsRequestBuilder.cs index fc78922b322..3419c26879a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/WindowsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Settings/Windows/WindowsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class WindowsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Solutions/WorkingTimeSchedule/EndWorkingTime/EndWorkingTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Solutions/WorkingTimeSchedule/EndWorkingTime/EndWorkingTimeRequestBuilder.cs index d861f7a3fb2..e26da64ff49 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Solutions/WorkingTimeSchedule/EndWorkingTime/EndWorkingTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Solutions/WorkingTimeSchedule/EndWorkingTime/EndWorkingTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public EndWorkingTimeRequestBuilder(string rawUrl, IRequestAdapter requestAdapte } /// /// Trigger the policies associated with the end of working hours for a specific user. - /// 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/Users/Item/Solutions/WorkingTimeSchedule/StartWorkingTime/StartWorkingTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Solutions/WorkingTimeSchedule/StartWorkingTime/StartWorkingTimeRequestBuilder.cs index fc3d6f1f98b..61f89770d48 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Solutions/WorkingTimeSchedule/StartWorkingTime/StartWorkingTimeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Solutions/WorkingTimeSchedule/StartWorkingTime/StartWorkingTimeRequestBuilder.cs @@ -35,7 +35,6 @@ public StartWorkingTimeRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Trigger the policies associated with the start of working hours for a specific user. - /// 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/Users/Item/Sponsors/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Sponsors/Count/CountRequestBuilder.cs index c1e02aeabbe..2fd02f8b9ac 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Sponsors/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Sponsors/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Sponsors/SponsorsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Sponsors/SponsorsRequestBuilder.cs index be8f9621cc3..1e17b469091 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Sponsors/SponsorsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Sponsors/SponsorsRequestBuilder.cs @@ -166,10 +166,10 @@ public partial class SponsorsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.cs index 084cf458613..356a324add7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class AssociatedTeamsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/AssociatedTeams/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/AssociatedTeams/Count/CountRequestBuilder.cs index 98b975a675f..9fc8fb8f25e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/AssociatedTeams/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/AssociatedTeams/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/InstalledApps/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/InstalledApps/Count/CountRequestBuilder.cs index bf922252d6b..9a81a37aa8b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/InstalledApps/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilder.cs index 28cb4f55d6c..6fe4ff6b7a8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilder.cs @@ -214,10 +214,10 @@ public partial class InstalledAppsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index 34af3ecff59..d88fd4e3ba9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -35,7 +35,6 @@ public SendActivityNotificationRequestBuilder(string rawUrl, IRequestAdapter req } /// /// Send an activity feed notification to a user. For more information, see sending Teams activity notifications. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Count/CountRequestBuilder.cs index fa37bf7ea59..34613b14fb9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Delta/DeltaRequestBuilder.cs index 194e66dec74..b59e418835a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Extensions/Count/CountRequestBuilder.cs index de8c13b29be..9594ad2ab9d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Extensions/ExtensionsRequestBuilder.cs index dfaf30d6547..2908ccc93b8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Count/CountRequestBuilder.cs index 89504808e31..07ff1b06c71 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Delta/DeltaRequestBuilder.cs index 33b3d48bccd..132d1e4b04e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Delta/DeltaRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Delta/DeltaRequestBuilder.cs @@ -35,7 +35,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTask resources without having to fetch the entire set from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -59,7 +58,6 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTask resources without having to fetch the entire set from the server every time. - /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -171,10 +169,10 @@ public partial class DeltaRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/AttachmentSessions/AttachmentSessionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/AttachmentSessions/AttachmentSessionsRequestBuilder.cs index c75d7e7ce77..1e419c7d66f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/AttachmentSessions/AttachmentSessionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/AttachmentSessions/AttachmentSessionsRequestBuilder.cs @@ -165,10 +165,10 @@ public partial class AttachmentSessionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/AttachmentSessions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/AttachmentSessions/Count/CountRequestBuilder.cs index 36a398f6d0c..f072b2e18fc 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/AttachmentSessions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/AttachmentSessions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.cs index b17d49f317e..9f1e6bf0af7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class AttachmentsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Count/CountRequestBuilder.cs index 0145cdd1123..f4cb6ef7d97 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index d7fee9c4712..5e5599c6fa3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -36,7 +36,6 @@ public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.cs index 33f5f7a154d..899de67b030 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ChecklistItemsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Count/CountRequestBuilder.cs index 7807c89fa9a..a964a8adcc9 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Extensions/Count/CountRequestBuilder.cs index 6cc88350ad2..4063a3f319a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Extensions/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Extensions/ExtensionsRequestBuilder.cs index fcbf0b28a6f..bff526d2977 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Extensions/ExtensionsRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class ExtensionsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Count/CountRequestBuilder.cs index b35094c378c..d47772e4ca6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.cs index 302a84d24bb..7f3fa472227 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.cs @@ -212,10 +212,10 @@ public partial class LinkedResourcesRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilder.cs index 8f37c97255a..1493c4fd4e8 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class TasksRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/ListsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/ListsRequestBuilder.cs index 9975a25f88a..fba8ae3a60d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/ListsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Todo/Lists/ListsRequestBuilder.cs @@ -218,10 +218,10 @@ public partial class ListsRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index e30271bf4ad..e367ad8c66c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 9ebc5779d7c..d40d2111595 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 96bc93c359d..a7dd9440765 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphAdministrativeUnitRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs index 92dd219fd42..cb416830f37 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index 084936c698d..3f6ef96c50f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphDirectoryRoleRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index 3ba27a4901b..620b6fb6f08 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs @@ -36,17 +36,17 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base /// /// Get the number of the resource /// - /// A + /// A /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. /// When receiving a 4XX or 5XX status code #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) { #nullable restore #else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) { #endif var requestInfo = ToGetRequestInformation(requestConfiguration); @@ -54,7 +54,7 @@ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// /// Get the number of the resource diff --git a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index a81bad4c368..4bc8ffe88fa 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -152,10 +152,10 @@ public partial class GraphGroupRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index e3d373224b6..053fd3b1b87 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -184,10 +184,10 @@ public partial class TransitiveMemberOfRequestBuilderGetQueryParameters #endif /// Skip the first n items [QueryParameter("%24skip")] - public int? Skip { get; set; } + public long? Skip { get; set; } /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.cs index 0c2a7d55631..f67fdafce12 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.cs @@ -35,7 +35,6 @@ public TranslateExchangeIdsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Translate identifiers of Outlook-related resources between formats. - /// Find more info here /// /// A /// The request body @@ -61,7 +60,6 @@ public TranslateExchangeIdsRequestBuilder(string rawUrl, IRequestAdapter request } /// /// Translate identifiers of Outlook-related resources between formats. - /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs index 94ae9390f21..8ca52da4785 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs @@ -488,7 +488,7 @@ public UserItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b } /// /// Deletes a user. - /// 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. @@ -522,8 +522,8 @@ public async Task DeleteAsync(Action - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. - /// Find more info here + /// Read properties and relationships of the user object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -547,7 +547,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 @@ -603,7 +603,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. + /// Read properties and relationships of the user object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -661,7 +661,7 @@ public partial class UserItemRequestBuilderDeleteRequestConfiguration : RequestC { } /// - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. + /// Read properties and relationships of the user object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UserItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagRequestBuilder.cs index 03b9a4a1db4..c059982948f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagRequestBuilder.cs @@ -35,7 +35,6 @@ public WipeManagedAppRegistrationsByDeviceTagRequestBuilder(string rawUrl, IRequ } /// /// Issues a wipe operation on an app registration with specified device tag. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs index 5cf80da637c..7963699e768 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 @@ -238,7 +238,7 @@ public partial class UsersRequestBuilderGetQueryParameters #endif /// Show only the first n items [QueryParameter("%24top")] - public int? Top { get; set; } + public long? Top { get; set; } } /// /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 188bc8c5d1c..779262aea81 100644 --- a/src/Microsoft.Graph/Generated/Users/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -35,7 +35,6 @@ public ValidatePropertiesRequestBuilder(string rawUrl, IRequestAdapter requestAd } /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. - /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs index 3ccadf50700..b68da457073 100644 --- a/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs @@ -38,7 +38,7 @@ public UsersWithUserPrincipalNameRequestBuilder(string rawUrl, IRequestAdapter r } /// /// Deletes a user. - /// 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. @@ -60,8 +60,8 @@ public async Task DeleteAsync(Action - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. - /// Find more info here + /// Read properties and relationships of the user object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -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 @@ -129,7 +129,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. + /// Read properties and relationships of the user object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -187,7 +187,7 @@ public partial class UsersWithUserPrincipalNameRequestBuilderDeleteRequestConfig { } /// - /// Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. + /// Read properties and relationships of the user object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UsersWithUserPrincipalNameRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/kiota-dom-export.txt b/src/Microsoft.Graph/Generated/kiota-dom-export.txt index e74a05dc4ac..fcbe819ede3 100644 --- a/src/Microsoft.Graph/Generated/kiota-dom-export.txt +++ b/src/Microsoft.Graph/Generated/kiota-dom-export.txt @@ -54,7 +54,7 @@ Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuil Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Count.CountRequestBuilder Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.BrowserSiteListItemRequestBuilder-->BaseRequestBuilder @@ -98,7 +98,7 @@ Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Cou Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Count.CountRequestBuilder Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Item.BrowserSharedCookieItemRequestBuilder-->BaseRequestBuilder @@ -123,8 +123,8 @@ Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sha Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder.sharedCookiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.sharedCookiesRequestBuilder::[BrowserSharedCookieId:string]:global.Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.Item.BrowserSharedCookieItemRequestBuilder @@ -142,7 +142,7 @@ Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.Count Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Count.CountRequestBuilder Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Item.BrowserSiteItemRequestBuilder-->BaseRequestBuilder @@ -167,8 +167,8 @@ Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesReques Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder.sitesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.sitesRequestBuilder::[BrowserSiteId:string]:global.Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites.Item.BrowserSiteItemRequestBuilder @@ -187,8 +187,8 @@ Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilde Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder.siteListsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.siteListsRequestBuilder::[BrowserSiteListId:string]:global.Microsoft.Graph.Admin.Edge.InternetExplorerMode.SiteLists.Item.BrowserSiteListItemRequestBuilder @@ -264,7 +264,7 @@ Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder.Cou Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.People.ProfileCardProperties.Count.CountRequestBuilder Microsoft.Graph.Admin.People.ProfileCardProperties.Item.ProfileCardPropertyItemRequestBuilder-->BaseRequestBuilder @@ -289,8 +289,8 @@ Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestB Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder.profileCardPropertiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.People.ProfileCardProperties.profileCardPropertiesRequestBuilder::[ProfileCardPropertyId:string]:global.Microsoft.Graph.Admin.People.ProfileCardProperties.Item.ProfileCardPropertyItemRequestBuilder @@ -335,7 +335,7 @@ Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuil Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Count.CountRequestBuilder Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder-->BaseRequestBuilder @@ -345,8 +345,8 @@ Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequest Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder.healthOverviewsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.healthOverviewsRequestBuilder::[ServiceHealthId:string]:global.Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.ServiceHealthItemRequestBuilder @@ -364,7 +364,7 @@ Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.Coun Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Count.CountRequestBuilder Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder-->BaseRequestBuilder @@ -374,8 +374,8 @@ Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequ Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder.issuesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.issuesRequestBuilder::[ServiceHealthIssueId:string]:global.Microsoft.Graph.Admin.ServiceAnnouncement.HealthOverviews.Item.Issues.Item.ServiceHealthIssueItemRequestBuilder @@ -432,7 +432,7 @@ Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder.Count Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Count.CountRequestBuilder Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder-->BaseRequestBuilder @@ -442,8 +442,8 @@ Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequ Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder.issuesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Issues.issuesRequestBuilder::[ServiceHealthIssueId:string]:global.Microsoft.Graph.Admin.ServiceAnnouncement.Issues.Item.ServiceHealthIssueItemRequestBuilder @@ -510,7 +510,7 @@ Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder.Cou Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Count.CountRequestBuilder Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Favorite.favoritePostRequestBody::|public|AdditionalData:IDictionary @@ -546,8 +546,8 @@ Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsR Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.attachmentsRequestBuilder::[ServiceAnnouncementAttachmentId:string]:global.Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Item.ServiceAnnouncementAttachmentItemRequestBuilder @@ -565,7 +565,7 @@ Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountR Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.Attachments.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -686,8 +686,8 @@ Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messag Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Admin.ServiceAnnouncement.Messages.messagesRequestBuilder::[ServiceUpdateMessageId:string]:global.Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Item.ServiceUpdateMessageItemRequestBuilder @@ -813,8 +813,8 @@ Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreemen Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.AgreementAcceptances.agreementAcceptancesRequestBuilder::[AgreementAcceptanceId:string]:global.Microsoft.Graph.AgreementAcceptances.Item.AgreementAcceptanceItemRequestBuilder @@ -846,8 +846,8 @@ Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQ Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.agreementsRequestBuilder.agreementsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.agreementsRequestBuilder::[AgreementId:string]:global.Microsoft.Graph.Agreements.Item.AgreementItemRequestBuilder @@ -865,8 +865,8 @@ Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptance Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Acceptances.acceptancesRequestBuilder::[AgreementAcceptanceId:string]:global.Microsoft.Graph.Agreements.Item.Acceptances.Item.AgreementAcceptanceItemRequestBuilder @@ -884,7 +884,7 @@ Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder.CountReque Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Agreements.Item.Acceptances.Count.CountRequestBuilder Microsoft.Graph.Agreements.Item.Acceptances.Item.AgreementAcceptanceItemRequestBuilder-->BaseRequestBuilder @@ -941,7 +941,7 @@ Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBu Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.AgreementFileLocalizationItemRequestBuilder-->BaseRequestBuilder @@ -966,7 +966,7 @@ Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count. Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Item.AgreementFileVersionItemRequestBuilder-->BaseRequestBuilder @@ -991,8 +991,8 @@ Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versio Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder::[AgreementFileVersionId:string]:global.Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.Versions.Item.AgreementFileVersionItemRequestBuilder @@ -1011,8 +1011,8 @@ Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequest Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder::[AgreementFileLocalizationId:string]:global.Microsoft.Graph.Agreements.Item.FileNamespace.Localizations.Item.AgreementFileLocalizationItemRequestBuilder @@ -1030,7 +1030,7 @@ Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Agreements.Item.Files.Count.CountRequestBuilder Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -1040,8 +1040,8 @@ Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGet Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Files.filesRequestBuilder::[AgreementFileLocalizationId:string]:global.Microsoft.Graph.Agreements.Item.Files.Item.AgreementFileLocalizationItemRequestBuilder @@ -1075,7 +1075,7 @@ Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder.Co Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.Agreements.Item.Files.Item.Versions.Item.AgreementFileVersionItemRequestBuilder-->BaseRequestBuilder @@ -1100,8 +1100,8 @@ Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versi Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Agreements.Item.Files.Item.Versions.versionsRequestBuilder::[AgreementFileVersionId:string]:global.Microsoft.Graph.Agreements.Item.Files.Item.Versions.Item.AgreementFileVersionItemRequestBuilder @@ -1132,7 +1132,7 @@ Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.AppCatalogs.TeamsApps.Count.CountRequestBuilder Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder-->BaseRequestBuilder @@ -1142,8 +1142,8 @@ Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestB Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder.appDefinitionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.appDefinitionsRequestBuilder::[TeamsAppDefinitionId:string]:global.Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Item.TeamsAppDefinitionItemRequestBuilder @@ -1161,7 +1161,7 @@ Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuil Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Count.CountRequestBuilder Microsoft.Graph.AppCatalogs.TeamsApps.Item.AppDefinitions.Item.Bot.botRequestBuilder-->BaseRequestBuilder @@ -1218,8 +1218,8 @@ Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBu Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder.teamsAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.AppCatalogs.TeamsApps.teamsAppsRequestBuilder::[TeamsAppId:string]:global.Microsoft.Graph.AppCatalogs.TeamsApps.Item.TeamsAppItemRequestBuilder @@ -1238,8 +1238,8 @@ Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuild Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.applicationsRequestBuilder.applicationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.applicationsRequestBuilder::[ApplicationId:string]:global.Microsoft.Graph.Applications.Item.ApplicationItemRequestBuilder @@ -1261,7 +1261,7 @@ Microsoft.Graph.Applications.Count.CountRequestBuilder.CountRequestBuilderGetQue Microsoft.Graph.Applications.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Count.CountRequestBuilder Microsoft.Graph.Applications.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -1276,8 +1276,8 @@ Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetQue Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -1410,8 +1410,8 @@ Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesReq Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder::[AppManagementPolicyId:string]:global.Microsoft.Graph.Applications.Item.AppManagementPolicies.Item.AppManagementPolicyItemRequestBuilder Microsoft.Graph.Applications.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -1427,7 +1427,7 @@ Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilde Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.AppManagementPolicies.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.AppManagementPolicies.Item.AppManagementPolicyItemRequestBuilder-->BaseRequestBuilder @@ -1448,8 +1448,8 @@ Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.Re Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.AppManagementPolicies.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -1522,7 +1522,7 @@ Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder. Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.ExtensionProperties.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder-->BaseRequestBuilder @@ -1532,8 +1532,8 @@ Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequest Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder.extensionPropertiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.ExtensionProperties.extensionPropertiesRequestBuilder::[ExtensionPropertyId:string]:global.Microsoft.Graph.Applications.Item.ExtensionProperties.Item.ExtensionPropertyItemRequestBuilder @@ -1566,7 +1566,7 @@ Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountReques Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder-->BaseRequestBuilder @@ -1576,8 +1576,8 @@ Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentity Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder::[FederatedIdentityCredentialId:string]:global.Microsoft.Graph.Applications.Item.FederatedIdentityCredentials.Item.FederatedIdentityCredentialItemRequestBuilder @@ -1671,7 +1671,7 @@ Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestB Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder-->BaseRequestBuilder @@ -1681,8 +1681,8 @@ Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryP Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder::[HomeRealmDiscoveryPolicyId:string]:global.Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.Item.HomeRealmDiscoveryPolicyItemRequestBuilder Microsoft.Graph.Applications.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -1719,7 +1719,7 @@ Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Owners.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder-->BaseRequestBuilder @@ -1728,7 +1728,7 @@ Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountReque Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -1738,8 +1738,8 @@ Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssi Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -1753,7 +1753,7 @@ Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -1763,8 +1763,8 @@ Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuild Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -1778,7 +1778,7 @@ Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountReques Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -1788,8 +1788,8 @@ Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrinc Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -1803,7 +1803,7 @@ Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder.Cou Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Owners.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -1813,8 +1813,8 @@ Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graph Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Owners.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -1880,8 +1880,8 @@ Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuild Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Applications.Item.Owners.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Applications.Item.Owners.ownersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -1902,8 +1902,8 @@ Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilder Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Owners.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -1989,7 +1989,7 @@ Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Synchronization.Jobs.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.BulkUpload.bulkUploadRequestBuilder-->BaseRequestBuilder @@ -2064,7 +2064,7 @@ Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.C Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder-->BaseRequestBuilder @@ -2074,8 +2074,8 @@ Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.d Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder::[DirectoryDefinitionId:string]:global.Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Directories.Item.DirectoryDefinitionItemRequestBuilder @@ -2122,8 +2122,8 @@ Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperato Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -2145,8 +2145,8 @@ Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.fun Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -2246,8 +2246,8 @@ Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRe Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Jobs.jobsRequestBuilder::[SynchronizationJobId:string]:global.Microsoft.Graph.Applications.Item.Synchronization.Jobs.Item.SynchronizationJobItemRequestBuilder @@ -2284,7 +2284,7 @@ Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuil Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Synchronization.Secrets.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Synchronization.Secrets.secretsPutRequestBody::|public|AdditionalData:IDictionary @@ -2339,7 +2339,7 @@ Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBu Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Synchronization.Templates.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder-->BaseRequestBuilder @@ -2348,7 +2348,7 @@ Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Director Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder-->BaseRequestBuilder @@ -2358,8 +2358,8 @@ Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Director Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder::[DirectoryDefinitionId:string]:global.Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Directories.Item.DirectoryDefinitionItemRequestBuilder @@ -2406,8 +2406,8 @@ Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOp Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -2429,8 +2429,8 @@ Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Function Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -2499,8 +2499,8 @@ Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuil Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.Synchronization.Templates.templatesRequestBuilder::[SynchronizationTemplateId:string]:global.Microsoft.Graph.Applications.Item.Synchronization.Templates.Item.SynchronizationTemplateItemRequestBuilder @@ -2518,7 +2518,7 @@ Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilde Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Item.Ref.RefRequestBuilder-->BaseRequestBuilder @@ -2539,8 +2539,8 @@ Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.Re Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -2559,8 +2559,8 @@ Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesReq Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder::[TokenIssuancePolicyId:string]:global.Microsoft.Graph.Applications.Item.TokenIssuancePolicies.Item.TokenIssuancePolicyItemRequestBuilder Microsoft.Graph.Applications.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -2576,7 +2576,7 @@ Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilde Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Count.CountRequestBuilder Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Item.Ref.RefRequestBuilder-->BaseRequestBuilder @@ -2597,8 +2597,8 @@ Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.Re Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -2617,8 +2617,8 @@ Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesReq Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder::[TokenLifetimePolicyId:string]:global.Microsoft.Graph.Applications.Item.TokenLifetimePolicies.Item.TokenLifetimePolicyItemRequestBuilder Microsoft.Graph.Applications.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -2690,8 +2690,8 @@ Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicat Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicationTemplatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicationTemplatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicationTemplatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicationTemplatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicationTemplatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicationTemplatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicationTemplatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder.applicationTemplatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder::[ApplicationTemplateId:string]:global.Microsoft.Graph.ApplicationTemplates.Item.ApplicationTemplateItemRequestBuilder Microsoft.Graph.ApplicationTemplates.applicationTemplatesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -2706,7 +2706,7 @@ Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ApplicationTemplates.Count.CountRequestBuilder Microsoft.Graph.ApplicationTemplates.Item.ApplicationTemplateItemRequestBuilder-->BaseRequestBuilder @@ -2756,7 +2756,7 @@ Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder.CountRequest Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.AuditLogs.DirectoryAudits.Count.CountRequestBuilder Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder-->BaseRequestBuilder @@ -2766,8 +2766,8 @@ Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.director Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder.directoryAuditsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.DirectoryAudits.directoryAuditsRequestBuilder::[DirectoryAuditId:string]:global.Microsoft.Graph.AuditLogs.DirectoryAudits.Item.DirectoryAuditItemRequestBuilder @@ -2800,7 +2800,7 @@ Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.AuditLogs.Provisioning.Count.CountRequestBuilder Microsoft.Graph.AuditLogs.Provisioning.Item.ProvisioningObjectSummaryItemRequestBuilder-->BaseRequestBuilder @@ -2825,8 +2825,8 @@ Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRe Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder.provisioningRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.Provisioning.provisioningRequestBuilder::[ProvisioningObjectSummaryId:string]:global.Microsoft.Graph.AuditLogs.Provisioning.Item.ProvisioningObjectSummaryItemRequestBuilder @@ -2874,7 +2874,7 @@ Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.AuditLogs.SignIns.Count.CountRequestBuilder Microsoft.Graph.AuditLogs.SignIns.Dismiss.dismissPostRequestBody::|public|AdditionalData:IDictionary @@ -2914,8 +2914,8 @@ Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGet Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder.signInsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuditLogs.SignIns.signInsRequestBuilder::[SignInId:string]:global.Microsoft.Graph.AuditLogs.SignIns.Item.SignInItemRequestBuilder @@ -2937,8 +2937,8 @@ Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigura Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder::[AuthenticationMethodConfigurationId:string]:global.Microsoft.Graph.AuthenticationMethodConfigurations.Item.AuthenticationMethodConfigurationItemRequestBuilder @@ -2956,7 +2956,7 @@ Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder.Cou Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.AuthenticationMethodConfigurations.Count.CountRequestBuilder Microsoft.Graph.AuthenticationMethodConfigurations.Item.AuthenticationMethodConfigurationItemRequestBuilder-->BaseRequestBuilder @@ -2981,8 +2981,8 @@ Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.a Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder::[AuthenticationMethodConfigurationId:string]:global.Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Item.AuthenticationMethodConfigurationItemRequestBuilder @@ -3000,7 +3000,7 @@ Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.C Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder Microsoft.Graph.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Item.AuthenticationMethodConfigurationItemRequestBuilder-->BaseRequestBuilder @@ -3116,8 +3116,8 @@ Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurat Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder::[CertificateBasedAuthConfigurationId:string]:global.Microsoft.Graph.CertificateBasedAuthConfiguration.Item.CertificateBasedAuthConfigurationItemRequestBuilder @@ -3135,7 +3135,7 @@ Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder.Coun Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.CertificateBasedAuthConfiguration.Count.CountRequestBuilder Microsoft.Graph.CertificateBasedAuthConfiguration.Item.CertificateBasedAuthConfigurationItemRequestBuilder-->BaseRequestBuilder @@ -3160,8 +3160,8 @@ Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters: Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.chatsRequestBuilder.chatsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.chatsRequestBuilder::[ChatId:string]:global.Microsoft.Graph.Chats.Item.ChatItemRequestBuilder @@ -3181,7 +3181,7 @@ Microsoft.Graph.Chats.Count.CountRequestBuilder.CountRequestBuilderGetQueryParam Microsoft.Graph.Chats.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Count.CountRequestBuilder Microsoft.Graph.Chats.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -3197,8 +3197,8 @@ Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessages Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -3220,8 +3220,8 @@ Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilde Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -3279,7 +3279,7 @@ Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -3289,8 +3289,8 @@ Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAp Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.InstalledApps.installedAppsRequestBuilder::[TeamsAppInstallationId:string]:global.Microsoft.Graph.Chats.Item.InstalledApps.Item.TeamsAppInstallationItemRequestBuilder @@ -3428,7 +3428,7 @@ Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -3453,8 +3453,8 @@ Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGe Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Chats.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -3497,7 +3497,7 @@ Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -3512,8 +3512,8 @@ Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilde Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -3550,7 +3550,7 @@ Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilde Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -3560,8 +3560,8 @@ Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBui Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Chats.Item.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -3608,7 +3608,7 @@ Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder.Count Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -3623,8 +3623,8 @@ Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.delta Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -3660,7 +3660,7 @@ Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.Count Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -3670,8 +3670,8 @@ Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedConte Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -3763,8 +3763,8 @@ Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRe Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Chats.Item.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -3828,8 +3828,8 @@ Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilde Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Chats.Item.Messages.Item.ChatMessageItemRequestBuilder @@ -3848,7 +3848,7 @@ Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder.CountReque Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -3873,8 +3873,8 @@ Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permi Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Chats.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -3892,7 +3892,7 @@ Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.PinnedMessages.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.PinnedMessages.Item.Message.messageRequestBuilder-->BaseRequestBuilder @@ -3927,8 +3927,8 @@ Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMes Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder::[PinnedChatMessageInfoId:string]:global.Microsoft.Graph.Chats.Item.PinnedMessages.Item.PinnedChatMessageInfoItemRequestBuilder @@ -3968,7 +3968,7 @@ Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Chats.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Chats.Item.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -4003,8 +4003,8 @@ Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryPar Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Chats.Item.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Chats.Item.Tabs.Item.TeamsTabItemRequestBuilder @@ -4038,8 +4038,8 @@ Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecords Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder.callRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.callRecordsRequestBuilder::[CallRecordId:string]:global.Microsoft.Graph.Communications.CallRecords.Item.CallRecordItemRequestBuilder @@ -4059,7 +4059,7 @@ Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder.CountReques Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.CallRecords.Count.CountRequestBuilder Microsoft.Graph.Communications.CallRecords.Item.CallRecordItemRequestBuilder-->BaseRequestBuilder @@ -4101,7 +4101,7 @@ Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountReque Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Count.CountRequestBuilder Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Item.ParticipantItemRequestBuilder-->BaseRequestBuilder @@ -4126,8 +4126,8 @@ Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2R Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder.participants_v2RequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.participants_v2RequestBuilder::[ParticipantId:string]:global.Microsoft.Graph.Communications.CallRecords.Item.Participants_v2.Item.ParticipantItemRequestBuilder @@ -4145,7 +4145,7 @@ Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuild Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.CallRecords.Item.Sessions.Count.CountRequestBuilder Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder-->BaseRequestBuilder @@ -4154,7 +4154,7 @@ Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.Cou Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Count.CountRequestBuilder Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Item.SegmentItemRequestBuilder-->BaseRequestBuilder @@ -4179,8 +4179,8 @@ Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsR Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder.segmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.segmentsRequestBuilder::[SegmentId:string]:global.Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.Segments.Item.SegmentItemRequestBuilder @@ -4215,8 +4215,8 @@ Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder. Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.Item.Sessions.sessionsRequestBuilder::[SessionId:string]:global.Microsoft.Graph.Communications.CallRecords.Item.Sessions.Item.SessionItemRequestBuilder @@ -4239,8 +4239,8 @@ Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRou Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; fromDateTime?:DateTimeOffset?; toDateTime?:DateTimeOffset?):void Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -4259,8 +4259,8 @@ Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCalls Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; fromDateTime?:DateTimeOffset?; toDateTime?:DateTimeOffset?):void Microsoft.Graph.Communications.CallRecords.MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime.microsoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -4275,8 +4275,8 @@ Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetQ Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.callsRequestBuilder.callsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.callsRequestBuilder::[CallId:string]:global.Microsoft.Graph.Communications.Calls.Item.CallItemRequestBuilder @@ -4295,7 +4295,7 @@ Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.Calls.Count.CountRequestBuilder Microsoft.Graph.Communications.Calls.Item.AddLargeGalleryView.addLargeGalleryViewPostRequestBody::|public|AdditionalData:IDictionary @@ -4313,7 +4313,7 @@ Microsoft.Graph.Communications.Calls.Item.AddLargeGalleryView.addLargeGalleryVie Microsoft.Graph.Communications.Calls.Item.AddLargeGalleryView.addLargeGalleryViewRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Communications.Calls.Item.AddLargeGalleryView.AddLargeGalleryViewPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AddLargeGalleryViewOperation Microsoft.Graph.Communications.Calls.Item.AddLargeGalleryView.addLargeGalleryViewRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Communications.Calls.Item.AddLargeGalleryView.AddLargeGalleryViewPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.Calls.Item.AddLargeGalleryView.addLargeGalleryViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.Calls.Item.AddLargeGalleryView.AddLargeGalleryViewRequestBuilder -Microsoft.Graph.Communications.Calls.Item.Answer.answerPostRequestBody::|public|AcceptedModalities:List +Microsoft.Graph.Communications.Calls.Item.Answer.answerPostRequestBody::|public|AcceptedModalities:List Microsoft.Graph.Communications.Calls.Item.Answer.answerPostRequestBody::|public|AdditionalData:IDictionary Microsoft.Graph.Communications.Calls.Item.Answer.answerPostRequestBody::|public|BackingStore:IBackingStore Microsoft.Graph.Communications.Calls.Item.Answer.answerPostRequestBody::|public|CallbackUri:string @@ -4339,8 +4339,8 @@ Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsR Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder.audioRoutingGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.audioRoutingGroupsRequestBuilder::[AudioRoutingGroupId:string]:global.Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Item.AudioRoutingGroupItemRequestBuilder @@ -4358,7 +4358,7 @@ Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestB Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Count.CountRequestBuilder Microsoft.Graph.Communications.Calls.Item.AudioRoutingGroups.Item.AudioRoutingGroupItemRequestBuilder-->BaseRequestBuilder @@ -4447,8 +4447,8 @@ Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingS Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder.contentSharingSessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.contentSharingSessionsRequestBuilder::[ContentSharingSessionId:string]:global.Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Item.ContentSharingSessionItemRequestBuilder @@ -4466,7 +4466,7 @@ Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequ Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Count.CountRequestBuilder Microsoft.Graph.Communications.Calls.Item.ContentSharingSessions.Item.ContentSharingSessionItemRequestBuilder-->BaseRequestBuilder @@ -4512,7 +4512,7 @@ Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder.C Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.Calls.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Communications.Calls.Item.Operations.Item.CommsOperationItemRequestBuilder-->BaseRequestBuilder @@ -4537,8 +4537,8 @@ Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.op Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.Operations.operationsRequestBuilder::[CommsOperationId:string]:global.Microsoft.Graph.Communications.Calls.Item.Operations.Item.CommsOperationItemRequestBuilder @@ -4556,7 +4556,7 @@ Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.Calls.Item.Participants.Count.CountRequestBuilder Microsoft.Graph.Communications.Calls.Item.Participants.Invite.invitePostRequestBody::|public|AdditionalData:IDictionary @@ -4646,8 +4646,8 @@ Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilde Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder.participantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Calls.Item.Participants.participantsRequestBuilder::[ParticipantId:string]:global.Microsoft.Graph.Communications.Calls.Item.Participants.Item.ParticipantItemRequestBuilder @@ -4871,7 +4871,7 @@ Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder.CountReq Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.OnlineMeetings.Count.CountRequestBuilder Microsoft.Graph.Communications.OnlineMeetings.CreateOrGet.createOrGetPostRequestBody::|public|AdditionalData:IDictionary @@ -4908,9 +4908,9 @@ Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUs Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|StartDateTime:DateTimeOffset? -Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -4934,9 +4934,9 @@ Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerU Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|StartDateTime:DateTimeOffset? -Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -4953,8 +4953,8 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceR Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder::[MeetingAttendanceReportId:string]:global.Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.MeetingAttendanceReportItemRequestBuilder @@ -4972,7 +4972,7 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.Count Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder-->BaseRequestBuilder @@ -4982,8 +4982,8 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.Attend Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder::[AttendanceRecordId:string]:global.Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder @@ -5001,7 +5001,7 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.Attend Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder Microsoft.Graph.Communications.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder-->BaseRequestBuilder @@ -5094,7 +5094,7 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequest Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -5109,8 +5109,8 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequest Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -5156,8 +5156,8 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestB Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.recordingsRequestBuilder::[CallRecordingId:string]:global.Microsoft.Graph.Communications.OnlineMeetings.Item.Recordings.Item.CallRecordingItemRequestBuilder @@ -5208,7 +5208,7 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountReques Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -5223,8 +5223,8 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaReques Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -5284,8 +5284,8 @@ Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsReques Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder::[CallTranscriptId:string]:global.Microsoft.Graph.Communications.OnlineMeetings.Item.Transcripts.Item.CallTranscriptItemRequestBuilder @@ -5305,8 +5305,8 @@ Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlin Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.OnlineMeetings.onlineMeetingsRequestBuilder::[OnlineMeetingId:string]:global.Microsoft.Graph.Communications.OnlineMeetings.Item.OnlineMeetingItemRequestBuilder @@ -5327,7 +5327,7 @@ Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Communications.Presences.Count.CountRequestBuilder Microsoft.Graph.Communications.Presences.Item.ClearPresence.clearPresencePostRequestBody::|public|AdditionalData:IDictionary @@ -5429,8 +5429,8 @@ Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesReques Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Presences.presencesRequestBuilder.presencesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Communications.Presences.presencesRequestBuilder::[PresenceId:string]:global.Microsoft.Graph.Communications.Presences.Item.PresenceItemRequestBuilder @@ -5461,8 +5461,8 @@ Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderG Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.connectionsRequestBuilder.connectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.connectionsRequestBuilder::[ExternalConnectionId:string]:global.Microsoft.Graph.Connections.Item.ExternalConnectionItemRequestBuilder @@ -5480,7 +5480,7 @@ Microsoft.Graph.Connections.Count.CountRequestBuilder.CountRequestBuilderGetQuer Microsoft.Graph.Connections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Connections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Connections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Connections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Connections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Connections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Connections.Count.CountRequestBuilder Microsoft.Graph.Connections.Item.ExternalConnectionItemRequestBuilder-->BaseRequestBuilder @@ -5508,7 +5508,7 @@ Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder.CountRequestBu Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Connections.Item.Groups.Count.CountRequestBuilder Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder-->BaseRequestBuilder @@ -5518,8 +5518,8 @@ Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilde Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Groups.groupsRequestBuilder::[ExternalGroupId:string]:global.Microsoft.Graph.Connections.Item.Groups.Item.ExternalGroupItemRequestBuilder @@ -5553,7 +5553,7 @@ Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder.C Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Connections.Item.Groups.Item.Members.Item.IdentityItemRequestBuilder-->BaseRequestBuilder @@ -5578,8 +5578,8 @@ Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membe Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Groups.Item.Members.membersRequestBuilder::[IdentityId:string]:global.Microsoft.Graph.Connections.Item.Groups.Item.Members.Item.IdentityItemRequestBuilder @@ -5597,7 +5597,7 @@ Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Connections.Item.Items.Count.CountRequestBuilder Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder-->BaseRequestBuilder @@ -5607,8 +5607,8 @@ Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder. Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Items.Item.Activities.activitiesRequestBuilder::[ExternalActivityId:string]:global.Microsoft.Graph.Connections.Item.Items.Item.Activities.Item.ExternalActivityItemRequestBuilder @@ -5626,7 +5626,7 @@ Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder Microsoft.Graph.Connections.Item.Items.Item.Activities.Item.ExternalActivityItemRequestBuilder-->BaseRequestBuilder @@ -5701,8 +5701,8 @@ Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGe Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Items.itemsRequestBuilder::[ExternalItemId:string]:global.Microsoft.Graph.Connections.Item.Items.Item.ExternalItemItemRequestBuilder @@ -5720,7 +5720,7 @@ Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder.CountReque Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Connections.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Connections.Item.Operations.Item.ConnectionOperationItemRequestBuilder-->BaseRequestBuilder @@ -5745,8 +5745,8 @@ Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsR Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Connections.Item.Operations.operationsRequestBuilder::[ConnectionOperationId:string]:global.Microsoft.Graph.Connections.Item.Operations.Item.ConnectionOperationItemRequestBuilder @@ -5777,7 +5777,7 @@ Microsoft.Graph.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryPa Microsoft.Graph.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.contactsRequestBuilder.contactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.contactsRequestBuilder::[OrgContactId:string]:global.Microsoft.Graph.Contacts.Item.OrgContactItemRequestBuilder Microsoft.Graph.Contacts.contactsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -5796,7 +5796,7 @@ Microsoft.Graph.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetQueryPa Microsoft.Graph.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Count.CountRequestBuilder Microsoft.Graph.Contacts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -5811,8 +5811,8 @@ Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryPa Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -5921,7 +5921,7 @@ Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder.CountReque Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.DirectReports.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder-->BaseRequestBuilder @@ -5931,8 +5931,8 @@ Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directRe Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Contacts.Item.DirectReports.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Contacts.Item.DirectReports.directReportsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -5949,7 +5949,7 @@ Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBu Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -5959,8 +5959,8 @@ Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactReque Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -5974,7 +5974,7 @@ Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder. Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -5984,8 +5984,8 @@ Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.gr Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.DirectReports.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -6083,7 +6083,7 @@ Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.MemberOf.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -6092,7 +6092,7 @@ Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountReques Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -6102,8 +6102,8 @@ Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrati Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -6117,7 +6117,7 @@ Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.Coun Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -6127,8 +6127,8 @@ Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graph Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -6172,8 +6172,8 @@ Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBui Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Contacts.Item.MemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Contacts.Item.MemberOf.memberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -6224,7 +6224,7 @@ Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilde Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -6234,8 +6234,8 @@ Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningError Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -6249,7 +6249,7 @@ Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder.Count Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -6258,7 +6258,7 @@ Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.C Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -6268,8 +6268,8 @@ Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAd Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -6283,7 +6283,7 @@ Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBu Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -6293,8 +6293,8 @@ Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBui Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contacts.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -6338,8 +6338,8 @@ Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilde Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Contacts.Item.TransitiveMemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Contacts.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -6375,8 +6375,8 @@ Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetQuer Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contracts.contractsRequestBuilder.contractsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contracts.contractsRequestBuilder::[ContractId:string]:global.Microsoft.Graph.Contracts.Item.ContractItemRequestBuilder @@ -6398,7 +6398,7 @@ Microsoft.Graph.Contracts.Count.CountRequestBuilder.CountRequestBuilderGetQueryP Microsoft.Graph.Contracts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contracts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contracts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Contracts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Contracts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Contracts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Contracts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Contracts.Count.CountRequestBuilder Microsoft.Graph.Contracts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -6413,8 +6413,8 @@ Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryP Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Contracts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Contracts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Contracts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -6614,7 +6614,7 @@ Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DataPolicyOperations.Count.CountRequestBuilder Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder-->BaseRequestBuilder @@ -6624,8 +6624,8 @@ Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPoli Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder.dataPolicyOperationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DataPolicyOperations.dataPolicyOperationsRequestBuilder::[DataPolicyOperationId:string]:global.Microsoft.Graph.DataPolicyOperations.Item.DataPolicyOperationItemRequestBuilder @@ -6659,8 +6659,8 @@ Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedA Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder.androidManagedAppProtectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.androidManagedAppProtectionsRequestBuilder::[AndroidManagedAppProtectionId:string]:global.Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.AndroidManagedAppProtectionItemRequestBuilder @@ -6678,7 +6678,7 @@ Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequ Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.AndroidManagedAppProtectionItemRequestBuilder-->BaseRequestBuilder @@ -6706,8 +6706,8 @@ Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsR Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.appsRequestBuilder::[ManagedMobileAppId:string]:global.Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Item.ManagedMobileAppItemRequestBuilder @@ -6725,7 +6725,7 @@ Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Apps.Item.ManagedMobileAppItemRequestBuilder-->BaseRequestBuilder @@ -6750,8 +6750,8 @@ Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignment Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.assignmentsRequestBuilder::[TargetedManagedAppPolicyAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder @@ -6769,7 +6769,7 @@ Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignment Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -6808,7 +6808,7 @@ Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequ Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder-->BaseRequestBuilder @@ -6818,8 +6818,8 @@ Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedA Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder.defaultManagedAppProtectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.defaultManagedAppProtectionsRequestBuilder::[DefaultManagedAppProtectionId:string]:global.Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.DefaultManagedAppProtectionItemRequestBuilder @@ -6838,8 +6838,8 @@ Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsR Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.appsRequestBuilder::[ManagedMobileAppId:string]:global.Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Item.ManagedMobileAppItemRequestBuilder @@ -6857,7 +6857,7 @@ Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.Item.Apps.Item.ManagedMobileAppItemRequestBuilder-->BaseRequestBuilder @@ -6940,7 +6940,7 @@ Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestB Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder-->BaseRequestBuilder @@ -6950,8 +6950,8 @@ Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtec Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder.iosManagedAppProtectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.iosManagedAppProtectionsRequestBuilder::[IosManagedAppProtectionId:string]:global.Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.IosManagedAppProtectionItemRequestBuilder @@ -6970,8 +6970,8 @@ Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsReque Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder.appsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.appsRequestBuilder::[ManagedMobileAppId:string]:global.Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Item.ManagedMobileAppItemRequestBuilder @@ -6989,7 +6989,7 @@ Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.Cou Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Apps.Item.ManagedMobileAppItemRequestBuilder-->BaseRequestBuilder @@ -7014,8 +7014,8 @@ Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.as Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.assignmentsRequestBuilder::[TargetedManagedAppPolicyAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder @@ -7033,7 +7033,7 @@ Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Co Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -7090,7 +7090,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Item.ManagedAppPolicyItemRequestBuilder-->BaseRequestBuilder @@ -7131,8 +7131,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequest Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder.managedAppPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.managedAppPoliciesRequestBuilder::[ManagedAppPolicyId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.Item.ManagedAppPolicyItemRequestBuilder @@ -7150,7 +7150,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBu Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -7162,8 +7162,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlagge Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder.getUserIdsWithFlaggedAppRegistrationRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder.getUserIdsWithFlaggedAppRegistrationRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder.getUserIdsWithFlaggedAppRegistrationRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder.getUserIdsWithFlaggedAppRegistrationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder.getUserIdsWithFlaggedAppRegistrationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder.getUserIdsWithFlaggedAppRegistrationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder.getUserIdsWithFlaggedAppRegistrationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder.getUserIdsWithFlaggedAppRegistrationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.GetUserIdsWithFlaggedAppRegistration.getUserIdsWithFlaggedAppRegistrationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -7180,8 +7180,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder.appliedPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.appliedPoliciesRequestBuilder::[ManagedAppPolicyId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Item.ManagedAppPolicyItemRequestBuilder @@ -7199,7 +7199,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicies.Item.ManagedAppPolicyItemRequestBuilder-->BaseRequestBuilder @@ -7239,7 +7239,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicie Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder-->BaseRequestBuilder @@ -7249,8 +7249,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicie Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder.intendedPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.intendedPoliciesRequestBuilder::[ManagedAppPolicyId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolicies.Item.ManagedAppPolicyItemRequestBuilder @@ -7317,7 +7317,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Coun Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Item.ManagedAppOperationItemRequestBuilder-->BaseRequestBuilder @@ -7342,8 +7342,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.oper Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.operationsRequestBuilder::[ManagedAppOperationId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.Operations.Item.ManagedAppOperationItemRequestBuilder @@ -7362,8 +7362,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrati Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder::[ManagedAppRegistrationId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.Item.ManagedAppRegistrationItemRequestBuilder @@ -7382,7 +7382,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Item.ManagedAppStatusItemRequestBuilder-->BaseRequestBuilder @@ -7407,8 +7407,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequest Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder.managedAppStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.managedAppStatusesRequestBuilder::[ManagedAppStatusId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.Item.ManagedAppStatusItemRequestBuilder @@ -7426,7 +7426,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder.Coun Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assign.assignPostRequestBody::|public|AdditionalData:IDictionary @@ -7451,8 +7451,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRe Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.assignmentsRequestBuilder::[ManagedEBookAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Item.ManagedEBookAssignmentItemRequestBuilder @@ -7470,7 +7470,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRe Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.Item.ManagedEBookAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -7494,7 +7494,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountR Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder-->BaseRequestBuilder @@ -7504,8 +7504,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStates Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.deviceStatesRequestBuilder::[DeviceInstallStateId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.DeviceStates.Item.DeviceInstallStateItemRequestBuilder @@ -7573,7 +7573,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.Co Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder-->BaseRequestBuilder @@ -7582,7 +7582,7 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.Dev Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder-->BaseRequestBuilder @@ -7592,8 +7592,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.Dev Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder.deviceStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.deviceStatesRequestBuilder::[DeviceInstallStateId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.DeviceStates.Item.DeviceInstallStateItemRequestBuilder @@ -7643,8 +7643,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStat Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder.userStateSummaryRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.userStateSummaryRequestBuilder::[UserInstallStateSummaryId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.UserStateSummary.Item.UserInstallStateSummaryItemRequestBuilder @@ -7663,8 +7663,8 @@ Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.ma Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder.managedEBooksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.ManagedEBooks.managedEBooksRequestBuilder::[ManagedEBookId:string]:global.Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.ManagedEBookItemRequestBuilder @@ -7682,7 +7682,7 @@ Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Coun Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder-->BaseRequestBuilder @@ -7692,8 +7692,8 @@ Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder::[TargetedManagedAppPolicyAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder @@ -7711,7 +7711,7 @@ Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -7735,7 +7735,7 @@ Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder-->BaseRequestBuilder @@ -7745,8 +7745,8 @@ Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder::[WindowsInformationProtectionAppLockerFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Item.WindowsInformationProtectionAppLockerFileItemRequestBuilder @@ -7797,7 +7797,7 @@ Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Item.WindowsInformationProtectionAppLockerFileItemRequestBuilder-->BaseRequestBuilder @@ -7822,8 +7822,8 @@ Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder::[WindowsInformationProtectionAppLockerFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Item.WindowsInformationProtectionAppLockerFileItemRequestBuilder @@ -7842,8 +7842,8 @@ Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmW Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder.mdmWindowsInformationProtectionPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPoliciesRequestBuilder::[MdmWindowsInformationProtectionPolicyId:string]:global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.Item.MdmWindowsInformationProtectionPolicyItemRequestBuilder @@ -7861,7 +7861,7 @@ Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilde Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -7886,8 +7886,8 @@ Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesReque Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder.mobileAppCategoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppCategories.mobileAppCategoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileAppCategories.Item.MobileAppCategoryItemRequestBuilder @@ -7905,7 +7905,7 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBu Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assign.assignPostRequestBody::|public|AdditionalData:IDictionary @@ -7930,8 +7930,8 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.ass Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.assignmentsRequestBuilder::[ManagedDeviceMobileAppConfigurationAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Item.ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder @@ -7949,7 +7949,7 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Cou Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.Assignments.Item.ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -7973,7 +7973,7 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses. Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder-->BaseRequestBuilder @@ -7983,8 +7983,8 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses. Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder::[ManagedDeviceMobileAppConfigurationDeviceStatusId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.DeviceStatuses.Item.ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder @@ -8053,7 +8053,7 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Co Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Item.ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder-->BaseRequestBuilder @@ -8078,8 +8078,8 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.us Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.userStatusesRequestBuilder::[ManagedDeviceMobileAppConfigurationUserStatusId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.UserStatuses.Item.ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder @@ -8113,8 +8113,8 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurati Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder.mobileAppConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder::[ManagedDeviceMobileAppConfigurationId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.Item.ManagedDeviceMobileAppConfigurationItemRequestBuilder @@ -8132,7 +8132,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder.CountRe Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder-->BaseRequestBuilder @@ -8141,7 +8141,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountReq Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder-->BaseRequestBuilder @@ -8151,8 +8151,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLo Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder.graphAndroidLobAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder.graphAndroidLobAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder.graphAndroidLobAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder.graphAndroidLobAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder.graphAndroidLobAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder.graphAndroidLobAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder.graphAndroidLobAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder.graphAndroidLobAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidLobApp.graphAndroidLobAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8166,7 +8166,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountR Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder-->BaseRequestBuilder @@ -8176,8 +8176,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroid Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder.graphAndroidStoreAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder.graphAndroidStoreAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder.graphAndroidStoreAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder.graphAndroidStoreAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder.graphAndroidStoreAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder.graphAndroidStoreAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder.graphAndroidStoreAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder.graphAndroidStoreAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphAndroidStoreApp.graphAndroidStoreAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8191,7 +8191,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequest Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder-->BaseRequestBuilder @@ -8201,8 +8201,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder.graphIosLobAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder.graphIosLobAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder.graphIosLobAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder.graphIosLobAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder.graphIosLobAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder.graphIosLobAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder.graphIosLobAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder.graphIosLobAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosLobApp.graphIosLobAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8216,7 +8216,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountReque Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder-->BaseRequestBuilder @@ -8226,8 +8226,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreApp Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder.graphIosStoreAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder.graphIosStoreAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder.graphIosStoreAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder.graphIosStoreAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder.graphIosStoreAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder.graphIosStoreAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder.graphIosStoreAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder.graphIosStoreAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosStoreApp.graphIosStoreAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8241,7 +8241,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequest Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder-->BaseRequestBuilder @@ -8251,8 +8251,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder.graphIosVppAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder.graphIosVppAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder.graphIosVppAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder.graphIosVppAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder.graphIosVppAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder.graphIosVppAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder.graphIosVppAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder.graphIosVppAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphIosVppApp.graphIosVppAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8266,7 +8266,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountReque Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder-->BaseRequestBuilder @@ -8276,8 +8276,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgApp Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder.graphMacOSDmgAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder.graphMacOSDmgAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder.graphMacOSDmgAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder.graphMacOSDmgAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder.graphMacOSDmgAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder.graphMacOSDmgAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder.graphMacOSDmgAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder.graphMacOSDmgAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSDmgApp.graphMacOSDmgAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8291,7 +8291,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountReque Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder-->BaseRequestBuilder @@ -8301,8 +8301,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobApp Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder.graphMacOSLobAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder.graphMacOSLobAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder.graphMacOSLobAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder.graphMacOSLobAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder.graphMacOSLobAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder.graphMacOSLobAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder.graphMacOSLobAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder.graphMacOSLobAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMacOSLobApp.graphMacOSLobAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8316,7 +8316,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.C Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder-->BaseRequestBuilder @@ -8326,8 +8326,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphMa Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder.graphManagedAndroidLobAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder.graphManagedAndroidLobAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder.graphManagedAndroidLobAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder.graphManagedAndroidLobAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder.graphManagedAndroidLobAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder.graphManagedAndroidLobAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder.graphManagedAndroidLobAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder.graphManagedAndroidLobAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedAndroidLobApp.graphManagedAndroidLobAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8341,7 +8341,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.Count Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder-->BaseRequestBuilder @@ -8351,8 +8351,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManage Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder.graphManagedIOSLobAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder.graphManagedIOSLobAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder.graphManagedIOSLobAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder.graphManagedIOSLobAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder.graphManagedIOSLobAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder.graphManagedIOSLobAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder.graphManagedIOSLobAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder.graphManagedIOSLobAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedIOSLobApp.graphManagedIOSLobAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8366,7 +8366,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.Co Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder-->BaseRequestBuilder @@ -8376,8 +8376,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphMan Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder.graphManagedMobileLobAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder.graphManagedMobileLobAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder.graphManagedMobileLobAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder.graphManagedMobileLobAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder.graphManagedMobileLobAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder.graphManagedMobileLobAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder.graphManagedMobileLobAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder.graphManagedMobileLobAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphManagedMobileLobApp.graphManagedMobileLobAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8391,7 +8391,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder-->BaseRequestBuilder @@ -8401,8 +8401,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder.graphMicrosoftStoreForBusinessAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder.graphMicrosoftStoreForBusinessAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder.graphMicrosoftStoreForBusinessAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder.graphMicrosoftStoreForBusinessAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder.graphMicrosoftStoreForBusinessAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder.graphMicrosoftStoreForBusinessAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder.graphMicrosoftStoreForBusinessAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder.graphMicrosoftStoreForBusinessAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphMicrosoftStoreForBusinessApp.graphMicrosoftStoreForBusinessAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8416,7 +8416,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountReque Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder-->BaseRequestBuilder @@ -8426,8 +8426,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobApp Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder.graphWin32LobAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder.graphWin32LobAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder.graphWin32LobAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder.graphWin32LobAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder.graphWin32LobAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder.graphWin32LobAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder.graphWin32LobAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder.graphWin32LobAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWin32LobApp.graphWin32LobAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8441,7 +8441,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountReque Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder-->BaseRequestBuilder @@ -8451,8 +8451,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppX Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder.graphWindowsAppXRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder.graphWindowsAppXRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder.graphWindowsAppXRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder.graphWindowsAppXRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder.graphWindowsAppXRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder.graphWindowsAppXRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder.graphWindowsAppXRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder.graphWindowsAppXRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsAppX.graphWindowsAppXRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8466,7 +8466,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.Count Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder-->BaseRequestBuilder @@ -8476,8 +8476,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindow Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder.graphWindowsMobileMSIRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder.graphWindowsMobileMSIRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder.graphWindowsMobileMSIRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder.graphWindowsMobileMSIRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder.graphWindowsMobileMSIRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder.graphWindowsMobileMSIRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder.graphWindowsMobileMSIRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder.graphWindowsMobileMSIRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsMobileMSI.graphWindowsMobileMSIRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8491,7 +8491,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.C Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder-->BaseRequestBuilder @@ -8501,8 +8501,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWi Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder.graphWindowsUniversalAppXRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder.graphWindowsUniversalAppXRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder.graphWindowsUniversalAppXRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder.graphWindowsUniversalAppXRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder.graphWindowsUniversalAppXRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder.graphWindowsUniversalAppXRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder.graphWindowsUniversalAppXRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder.graphWindowsUniversalAppXRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsUniversalAppX.graphWindowsUniversalAppXRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8516,7 +8516,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountReq Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder-->BaseRequestBuilder @@ -8526,8 +8526,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWe Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder.graphWindowsWebAppRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder.graphWindowsWebAppRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder.graphWindowsWebAppRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder.graphWindowsWebAppRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder.graphWindowsWebAppRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder.graphWindowsWebAppRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder.graphWindowsWebAppRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder.graphWindowsWebAppRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.GraphWindowsWebApp.graphWindowsWebAppRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -8557,8 +8557,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsReque Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -8576,7 +8576,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountReque Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -8601,8 +8601,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequest Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -8617,7 +8617,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountReques Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -8636,8 +8636,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignmen Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -8655,7 +8655,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignmen Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -8680,8 +8680,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categorie Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -8696,7 +8696,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categorie Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -8715,8 +8715,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVe Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -8734,7 +8734,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVe Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -8744,8 +8744,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVe Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -8763,7 +8763,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVe Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -8787,7 +8787,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVe Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -8797,8 +8797,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVe Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidLobApp.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -8885,8 +8885,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignm Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -8904,7 +8904,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignm Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -8929,8 +8929,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categor Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -8945,7 +8945,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categor Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphAndroidStoreApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -8975,8 +8975,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.a Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -8994,7 +8994,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.C Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -9019,8 +9019,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.ca Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -9035,7 +9035,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -9054,8 +9054,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersio Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -9073,7 +9073,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersio Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -9083,8 +9083,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersio Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -9102,7 +9102,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersio Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -9126,7 +9126,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersio Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -9136,8 +9136,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersio Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosLobApp.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -9224,8 +9224,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -9243,7 +9243,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -9268,8 +9268,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -9284,7 +9284,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosStoreApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -9314,8 +9314,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.a Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -9333,7 +9333,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.C Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -9358,8 +9358,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.ca Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -9374,7 +9374,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphIosVppApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -9404,8 +9404,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -9423,7 +9423,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -9448,8 +9448,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -9464,7 +9464,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -9483,8 +9483,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -9502,7 +9502,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -9512,8 +9512,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -9531,7 +9531,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -9555,7 +9555,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -9565,8 +9565,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSDmgApp.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -9653,8 +9653,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -9672,7 +9672,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -9697,8 +9697,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -9713,7 +9713,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -9732,8 +9732,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -9751,7 +9751,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -9761,8 +9761,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -9780,7 +9780,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -9804,7 +9804,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -9814,8 +9814,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMacOSLobApp.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -9902,8 +9902,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.As Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -9921,7 +9921,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.As Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -9946,8 +9946,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Ca Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -9962,7 +9962,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Ca Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -9981,8 +9981,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -10000,7 +10000,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -10010,8 +10010,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -10029,7 +10029,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -10053,7 +10053,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -10063,8 +10063,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedAndroidLobApp.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -10151,8 +10151,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assign Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -10170,7 +10170,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assign Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -10195,8 +10195,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Catego Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -10211,7 +10211,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Catego Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -10230,8 +10230,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -10249,7 +10249,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -10259,8 +10259,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -10278,7 +10278,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -10302,7 +10302,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -10312,8 +10312,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedIOSLobApp.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -10400,8 +10400,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Ass Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -10419,7 +10419,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Ass Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -10444,8 +10444,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Cat Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -10460,7 +10460,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Cat Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -10479,8 +10479,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Con Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -10498,7 +10498,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Con Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -10508,8 +10508,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Con Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -10527,7 +10527,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Con Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -10551,7 +10551,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Con Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -10561,8 +10561,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.Con Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphManagedMobileLobApp.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -10649,8 +10649,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusine Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -10668,7 +10668,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusine Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -10693,8 +10693,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusine Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -10709,7 +10709,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusine Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphMicrosoftStoreForBusinessApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -10739,8 +10739,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -10758,7 +10758,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -10783,8 +10783,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -10799,7 +10799,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -10818,8 +10818,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -10837,7 +10837,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -10847,8 +10847,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -10866,7 +10866,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -10890,7 +10890,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -10900,8 +10900,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWin32LobApp.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -10988,8 +10988,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -11007,7 +11007,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -11032,8 +11032,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -11048,7 +11048,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories. Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -11067,8 +11067,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -11086,7 +11086,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -11096,8 +11096,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -11115,7 +11115,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -11139,7 +11139,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -11149,8 +11149,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVers Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsAppX.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -11237,8 +11237,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assign Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -11256,7 +11256,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assign Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -11281,8 +11281,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Catego Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -11297,7 +11297,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Catego Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -11316,8 +11316,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -11335,7 +11335,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -11345,8 +11345,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -11364,7 +11364,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -11388,7 +11388,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -11398,8 +11398,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.Conten Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsMobileMSI.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -11486,8 +11486,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.As Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -11505,7 +11505,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.As Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -11530,8 +11530,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Ca Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -11546,7 +11546,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Ca Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -11565,8 +11565,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder.committedContainedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.committedContainedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -11584,7 +11584,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.CommittedContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -11609,8 +11609,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder.contentVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.contentVersionsRequestBuilder::[MobileAppContentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.MobileAppContentItemRequestBuilder @@ -11628,7 +11628,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder-->BaseRequestBuilder @@ -11638,8 +11638,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder.containedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.containedAppsRequestBuilder::[MobileContainedAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder @@ -11657,7 +11657,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.ContainedApps.Item.MobileContainedAppItemRequestBuilder-->BaseRequestBuilder @@ -11681,7 +11681,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -11691,8 +11691,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.Co Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.filesRequestBuilder::[MobileAppContentFileId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsUniversalAppX.ContentVersions.Item.Files.Item.MobileAppContentFileItemRequestBuilder @@ -11780,8 +11780,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignmen Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.assignmentsRequestBuilder::[MobileAppAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder @@ -11799,7 +11799,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignmen Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Assignments.Item.MobileAppAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -11824,8 +11824,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categorie Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder::[MobileAppCategoryId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Item.MobileAppCategoryItemRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.categoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -11840,7 +11840,7 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categorie Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Item.GraphWindowsWebApp.Categories.Item.MobileAppCategoryItemRequestBuilder-->BaseRequestBuilder @@ -11904,8 +11904,8 @@ Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAp Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder.mobileAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.MobileApps.mobileAppsRequestBuilder::[MobileAppId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileApps.Item.MobileAppItemRequestBuilder @@ -11946,7 +11946,7 @@ Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.Count Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder-->BaseRequestBuilder @@ -11956,8 +11956,8 @@ Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.a Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder.appsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.appsRequestBuilder::[ManagedMobileAppId:string]:global.Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Item.ManagedMobileAppItemRequestBuilder @@ -11975,7 +11975,7 @@ Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.C Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Apps.Item.ManagedMobileAppItemRequestBuilder-->BaseRequestBuilder @@ -12015,8 +12015,8 @@ Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assign Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.assignmentsRequestBuilder::[TargetedManagedAppPolicyAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder @@ -12034,7 +12034,7 @@ Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assign Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -12110,8 +12110,8 @@ Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedMan Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder.targetedManagedAppConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.targetedManagedAppConfigurationsRequestBuilder::[TargetedManagedAppConfigurationId:string]:global.Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations.Item.TargetedManagedAppConfigurationItemRequestBuilder @@ -12129,7 +12129,7 @@ Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder.CountReq Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.VppTokens.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.VppTokens.Item.SyncLicenses.syncLicensesRequestBuilder-->BaseRequestBuilder @@ -12162,8 +12162,8 @@ Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensR Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder.vppTokensRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.VppTokens.vppTokensRequestBuilder::[VppTokenId:string]:global.Microsoft.Graph.DeviceAppManagement.VppTokens.Item.VppTokenItemRequestBuilder @@ -12181,7 +12181,7 @@ Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.C Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder-->BaseRequestBuilder @@ -12191,8 +12191,8 @@ Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.As Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.assignmentsRequestBuilder::[TargetedManagedAppPolicyAssignmentId:string]:global.Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder @@ -12210,7 +12210,7 @@ Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.As Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Assignments.Item.TargetedManagedAppPolicyAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -12234,7 +12234,7 @@ Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Ex Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder-->BaseRequestBuilder @@ -12244,8 +12244,8 @@ Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Ex Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder.exemptAppLockerFilesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.exemptAppLockerFilesRequestBuilder::[WindowsInformationProtectionAppLockerFileId:string]:global.Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ExemptAppLockerFiles.Item.WindowsInformationProtectionAppLockerFileItemRequestBuilder @@ -12278,7 +12278,7 @@ Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Pr Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Count.CountRequestBuilder Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Item.WindowsInformationProtectionAppLockerFileItemRequestBuilder-->BaseRequestBuilder @@ -12303,8 +12303,8 @@ Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.Pr Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder.protectedAppLockerFilesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.protectedAppLockerFilesRequestBuilder::[WindowsInformationProtectionAppLockerFileId:string]:global.Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.ProtectedAppLockerFiles.Item.WindowsInformationProtectionAppLockerFileItemRequestBuilder @@ -12341,8 +12341,8 @@ Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windows Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder.windowsInformationProtectionPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.windowsInformationProtectionPoliciesRequestBuilder::[WindowsInformationProtectionPolicyId:string]:global.Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies.Item.WindowsInformationProtectionPolicyItemRequestBuilder @@ -12395,8 +12395,8 @@ Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEven Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.AuditEvents.auditEventsRequestBuilder::[AuditEventId:string]:global.Microsoft.Graph.DeviceManagement.AuditEvents.Item.AuditEventItemRequestBuilder @@ -12416,7 +12416,7 @@ Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder.CountRequ Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.AuditEvents.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -12428,8 +12428,8 @@ Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.g Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder.getAuditActivityTypesWithCategoryRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder.getAuditActivityTypesWithCategoryRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder.getAuditActivityTypesWithCategoryRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder.getAuditActivityTypesWithCategoryRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder.getAuditActivityTypesWithCategoryRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder.getAuditActivityTypesWithCategoryRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder.getAuditActivityTypesWithCategoryRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder.getAuditActivityTypesWithCategoryRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; category?:string):void Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditActivityTypesWithCategory.getAuditActivityTypesWithCategoryRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -12448,8 +12448,8 @@ Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategori Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder.getAuditCategoriesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder.getAuditCategoriesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder.getAuditCategoriesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder.getAuditCategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder.getAuditCategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder.getAuditCategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder.getAuditCategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder.getAuditCategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.AuditEvents.GetAuditCategories.getAuditCategoriesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -12481,8 +12481,8 @@ Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManageme Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder.complianceManagementPartnersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.complianceManagementPartnersRequestBuilder::[ComplianceManagementPartnerId:string]:global.Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Item.ComplianceManagementPartnerItemRequestBuilder @@ -12500,7 +12500,7 @@ Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequest Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ComplianceManagementPartners.Item.ComplianceManagementPartnerItemRequestBuilder-->BaseRequestBuilder @@ -12539,7 +12539,7 @@ Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder.CountReq Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DetectedApps.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder-->BaseRequestBuilder @@ -12549,8 +12549,8 @@ Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detecte Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder.detectedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DetectedApps.detectedAppsRequestBuilder::[DetectedAppId:string]:global.Microsoft.Graph.DeviceManagement.DetectedApps.Item.DetectedAppItemRequestBuilder @@ -12584,7 +12584,7 @@ Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountReq Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Item.ManagedDeviceItemRequestBuilder-->BaseRequestBuilder @@ -12603,8 +12603,8 @@ Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevices Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder::[ManagedDeviceId:string]:global.Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.Item.ManagedDeviceItemRequestBuilder Microsoft.Graph.DeviceManagement.DetectedApps.Item.ManagedDevices.managedDevicesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -12619,7 +12619,7 @@ Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder.Coun Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCategories.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder-->BaseRequestBuilder @@ -12629,8 +12629,8 @@ Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder.deviceCategoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCategories.deviceCategoriesRequestBuilder::[DeviceCategoryId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCategories.Item.DeviceCategoryItemRequestBuilder @@ -12663,7 +12663,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuil Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder-->BaseRequestBuilder @@ -12673,8 +12673,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePolici Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder.deviceCompliancePoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.deviceCompliancePoliciesRequestBuilder::[DeviceCompliancePolicyId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceCompliancePolicyItemRequestBuilder @@ -12716,8 +12716,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assig Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.assignmentsRequestBuilder::[DeviceCompliancePolicyAssignmentId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Item.DeviceCompliancePolicyAssignmentItemRequestBuilder @@ -12735,7 +12735,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.Assignments.Item.DeviceCompliancePolicyAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -12783,7 +12783,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStat Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder-->BaseRequestBuilder @@ -12793,8 +12793,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStat Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder::[SettingStateDeviceSummaryId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceSettingStateSummaries.Item.SettingStateDeviceSummaryItemRequestBuilder @@ -12827,7 +12827,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Co Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder-->BaseRequestBuilder @@ -12837,8 +12837,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.de Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.deviceStatusesRequestBuilder::[DeviceComplianceDeviceStatusId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.DeviceStatuses.Item.DeviceComplianceDeviceStatusItemRequestBuilder @@ -12901,7 +12901,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsF Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.DeviceComplianceScheduledActionForRuleItemRequestBuilder-->BaseRequestBuilder @@ -12926,7 +12926,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsF Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Item.DeviceComplianceActionItemItemRequestBuilder-->BaseRequestBuilder @@ -12951,8 +12951,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsF Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder.scheduledActionConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.scheduledActionConfigurationsRequestBuilder::[DeviceComplianceActionItemId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.ScheduledActionConfigurations.Item.DeviceComplianceActionItemItemRequestBuilder @@ -12971,8 +12971,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsF Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder.scheduledActionsForRuleRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.scheduledActionsForRuleRequestBuilder::[DeviceComplianceScheduledActionForRuleId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.ScheduledActionsForRule.Item.DeviceComplianceScheduledActionForRuleItemRequestBuilder @@ -12990,7 +12990,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Coun Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Item.DeviceComplianceUserStatusItemRequestBuilder-->BaseRequestBuilder @@ -13015,8 +13015,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.user Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.userStatusesRequestBuilder::[DeviceComplianceUserStatusId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.Item.UserStatuses.Item.DeviceComplianceUserStatusItemRequestBuilder @@ -13064,7 +13064,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Cou Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder-->BaseRequestBuilder @@ -13074,8 +13074,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.dev Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder.deviceCompliancePolicySettingStateSummariesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummariesRequestBuilder::[DeviceCompliancePolicySettingStateSummaryId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceCompliancePolicySettingStateSummaryItemRequestBuilder @@ -13109,7 +13109,7 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Ite Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder-->BaseRequestBuilder @@ -13119,8 +13119,8 @@ Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Ite Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder.deviceComplianceSettingStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.deviceComplianceSettingStatesRequestBuilder::[DeviceComplianceSettingStateId:string]:global.Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries.Item.DeviceComplianceSettingStates.Item.DeviceComplianceSettingStateItemRequestBuilder @@ -13168,7 +13168,7 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder. Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder-->BaseRequestBuilder @@ -13178,8 +13178,8 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsReques Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder.deviceConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.deviceConfigurationsRequestBuilder::[DeviceConfigurationId:string]:global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceConfigurationItemRequestBuilder @@ -13221,8 +13221,8 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmen Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.assignmentsRequestBuilder::[DeviceConfigurationAssignmentId:string]:global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Item.DeviceConfigurationAssignmentItemRequestBuilder @@ -13240,7 +13240,7 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.Cou Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.Assignments.Item.DeviceConfigurationAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -13287,7 +13287,7 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSum Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder-->BaseRequestBuilder @@ -13297,8 +13297,8 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSum Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder.deviceSettingStateSummariesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.deviceSettingStateSummariesRequestBuilder::[SettingStateDeviceSummaryId:string]:global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceSettingStateSummaries.Item.SettingStateDeviceSummaryItemRequestBuilder @@ -13331,7 +13331,7 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count. Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder-->BaseRequestBuilder @@ -13341,8 +13341,8 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.device Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder.deviceStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.deviceStatusesRequestBuilder::[DeviceConfigurationDeviceStatusId:string]:global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.DeviceStatuses.Item.DeviceConfigurationDeviceStatusItemRequestBuilder @@ -13408,7 +13408,7 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.Co Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Item.DeviceConfigurationUserStatusItemRequestBuilder-->BaseRequestBuilder @@ -13433,8 +13433,8 @@ Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStat Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder.userStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.userStatusesRequestBuilder::[DeviceConfigurationUserStatusId:string]:global.Microsoft.Graph.DeviceManagement.DeviceConfigurations.Item.UserStatuses.Item.DeviceConfigurationUserStatusItemRequestBuilder @@ -13467,7 +13467,7 @@ Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountReque Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder-->BaseRequestBuilder @@ -13477,8 +13477,8 @@ Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollment Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder.deviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationsRequestBuilder::[DeviceEnrollmentConfigurationId:string]:global.Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.DeviceEnrollmentConfigurationItemRequestBuilder @@ -13512,8 +13512,8 @@ Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.assignmentsRequestBuilder::[EnrollmentConfigurationAssignmentId:string]:global.Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Item.EnrollmentConfigurationAssignmentItemRequestBuilder @@ -13531,7 +13531,7 @@ Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.Item.Assignments.Item.EnrollmentConfigurationAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -13588,7 +13588,7 @@ Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuil Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder-->BaseRequestBuilder @@ -13598,8 +13598,8 @@ Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartne Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder.deviceManagementPartnersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.DeviceManagementPartners.deviceManagementPartnersRequestBuilder::[DeviceManagementPartnerId:string]:global.Microsoft.Graph.DeviceManagement.DeviceManagementPartners.Item.DeviceManagementPartnerItemRequestBuilder @@ -13713,7 +13713,7 @@ Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder.Co Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ExchangeConnectors.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder-->BaseRequestBuilder @@ -13723,8 +13723,8 @@ Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBui Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder.exchangeConnectorsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ExchangeConnectors.exchangeConnectorsRequestBuilder::[DeviceManagementExchangeConnectorId:string]:global.Microsoft.Graph.DeviceManagement.ExchangeConnectors.Item.DeviceManagementExchangeConnectorItemRequestBuilder @@ -13776,8 +13776,8 @@ Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePe Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder.getEffectivePermissionsWithScopeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder.getEffectivePermissionsWithScopeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder.getEffectivePermissionsWithScopeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder.getEffectivePermissionsWithScopeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder.getEffectivePermissionsWithScopeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder.getEffectivePermissionsWithScopeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder.getEffectivePermissionsWithScopeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder.getEffectivePermissionsWithScopeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; scope?:string):void Microsoft.Graph.DeviceManagement.GetEffectivePermissionsWithScope.getEffectivePermissionsWithScopeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -13793,7 +13793,7 @@ Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count. Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Import.importPostRequestBody::|public|AdditionalData:IDictionary @@ -13826,8 +13826,8 @@ Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.import Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder.importedWindowsAutopilotDeviceIdentitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.importedWindowsAutopilotDeviceIdentitiesRequestBuilder::[ImportedWindowsAutopilotDeviceIdentityId:string]:global.Microsoft.Graph.DeviceManagement.ImportedWindowsAutopilotDeviceIdentities.Item.ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder @@ -13861,7 +13861,7 @@ Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder.Cou Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder-->BaseRequestBuilder @@ -13871,8 +13871,8 @@ Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuild Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder.iosUpdateStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.IosUpdateStatuses.iosUpdateStatusesRequestBuilder::[IosUpdateDeviceStatusId:string]:global.Microsoft.Graph.DeviceManagement.IosUpdateStatuses.Item.IosUpdateDeviceStatusItemRequestBuilder @@ -13914,7 +13914,7 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder.CountR Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ManagedDevices.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ManagedDevices.Item.BypassActivationLock.bypassActivationLockRequestBuilder-->BaseRequestBuilder @@ -13989,7 +13989,7 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyState Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder-->BaseRequestBuilder @@ -13999,8 +13999,8 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyState Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder::[DeviceCompliancePolicyStateId:string]:global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceCompliancePolicyStates.Item.DeviceCompliancePolicyStateItemRequestBuilder @@ -14033,7 +14033,7 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.C Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder-->BaseRequestBuilder @@ -14043,8 +14043,8 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.d Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder::[DeviceConfigurationStateId:string]:global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.DeviceConfigurationStates.Item.DeviceConfigurationStateItemRequestBuilder @@ -14091,7 +14091,7 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Item.CreateDownloadUrl.createDownloadUrlPostResponse::|public|AdditionalData:IDictionary @@ -14135,8 +14135,8 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCo Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder::[DeviceLogCollectionResponseId:string]:global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.LogCollectionRequests.Item.DeviceLogCollectionResponseItemRequestBuilder @@ -14272,8 +14272,8 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.u Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ManagedDevices.Item.Users.usersRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -14308,7 +14308,7 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.Dete Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder-->BaseRequestBuilder @@ -14318,8 +14318,8 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.Dete Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder::[WindowsDeviceMalwareStateId:string]:global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Item.WindowsDeviceMalwareStateItemRequestBuilder @@ -14387,8 +14387,8 @@ Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.man Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ManagedDevices.managedDevicesRequestBuilder::[ManagedDeviceId:string]:global.Microsoft.Graph.DeviceManagement.ManagedDevices.Item.ManagedDeviceItemRequestBuilder @@ -14406,7 +14406,7 @@ Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountReque Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder-->BaseRequestBuilder @@ -14416,8 +14416,8 @@ Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogColle Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder.appLogCollectionRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.appLogCollectionRequestsRequestBuilder::[AppLogCollectionRequestId:string]:global.Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Item.AppLogCollectionRequestItemRequestBuilder @@ -14435,7 +14435,7 @@ Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogColle Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.AppLogCollectionRequests.Item.AppLogCollectionRequestItemRequestBuilder-->BaseRequestBuilder @@ -14484,8 +14484,8 @@ Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTrouble Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder.mobileAppTroubleshootingEventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.mobileAppTroubleshootingEventsRequestBuilder::[MobileAppTroubleshootingEventId:string]:global.Microsoft.Graph.DeviceManagement.MobileAppTroubleshootingEvents.Item.MobileAppTroubleshootingEventItemRequestBuilder @@ -14503,7 +14503,7 @@ Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountReques Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Item.MobileThreatDefenseConnectorItemRequestBuilder-->BaseRequestBuilder @@ -14528,8 +14528,8 @@ Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefen Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder.mobileThreatDefenseConnectorsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.mobileThreatDefenseConnectorsRequestBuilder::[MobileThreatDefenseConnectorId:string]:global.Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors.Item.MobileThreatDefenseConnectorItemRequestBuilder @@ -14547,7 +14547,7 @@ Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequest Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder-->BaseRequestBuilder @@ -14556,7 +14556,7 @@ Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNoti Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Item.LocalizedNotificationMessageItemRequestBuilder-->BaseRequestBuilder @@ -14581,8 +14581,8 @@ Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNoti Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder.localizedNotificationMessagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.localizedNotificationMessagesRequestBuilder::[LocalizedNotificationMessageId:string]:global.Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.LocalizedNotificationMessages.Item.LocalizedNotificationMessageItemRequestBuilder @@ -14625,8 +14625,8 @@ Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessag Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder.notificationMessageTemplatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.notificationMessageTemplatesRequestBuilder::[NotificationMessageTemplateId:string]:global.Microsoft.Graph.DeviceManagement.NotificationMessageTemplates.Item.NotificationMessageTemplateItemRequestBuilder @@ -14644,7 +14644,7 @@ Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuil Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Item.BeginOnboarding.beginOnboardingRequestBuilder-->BaseRequestBuilder @@ -14685,8 +14685,8 @@ Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartne Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder.remoteAssistancePartnersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.remoteAssistancePartnersRequestBuilder::[RemoteAssistancePartnerId:string]:global.Microsoft.Graph.DeviceManagement.RemoteAssistancePartners.Item.RemoteAssistancePartnerItemRequestBuilder @@ -14704,7 +14704,7 @@ Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder.Co Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder-->BaseRequestBuilder @@ -14714,8 +14714,8 @@ Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exp Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder.exportJobsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.Reports.ExportJobs.exportJobsRequestBuilder::[DeviceManagementExportJobId:string]:global.Microsoft.Graph.DeviceManagement.Reports.ExportJobs.Item.DeviceManagementExportJobItemRequestBuilder @@ -15217,7 +15217,7 @@ Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder.Co Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.ResourceOperations.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.ResourceOperations.Item.ResourceOperationItemRequestBuilder-->BaseRequestBuilder @@ -15242,8 +15242,8 @@ Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBui Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder.resourceOperationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.ResourceOperations.resourceOperationsRequestBuilder::[ResourceOperationId:string]:global.Microsoft.Graph.DeviceManagement.ResourceOperations.Item.ResourceOperationItemRequestBuilder @@ -15261,7 +15261,7 @@ Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder.Count Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.RoleAssignments.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.RoleAssignments.Item.DeviceAndAppManagementRoleAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -15296,8 +15296,8 @@ Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.r Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleAssignments.roleAssignmentsRequestBuilder::[DeviceAndAppManagementRoleAssignmentId:string]:global.Microsoft.Graph.DeviceManagement.RoleAssignments.Item.DeviceAndAppManagementRoleAssignmentItemRequestBuilder @@ -15315,7 +15315,7 @@ Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder.Count Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.RoleDefinitions.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder-->BaseRequestBuilder @@ -15324,7 +15324,7 @@ Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.Coun Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Item.RoleAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -15359,8 +15359,8 @@ Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssign Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.roleAssignmentsRequestBuilder::[RoleAssignmentId:string]:global.Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleAssignments.Item.RoleAssignmentItemRequestBuilder @@ -15395,8 +15395,8 @@ Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.r Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.RoleDefinitions.roleDefinitionsRequestBuilder::[RoleDefinitionId:string]:global.Microsoft.Graph.DeviceManagement.RoleDefinitions.Item.RoleDefinitionItemRequestBuilder @@ -15423,7 +15423,7 @@ Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountReq Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Item.TelecomExpenseManagementPartnerItemRequestBuilder-->BaseRequestBuilder @@ -15448,8 +15448,8 @@ Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpense Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder.telecomExpenseManagementPartnersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.telecomExpenseManagementPartnersRequestBuilder::[TelecomExpenseManagementPartnerId:string]:global.Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners.Item.TelecomExpenseManagementPartnerItemRequestBuilder @@ -15467,7 +15467,7 @@ Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder.Co Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.TermsAndConditions.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder-->BaseRequestBuilder @@ -15477,8 +15477,8 @@ Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acce Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder.acceptanceStatusesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.acceptanceStatusesRequestBuilder::[TermsAndConditionsAcceptanceStatusId:string]:global.Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Item.TermsAndConditionsAcceptanceStatusItemRequestBuilder @@ -15496,7 +15496,7 @@ Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Coun Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.AcceptanceStatuses.Item.TermsAndConditions.termsAndConditionsRequestBuilder-->BaseRequestBuilder @@ -15531,8 +15531,8 @@ Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignments Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.assignmentsRequestBuilder::[TermsAndConditionsAssignmentId:string]:global.Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Item.TermsAndConditionsAssignmentItemRequestBuilder @@ -15550,7 +15550,7 @@ Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.Count Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.Assignments.Item.TermsAndConditionsAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -15592,8 +15592,8 @@ Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBui Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder.termsAndConditionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TermsAndConditions.termsAndConditionsRequestBuilder::[TermsAndConditionsId:string]:global.Microsoft.Graph.DeviceManagement.TermsAndConditions.Item.TermsAndConditionsItemRequestBuilder @@ -15611,7 +15611,7 @@ Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Item.DeviceManagementTroubleshootingEventItemRequestBuilder-->BaseRequestBuilder @@ -15636,8 +15636,8 @@ Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequ Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder.troubleshootingEventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.TroubleshootingEvents.troubleshootingEventsRequestBuilder::[DeviceManagementTroubleshootingEventId:string]:global.Microsoft.Graph.DeviceManagement.TroubleshootingEvents.Item.DeviceManagementTroubleshootingEventItemRequestBuilder @@ -15655,7 +15655,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Item.UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder-->BaseRequestBuilder @@ -15680,8 +15680,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.userExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder::[UserExperienceAnalyticsAppHealthApplicationPerformanceId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformance.Item.UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder @@ -15699,7 +15699,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Item.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder-->BaseRequestBuilder @@ -15724,8 +15724,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder::[UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.Item.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder @@ -15743,7 +15743,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Item.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder-->BaseRequestBuilder @@ -15768,8 +15768,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder::[UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.Item.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder @@ -15787,7 +15787,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Item.UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder-->BaseRequestBuilder @@ -15812,8 +15812,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder::[UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.Item.UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder @@ -15831,7 +15831,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Item.UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder-->BaseRequestBuilder @@ -15856,8 +15856,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.userExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder::[UserExperienceAnalyticsAppHealthDeviceModelPerformanceId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Item.UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder @@ -15875,7 +15875,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerforman Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Item.UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder-->BaseRequestBuilder @@ -15900,8 +15900,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerforman Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.userExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder::[UserExperienceAnalyticsAppHealthDevicePerformanceId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformance.Item.UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder @@ -15919,7 +15919,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerforman Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Item.UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder-->BaseRequestBuilder @@ -15944,8 +15944,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerforman Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.userExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder::[UserExperienceAnalyticsAppHealthDevicePerformanceDetailsId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Item.UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder @@ -15963,7 +15963,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerfor Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Item.UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder-->BaseRequestBuilder @@ -15988,8 +15988,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerfor Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.userExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder::[UserExperienceAnalyticsAppHealthOSVersionPerformanceId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOSVersionPerformance.Item.UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder @@ -16007,7 +16007,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.Metric Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Item.UserExperienceAnalyticsMetricItemRequestBuilder-->BaseRequestBuilder @@ -16032,8 +16032,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.Metric Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.metricValuesRequestBuilder::[UserExperienceAnalyticsMetricId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsAppHealthOverview.MetricValues.Item.UserExperienceAnalyticsMetricItemRequestBuilder @@ -16067,7 +16067,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountReq Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Item.AppHealthMetrics.appHealthMetricsRequestBuilder-->BaseRequestBuilder @@ -16162,8 +16162,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperience Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder.userExperienceAnalyticsBaselinesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.userExperienceAnalyticsBaselinesRequestBuilder::[UserExperienceAnalyticsBaselineId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsBaselines.Item.UserExperienceAnalyticsBaselineItemRequestBuilder @@ -16181,7 +16181,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRe Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder-->BaseRequestBuilder @@ -16190,7 +16190,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricVa Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Item.UserExperienceAnalyticsMetricItemRequestBuilder-->BaseRequestBuilder @@ -16215,8 +16215,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricVa Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder.metricValuesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.metricValuesRequestBuilder::[UserExperienceAnalyticsMetricId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.MetricValues.Item.UserExperienceAnalyticsMetricItemRequestBuilder @@ -16251,8 +16251,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienc Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder.userExperienceAnalyticsCategoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.userExperienceAnalyticsCategoriesRequestBuilder::[UserExperienceAnalyticsCategoryId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsCategories.Item.UserExperienceAnalyticsCategoryItemRequestBuilder @@ -16270,7 +16270,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count. Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Item.UserExperienceAnalyticsDevicePerformanceItemRequestBuilder-->BaseRequestBuilder @@ -16300,8 +16300,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Summar Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; summarizeBy?:string):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.SummarizeDevicePerformanceDevicesWithSummarizeBy.summarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -16318,8 +16318,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userEx Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder.userExperienceAnalyticsDevicePerformanceRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.userExperienceAnalyticsDevicePerformanceRequestBuilder::[UserExperienceAnalyticsDevicePerformanceId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDevicePerformance.Item.UserExperienceAnalyticsDevicePerformanceItemRequestBuilder @@ -16338,7 +16338,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.Count Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Item.UserExperienceAnalyticsDeviceScoresItemRequestBuilder-->BaseRequestBuilder @@ -16363,8 +16363,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperie Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder.userExperienceAnalyticsDeviceScoresRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.userExperienceAnalyticsDeviceScoresRequestBuilder::[UserExperienceAnalyticsDeviceScoresId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceScores.Item.UserExperienceAnalyticsDeviceScoresItemRequestBuilder @@ -16382,7 +16382,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Cou Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Item.UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder-->BaseRequestBuilder @@ -16407,8 +16407,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.use Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder.userExperienceAnalyticsDeviceStartupHistoryRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.userExperienceAnalyticsDeviceStartupHistoryRequestBuilder::[UserExperienceAnalyticsDeviceStartupHistoryId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupHistory.Item.UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder @@ -16426,7 +16426,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.C Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Item.UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder-->BaseRequestBuilder @@ -16451,8 +16451,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.u Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder.userExperienceAnalyticsDeviceStartupProcessesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.userExperienceAnalyticsDeviceStartupProcessesRequestBuilder::[UserExperienceAnalyticsDeviceStartupProcessId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcesses.Item.UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder @@ -16470,7 +16470,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Item.UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder-->BaseRequestBuilder @@ -16495,8 +16495,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerf Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.userExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder::[UserExperienceAnalyticsDeviceStartupProcessPerformanceId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsDeviceStartupProcessPerformance.Item.UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder @@ -16514,7 +16514,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.Coun Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Item.UserExperienceAnalyticsMetricHistoryItemRequestBuilder-->BaseRequestBuilder @@ -16539,8 +16539,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperi Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder.userExperienceAnalyticsMetricHistoryRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.userExperienceAnalyticsMetricHistoryRequestBuilder::[UserExperienceAnalyticsMetricHistoryId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsMetricHistory.Item.UserExperienceAnalyticsMetricHistoryItemRequestBuilder @@ -16558,7 +16558,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountR Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Item.UserExperienceAnalyticsModelScoresItemRequestBuilder-->BaseRequestBuilder @@ -16583,8 +16583,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperien Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder.userExperienceAnalyticsModelScoresRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.userExperienceAnalyticsModelScoresRequestBuilder::[UserExperienceAnalyticsModelScoresId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsModelScores.Item.UserExperienceAnalyticsModelScoresItemRequestBuilder @@ -16617,7 +16617,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.Count Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Item.UserExperienceAnalyticsScoreHistoryItemRequestBuilder-->BaseRequestBuilder @@ -16642,8 +16642,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperie Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder.userExperienceAnalyticsScoreHistoryRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.userExperienceAnalyticsScoreHistoryRequestBuilder::[UserExperienceAnalyticsScoreHistoryId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsScoreHistory.Item.UserExperienceAnalyticsScoreHistoryItemRequestBuilder @@ -16683,7 +16683,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics. Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder-->BaseRequestBuilder @@ -16692,7 +16692,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics. Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Item.UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder-->BaseRequestBuilder @@ -16717,8 +16717,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics. Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder.metricDevicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.metricDevicesRequestBuilder::[UserExperienceAnalyticsWorkFromAnywhereDeviceId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.MetricDevices.Item.UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder @@ -16753,8 +16753,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics. Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.userExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder::[UserExperienceAnalyticsWorkFromAnywhereMetricId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.Item.UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder @@ -16772,7 +16772,7 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPer Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Item.UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder-->BaseRequestBuilder @@ -16797,8 +16797,8 @@ Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPer Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.userExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder::[UserExperienceAnalyticsWorkFromAnywhereModelPerformanceId:string]:global.Microsoft.Graph.DeviceManagement.UserExperienceAnalyticsWorkFromAnywhereModelPerformance.Item.UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder @@ -16835,8 +16835,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestB Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder.auditEventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.auditEventsRequestBuilder::[CloudPcAuditEventId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Item.CloudPcAuditEventItemRequestBuilder @@ -16855,7 +16855,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestB Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -16867,8 +16867,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTyp Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder.getAuditActivityTypesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder.getAuditActivityTypesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder.getAuditActivityTypesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder.getAuditActivityTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder.getAuditActivityTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder.getAuditActivityTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder.getAuditActivityTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder.getAuditActivityTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.AuditEvents.GetAuditActivityTypes.getAuditActivityTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -16900,8 +16900,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder.cloudPCsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.cloudPCsRequestBuilder::[CloudPCId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Item.CloudPCItemRequestBuilder @@ -16919,7 +16919,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuil Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.CloudPCs.Item.CloudPCItemRequestBuilder-->BaseRequestBuilder @@ -16999,7 +16999,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequest Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder-->BaseRequestBuilder @@ -17009,8 +17009,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesReques Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder.deviceImagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.deviceImagesRequestBuilder::[CloudPcDeviceImageId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.Item.CloudPcDeviceImageItemRequestBuilder @@ -17032,8 +17032,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.ge Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder.getSourceImagesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder.getSourceImagesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder.getSourceImagesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder.getSourceImagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder.getSourceImagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder.getSourceImagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder.getSourceImagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder.getSourceImagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.DeviceImages.GetSourceImages.getSourceImagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -17064,7 +17064,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountReques Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder-->BaseRequestBuilder @@ -17074,8 +17074,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequ Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder.galleryImagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.galleryImagesRequestBuilder::[CloudPcGalleryImageId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.GalleryImages.Item.CloudPcGalleryImageItemRequestBuilder @@ -17108,7 +17108,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.Cou Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Item.CloudPcOnPremisesConnectionItemRequestBuilder-->BaseRequestBuilder @@ -17141,8 +17141,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremise Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder.onPremisesConnectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.onPremisesConnectionsRequestBuilder::[CloudPcOnPremisesConnectionId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.OnPremisesConnections.Item.CloudPcOnPremisesConnectionItemRequestBuilder @@ -17160,7 +17160,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.Coun Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assign.assignPostRequestBody::|public|AdditionalData:IDictionary @@ -17185,8 +17185,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assig Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.assignmentsRequestBuilder::[CloudPcProvisioningPolicyAssignmentId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.CloudPcProvisioningPolicyAssignmentItemRequestBuilder @@ -17204,7 +17204,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assig Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder-->BaseRequestBuilder @@ -17214,8 +17214,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assig Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder.assignedUsersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder.assignedUsersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder.assignedUsersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder.assignedUsersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder.assignedUsersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder.assignedUsersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder.assignedUsersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder.assignedUsersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder::[UserId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.UserItemRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.assignedUsersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -17230,7 +17230,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assig Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -17251,7 +17251,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assig Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -17261,8 +17261,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assig Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.Assignments.Item.AssignedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -17331,8 +17331,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioni Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder.provisioningPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.provisioningPoliciesRequestBuilder::[CloudPcProvisioningPolicyId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.ProvisioningPolicies.Item.CloudPcProvisioningPolicyItemRequestBuilder @@ -17350,7 +17350,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequest Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assign.assignPostRequestBody::|public|AdditionalData:IDictionary @@ -17375,8 +17375,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.a Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.assignmentsRequestBuilder::[CloudPcUserSettingAssignmentId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Item.CloudPcUserSettingAssignmentItemRequestBuilder @@ -17394,7 +17394,7 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.C Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.Assignments.Item.CloudPcUserSettingAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -17436,8 +17436,8 @@ Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsReques Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder.userSettingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.userSettingsRequestBuilder::[CloudPcUserSettingId:string]:global.Microsoft.Graph.DeviceManagement.VirtualEndpoint.UserSettings.Item.CloudPcUserSettingItemRequestBuilder @@ -17477,7 +17477,7 @@ Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountReq Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Item.AssignUserToDevice.assignUserToDevicePostRequestBody::|public|AdditionalData:IDictionary @@ -17546,8 +17546,8 @@ Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopil Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder.windowsAutopilotDeviceIdentitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentitiesRequestBuilder::[WindowsAutopilotDeviceIdentityId:string]:global.Microsoft.Graph.DeviceManagement.WindowsAutopilotDeviceIdentities.Item.WindowsAutopilotDeviceIdentityItemRequestBuilder @@ -17565,7 +17565,7 @@ Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummarie Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Item.WindowsInformationProtectionAppLearningSummaryItemRequestBuilder-->BaseRequestBuilder @@ -17590,8 +17590,8 @@ Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummarie Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder.windowsInformationProtectionAppLearningSummariesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummariesRequestBuilder::[WindowsInformationProtectionAppLearningSummaryId:string]:global.Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries.Item.WindowsInformationProtectionAppLearningSummaryItemRequestBuilder @@ -17609,7 +17609,7 @@ Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSumm Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Item.WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder-->BaseRequestBuilder @@ -17634,8 +17634,8 @@ Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSumm Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder.windowsInformationProtectionNetworkLearningSummariesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummariesRequestBuilder::[WindowsInformationProtectionNetworkLearningSummaryId:string]:global.Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries.Item.WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder @@ -17653,7 +17653,7 @@ Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBui Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder-->BaseRequestBuilder @@ -17662,7 +17662,7 @@ Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareSta Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Count.CountRequestBuilder Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder-->BaseRequestBuilder @@ -17672,8 +17672,8 @@ Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareSta Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder.deviceMalwareStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.deviceMalwareStatesRequestBuilder::[MalwareStateForWindowsDeviceId:string]:global.Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.DeviceMalwareStates.Item.MalwareStateForWindowsDeviceItemRequestBuilder @@ -17723,8 +17723,8 @@ Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInforma Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder.windowsMalwareInformationRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.windowsMalwareInformationRequestBuilder::[WindowsMalwareInformationId:string]:global.Microsoft.Graph.DeviceManagement.WindowsMalwareInformation.Item.WindowsMalwareInformationItemRequestBuilder @@ -17742,7 +17742,7 @@ Microsoft.Graph.Devices.Count.CountRequestBuilder.CountRequestBuilderGetQueryPar Microsoft.Graph.Devices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Count.CountRequestBuilder Microsoft.Graph.Devices.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -17757,8 +17757,8 @@ Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryPar Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -17775,8 +17775,8 @@ Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetQueryParam Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.devicesRequestBuilder.devicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.devicesRequestBuilder::[DeviceId:string]:global.Microsoft.Graph.Devices.Item.DeviceItemRequestBuilder @@ -17916,7 +17916,7 @@ Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder.CountRequestBu Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -17926,8 +17926,8 @@ Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsReque Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Devices.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -18006,7 +18006,7 @@ Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.MemberOf.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -18015,7 +18015,7 @@ Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequest Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -18025,8 +18025,8 @@ Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativ Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18040,7 +18040,7 @@ Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.Count Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -18050,8 +18050,8 @@ Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphG Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18095,8 +18095,8 @@ Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuil Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Devices.Item.MemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Devices.Item.MemberOf.memberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -18113,7 +18113,7 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder.CountReq Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredOwners.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder-->BaseRequestBuilder @@ -18122,7 +18122,7 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.Count Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -18132,8 +18132,8 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRol Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18147,7 +18147,7 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBu Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -18157,8 +18157,8 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequest Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18172,7 +18172,7 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountR Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -18182,8 +18182,8 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphService Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18197,7 +18197,7 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilde Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -18207,8 +18207,8 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder. Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredOwners.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18274,8 +18274,8 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBu Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -18294,8 +18294,8 @@ Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.reg Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.registeredOwnersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.registeredOwnersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.registeredOwnersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.registeredOwnersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.registeredOwnersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.registeredOwnersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.registeredOwnersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder.registeredOwnersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Devices.Item.RegisteredOwners.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Devices.Item.RegisteredOwners.registeredOwnersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -18315,7 +18315,7 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredUsers.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder-->BaseRequestBuilder @@ -18324,7 +18324,7 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountR Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -18334,8 +18334,8 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRole Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18349,7 +18349,7 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBui Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -18359,8 +18359,8 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestB Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18374,7 +18374,7 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRe Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -18384,8 +18384,8 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServiceP Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18399,7 +18399,7 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -18409,8 +18409,8 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.g Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.RegisteredUsers.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18476,8 +18476,8 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBui Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -18496,8 +18496,8 @@ Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.regis Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.registeredUsersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.registeredUsersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.registeredUsersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.registeredUsersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.registeredUsersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.registeredUsersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.registeredUsersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder.registeredUsersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Devices.Item.RegisteredUsers.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Devices.Item.RegisteredUsers.registeredUsersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -18524,7 +18524,7 @@ Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder.CountR Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.TransitiveMemberOf.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -18533,7 +18533,7 @@ Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.Co Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -18543,8 +18543,8 @@ Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdm Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18558,7 +18558,7 @@ Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBui Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -18568,8 +18568,8 @@ Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuil Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Devices.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18613,8 +18613,8 @@ Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Devices.Item.TransitiveMemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Devices.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -18665,8 +18665,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsReques Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder.administrativeUnitsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.administrativeUnitsRequestBuilder::[AdministrativeUnitId:string]:global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.AdministrativeUnitItemRequestBuilder @@ -18685,7 +18685,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -18700,8 +18700,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18735,7 +18735,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.Cou Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -18745,8 +18745,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extension Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -18779,7 +18779,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountR Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -18788,7 +18788,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplica Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -18798,8 +18798,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplica Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18813,7 +18813,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice. Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -18823,8 +18823,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice. Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18838,7 +18838,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.C Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -18848,8 +18848,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.g Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18863,7 +18863,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgCont Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -18873,8 +18873,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgCont Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18888,7 +18888,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphService Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -18898,8 +18898,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphService Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -18913,7 +18913,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Co Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -18923,8 +18923,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.gr Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -19010,8 +19010,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersReque Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.membersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Item.DirectoryObjectItemRequestBuilder @@ -19037,8 +19037,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefReque Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.Members.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -19056,7 +19056,7 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Co Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Item.ScopedRoleMembershipItemRequestBuilder-->BaseRequestBuilder @@ -19081,8 +19081,8 @@ Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.sc Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder.scopedRoleMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.scopedRoleMembersRequestBuilder::[ScopedRoleMembershipId:string]:global.Microsoft.Graph.DirectoryNamespace.AdministrativeUnits.Item.ScopedRoleMembers.Item.ScopedRoleMembershipItemRequestBuilder @@ -19101,8 +19101,8 @@ Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.att Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder.attributeSetsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AttributeSets.attributeSetsRequestBuilder::[AttributeSetId:string]:global.Microsoft.Graph.DirectoryNamespace.AttributeSets.Item.AttributeSetItemRequestBuilder @@ -19120,7 +19120,7 @@ Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder.Count Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.AttributeSets.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.AttributeSets.Item.AttributeSetItemRequestBuilder-->BaseRequestBuilder @@ -19144,7 +19144,7 @@ Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.Coun Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder-->BaseRequestBuilder @@ -19154,8 +19154,8 @@ Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecu Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder.customSecurityAttributeDefinitionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.customSecurityAttributeDefinitionsRequestBuilder::[CustomSecurityAttributeDefinitionId:string]:global.Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.CustomSecurityAttributeDefinitionItemRequestBuilder @@ -19174,8 +19174,8 @@ Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.Allow Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder.allowedValuesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.allowedValuesRequestBuilder::[AllowedValueId:string]:global.Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Item.AllowedValueItemRequestBuilder @@ -19193,7 +19193,7 @@ Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.Allow Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.CustomSecurityAttributeDefinitions.Item.AllowedValues.Item.AllowedValueItemRequestBuilder-->BaseRequestBuilder @@ -19233,7 +19233,7 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder.CountR Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.DeletedItems.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder-->BaseRequestBuilder @@ -19243,8 +19243,8 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.delet Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.deletedItemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.deletedItemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.deletedItemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.deletedItemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.deletedItemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.deletedItemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.deletedItemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder.deletedItemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.DirectoryNamespace.DeletedItems.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.DirectoryNamespace.DeletedItems.deletedItemsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -19315,7 +19315,7 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.Co Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -19325,8 +19325,8 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdm Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -19340,7 +19340,7 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -19350,8 +19350,8 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicatio Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -19365,7 +19365,7 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBu Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -19375,8 +19375,8 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBu Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -19390,7 +19390,7 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBui Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -19400,8 +19400,8 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuil Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -19415,7 +19415,7 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.Coun Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -19425,8 +19425,8 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServi Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -19440,7 +19440,7 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuil Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -19450,8 +19450,8 @@ Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilde Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeletedItems.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -19659,7 +19659,7 @@ Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuil Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder-->BaseRequestBuilder @@ -19669,8 +19669,8 @@ Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentials Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder.deviceLocalCredentialsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.deviceLocalCredentialsRequestBuilder::[DeviceLocalCredentialInfoId:string]:global.Microsoft.Graph.DirectoryNamespace.DeviceLocalCredentials.Item.DeviceLocalCredentialInfoItemRequestBuilder @@ -19728,8 +19728,8 @@ Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTyp Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.FederationConfigurations.AvailableProviderTypes.availableProviderTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -19745,7 +19745,7 @@ Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBu Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder-->BaseRequestBuilder @@ -19755,8 +19755,8 @@ Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurat Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder.federationConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.FederationConfigurations.federationConfigurationsRequestBuilder::[IdentityProviderBaseId:string]:global.Microsoft.Graph.DirectoryNamespace.FederationConfigurations.Item.IdentityProviderBaseItemRequestBuilder @@ -19790,7 +19790,7 @@ Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestB Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Item.OnPremisesDirectorySynchronizationItemRequestBuilder-->BaseRequestBuilder @@ -19815,8 +19815,8 @@ Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchroni Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder.onPremisesSynchronizationRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.onPremisesSynchronizationRequestBuilder::[OnPremisesDirectorySynchronizationId:string]:global.Microsoft.Graph.DirectoryNamespace.OnPremisesSynchronization.Item.OnPremisesDirectorySynchronizationItemRequestBuilder @@ -19835,8 +19835,8 @@ Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthC Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder.certificateBasedAuthConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.certificateBasedAuthConfigurationsRequestBuilder::[CertificateBasedAuthPkiId:string]:global.Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateBasedAuthPkiItemRequestBuilder @@ -19854,7 +19854,7 @@ Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthC Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder-->BaseRequestBuilder @@ -19864,8 +19864,8 @@ Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthC Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder.certificateAuthoritiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.certificateAuthoritiesRequestBuilder::[CertificateAuthorityDetailId:string]:global.Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Item.CertificateAuthorityDetailItemRequestBuilder @@ -19883,7 +19883,7 @@ Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthC Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.PublicKeyInfrastructure.CertificateBasedAuthConfigurations.Item.CertificateAuthorities.Item.CertificateAuthorityDetailItemRequestBuilder-->BaseRequestBuilder @@ -19956,7 +19956,7 @@ Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder.Count Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryNamespace.Subscriptions.Count.CountRequestBuilder Microsoft.Graph.DirectoryNamespace.Subscriptions.Item.CompanySubscriptionItemRequestBuilder-->BaseRequestBuilder @@ -19981,8 +19981,8 @@ Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.sub Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryNamespace.Subscriptions.subscriptionsRequestBuilder::[CompanySubscriptionId:string]:global.Microsoft.Graph.DirectoryNamespace.Subscriptions.Item.CompanySubscriptionItemRequestBuilder @@ -20015,7 +20015,7 @@ Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryObjects.Count.CountRequestBuilder Microsoft.Graph.DirectoryObjects.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -20030,8 +20030,8 @@ Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGe Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryObjects.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20048,8 +20048,8 @@ Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjects Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder.directoryObjectsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryObjects.directoryObjectsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.DirectoryObjects.Item.DirectoryObjectItemRequestBuilder @@ -20255,7 +20255,7 @@ Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder.CountRequestBuilderGetQ Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -20270,8 +20270,8 @@ Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetQ Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20288,8 +20288,8 @@ Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesReques Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder.directoryRolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.directoryRolesRequestBuilder::[DirectoryRoleId:string]:global.Microsoft.Graph.DirectoryRoles.Item.DirectoryRoleItemRequestBuilder @@ -20472,7 +20472,7 @@ Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder.CountReque Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Item.Members.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -20481,7 +20481,7 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestB Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -20491,8 +20491,8 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationReq Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20506,7 +20506,7 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilde Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -20516,8 +20516,8 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilde Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20531,7 +20531,7 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -20541,8 +20541,8 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder. Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20556,7 +20556,7 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBu Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -20566,8 +20566,8 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactReque Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20581,7 +20581,7 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountReq Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -20591,8 +20591,8 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePr Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20606,7 +20606,7 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder. Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -20616,8 +20616,8 @@ Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.gr Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.Members.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20703,8 +20703,8 @@ Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequest Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.DirectoryRoles.Item.Members.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.DirectoryRoles.Item.Members.membersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -20727,8 +20727,8 @@ Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuil Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.Members.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -20753,7 +20753,7 @@ Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder.Coun Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Item.ScopedRoleMembershipItemRequestBuilder-->BaseRequestBuilder @@ -20778,8 +20778,8 @@ Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.sc Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder.scopedMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.scopedMembersRequestBuilder::[ScopedRoleMembershipId:string]:global.Microsoft.Graph.DirectoryRoles.Item.ScopedMembers.Item.ScopedRoleMembershipItemRequestBuilder @@ -20830,7 +20830,7 @@ Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DirectoryRoleTemplates.Count.CountRequestBuilder Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -20845,8 +20845,8 @@ Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBui Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DirectoryRoleTemplates.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -20863,8 +20863,8 @@ Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.dire Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder.directoryRoleTemplatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DirectoryRoleTemplates.directoryRoleTemplatesRequestBuilder::[DirectoryRoleTemplateId:string]:global.Microsoft.Graph.DirectoryRoleTemplates.Item.DirectoryRoleTemplateItemRequestBuilder @@ -21070,7 +21070,7 @@ Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DomainDnsRecords.Count.CountRequestBuilder Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder-->BaseRequestBuilder @@ -21080,8 +21080,8 @@ Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecords Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder.domainDnsRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.DomainDnsRecords.domainDnsRecordsRequestBuilder::[DomainDnsRecordId:string]:global.Microsoft.Graph.DomainDnsRecords.Item.DomainDnsRecordItemRequestBuilder @@ -21114,7 +21114,7 @@ Microsoft.Graph.Domains.Count.CountRequestBuilder.CountRequestBuilderGetQueryPar Microsoft.Graph.Domains.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Domains.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Domains.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Domains.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Domains.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Domains.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Domains.Count.CountRequestBuilder Microsoft.Graph.Domains.domainsRequestBuilder-->BaseRequestBuilder @@ -21124,8 +21124,8 @@ Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetQueryParam Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.domainsRequestBuilder.domainsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.domainsRequestBuilder::[DomainId:string]:global.Microsoft.Graph.Domains.Item.DomainItemRequestBuilder @@ -21166,7 +21166,7 @@ Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder.Coun Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Domains.Item.DomainNameReferences.Count.CountRequestBuilder Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder-->BaseRequestBuilder @@ -21176,8 +21176,8 @@ Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBui Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder.domainNameReferencesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder.domainNameReferencesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder.domainNameReferencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder.domainNameReferencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder.domainNameReferencesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder.domainNameReferencesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder.domainNameReferencesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder.domainNameReferencesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Domains.Item.DomainNameReferences.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Domains.Item.DomainNameReferences.domainNameReferencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -21201,7 +21201,7 @@ Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder.C Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Domains.Item.FederationConfiguration.Count.CountRequestBuilder Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder-->BaseRequestBuilder @@ -21211,8 +21211,8 @@ Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequ Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder.federationConfigurationRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.FederationConfiguration.federationConfigurationRequestBuilder::[InternalDomainFederationId:string]:global.Microsoft.Graph.Domains.Item.FederationConfiguration.Item.InternalDomainFederationItemRequestBuilder @@ -21287,7 +21287,7 @@ Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuild Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Count.CountRequestBuilder Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Item.DomainDnsRecordItemRequestBuilder-->BaseRequestBuilder @@ -21312,8 +21312,8 @@ Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRec Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder.serviceConfigurationRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.serviceConfigurationRecordsRequestBuilder::[DomainDnsRecordId:string]:global.Microsoft.Graph.Domains.Item.ServiceConfigurationRecords.Item.DomainDnsRecordItemRequestBuilder @@ -21331,7 +21331,7 @@ Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder.Co Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Domains.Item.VerificationDnsRecords.Count.CountRequestBuilder Microsoft.Graph.Domains.Item.VerificationDnsRecords.Item.DomainDnsRecordItemRequestBuilder-->BaseRequestBuilder @@ -21356,8 +21356,8 @@ Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsReques Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder.verificationDnsRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Domains.Item.VerificationDnsRecords.verificationDnsRecordsRequestBuilder::[DomainDnsRecordId:string]:global.Microsoft.Graph.Domains.Item.VerificationDnsRecords.Item.DomainDnsRecordItemRequestBuilder @@ -21382,8 +21382,8 @@ Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParamete Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.drivesRequestBuilder.drivesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.drivesRequestBuilder::[DriveId:string]:global.Microsoft.Graph.Drives.Item.DriveItemRequestBuilder @@ -21401,8 +21401,8 @@ Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderG Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder.bundlesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Bundles.bundlesRequestBuilder::[DriveItemId:string]:global.Microsoft.Graph.Drives.Item.Bundles.Item.DriveItemItemRequestBuilder @@ -21420,7 +21420,7 @@ Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Bundles.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Bundles.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -21476,7 +21476,7 @@ Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountR Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -21486,8 +21486,8 @@ Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvi Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -21527,7 +21527,7 @@ Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Following.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Following.followingRequestBuilder-->BaseRequestBuilder @@ -21537,8 +21537,8 @@ Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBu Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Following.followingRequestBuilder.followingRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Following.followingRequestBuilder::[DriveItemId:string]:global.Microsoft.Graph.Drives.Item.Following.Item.DriveItemItemRequestBuilder Microsoft.Graph.Drives.Item.Following.followingRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -21577,7 +21577,7 @@ Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Analytics.AllTime.allTimeRequestBuilder-->BaseRequestBuilder @@ -21613,7 +21613,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRe Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder-->BaseRequestBuilder @@ -21623,8 +21623,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activiti Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder::[ItemActivityId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Item.ItemActivityItemRequestBuilder @@ -21642,7 +21642,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activiti Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.Activities.Item.DriveItem.Content.contentRequestBuilder-->BaseRequestBuilder @@ -21708,8 +21708,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityS Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder::[ItemActivityStatId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Analytics.ItemActivityStats.Item.ItemActivityStatItemRequestBuilder @@ -21777,8 +21777,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenR Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Children.childrenRequestBuilder::[DriveItemId1:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Children.Item.DriveItemItemRequestBuilder @@ -21796,7 +21796,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder.CountR Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Children.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -21884,7 +21884,7 @@ Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.C Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -21894,8 +21894,8 @@ Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.s Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -21952,8 +21952,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBui Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -21975,8 +21975,8 @@ Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuild Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; token?:string):void Microsoft.Graph.Drives.Item.Items.Item.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -22066,8 +22066,8 @@ Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIn Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -22089,8 +22089,8 @@ Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeW Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Drives.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -22159,7 +22159,7 @@ Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErr Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -22169,8 +22169,8 @@ Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErr Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -22200,7 +22200,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder.Cou Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Permissions.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Permissions.Item.Grant.grantPostRequestBody::|public|AdditionalData:IDictionary @@ -22250,8 +22250,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.per Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Permissions.permissionsRequestBuilder::[PermissionId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Permissions.Item.PermissionItemRequestBuilder @@ -22322,8 +22322,8 @@ Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.sea Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; q?:string):void Microsoft.Graph.Drives.Item.Items.Item.SearchWithQ.searchWithQRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -22339,7 +22339,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder.C Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Item.Reauthorize.reauthorizeRequestBuilder-->BaseRequestBuilder @@ -22372,8 +22372,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.subscriptionsRequestBuilder::[SubscriptionId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Subscriptions.Item.SubscriptionItemRequestBuilder @@ -22391,7 +22391,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder.Coun Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Item.ThumbnailSetItemRequestBuilder-->BaseRequestBuilder @@ -22416,8 +22416,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumb Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder.thumbnailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.thumbnailsRequestBuilder::[ThumbnailSetId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Thumbnails.Item.ThumbnailSetItemRequestBuilder @@ -22458,7 +22458,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder.CountR Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Versions.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -22505,8 +22505,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsR Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Versions.versionsRequestBuilder::[DriveItemVersionId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Versions.Item.DriveItemVersionItemRequestBuilder @@ -22563,8 +22563,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder. Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder.commentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.commentsRequestBuilder::[WorkbookCommentId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.WorkbookCommentItemRequestBuilder @@ -22582,7 +22582,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuild Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder-->BaseRequestBuilder @@ -22591,7 +22591,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.Coun Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Item.WorkbookCommentReplyItemRequestBuilder-->BaseRequestBuilder @@ -22616,8 +22616,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesReq Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.repliesRequestBuilder::[WorkbookCommentReplyId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Comments.Item.Replies.Item.WorkbookCommentReplyItemRequestBuilder @@ -28971,7 +28971,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder. Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Item.RangeNamespace.BoundingRectWithAnotherRange.boundingRectWithAnotherRangeRequestBuilder-->BaseRequestBuilder @@ -29312,8 +29312,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesR Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder.namesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.namesRequestBuilder::[WorkbookNamedItemId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Item.WorkbookNamedItemItemRequestBuilder @@ -29333,7 +29333,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBui Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Item.WorkbookOperationItemRequestBuilder-->BaseRequestBuilder @@ -29358,8 +29358,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuil Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.operationsRequestBuilder::[WorkbookOperationId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Operations.Item.WorkbookOperationItemRequestBuilder @@ -29457,8 +29457,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsReque Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.columnsRequestBuilder::[WorkbookTableColumnId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Columns.Item.WorkbookTableColumnItemRequestBuilder @@ -32292,8 +32292,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuil Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.rowsRequestBuilder::[WorkbookTableRowId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.Rows.Item.WorkbookTableRowItemRequestBuilder @@ -32707,11 +32707,10 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.c Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -32778,11 +32777,10 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rows Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -32830,8 +32828,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tabl Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder.tablesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.tablesRequestBuilder::[WorkbookTableId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Tables.Item.WorkbookTableItemRequestBuilder @@ -32893,7 +32891,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBui Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.CellWithRowWithColumn.BoundingRectWithAnotherRange.boundingRectWithAnotherRangeRequestBuilder-->BaseRequestBuilder @@ -33217,8 +33215,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsReq Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder.chartsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.chartsRequestBuilder::[WorkbookChartId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.WorkbookChartItemRequestBuilder @@ -34495,8 +34493,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Seri Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder.pointsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.pointsRequestBuilder::[WorkbookChartPointId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.Points.Item.WorkbookChartPointItemRequestBuilder @@ -34554,11 +34552,10 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Seri Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder.pointsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.ItemAtWithIndex.Points.pointsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -34575,8 +34572,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Seri Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder.seriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.seriesRequestBuilder::[WorkbookChartSeriesId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.Item.Series.Item.WorkbookChartSeriesItemRequestBuilder @@ -34901,11 +34898,10 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWit Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder.seriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemAtWithIndex.Series.seriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -35127,11 +35123,10 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithN Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder.seriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Charts.ItemWithName.Series.seriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -35237,7 +35232,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.Coun Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Item.RangeNamespace.BoundingRectWithAnotherRange.boundingRectWithAnotherRangeRequestBuilder-->BaseRequestBuilder @@ -35578,8 +35573,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesReque Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder.namesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.namesRequestBuilder::[WorkbookNamedItemId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Item.WorkbookNamedItemItemRequestBuilder @@ -35599,7 +35594,7 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Coun Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Item.Refresh.refreshRequestBuilder-->BaseRequestBuilder @@ -35642,8 +35637,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivo Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder.pivotTablesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.pivotTablesRequestBuilder::[WorkbookPivotTableId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.PivotTables.Item.WorkbookPivotTableItemRequestBuilder @@ -36377,8 +36372,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Colu Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.columnsRequestBuilder::[WorkbookTableColumnId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Columns.Item.WorkbookTableColumnItemRequestBuilder @@ -39212,8 +39207,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder.rowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.rowsRequestBuilder::[WorkbookTableRowId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.Rows.Item.WorkbookTableRowItemRequestBuilder @@ -39627,11 +39622,10 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWit Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Columns.columnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -39698,11 +39692,10 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWit Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder.rowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWithIndex.Rows.rowsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -39750,8 +39743,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesReq Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder.tablesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.tablesRequestBuilder::[WorkbookTableId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Item.WorkbookTableItemRequestBuilder @@ -40375,8 +40368,8 @@ Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuil Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder.worksheetsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.worksheetsRequestBuilder::[WorkbookWorksheetId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.WorkbookWorksheetItemRequestBuilder @@ -40396,8 +40389,8 @@ Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQuer Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Items.itemsRequestBuilder::[DriveItemId:string]:global.Microsoft.Graph.Drives.Item.Items.Item.DriveItemItemRequestBuilder @@ -40438,7 +40431,7 @@ Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.C Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -40448,8 +40441,8 @@ Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.service Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -40464,8 +40457,8 @@ Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBui Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Drives.Item.List.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -40483,7 +40476,7 @@ Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.Columns.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -40548,8 +40541,8 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.content Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.contentTypesRequestBuilder::[ContentTypeId:string]:global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ContentTypeItemRequestBuilder @@ -40570,7 +40563,7 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder.CountReq Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.ContentTypes.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -40585,8 +40578,8 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCo Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -40628,8 +40621,8 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBui Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::[ContentTypeId1:string]:global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -40644,7 +40637,7 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestB Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder-->BaseRequestBuilder @@ -40663,8 +40656,8 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksReques Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder::[ColumnLinkId:string]:global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder @@ -40682,7 +40675,7 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountReques Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder-->BaseRequestBuilder @@ -40707,8 +40700,8 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositio Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -40723,7 +40716,7 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRe Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -40742,8 +40735,8 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -40761,7 +40754,7 @@ Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBui Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -40891,7 +40884,7 @@ Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.C Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -40901,8 +40894,8 @@ Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.service Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -40925,7 +40918,7 @@ Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.Items.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.Items.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -40940,8 +40933,8 @@ Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBui Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -40963,8 +40956,8 @@ Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuild Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; token?:string):void Microsoft.Graph.Drives.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41012,7 +41005,7 @@ Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErr Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -41022,8 +41015,8 @@ Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErr Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41059,7 +41052,7 @@ Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountReque Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder-->BaseRequestBuilder @@ -41069,8 +41062,8 @@ Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersi Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder::[DocumentSetVersionId:string]:global.Microsoft.Graph.Drives.Item.List.Items.Item.DocumentSetVersions.Item.DocumentSetVersionItemRequestBuilder @@ -41172,8 +41165,8 @@ Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitie Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41195,8 +41188,8 @@ Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDate Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Drives.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41235,7 +41228,7 @@ Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioni Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -41245,8 +41238,8 @@ Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioni Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41285,7 +41278,7 @@ Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder.C Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Item.Fields.fieldsRequestBuilder-->BaseRequestBuilder @@ -41334,8 +41327,8 @@ Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.vers Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.Item.Versions.versionsRequestBuilder::[ListItemVersionId:string]:global.Microsoft.Graph.Drives.Item.List.Items.Item.Versions.Item.ListItemVersionItemRequestBuilder @@ -41354,8 +41347,8 @@ Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGe Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Items.itemsRequestBuilder::[ListItemId:string]:global.Microsoft.Graph.Drives.Item.List.Items.Item.ListItemItemRequestBuilder @@ -41398,7 +41391,7 @@ Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Co Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -41408,8 +41401,8 @@ Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.se Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41446,7 +41439,7 @@ Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder.CountReque Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.Operations.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.Operations.Item.RichLongRunningOperationItemRequestBuilder-->BaseRequestBuilder @@ -41471,8 +41464,8 @@ Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsR Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Operations.operationsRequestBuilder::[RichLongRunningOperationId:string]:global.Microsoft.Graph.Drives.Item.List.Operations.Item.RichLongRunningOperationItemRequestBuilder @@ -41490,7 +41483,7 @@ Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder.CountRe Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.List.Subscriptions.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.List.Subscriptions.Item.Reauthorize.reauthorizeRequestBuilder-->BaseRequestBuilder @@ -41523,8 +41516,8 @@ Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subsc Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.List.Subscriptions.subscriptionsRequestBuilder::[SubscriptionId:string]:global.Microsoft.Graph.Drives.Item.List.Subscriptions.Item.SubscriptionItemRequestBuilder @@ -41548,8 +41541,8 @@ Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetQ Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder.recentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Recent.recentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41595,8 +41588,8 @@ Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQReq Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder.searchWithQRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; q?:string):void Microsoft.Graph.Drives.Item.SearchWithQ.searchWithQRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41618,8 +41611,8 @@ Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMe Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder.sharedWithMeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.SharedWithMe.sharedWithMeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41635,7 +41628,7 @@ Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Drives.Item.Special.Count.CountRequestBuilder Microsoft.Graph.Drives.Item.Special.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -41669,8 +41662,8 @@ Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderG Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Drives.Item.Special.specialRequestBuilder.specialRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Drives.Item.Special.specialRequestBuilder::[DriveItemId:string]:global.Microsoft.Graph.Drives.Item.Special.Item.DriveItemItemRequestBuilder Microsoft.Graph.Drives.Item.Special.specialRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -41686,8 +41679,8 @@ Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGet Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.classesRequestBuilder.classesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.classesRequestBuilder::[EducationClassId:string]:global.Microsoft.Graph.Education.Classes.Item.EducationClassItemRequestBuilder @@ -41706,7 +41699,7 @@ Microsoft.Graph.Education.Classes.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Education.Classes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -41721,8 +41714,8 @@ Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderG Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41739,8 +41732,8 @@ Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategories Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder.assignmentCategoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.AssignmentCategories.assignmentCategoriesRequestBuilder::[EducationCategoryId:string]:global.Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Item.EducationCategoryItemRequestBuilder @@ -41759,7 +41752,7 @@ Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBu Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -41774,8 +41767,8 @@ Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBu Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.AssignmentCategories.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41822,8 +41815,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.ass Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.assignmentsRequestBuilder::[EducationAssignmentId:string]:global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.EducationAssignmentItemRequestBuilder @@ -41842,7 +41835,7 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder.Cou Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -41857,8 +41850,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.del Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41882,8 +41875,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesReq Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.categoriesRequestBuilder::[EducationCategoryId:string]:global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Item.EducationCategoryItemRequestBuilder @@ -41903,7 +41896,7 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRe Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -41918,8 +41911,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRe Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -41947,8 +41940,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefReques Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Categories.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -42014,7 +42007,7 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountReq Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Item.EducationAssignmentResourceItemRequestBuilder-->BaseRequestBuilder @@ -42039,8 +42032,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesReque Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.resourcesRequestBuilder::[EducationAssignmentResourceId:string]:global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Resources.Item.EducationAssignmentResourceItemRequestBuilder @@ -42101,7 +42094,7 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountR Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.EducationSubmissionItemRequestBuilder-->BaseRequestBuilder @@ -42141,7 +42134,7 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcome Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Item.EducationOutcomeItemRequestBuilder-->BaseRequestBuilder @@ -42166,8 +42159,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcome Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder::[EducationOutcomeId:string]:global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Outcomes.Item.EducationOutcomeItemRequestBuilder @@ -42192,7 +42185,7 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resourc Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Item.EducationSubmissionResourceItemRequestBuilder-->BaseRequestBuilder @@ -42217,8 +42210,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resourc Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder::[EducationSubmissionResourceId:string]:global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Resources.Item.EducationSubmissionResourceItemRequestBuilder @@ -42257,7 +42250,7 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Submitt Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Item.EducationSubmissionResourceItemRequestBuilder-->BaseRequestBuilder @@ -42282,8 +42275,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.Submitt Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder::[EducationSubmissionResourceId:string]:global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.SubmittedResources.Item.EducationSubmissionResourceItemRequestBuilder @@ -42309,8 +42302,8 @@ Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsR Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.submissionsRequestBuilder::[EducationSubmissionId:string]:global.Microsoft.Graph.Education.Classes.Item.Assignments.Item.Submissions.Item.EducationSubmissionItemRequestBuilder @@ -42344,7 +42337,7 @@ Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Coun Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder-->BaseRequestBuilder @@ -42354,8 +42347,8 @@ Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.grad Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder.gradingCategoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.gradingCategoriesRequestBuilder::[EducationGradingCategoryId:string]:global.Microsoft.Graph.Education.Classes.Item.AssignmentSettings.GradingCategories.Item.EducationGradingCategoryItemRequestBuilder @@ -42419,8 +42412,8 @@ Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentl Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder.getRecentlyModifiedSubmissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder.getRecentlyModifiedSubmissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder.getRecentlyModifiedSubmissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder.getRecentlyModifiedSubmissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder.getRecentlyModifiedSubmissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder.getRecentlyModifiedSubmissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder.getRecentlyModifiedSubmissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder.getRecentlyModifiedSubmissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.GetRecentlyModifiedSubmissions.getRecentlyModifiedSubmissionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -42446,7 +42439,7 @@ Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.Cou Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -42456,8 +42449,8 @@ Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.servicePr Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -42471,7 +42464,7 @@ Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder.CountRe Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Members.Item.EducationUserItemRequestBuilder-->BaseRequestBuilder @@ -42492,8 +42485,8 @@ Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequ Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder::[EducationUserId:string]:global.Microsoft.Graph.Education.Classes.Item.Members.Item.EducationUserItemRequestBuilder Microsoft.Graph.Education.Classes.Item.Members.membersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -42510,8 +42503,8 @@ Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestB Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Members.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -42529,7 +42522,7 @@ Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder.CountRe Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Modules.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Modules.Item.EducationModuleItemRequestBuilder-->BaseRequestBuilder @@ -42572,7 +42565,7 @@ Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequest Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Item.EducationModuleResourceItemRequestBuilder-->BaseRequestBuilder @@ -42597,8 +42590,8 @@ Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBu Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.resourcesRequestBuilder::[EducationModuleResourceId:string]:global.Microsoft.Graph.Education.Classes.Item.Modules.Item.Resources.Item.EducationModuleResourceItemRequestBuilder @@ -42631,8 +42624,8 @@ Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequ Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder.modulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Modules.modulesRequestBuilder::[EducationModuleId:string]:global.Microsoft.Graph.Education.Classes.Item.Modules.Item.EducationModuleItemRequestBuilder @@ -42650,7 +42643,7 @@ Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder.CountRe Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Schools.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Schools.Item.EducationSchoolItemRequestBuilder-->BaseRequestBuilder @@ -42669,8 +42662,8 @@ Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequ Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder::[EducationSchoolId:string]:global.Microsoft.Graph.Education.Classes.Item.Schools.Item.EducationSchoolItemRequestBuilder Microsoft.Graph.Education.Classes.Item.Schools.schoolsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -42685,7 +42678,7 @@ Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder.CountR Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Classes.Item.Teachers.Count.CountRequestBuilder Microsoft.Graph.Education.Classes.Item.Teachers.Item.EducationUserItemRequestBuilder-->BaseRequestBuilder @@ -42706,8 +42699,8 @@ Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequest Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Teachers.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -42726,8 +42719,8 @@ Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersR Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder.teachersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder::[EducationUserId:string]:global.Microsoft.Graph.Education.Classes.Item.Teachers.Item.EducationUserItemRequestBuilder Microsoft.Graph.Education.Classes.Item.Teachers.teachersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -42760,8 +42753,8 @@ Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRe Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.assignmentsRequestBuilder::[EducationAssignmentId:string]:global.Microsoft.Graph.Education.Me.Assignments.Item.EducationAssignmentItemRequestBuilder @@ -42780,7 +42773,7 @@ Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Assignments.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Assignments.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -42795,8 +42788,8 @@ Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestB Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -42820,8 +42813,8 @@ Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilde Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Categories.categoriesRequestBuilder::[EducationCategoryId:string]:global.Microsoft.Graph.Education.Me.Assignments.Item.Categories.Item.EducationCategoryItemRequestBuilder @@ -42841,7 +42834,7 @@ Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuild Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Assignments.Item.Categories.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -42856,8 +42849,8 @@ Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuild Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Item.Categories.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -42885,8 +42878,8 @@ Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.R Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Categories.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -42952,7 +42945,7 @@ Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilde Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Assignments.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Assignments.Item.Resources.Item.EducationAssignmentResourceItemRequestBuilder-->BaseRequestBuilder @@ -42977,8 +42970,8 @@ Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder. Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Resources.resourcesRequestBuilder::[EducationAssignmentResourceId:string]:global.Microsoft.Graph.Education.Me.Assignments.Item.Resources.Item.EducationAssignmentResourceItemRequestBuilder @@ -43039,7 +43032,7 @@ Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuil Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.EducationSubmissionItemRequestBuilder-->BaseRequestBuilder @@ -43079,7 +43072,7 @@ Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.Co Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Item.EducationOutcomeItemRequestBuilder-->BaseRequestBuilder @@ -43104,8 +43097,8 @@ Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomes Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder::[EducationOutcomeId:string]:global.Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Outcomes.Item.EducationOutcomeItemRequestBuilder @@ -43130,7 +43123,7 @@ Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.C Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Item.EducationSubmissionResourceItemRequestBuilder-->BaseRequestBuilder @@ -43155,8 +43148,8 @@ Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourc Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder::[EducationSubmissionResourceId:string]:global.Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.Resources.Item.EducationSubmissionResourceItemRequestBuilder @@ -43195,7 +43188,7 @@ Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResource Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Item.EducationSubmissionResourceItemRequestBuilder-->BaseRequestBuilder @@ -43220,8 +43213,8 @@ Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResource Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder::[EducationSubmissionResourceId:string]:global.Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.SubmittedResources.Item.EducationSubmissionResourceItemRequestBuilder @@ -43247,8 +43240,8 @@ Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuil Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Assignments.Item.Submissions.submissionsRequestBuilder::[EducationSubmissionId:string]:global.Microsoft.Graph.Education.Me.Assignments.Item.Submissions.Item.EducationSubmissionItemRequestBuilder @@ -43267,8 +43260,8 @@ Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilder Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Classes.classesRequestBuilder.classesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Classes.classesRequestBuilder::[EducationClassId:string]:global.Microsoft.Graph.Education.Me.Classes.Item.EducationClassItemRequestBuilder Microsoft.Graph.Education.Me.Classes.classesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -43283,7 +43276,7 @@ Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Classes.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Classes.Item.EducationClassItemRequestBuilder-->BaseRequestBuilder @@ -43322,7 +43315,7 @@ Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Rubrics.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Rubrics.Item.EducationRubricItemRequestBuilder-->BaseRequestBuilder @@ -43347,8 +43340,8 @@ Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilder Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Rubrics.rubricsRequestBuilder::[EducationRubricId:string]:global.Microsoft.Graph.Education.Me.Rubrics.Item.EducationRubricItemRequestBuilder @@ -43366,7 +43359,7 @@ Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.Schools.Count.CountRequestBuilder Microsoft.Graph.Education.Me.Schools.Item.EducationSchoolItemRequestBuilder-->BaseRequestBuilder @@ -43385,8 +43378,8 @@ Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilder Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder::[EducationSchoolId:string]:global.Microsoft.Graph.Education.Me.Schools.Item.EducationSchoolItemRequestBuilder Microsoft.Graph.Education.Me.Schools.schoolsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -43401,7 +43394,7 @@ Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder.CountReques Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.TaughtClasses.Count.CountRequestBuilder Microsoft.Graph.Education.Me.TaughtClasses.Item.EducationClassItemRequestBuilder-->BaseRequestBuilder @@ -43420,8 +43413,8 @@ Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtCla Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder::[EducationClassId:string]:global.Microsoft.Graph.Education.Me.TaughtClasses.Item.EducationClassItemRequestBuilder Microsoft.Graph.Education.Me.TaughtClasses.taughtClassesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -43448,7 +43441,7 @@ Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBu Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -43458,8 +43451,8 @@ Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningE Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Me.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -43484,7 +43477,7 @@ Microsoft.Graph.Education.Schools.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Education.Schools.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Schools.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Schools.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Schools.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Schools.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Schools.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Schools.Count.CountRequestBuilder Microsoft.Graph.Education.Schools.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -43499,8 +43492,8 @@ Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderG Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Schools.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -43529,8 +43522,8 @@ Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequ Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder.classesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder::[EducationClassId:string]:global.Microsoft.Graph.Education.Schools.Item.Classes.Item.EducationClassItemRequestBuilder Microsoft.Graph.Education.Schools.Item.Classes.classesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -43546,7 +43539,7 @@ Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder.CountRe Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Schools.Item.Classes.Count.CountRequestBuilder Microsoft.Graph.Education.Schools.Item.Classes.Item.EducationClassItemRequestBuilder-->BaseRequestBuilder @@ -43567,8 +43560,8 @@ Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestB Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Item.Classes.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -43604,7 +43597,7 @@ Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Schools.Item.Users.Count.CountRequestBuilder Microsoft.Graph.Education.Schools.Item.Users.Item.EducationUserItemRequestBuilder-->BaseRequestBuilder @@ -43625,8 +43618,8 @@ Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBui Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Item.Users.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -43645,8 +43638,8 @@ Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBui Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder.usersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder::[EducationUserId:string]:global.Microsoft.Graph.Education.Schools.Item.Users.Item.EducationUserItemRequestBuilder Microsoft.Graph.Education.Schools.Item.Users.usersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -43663,8 +43656,8 @@ Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGet Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.schoolsRequestBuilder.schoolsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Schools.schoolsRequestBuilder::[EducationSchoolId:string]:global.Microsoft.Graph.Education.Schools.Item.EducationSchoolItemRequestBuilder @@ -43683,7 +43676,7 @@ Microsoft.Graph.Education.Users.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.Education.Users.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -43698,8 +43691,8 @@ Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGet Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -43716,8 +43709,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assig Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.assignmentsRequestBuilder::[EducationAssignmentId:string]:global.Microsoft.Graph.Education.Users.Item.Assignments.Item.EducationAssignmentItemRequestBuilder @@ -43736,7 +43729,7 @@ Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder.Count Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Assignments.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -43751,8 +43744,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.delta Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -43776,8 +43769,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesReque Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder.categoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.categoriesRequestBuilder::[EducationCategoryId:string]:global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Item.EducationCategoryItemRequestBuilder @@ -43797,7 +43790,7 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequ Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -43812,8 +43805,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequ Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -43841,8 +43834,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestB Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Categories.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -43908,7 +43901,7 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountReque Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Item.EducationAssignmentResourceItemRequestBuilder-->BaseRequestBuilder @@ -43933,8 +43926,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequest Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.resourcesRequestBuilder::[EducationAssignmentResourceId:string]:global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Resources.Item.EducationAssignmentResourceItemRequestBuilder @@ -43995,7 +43988,7 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountReq Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.EducationSubmissionItemRequestBuilder-->BaseRequestBuilder @@ -44035,7 +44028,7 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes. Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Item.EducationOutcomeItemRequestBuilder-->BaseRequestBuilder @@ -44060,8 +44053,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes. Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder.outcomesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.outcomesRequestBuilder::[EducationOutcomeId:string]:global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Outcomes.Item.EducationOutcomeItemRequestBuilder @@ -44086,7 +44079,7 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Item.EducationSubmissionResourceItemRequestBuilder-->BaseRequestBuilder @@ -44111,8 +44104,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.resourcesRequestBuilder::[EducationSubmissionResourceId:string]:global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Resources.Item.EducationSubmissionResourceItemRequestBuilder @@ -44151,7 +44144,7 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Submitted Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Item.EducationSubmissionResourceItemRequestBuilder-->BaseRequestBuilder @@ -44176,8 +44169,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.Submitted Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder.submittedResourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.submittedResourcesRequestBuilder::[EducationSubmissionResourceId:string]:global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.SubmittedResources.Item.EducationSubmissionResourceItemRequestBuilder @@ -44203,8 +44196,8 @@ Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsReq Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder.submissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.submissionsRequestBuilder::[EducationSubmissionId:string]:global.Microsoft.Graph.Education.Users.Item.Assignments.Item.Submissions.Item.EducationSubmissionItemRequestBuilder @@ -44223,8 +44216,8 @@ Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesReques Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder.classesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder::[EducationClassId:string]:global.Microsoft.Graph.Education.Users.Item.Classes.Item.EducationClassItemRequestBuilder Microsoft.Graph.Education.Users.Item.Classes.classesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -44239,7 +44232,7 @@ Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Classes.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Classes.Item.EducationClassItemRequestBuilder-->BaseRequestBuilder @@ -44278,7 +44271,7 @@ Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Rubrics.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Rubrics.Item.EducationRubricItemRequestBuilder-->BaseRequestBuilder @@ -44303,8 +44296,8 @@ Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsReques Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder.rubricsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Rubrics.rubricsRequestBuilder::[EducationRubricId:string]:global.Microsoft.Graph.Education.Users.Item.Rubrics.Item.EducationRubricItemRequestBuilder @@ -44322,7 +44315,7 @@ Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.Schools.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.Schools.Item.EducationSchoolItemRequestBuilder-->BaseRequestBuilder @@ -44341,8 +44334,8 @@ Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsReques Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder.schoolsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder::[EducationSchoolId:string]:global.Microsoft.Graph.Education.Users.Item.Schools.Item.EducationSchoolItemRequestBuilder Microsoft.Graph.Education.Users.Item.Schools.schoolsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -44357,7 +44350,7 @@ Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder.Cou Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.TaughtClasses.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.TaughtClasses.Item.EducationClassItemRequestBuilder-->BaseRequestBuilder @@ -44376,8 +44369,8 @@ Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.t Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder.taughtClassesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder::[EducationClassId:string]:global.Microsoft.Graph.Education.Users.Item.TaughtClasses.Item.EducationClassItemRequestBuilder Microsoft.Graph.Education.Users.Item.TaughtClasses.taughtClassesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -44404,7 +44397,7 @@ Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountR Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -44414,8 +44407,8 @@ Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvi Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Education.Users.Item.User.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -44441,8 +44434,8 @@ Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetQueryP Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.usersRequestBuilder.usersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Education.Users.usersRequestBuilder::[EducationUserId:string]:global.Microsoft.Graph.Education.Users.Item.EducationUserItemRequestBuilder @@ -44462,8 +44455,8 @@ Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communi Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder.communitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.communitiesRequestBuilder::[CommunityId:string]:global.Microsoft.Graph.EmployeeExperience.Communities.Item.CommunityItemRequestBuilder @@ -44481,7 +44474,7 @@ Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder.CountRe Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.Communities.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.Communities.Item.CommunityItemRequestBuilder-->BaseRequestBuilder @@ -44518,7 +44511,7 @@ Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErr Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -44528,8 +44521,8 @@ Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErr Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.Communities.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -44543,7 +44536,7 @@ Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBui Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -44564,7 +44557,7 @@ Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvision Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -44574,8 +44567,8 @@ Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvision Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -44601,8 +44594,8 @@ Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder. Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder::[UserId:string]:global.Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.Item.UserItemRequestBuilder Microsoft.Graph.EmployeeExperience.Communities.Item.Owners.ownersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -44642,7 +44635,7 @@ Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestB Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder-->BaseRequestBuilder @@ -44652,8 +44645,8 @@ Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOper Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder.engagementAsyncOperationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.engagementAsyncOperationsRequestBuilder::[EngagementAsyncOperationId:string]:global.Microsoft.Graph.EmployeeExperience.EngagementAsyncOperations.Item.EngagementAsyncOperationItemRequestBuilder @@ -44686,7 +44679,7 @@ Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBu Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Item.LearningCourseActivityItemRequestBuilder-->BaseRequestBuilder @@ -44711,8 +44704,8 @@ Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivi Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder::[LearningCourseActivityId:string]:global.Microsoft.Graph.EmployeeExperience.LearningCourseActivities.Item.LearningCourseActivityItemRequestBuilder @@ -44745,7 +44738,7 @@ Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder.C Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.LearningProviders.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder-->BaseRequestBuilder @@ -44754,7 +44747,7 @@ Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Item.LearningContentItemRequestBuilder-->BaseRequestBuilder @@ -44779,8 +44772,8 @@ Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learn Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder.learningContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.learningContentsRequestBuilder::[LearningContentId:string]:global.Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningContents.Item.LearningContentItemRequestBuilder @@ -44813,7 +44806,7 @@ Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActiviti Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Count.CountRequestBuilder Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Item.LearningCourseActivityItemRequestBuilder-->BaseRequestBuilder @@ -44838,8 +44831,8 @@ Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActiviti Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.learningCourseActivitiesRequestBuilder::[LearningCourseActivityId:string]:global.Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningCourseActivities.Item.LearningCourseActivityItemRequestBuilder @@ -44892,8 +44885,8 @@ Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBui Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder.learningProvidersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.EmployeeExperience.LearningProviders.learningProvidersRequestBuilder::[LearningProviderId:string]:global.Microsoft.Graph.EmployeeExperience.LearningProviders.Item.LearningProviderItemRequestBuilder @@ -44912,8 +44905,8 @@ Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsReques Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.connectionsRequestBuilder.connectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.connectionsRequestBuilder::[ExternalConnectionId:string]:global.Microsoft.Graph.External.Connections.Item.ExternalConnectionItemRequestBuilder @@ -44931,7 +44924,7 @@ Microsoft.Graph.External.Connections.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.External.Connections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.External.Connections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.External.Connections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.External.Connections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.External.Connections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.External.Connections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.External.Connections.Count.CountRequestBuilder Microsoft.Graph.External.Connections.Item.ExternalConnectionItemRequestBuilder-->BaseRequestBuilder @@ -44959,7 +44952,7 @@ Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder.Count Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.External.Connections.Item.Groups.Count.CountRequestBuilder Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder-->BaseRequestBuilder @@ -44969,8 +44962,8 @@ Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequ Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder.groupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Groups.groupsRequestBuilder::[ExternalGroupId:string]:global.Microsoft.Graph.External.Connections.Item.Groups.Item.ExternalGroupItemRequestBuilder @@ -45004,7 +44997,7 @@ Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequest Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Count.CountRequestBuilder Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Item.IdentityItemRequestBuilder-->BaseRequestBuilder @@ -45029,8 +45022,8 @@ Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuil Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Groups.Item.Members.membersRequestBuilder::[IdentityId:string]:global.Microsoft.Graph.External.Connections.Item.Groups.Item.Members.Item.IdentityItemRequestBuilder @@ -45048,7 +45041,7 @@ Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder.CountR Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.External.Connections.Item.Items.Count.CountRequestBuilder Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder-->BaseRequestBuilder @@ -45058,8 +45051,8 @@ Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesReques Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Items.Item.Activities.activitiesRequestBuilder::[ExternalActivityId:string]:global.Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Item.ExternalActivityItemRequestBuilder @@ -45077,7 +45070,7 @@ Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountReque Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Count.CountRequestBuilder Microsoft.Graph.External.Connections.Item.Items.Item.Activities.Item.ExternalActivityItemRequestBuilder-->BaseRequestBuilder @@ -45152,8 +45145,8 @@ Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequest Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Items.itemsRequestBuilder::[ExternalItemId:string]:global.Microsoft.Graph.External.Connections.Item.Items.Item.ExternalItemItemRequestBuilder @@ -45171,7 +45164,7 @@ Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder.C Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.External.Connections.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.External.Connections.Item.Operations.Item.ConnectionOperationItemRequestBuilder-->BaseRequestBuilder @@ -45196,8 +45189,8 @@ Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.op Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.External.Connections.Item.Operations.operationsRequestBuilder::[ConnectionOperationId:string]:global.Microsoft.Graph.External.Connections.Item.Operations.Item.ConnectionOperationItemRequestBuilder @@ -45240,7 +45233,7 @@ Microsoft.Graph.FilterOperators.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.FilterOperators.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.FilterOperators.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.FilterOperators.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.FilterOperators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.FilterOperators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.FilterOperators.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.FilterOperators.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.FilterOperators.Count.CountRequestBuilder Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder-->BaseRequestBuilder @@ -45250,8 +45243,8 @@ Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsReq Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.FilterOperators.filterOperatorsRequestBuilder::[FilterOperatorSchemaId:string]:global.Microsoft.Graph.FilterOperators.Item.FilterOperatorSchemaItemRequestBuilder @@ -45284,7 +45277,7 @@ Microsoft.Graph.Functions.Count.CountRequestBuilder.CountRequestBuilderGetQueryP Microsoft.Graph.Functions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Functions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Functions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Functions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Functions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Functions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Functions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Functions.Count.CountRequestBuilder Microsoft.Graph.Functions.functionsRequestBuilder-->BaseRequestBuilder @@ -45294,8 +45287,8 @@ Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetQuer Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Functions.functionsRequestBuilder.functionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Functions.functionsRequestBuilder::[AttributeMappingFunctionSchemaId:string]:global.Microsoft.Graph.Functions.Item.AttributeMappingFunctionSchemaItemRequestBuilder @@ -45328,7 +45321,7 @@ Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.GroupLifecyclePolicies.Count.CountRequestBuilder Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder-->BaseRequestBuilder @@ -45338,8 +45331,8 @@ Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.grou Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder::[GroupLifecyclePolicyId:string]:global.Microsoft.Graph.GroupLifecyclePolicies.Item.GroupLifecyclePolicyItemRequestBuilder @@ -45426,7 +45419,7 @@ Microsoft.Graph.Groups.Count.CountRequestBuilder.CountRequestBuilderGetQueryPara Microsoft.Graph.Groups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Count.CountRequestBuilder Microsoft.Graph.Groups.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -45441,8 +45434,8 @@ Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryPara Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -45506,8 +45499,8 @@ Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParamete Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.groupsRequestBuilder.groupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.groupsRequestBuilder::[GroupId:string]:global.Microsoft.Graph.Groups.Item.GroupItemRequestBuilder @@ -45530,8 +45523,8 @@ Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.accept Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.acceptedSendersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.acceptedSendersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.acceptedSendersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.acceptedSendersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.acceptedSendersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.acceptedSendersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.acceptedSendersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder.acceptedSendersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Groups.Item.AcceptedSenders.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Groups.Item.AcceptedSenders.acceptedSendersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -45547,7 +45540,7 @@ Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder.CountReque Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.AcceptedSenders.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.AcceptedSenders.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -45568,8 +45561,8 @@ Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuil Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.AcceptedSenders.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -45595,8 +45588,8 @@ Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder. Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder::[AppRoleAssignmentId:string]:global.Microsoft.Graph.Groups.Item.AppRoleAssignments.Item.AppRoleAssignmentItemRequestBuilder @@ -45614,7 +45607,7 @@ Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder.CountRe Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.AppRoleAssignments.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.AppRoleAssignments.Item.AppRoleAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -45657,8 +45650,8 @@ Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowed Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; User?:string):void Microsoft.Graph.Groups.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -45675,8 +45668,8 @@ Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequ Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder::[CalendarPermissionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder @@ -45694,7 +45687,7 @@ Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuild Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Calendar.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder-->BaseRequestBuilder @@ -45735,9 +45728,9 @@ Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.cal Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -45758,9 +45751,9 @@ Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.delt Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -45776,7 +45769,7 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder.CountReque Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -45792,9 +45785,9 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaReque Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -45811,8 +45804,8 @@ Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBu Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder @@ -45848,8 +45841,8 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestB Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -45868,7 +45861,7 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestB Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -45979,7 +45972,7 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBu Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -45989,8 +45982,8 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBui Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -46046,9 +46039,9 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBui Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -46066,9 +46059,9 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuild Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -46156,9 +46149,9 @@ Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarView Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -46179,9 +46172,9 @@ Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestB Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -46259,8 +46252,8 @@ Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversati Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder.conversationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.conversationsRequestBuilder::[ConversationId:string]:global.Microsoft.Graph.Groups.Item.Conversations.Item.ConversationItemRequestBuilder @@ -46278,7 +46271,7 @@ Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Conversations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.ConversationItemRequestBuilder-->BaseRequestBuilder @@ -46300,7 +46293,7 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.ConversationThreadItemRequestBuilder-->BaseRequestBuilder @@ -46326,7 +46319,7 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountReq Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder @@ -46336,8 +46329,8 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachmen Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -46356,7 +46349,7 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachmen Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -46392,7 +46385,7 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extension Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -46402,8 +46395,8 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extension Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -46453,8 +46446,8 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Item.AttachmentItemRequestBuilder @@ -46473,7 +46466,7 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -46509,7 +46502,7 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -46519,8 +46512,8 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Item.ExtensionItemRequestBuilder @@ -46627,8 +46620,8 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBu Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder::[PostId:string]:global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.Item.PostItemRequestBuilder Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.Posts.postsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -46659,8 +46652,8 @@ Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.thr Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder.threadsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Conversations.Item.Threads.threadsRequestBuilder::[ConversationThreadId:string]:global.Microsoft.Graph.Groups.Item.Conversations.Item.Threads.Item.ConversationThreadItemRequestBuilder @@ -46696,7 +46689,7 @@ Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Drives.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder-->BaseRequestBuilder @@ -46706,8 +46699,8 @@ Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQ Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder::[DriveId:string]:global.Microsoft.Graph.Groups.Item.Drives.Item.DriveItemRequestBuilder Microsoft.Graph.Groups.Item.Drives.drivesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -46731,7 +46724,7 @@ Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -46747,9 +46740,9 @@ Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilder Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -46766,8 +46759,8 @@ Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQ Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder @@ -46803,8 +46796,8 @@ Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.at Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -46823,7 +46816,7 @@ Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder.Co Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -46934,7 +46927,7 @@ Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder.Cou Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -46944,8 +46937,8 @@ Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.exte Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -47001,9 +46994,9 @@ Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.delt Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47021,9 +47014,9 @@ Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instan Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -47076,7 +47069,7 @@ Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -47086,8 +47079,8 @@ Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsReques Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -47224,7 +47217,7 @@ Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder.Cou Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder-->BaseRequestBuilder @@ -47234,8 +47227,8 @@ Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequest Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder.groupLifecyclePoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.groupLifecyclePoliciesRequestBuilder::[GroupLifecyclePolicyId:string]:global.Microsoft.Graph.Groups.Item.GroupLifecyclePolicies.Item.GroupLifecyclePolicyItemRequestBuilder @@ -47322,7 +47315,7 @@ Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MemberOf.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -47331,7 +47324,7 @@ Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestB Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -47341,8 +47334,8 @@ Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrative Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47356,7 +47349,7 @@ Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.CountR Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -47366,8 +47359,8 @@ Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGr Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47411,8 +47404,8 @@ Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuild Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Groups.Item.MemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Groups.Item.MemberOf.memberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -47429,7 +47422,7 @@ Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -47438,7 +47431,7 @@ Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder.C Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Members.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -47448,8 +47441,8 @@ Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuil Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47463,7 +47456,7 @@ Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder.CountR Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Members.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -47473,8 +47466,8 @@ Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphD Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47488,7 +47481,7 @@ Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder.CountRe Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Members.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -47498,8 +47491,8 @@ Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGro Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47513,7 +47506,7 @@ Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder.Co Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Members.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -47523,8 +47516,8 @@ Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilde Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47538,7 +47531,7 @@ Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuil Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -47548,8 +47541,8 @@ Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalR Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47563,7 +47556,7 @@ Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder.CountReq Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Members.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -47573,8 +47566,8 @@ Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserR Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Members.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47660,8 +47653,8 @@ Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderG Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.membersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Groups.Item.Members.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Groups.Item.Members.membersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -47684,8 +47677,8 @@ Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQu Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Members.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -47703,7 +47696,7 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder.C Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -47712,7 +47705,7 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.Coun Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -47722,8 +47715,8 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphAppli Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47737,7 +47730,7 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -47747,8 +47740,8 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47762,7 +47755,7 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountReque Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -47772,8 +47765,8 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupReques Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47787,7 +47780,7 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.Count Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -47797,8 +47790,8 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgCon Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47812,7 +47805,7 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -47822,8 +47815,8 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graph Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47837,7 +47830,7 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountReques Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -47847,8 +47840,8 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestB Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -47932,8 +47925,8 @@ Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsReq Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder.membersWithLicenseErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder.membersWithLicenseErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder.membersWithLicenseErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder.membersWithLicenseErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder.membersWithLicenseErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder.membersWithLicenseErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder.membersWithLicenseErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder.membersWithLicenseErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Groups.Item.MembersWithLicenseErrors.membersWithLicenseErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -47954,7 +47947,7 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder.CountReq Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetNotebookFromWebUrl.getNotebookFromWebUrlPostRequestBody::|public|AdditionalData:IDictionary @@ -47981,8 +47974,8 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePerso Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; includePersonalNotebooks?:bool?):void Microsoft.Graph.Groups.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -48035,7 +48028,7 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -48081,7 +48074,7 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGro Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -48100,8 +48093,8 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGro Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -48116,7 +48109,7 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.C Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -48183,7 +48176,7 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.I Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -48285,8 +48278,8 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.I Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -48323,8 +48316,8 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.s Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -48343,8 +48336,8 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRe Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -48362,7 +48355,7 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBu Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -48429,7 +48422,7 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.Cou Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -48531,8 +48524,8 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -48569,8 +48562,8 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuild Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -48589,8 +48582,8 @@ Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksR Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Notebooks.notebooksRequestBuilder::[NotebookId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Notebooks.Item.NotebookItemRequestBuilder @@ -48631,7 +48624,7 @@ Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder.CountRe Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Operations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder-->BaseRequestBuilder @@ -48656,8 +48649,8 @@ Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operatio Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Operations.operationsRequestBuilder::[OnenoteOperationId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder @@ -48675,7 +48668,7 @@ Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -48777,8 +48770,8 @@ Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilde Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Pages.Item.OnenotePageItemRequestBuilder @@ -48796,7 +48789,7 @@ Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder.CountReq Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Resources.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Resources.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -48835,8 +48828,8 @@ Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesR Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Resources.resourcesRequestBuilder::[OnenoteResourceId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Resources.Item.OnenoteResourceItemRequestBuilder @@ -48854,7 +48847,7 @@ Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder.Coun Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -48900,7 +48893,7 @@ Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.Count Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -48919,8 +48912,8 @@ Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGrou Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -48935,7 +48928,7 @@ Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountReque Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -49002,7 +48995,7 @@ Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -49104,8 +49097,8 @@ Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pages Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -49142,8 +49135,8 @@ Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestB Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -49162,8 +49155,8 @@ Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.se Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Groups.Item.Onenote.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -49181,7 +49174,7 @@ Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Sections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -49248,7 +49241,7 @@ Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilde Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -49350,8 +49343,8 @@ Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.page Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -49388,8 +49381,8 @@ Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequ Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Onenote.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Groups.Item.Onenote.Sections.Item.OnenoteSectionItemRequestBuilder @@ -49407,7 +49400,7 @@ Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Owners.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -49416,7 +49409,7 @@ Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder.Co Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Owners.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -49426,8 +49419,8 @@ Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuild Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -49441,7 +49434,7 @@ Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder.CountRe Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Owners.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -49451,8 +49444,8 @@ Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDe Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -49466,7 +49459,7 @@ Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder.CountReq Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Owners.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -49476,8 +49469,8 @@ Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGrou Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -49491,7 +49484,7 @@ Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder.Cou Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -49501,8 +49494,8 @@ Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -49516,7 +49509,7 @@ Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuild Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -49526,8 +49519,8 @@ Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRe Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -49541,7 +49534,7 @@ Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Owners.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -49551,8 +49544,8 @@ Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRe Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Owners.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -49638,8 +49631,8 @@ Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQ Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Groups.Item.Owners.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Groups.Item.Owners.ownersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -49662,8 +49655,8 @@ Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQue Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Owners.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -49681,7 +49674,7 @@ Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -49706,8 +49699,8 @@ Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.perm Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Groups.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -49778,8 +49771,8 @@ Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQ Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder.photosRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder::[ProfilePhotoId:string]:global.Microsoft.Graph.Groups.Item.Photos.Item.ProfilePhotoItemRequestBuilder Microsoft.Graph.Groups.Item.Photos.photosRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -49809,7 +49802,7 @@ Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Planner.Plans.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder-->BaseRequestBuilder @@ -49819,8 +49812,8 @@ Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.buc Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder::[PlannerBucketId:string]:global.Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.PlannerBucketItemRequestBuilder @@ -49838,7 +49831,7 @@ Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.PlannerBucketItemRequestBuilder-->BaseRequestBuilder @@ -49863,7 +49856,7 @@ Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountReq Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -49952,8 +49945,8 @@ Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBu Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Groups.Item.Planner.Plans.Item.Buckets.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -50004,7 +49997,7 @@ Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder.C Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -50093,8 +50086,8 @@ Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRe Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Groups.Item.Planner.Plans.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -50113,8 +50106,8 @@ Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilde Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Planner.Plans.plansRequestBuilder::[PlannerPlanId:string]:global.Microsoft.Graph.Groups.Item.Planner.Plans.Item.PlannerPlanItemRequestBuilder @@ -50132,7 +50125,7 @@ Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder.CountReque Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.RejectedSenders.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.RejectedSenders.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -50153,8 +50146,8 @@ Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuil Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.RejectedSenders.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -50173,8 +50166,8 @@ Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.reject Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.rejectedSendersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.rejectedSendersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.rejectedSendersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.rejectedSendersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.rejectedSendersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.rejectedSendersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.rejectedSendersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder.rejectedSendersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Groups.Item.RejectedSenders.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Groups.Item.RejectedSenders.rejectedSendersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -50225,7 +50218,7 @@ Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder. Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -50235,8 +50228,8 @@ Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsR Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -50250,7 +50243,7 @@ Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Settings.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Settings.Item.GroupSettingItemRequestBuilder-->BaseRequestBuilder @@ -50275,8 +50268,8 @@ Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuild Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder.settingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Settings.settingsRequestBuilder::[GroupSettingId:string]:global.Microsoft.Graph.Groups.Item.Settings.Item.GroupSettingItemRequestBuilder @@ -50317,7 +50310,7 @@ Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -50332,8 +50325,8 @@ Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderG Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -50355,8 +50348,8 @@ Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSi Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.GetAllSites.getAllSitesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -50399,7 +50392,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRe Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder-->BaseRequestBuilder @@ -50409,8 +50402,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activiti Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder::[ItemActivityId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Item.ItemActivityItemRequestBuilder @@ -50428,7 +50421,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activiti Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Item.DriveItem.Content.contentRequestBuilder-->BaseRequestBuilder @@ -50494,8 +50487,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityS Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder::[ItemActivityStatId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Analytics.ItemActivityStats.Item.ItemActivityStatItemRequestBuilder @@ -50523,8 +50516,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequ Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -50542,7 +50535,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder.CountRe Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -50607,8 +50600,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.c Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.contentTypesRequestBuilder::[ContentTypeId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ContentTypeItemRequestBuilder @@ -50629,7 +50622,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder.Co Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -50644,8 +50637,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -50687,8 +50680,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::[ContentTypeId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -50703,7 +50696,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRe Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder-->BaseRequestBuilder @@ -50722,8 +50715,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinks Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder::[ColumnLinkId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder @@ -50741,7 +50734,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.Count Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder-->BaseRequestBuilder @@ -50766,8 +50759,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnP Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -50782,7 +50775,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.C Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -50801,8 +50794,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestB Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -50820,7 +50813,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequ Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -50950,7 +50943,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.C Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -50960,8 +50953,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.s Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -50984,7 +50977,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder.CountReq Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Drives.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder-->BaseRequestBuilder @@ -50994,8 +50987,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequest Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder::[DriveId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Drives.Item.DriveItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Drives.drivesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51019,7 +51012,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder-->BaseRequestBuilder @@ -51029,8 +51022,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBui Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.Item.ColumnDefinitionItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.ExternalColumns.externalColumnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51060,8 +51053,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIn Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51083,8 +51076,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeW Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Groups.Item.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51106,8 +51099,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListI Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; listId?:string):void Microsoft.Graph.Groups.Item.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51136,11 +51129,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestB Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51154,11 +51146,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTyp Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51190,11 +51181,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBui Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51205,11 +51195,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externa Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51228,8 +51217,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51251,8 +51240,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByInterval Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51274,8 +51263,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTyp Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; listId?:string):void Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51316,11 +51305,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuild Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51340,11 +51328,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuild Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51373,11 +51360,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRe Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51391,11 +51377,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuild Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51409,11 +51394,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissions Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51427,11 +51411,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuild Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51457,11 +51440,10 @@ Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRe Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51477,7 +51459,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Items.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Items.Item.BaseItemItemRequestBuilder-->BaseRequestBuilder @@ -51496,8 +51478,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBui Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder::[BaseItemId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Items.Item.BaseItemItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Items.itemsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51535,7 +51517,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErr Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -51545,8 +51527,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErr Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51560,7 +51542,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder-->BaseRequestBuilder @@ -51570,8 +51552,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder. Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -51589,7 +51571,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuil Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -51654,8 +51636,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesReque Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder::[ContentTypeId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ContentTypeItemRequestBuilder @@ -51676,7 +51658,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountReques Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -51691,8 +51673,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubC Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -51734,8 +51716,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.ba Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::[ContentTypeId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51750,7 +51732,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Co Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder-->BaseRequestBuilder @@ -51769,8 +51751,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks. Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder::[ColumnLinkId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder @@ -51788,7 +51770,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks. Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder-->BaseRequestBuilder @@ -51813,8 +51795,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositi Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -51829,7 +51811,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositi Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -51848,8 +51830,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.colu Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -51867,7 +51849,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Coun Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -51997,7 +51979,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvision Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -52007,8 +51989,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvision Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52037,8 +52019,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilde Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52060,8 +52042,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWith Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; token?:string):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52109,7 +52091,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.Servi Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -52119,8 +52101,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.Servi Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52156,7 +52138,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder-->BaseRequestBuilder @@ -52166,8 +52148,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder::[DocumentSetVersionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Item.DocumentSetVersionItemRequestBuilder @@ -52269,8 +52251,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInte Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52292,8 +52274,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInte Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52332,7 +52314,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser. Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -52342,8 +52324,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser. Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52382,7 +52364,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.Coun Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Item.Fields.fieldsRequestBuilder-->BaseRequestBuilder @@ -52431,8 +52413,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRe Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder::[ListItemVersionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.Versions.Item.ListItemVersionItemRequestBuilder @@ -52451,8 +52433,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.item Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.itemsRequestBuilder::[ListItemId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Items.Item.ListItemItemRequestBuilder @@ -52494,7 +52476,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProv Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -52504,8 +52486,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProv Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52542,7 +52524,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestB Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Item.RichLongRunningOperationItemRequestBuilder-->BaseRequestBuilder @@ -52567,8 +52549,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBu Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.operationsRequestBuilder::[RichLongRunningOperationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Operations.Item.RichLongRunningOperationItemRequestBuilder @@ -52586,7 +52568,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountReque Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Item.Reauthorize.reauthorizeRequestBuilder-->BaseRequestBuilder @@ -52619,8 +52601,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsReq Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder::[SubscriptionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.Subscriptions.Item.SubscriptionItemRequestBuilder @@ -52639,8 +52621,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBui Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Lists.listsRequestBuilder::[ListId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Lists.Item.ListItemRequestBuilder @@ -52658,7 +52640,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuild Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetNotebookFromWebUrl.getNotebookFromWebUrlPostRequestBody::|public|AdditionalData:IDictionary @@ -52685,8 +52667,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithI Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; includePersonalNotebooks?:bool?):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -52739,7 +52721,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Coun Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -52785,7 +52767,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -52804,8 +52786,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -52820,7 +52802,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -52887,7 +52869,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -52989,8 +52971,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -53027,8 +53009,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -53047,8 +53029,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sect Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -53066,7 +53048,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.Cou Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -53133,7 +53115,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Page Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -53235,8 +53217,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Page Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -53273,8 +53255,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsR Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -53293,8 +53275,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder::[NotebookId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Notebooks.Item.NotebookItemRequestBuilder @@ -53335,7 +53317,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuil Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder-->BaseRequestBuilder @@ -53360,8 +53342,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuild Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.operationsRequestBuilder::[OnenoteOperationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder @@ -53379,7 +53361,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder.C Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -53481,8 +53463,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRe Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Pages.Item.OnenotePageItemRequestBuilder @@ -53500,7 +53482,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuild Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -53539,8 +53521,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.resourcesRequestBuilder::[OnenoteResourceId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Resources.Item.OnenoteResourceItemRequestBuilder @@ -53558,7 +53540,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestB Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -53604,7 +53586,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups. Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -53623,8 +53605,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups. Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -53639,7 +53621,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -53706,7 +53688,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item. Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -53808,8 +53790,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item. Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -53846,8 +53828,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.secti Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -53866,8 +53848,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsReques Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -53885,7 +53867,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilde Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -53952,7 +53934,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRe Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -54054,8 +54036,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestB Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -54092,8 +54074,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.s Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Onenote.Sections.Item.OnenoteSectionItemRequestBuilder @@ -54111,7 +54093,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder.Coun Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Operations.Item.RichLongRunningOperationItemRequestBuilder-->BaseRequestBuilder @@ -54136,8 +54118,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.opera Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Operations.operationsRequestBuilder::[RichLongRunningOperationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Operations.Item.RichLongRunningOperationItemRequestBuilder @@ -54155,7 +54137,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder-->BaseRequestBuilder @@ -54164,7 +54146,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBui Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder-->BaseRequestBuilder @@ -54174,8 +54156,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestB Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -54230,7 +54212,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvision Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -54240,8 +54222,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvision Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -54272,7 +54254,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.Hor Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder-->BaseRequestBuilder @@ -54282,8 +54264,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.Hor Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder::[HorizontalSectionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.HorizontalSectionItemRequestBuilder @@ -54302,8 +54284,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.Hor Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder::[HorizontalSectionColumnId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.HorizontalSectionColumnItemRequestBuilder @@ -54321,7 +54303,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.Hor Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.HorizontalSectionColumnItemRequestBuilder-->BaseRequestBuilder @@ -54346,7 +54328,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.Hor Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Item.GetPositionOfWebPart.getPositionOfWebPartRequestBuilder-->BaseRequestBuilder @@ -54379,8 +54361,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.Hor Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder::[WebPartId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Item.WebPartItemRequestBuilder @@ -54430,7 +54412,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.Ver Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Item.GetPositionOfWebPart.getPositionOfWebPartRequestBuilder-->BaseRequestBuilder @@ -54463,8 +54445,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.Ver Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder::[WebPartId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Item.WebPartItemRequestBuilder @@ -54505,7 +54487,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.Se Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -54515,8 +54497,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.Se Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -54566,7 +54548,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUs Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -54576,8 +54558,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUs Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -54591,7 +54573,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.C Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Item.GetPositionOfWebPart.getPositionOfWebPartRequestBuilder-->BaseRequestBuilder @@ -54624,8 +54606,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPart Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder::[WebPartId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.GraphSitePage.WebParts.Item.WebPartItemRequestBuilder @@ -54666,7 +54648,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProv Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -54676,8 +54658,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProv Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -54692,8 +54674,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBui Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Pages.pagesRequestBuilder::[BaseSitePageId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Pages.Item.BaseSitePageItemRequestBuilder @@ -54712,7 +54694,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder.Cou Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Item.Grant.grantPostRequestBody::|public|AdditionalData:IDictionary @@ -54762,8 +54744,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.per Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Permissions.permissionsRequestBuilder::[PermissionId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Permissions.Item.PermissionItemRequestBuilder @@ -54814,7 +54796,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.Sites.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Sites.Item.SiteItemRequestBuilder-->BaseRequestBuilder @@ -54833,8 +54815,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBui Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder::[SiteId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.Sites.Item.SiteItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.Sites.sitesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -54849,7 +54831,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilde Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder-->BaseRequestBuilder @@ -54859,8 +54841,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.gro Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.groupsRequestBuilder::[GroupId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.GroupItemRequestBuilder @@ -54894,7 +54876,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountReq Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -54904,8 +54886,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.TermItemRequestBuilder @@ -54923,7 +54905,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -54933,8 +54915,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -54952,7 +54934,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -54961,7 +54943,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -55016,8 +54998,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -55061,7 +55043,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -55116,8 +55098,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -55177,7 +55159,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -55232,8 +55214,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -55270,7 +55252,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Cou Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -55280,8 +55262,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Ite Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -55299,7 +55281,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Ite Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -55308,7 +55290,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Ite Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -55363,8 +55345,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Ite Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -55408,7 +55390,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Ite Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -55463,8 +55445,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Ite Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -55510,8 +55492,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.ter Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -55530,8 +55512,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBui Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder::[SetId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Groups.Item.Sets.Item.SetItemRequestBuilder @@ -55549,7 +55531,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -55559,8 +55541,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.TermItemRequestBuilder @@ -55578,7 +55560,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountR Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -55588,8 +55570,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Childre Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -55607,7 +55589,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Childre Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -55616,7 +55598,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Childre Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -55671,8 +55653,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Childre Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -55716,7 +55698,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relatio Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -55771,8 +55753,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relatio Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -55833,7 +55815,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Coun Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -55843,8 +55825,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.TermItemRequestBuilder @@ -55862,7 +55844,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -55872,8 +55854,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -55891,7 +55873,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -55900,7 +55882,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -55955,8 +55937,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -56000,7 +55982,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -56055,8 +56037,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -56101,7 +56083,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -56156,8 +56138,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -56193,7 +56175,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -56203,8 +56185,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -56222,7 +56204,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -56231,7 +56213,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -56286,8 +56268,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -56331,7 +56313,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -56386,8 +56368,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -56433,8 +56415,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -56453,8 +56435,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.sets Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder::[SetId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.SetItemRequestBuilder @@ -56472,7 +56454,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.Count Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -56527,8 +56509,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRe Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -56565,7 +56547,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -56575,8 +56557,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.c Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -56594,7 +56576,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.C Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -56603,7 +56585,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.I Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -56658,8 +56640,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.I Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -56703,7 +56685,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -56758,8 +56740,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations. Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -56805,8 +56787,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBui Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -56825,8 +56807,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsReq Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.setsRequestBuilder::[SetId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStore.Sets.Item.SetItemRequestBuilder @@ -56861,7 +56843,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder.Coun Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder-->BaseRequestBuilder @@ -56870,7 +56852,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequest Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder-->BaseRequestBuilder @@ -56880,8 +56862,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuild Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder::[GroupId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.GroupItemRequestBuilder @@ -56915,7 +56897,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.Co Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -56925,8 +56907,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Chi Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.TermItemRequestBuilder @@ -56944,7 +56926,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Chi Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -56954,8 +56936,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Chi Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -56973,7 +56955,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Chi Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -56982,7 +56964,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Chi Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -57037,8 +57019,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Chi Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -57082,7 +57064,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Chi Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -57137,8 +57119,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Chi Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -57198,7 +57180,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Rel Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -57253,8 +57235,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Rel Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -57291,7 +57273,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Ter Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -57301,8 +57283,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Ter Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -57320,7 +57302,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Ter Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -57329,7 +57311,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Ter Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -57384,8 +57366,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Ter Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -57429,7 +57411,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Ter Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -57484,8 +57466,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Ter Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -57531,8 +57513,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Ter Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -57551,8 +57533,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder::[SetId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.SetItemRequestBuilder @@ -57570,7 +57552,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBu Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -57580,8 +57562,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childr Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.TermItemRequestBuilder @@ -57599,7 +57581,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count. Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -57609,8 +57591,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.C Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -57628,7 +57610,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.C Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -57637,7 +57619,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.C Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -57692,8 +57674,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.C Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -57737,7 +57719,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.R Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -57792,8 +57774,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.R Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -57854,7 +57836,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -57864,8 +57846,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.TermItemRequestBuilder @@ -57883,7 +57865,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -57893,8 +57875,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -57912,7 +57894,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -57921,7 +57903,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -57976,8 +57958,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -58021,7 +58003,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -58076,8 +58058,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -58122,7 +58104,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -58177,8 +58159,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -58214,7 +58196,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -58224,8 +58206,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -58243,7 +58225,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -58252,7 +58234,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -58307,8 +58289,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -58352,7 +58334,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -58407,8 +58389,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -58454,8 +58436,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -58474,8 +58456,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Set Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder::[SetId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.SetItemRequestBuilder @@ -58493,7 +58475,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -58548,8 +58530,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relat Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -58586,7 +58568,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.Cou Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -58596,8 +58578,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Chil Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -58615,7 +58597,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Chil Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -58624,7 +58606,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Chil Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -58679,8 +58661,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Chil Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -58724,7 +58706,7 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Rela Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -58779,8 +58761,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Rela Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -58826,8 +58808,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -58846,8 +58828,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.s Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.setsRequestBuilder::[SetId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.Sets.Item.SetItemRequestBuilder @@ -58883,8 +58865,8 @@ Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termS Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.Item.TermStores.termStoresRequestBuilder::[StoreId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.TermStores.Item.StoreItemRequestBuilder @@ -58926,8 +58908,8 @@ Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQuer Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder::[SiteId:string]:global.Microsoft.Graph.Groups.Item.Sites.Item.SiteItemRequestBuilder Microsoft.Graph.Groups.Item.Sites.sitesRequestBuilder::|public|add:global.Microsoft.Graph.Groups.Item.Sites.Add.AddRequestBuilder @@ -58954,8 +58936,8 @@ Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChanne Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Groups.Item.Team.AllChannels.Item.ChannelItemRequestBuilder Microsoft.Graph.Groups.Item.Team.AllChannels.allChannelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -58970,7 +58952,7 @@ Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.AllChannels.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.AllChannels.Item.ChannelItemRequestBuilder-->BaseRequestBuilder @@ -59004,8 +58986,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequest Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder.channelsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.channelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.ChannelItemRequestBuilder @@ -59025,7 +59007,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -59041,8 +59023,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBu Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -59064,8 +59046,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedM Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -59105,8 +59087,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuild Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -59126,7 +59108,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuil Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -59290,7 +59272,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -59315,8 +59297,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.mem Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -59359,7 +59341,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilde Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -59374,8 +59356,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilde Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -59412,7 +59394,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Coun Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -59422,8 +59404,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.host Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -59470,7 +59452,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.Count Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -59485,8 +59467,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.delta Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -59522,7 +59504,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.Hosted Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -59532,8 +59514,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.Hosted Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -59625,8 +59607,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -59690,8 +59672,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.m Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Messages.Item.ChatMessageItemRequestBuilder @@ -59724,7 +59706,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountReques Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -59734,8 +59716,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembe Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -59750,7 +59732,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembe Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -59795,8 +59777,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRe Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -59814,7 +59796,7 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder.Co Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -59849,8 +59831,8 @@ Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsReque Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Groups.Item.Team.Channels.Item.Tabs.Item.TeamsTabItemRequestBuilder @@ -59912,7 +59894,7 @@ Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequ Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -59922,8 +59904,8 @@ Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisio Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -59937,7 +59919,7 @@ Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder.Coun Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.IncomingChannels.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder-->BaseRequestBuilder @@ -59947,8 +59929,8 @@ Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Groups.Item.Team.IncomingChannels.Item.ChannelItemRequestBuilder Microsoft.Graph.Groups.Item.Team.IncomingChannels.incomingChannelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -59972,7 +59954,7 @@ Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder.CountRe Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -59982,8 +59964,8 @@ Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.insta Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.InstalledApps.installedAppsRequestBuilder::[TeamsAppInstallationId:string]:global.Microsoft.Graph.Groups.Item.Team.InstalledApps.Item.TeamsAppInstallationItemRequestBuilder @@ -60075,7 +60057,7 @@ Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Members.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -60100,8 +60082,8 @@ Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBui Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Groups.Item.Team.Members.Item.ConversationMemberItemRequestBuilder @@ -60144,7 +60126,7 @@ Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder.CountReque Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Operations.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Operations.Item.TeamsAsyncOperationItemRequestBuilder-->BaseRequestBuilder @@ -60169,8 +60151,8 @@ Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsR Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Operations.operationsRequestBuilder::[TeamsAsyncOperationId:string]:global.Microsoft.Graph.Groups.Item.Team.Operations.Item.TeamsAsyncOperationItemRequestBuilder @@ -60188,7 +60170,7 @@ Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder.Coun Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -60213,8 +60195,8 @@ Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Groups.Item.Team.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -60282,8 +60264,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuil Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -60303,7 +60285,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBui Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -60440,7 +60422,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilde Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -60465,8 +60447,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.me Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Members.Item.ConversationMemberItemRequestBuilder @@ -60509,7 +60491,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuild Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -60524,8 +60506,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuild Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -60562,7 +60544,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Cou Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -60572,8 +60554,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hos Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -60620,7 +60602,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.Coun Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -60635,8 +60617,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.delt Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -60672,7 +60654,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.Hoste Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -60682,8 +60664,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.Hoste Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -60775,8 +60757,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesReq Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -60840,8 +60822,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder. Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Messages.Item.ChatMessageItemRequestBuilder @@ -60901,7 +60883,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountReque Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -60911,8 +60893,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMemb Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -60927,7 +60909,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMemb Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -60972,8 +60954,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsR Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -60991,7 +60973,7 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder.C Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -61026,8 +61008,8 @@ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequ Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Groups.Item.Team.PrimaryChannel.Tabs.Item.TeamsTabItemRequestBuilder @@ -61052,7 +61034,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder.Cou Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder-->BaseRequestBuilder @@ -61062,8 +61044,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNot Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.dayNotesRequestBuilder::[DayNoteId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.DayNotes.Item.DayNoteItemRequestBuilder @@ -61096,7 +61078,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestB Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Item.OfferShiftRequestItemRequestBuilder-->BaseRequestBuilder @@ -61121,8 +61103,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsR Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder::[OfferShiftRequestId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.OfferShiftRequests.Item.OfferShiftRequestItemRequestBuilder @@ -61140,7 +61122,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountReq Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Item.OpenShiftChangeRequestItemRequestBuilder-->BaseRequestBuilder @@ -61165,8 +61147,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChang Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder::[OpenShiftChangeRequestId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.OpenShiftChangeRequests.Item.OpenShiftChangeRequestItemRequestBuilder @@ -61184,7 +61166,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder.C Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Item.OpenShiftItemRequestBuilder-->BaseRequestBuilder @@ -61209,8 +61191,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.op Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.openShiftsRequestBuilder::[OpenShiftId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.OpenShifts.Item.OpenShiftItemRequestBuilder @@ -61255,7 +61237,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBui Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Item.SchedulingGroupItemRequestBuilder-->BaseRequestBuilder @@ -61280,8 +61262,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsReque Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder::[SchedulingGroupId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.SchedulingGroups.Item.SchedulingGroupItemRequestBuilder @@ -61316,7 +61298,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder.Count Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Item.ShiftItemRequestBuilder-->BaseRequestBuilder @@ -61341,8 +61323,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequ Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.shiftsRequestBuilder::[ShiftId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.Shifts.Item.ShiftItemRequestBuilder @@ -61360,7 +61342,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRe Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Item.SwapShiftsChangeRequestItemRequestBuilder-->BaseRequestBuilder @@ -61385,8 +61367,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsCha Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder::[SwapShiftsChangeRequestId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.SwapShiftsChangeRequests.Item.SwapShiftsChangeRequestItemRequestBuilder @@ -61421,7 +61403,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder.Co Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Item.ClockOut.clockOutPostRequestBody::|public|AdditionalData:IDictionary @@ -61505,8 +61487,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.time Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.timeCardsRequestBuilder::[TimeCardId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.Item.TimeCardItemRequestBuilder @@ -61525,7 +61507,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuild Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Item.TimeOffReasonItemRequestBuilder-->BaseRequestBuilder @@ -61550,8 +61532,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBu Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder::[TimeOffReasonId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffReasons.Item.TimeOffReasonItemRequestBuilder @@ -61569,7 +61551,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuil Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Item.TimeOffRequestItemRequestBuilder-->BaseRequestBuilder @@ -61594,8 +61576,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequest Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder::[TimeOffRequestId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.TimeOffRequests.Item.TimeOffRequestItemRequestBuilder @@ -61613,7 +61595,7 @@ Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder.Cou Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Item.TimeOffItemRequestBuilder-->BaseRequestBuilder @@ -61638,8 +61620,8 @@ Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesO Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.timesOffRequestBuilder::[TimeOffId:string]:global.Microsoft.Graph.Groups.Item.Team.Schedule.TimesOff.Item.TimeOffItemRequestBuilder @@ -61679,7 +61661,7 @@ Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Tags.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder-->BaseRequestBuilder @@ -61688,7 +61670,7 @@ Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder.Cou Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Item.TeamworkTagMemberItemRequestBuilder-->BaseRequestBuilder @@ -61713,8 +61695,8 @@ Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.members Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.membersRequestBuilder::[TeamworkTagMemberId:string]:global.Microsoft.Graph.Groups.Item.Team.Tags.Item.Members.Item.TeamworkTagMemberItemRequestBuilder @@ -61749,8 +61731,8 @@ Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetQu Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder.tagsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Team.Tags.tagsRequestBuilder::[TeamworkTagId:string]:global.Microsoft.Graph.Groups.Item.Team.Tags.Item.TeamworkTagItemRequestBuilder @@ -61817,7 +61799,7 @@ Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Threads.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Threads.Item.ConversationThreadItemRequestBuilder-->BaseRequestBuilder @@ -61843,7 +61825,7 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder.CountRe Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder @@ -61853,8 +61835,8 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsReque Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -61873,7 +61855,7 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountReque Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -61909,7 +61891,7 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountReques Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -61919,8 +61901,8 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequest Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -61970,8 +61952,8 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attach Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Item.AttachmentItemRequestBuilder @@ -61990,7 +61972,7 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count. Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -62026,7 +62008,7 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.C Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -62036,8 +62018,8 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensi Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.InReplyTo.Extensions.Item.ExtensionItemRequestBuilder @@ -62144,8 +62126,8 @@ Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestB Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder.postsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder::[PostId:string]:global.Microsoft.Graph.Groups.Item.Threads.Item.Posts.Item.PostItemRequestBuilder Microsoft.Graph.Groups.Item.Threads.Item.Posts.postsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -62176,8 +62158,8 @@ Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderG Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder.threadsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Threads.threadsRequestBuilder::[ConversationThreadId:string]:global.Microsoft.Graph.Groups.Item.Threads.Item.ConversationThreadItemRequestBuilder @@ -62195,7 +62177,7 @@ Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder.CountRe Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMemberOf.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -62204,7 +62186,7 @@ Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.Cou Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -62214,8 +62196,8 @@ Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdmi Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62229,7 +62211,7 @@ Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuil Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -62239,8 +62221,8 @@ Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuild Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62284,8 +62266,8 @@ Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder. Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Groups.Item.TransitiveMemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -62302,7 +62284,7 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder.CountReq Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMembers.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -62311,7 +62293,7 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountReques Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -62321,8 +62303,8 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationR Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62336,7 +62318,7 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuil Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -62346,8 +62328,8 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuil Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62361,7 +62343,7 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuild Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -62371,8 +62353,8 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilde Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62386,7 +62368,7 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequest Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -62396,8 +62378,8 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactReq Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62411,7 +62393,7 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountR Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -62421,8 +62403,8 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphService Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62436,7 +62418,7 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilde Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -62446,8 +62428,8 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder. Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.TransitiveMembers.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62531,8 +62513,8 @@ Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.tr Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.transitiveMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.transitiveMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.transitiveMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.transitiveMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.transitiveMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.transitiveMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.transitiveMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder.transitiveMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Groups.Item.TransitiveMembers.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Groups.Item.TransitiveMembers.transitiveMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -62595,7 +62577,7 @@ Microsoft.Graph.GroupSettings.Count.CountRequestBuilder.CountRequestBuilderGetQu Microsoft.Graph.GroupSettings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupSettings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.GroupSettings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.GroupSettings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.GroupSettings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.GroupSettings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.GroupSettings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.GroupSettings.Count.CountRequestBuilder Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder-->BaseRequestBuilder @@ -62605,8 +62587,8 @@ Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBu Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder.groupSettingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupSettings.groupSettingsRequestBuilder::[GroupSettingId:string]:global.Microsoft.Graph.GroupSettings.Item.GroupSettingItemRequestBuilder @@ -62639,7 +62621,7 @@ Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.GroupSettingTemplates.Count.CountRequestBuilder Microsoft.Graph.GroupSettingTemplates.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -62654,8 +62636,8 @@ Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuil Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.GroupSettingTemplates.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -62719,8 +62701,8 @@ Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupS Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder.groupSettingTemplatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.GroupSettingTemplates.groupSettingTemplatesRequestBuilder::[GroupSettingTemplateId:string]:global.Microsoft.Graph.GroupSettingTemplates.Item.GroupSettingTemplateItemRequestBuilder @@ -62895,8 +62877,8 @@ Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectors Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder.apiConnectorsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ApiConnectors.apiConnectorsRequestBuilder::[IdentityApiConnectorId:string]:global.Microsoft.Graph.Identity.ApiConnectors.Item.IdentityApiConnectorItemRequestBuilder @@ -62914,7 +62896,7 @@ Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ApiConnectors.Count.CountRequestBuilder Microsoft.Graph.Identity.ApiConnectors.Item.IdentityApiConnectorItemRequestBuilder-->BaseRequestBuilder @@ -62956,8 +62938,8 @@ Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListene Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder.authenticationEventListenersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventListeners.authenticationEventListenersRequestBuilder::[AuthenticationEventListenerId:string]:global.Microsoft.Graph.Identity.AuthenticationEventListeners.Item.AuthenticationEventListenerItemRequestBuilder @@ -62975,7 +62957,7 @@ Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder. Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.AuthenticationEventListeners.Count.CountRequestBuilder Microsoft.Graph.Identity.AuthenticationEventListeners.Item.AuthenticationEventListenerItemRequestBuilder-->BaseRequestBuilder @@ -63000,8 +62982,8 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequ Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder.authenticationEventsFlowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.authenticationEventsFlowsRequestBuilder::[AuthenticationEventsFlowId:string]:global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.AuthenticationEventsFlowItemRequestBuilder @@ -63020,7 +63002,7 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder.Cou Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Count.CountRequestBuilder Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder-->BaseRequestBuilder @@ -63029,7 +63011,7 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfService Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.Count.CountRequestBuilder Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder-->BaseRequestBuilder @@ -63039,8 +63021,8 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfService Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.AuthenticationEventsFlows.GraphExternalUsersSelfServiceSignUpEventsFlow.graphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -63075,7 +63057,7 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications. Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder-->BaseRequestBuilder @@ -63085,8 +63067,8 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications. Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder::[AuthenticationConditionApplicationAppId:string]:global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.Conditions.Applications.IncludeApplications.Item.AuthenticationConditionApplicationAppItemRequestBuilder @@ -63133,7 +63115,7 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfSe Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Count.CountRequestBuilder Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder-->BaseRequestBuilder @@ -63143,8 +63125,8 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfSe Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder.includeApplicationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.includeApplicationsRequestBuilder::[AuthenticationConditionApplicationAppId:string]:global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.Conditions.Applications.IncludeApplications.Item.AuthenticationConditionApplicationAppItemRequestBuilder @@ -63200,8 +63182,8 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfSe Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder.attributesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder.attributesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder.attributesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder.attributesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder.attributesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder.attributesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder.attributesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder.attributesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder::[IdentityUserFlowAttributeId:string]:global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Item.IdentityUserFlowAttributeItemRequestBuilder Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.attributesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -63217,7 +63199,7 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfSe Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Count.CountRequestBuilder Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Item.IdentityUserFlowAttributeItemRequestBuilder-->BaseRequestBuilder @@ -63238,8 +63220,8 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfSe Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAttributeCollection.GraphOnAttributeCollectionExternalUsersSelfServiceSignUp.Attributes.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -63283,7 +63265,7 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfSe Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Count.CountRequestBuilder Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder-->BaseRequestBuilder @@ -63293,8 +63275,8 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfSe Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder::[IdentityProviderBaseId:string]:global.Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Item.IdentityProviderBaseItemRequestBuilder Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.identityProvidersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -63322,8 +63304,8 @@ Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfSe Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.AuthenticationEventsFlows.Item.GraphExternalUsersSelfServiceSignUpEventsFlow.OnAuthenticationMethodLoadStart.GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.IdentityProviders.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -63352,8 +63334,8 @@ Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsReq Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder.b2xUserFlowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.b2xUserFlowsRequestBuilder::[B2xIdentityUserFlowId:string]:global.Microsoft.Graph.Identity.B2xUserFlows.Item.B2xIdentityUserFlowItemRequestBuilder @@ -63371,7 +63353,7 @@ Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.B2xUserFlows.Count.CountRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.ApiConnectorConfiguration.apiConnectorConfigurationRequestBuilder-->BaseRequestBuilder @@ -63503,7 +63485,7 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestB Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Count.CountRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder-->BaseRequestBuilder @@ -63513,8 +63495,8 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRe Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder::[IdentityProviderId:string]:global.Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.Item.IdentityProviderItemRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.IdentityProviders.identityProvidersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -63538,7 +63520,7 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder.C Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Count.CountRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder-->BaseRequestBuilder @@ -63547,7 +63529,7 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.Cou Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Count.CountRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder-->BaseRequestBuilder @@ -63557,8 +63539,8 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPa Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder.defaultPagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.defaultPagesRequestBuilder::[UserFlowLanguagePageId:string]:global.Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.DefaultPages.Item.UserFlowLanguagePageItemRequestBuilder @@ -63605,7 +63587,7 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.C Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Count.CountRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Item.UserFlowLanguagePageItemRequestBuilder-->BaseRequestBuilder @@ -63644,8 +63626,8 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overrid Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder.overridesPagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.overridesPagesRequestBuilder::[UserFlowLanguagePageId:string]:global.Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.OverridesPages.Item.UserFlowLanguagePageItemRequestBuilder @@ -63681,8 +63663,8 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.lan Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder.languagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.languagesRequestBuilder::[UserFlowLanguageConfigurationId:string]:global.Microsoft.Graph.Identity.B2xUserFlows.Item.Languages.Item.UserFlowLanguageConfigurationItemRequestBuilder @@ -63700,7 +63682,7 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountR Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Count.CountRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.GetOrder.getOrderRequestBuilder-->BaseRequestBuilder @@ -63757,8 +63739,8 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttribut Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder.userAttributeAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.userAttributeAssignmentsRequestBuilder::[IdentityUserFlowAttributeAssignmentId:string]:global.Microsoft.Graph.Identity.B2xUserFlows.Item.UserAttributeAssignments.Item.IdentityUserFlowAttributeAssignmentItemRequestBuilder @@ -63778,7 +63760,7 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.Count Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Count.CountRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Item.IdentityProviderBaseItemRequestBuilder-->BaseRequestBuilder @@ -63799,8 +63781,8 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequ Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -63819,8 +63801,8 @@ Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIde Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder.userFlowIdentityProvidersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder.userFlowIdentityProvidersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder.userFlowIdentityProvidersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder.userFlowIdentityProvidersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder.userFlowIdentityProvidersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder.userFlowIdentityProvidersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder.userFlowIdentityProvidersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder.userFlowIdentityProvidersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder::[IdentityProviderBaseId:string]:global.Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.Item.IdentityProviderBaseItemRequestBuilder Microsoft.Graph.Identity.B2xUserFlows.Item.UserFlowIdentityProviders.userFlowIdentityProvidersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -63837,8 +63819,8 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences. Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder.authenticationContextClassReferencesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.authenticationContextClassReferencesRequestBuilder::[AuthenticationContextClassReferenceId:string]:global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Item.AuthenticationContextClassReferenceItemRequestBuilder @@ -63856,7 +63838,7 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences. Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Count.CountRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.AuthenticationContextClassReferences.Item.AuthenticationContextClassReferenceItemRequestBuilder-->BaseRequestBuilder @@ -63881,8 +63863,8 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Authentication Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder.authenticationMethodModesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.authenticationMethodModesRequestBuilder::[AuthenticationMethodModeDetailId:string]:global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Item.AuthenticationMethodModeDetailItemRequestBuilder @@ -63900,7 +63882,7 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Authentication Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Count.CountRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.AuthenticationMethodModes.Item.AuthenticationMethodModeDetailItemRequestBuilder-->BaseRequestBuilder @@ -63941,7 +63923,7 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Count.CountRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.AuthenticationStrengthPolicyItemRequestBuilder-->BaseRequestBuilder @@ -63969,8 +63951,8 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item. Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder::[AuthenticationCombinationConfigurationId:string]:global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder @@ -63988,7 +63970,7 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item. Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Count.CountRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder-->BaseRequestBuilder @@ -64007,7 +63989,7 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item. Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.AuthenticationCombinationConfiguration; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|AllowedCombinations:List +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|AllowedCombinations:List Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|BackingStore:IBackingStore Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|constructor():void Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|GetFieldDeserializers():IDictionary> @@ -64035,8 +64017,8 @@ Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.polic Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder.policiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.policiesRequestBuilder::[AuthenticationStrengthPolicyId:string]:global.Microsoft.Graph.Identity.ConditionalAccess.AuthenticationStrength.Policies.Item.AuthenticationStrengthPolicyItemRequestBuilder @@ -64062,7 +64044,7 @@ Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuil Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Count.CountRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Item.NamedLocationItemRequestBuilder-->BaseRequestBuilder @@ -64087,8 +64069,8 @@ Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestB Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder.namedLocationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.namedLocationsRequestBuilder::[NamedLocationId:string]:global.Microsoft.Graph.Identity.ConditionalAccess.NamedLocations.Item.NamedLocationItemRequestBuilder @@ -64106,7 +64088,7 @@ Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder.Co Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ConditionalAccess.Policies.Count.CountRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.Policies.Item.ConditionalAccessPolicyItemRequestBuilder-->BaseRequestBuilder @@ -64131,8 +64113,8 @@ Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.polic Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder.policiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.Policies.policiesRequestBuilder::[ConditionalAccessPolicyId:string]:global.Microsoft.Graph.Identity.ConditionalAccess.Policies.Item.ConditionalAccessPolicyItemRequestBuilder @@ -64150,7 +64132,7 @@ Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder.C Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.ConditionalAccess.Templates.Count.CountRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.Templates.Item.ConditionalAccessTemplateItemRequestBuilder-->BaseRequestBuilder @@ -64169,8 +64151,8 @@ Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.tem Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder.templatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder::[ConditionalAccessTemplateId:string]:global.Microsoft.Graph.Identity.ConditionalAccess.Templates.Item.ConditionalAccessTemplateItemRequestBuilder Microsoft.Graph.Identity.ConditionalAccess.Templates.templatesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -64185,7 +64167,7 @@ Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilde Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.CustomAuthenticationExtensions.Count.CountRequestBuilder Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder-->BaseRequestBuilder @@ -64195,8 +64177,8 @@ Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExte Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder.customAuthenticationExtensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.CustomAuthenticationExtensions.customAuthenticationExtensionsRequestBuilder::[CustomAuthenticationExtensionId:string]:global.Microsoft.Graph.Identity.CustomAuthenticationExtensions.Item.CustomAuthenticationExtensionItemRequestBuilder @@ -64257,8 +64239,8 @@ Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProvi Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -64274,7 +64256,7 @@ Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder.CountReques Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.IdentityProviders.Count.CountRequestBuilder Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder-->BaseRequestBuilder @@ -64284,8 +64266,8 @@ Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.ident Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.IdentityProviders.identityProvidersRequestBuilder::[IdentityProviderBaseId:string]:global.Microsoft.Graph.Identity.IdentityProviders.Item.IdentityProviderBaseItemRequestBuilder @@ -64339,7 +64321,7 @@ Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder.CountReque Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Identity.UserFlowAttributes.Count.CountRequestBuilder Microsoft.Graph.Identity.UserFlowAttributes.Item.IdentityUserFlowAttributeItemRequestBuilder-->BaseRequestBuilder @@ -64364,8 +64346,8 @@ Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.use Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder.userFlowAttributesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Identity.UserFlowAttributes.userFlowAttributesRequestBuilder::[IdentityUserFlowAttributeId:string]:global.Microsoft.Graph.Identity.UserFlowAttributes.Item.IdentityUserFlowAttributeItemRequestBuilder @@ -64400,7 +64382,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestB Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder-->BaseRequestBuilder @@ -64410,8 +64392,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestB Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder.definitionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.definitionsRequestBuilder::[AccessReviewScheduleDefinitionId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.AccessReviewScheduleDefinitionItemRequestBuilder @@ -64436,8 +64418,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUser Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -64470,7 +64452,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Coun Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -64485,8 +64467,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Filt Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -64503,8 +64485,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.inst Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.instancesRequestBuilder::[AccessReviewInstanceId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.AccessReviewInstanceItemRequestBuilder @@ -64580,8 +64562,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder.contactedReviewersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.contactedReviewersRequestBuilder::[AccessReviewReviewerId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Item.AccessReviewReviewerItemRequestBuilder @@ -64599,7 +64581,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.ContactedReviewers.Item.AccessReviewReviewerItemRequestBuilder-->BaseRequestBuilder @@ -64623,7 +64605,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder-->BaseRequestBuilder @@ -64633,8 +64615,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.decisionsRequestBuilder::[AccessReviewInstanceDecisionItemId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.AccessReviewInstanceDecisionItemItemRequestBuilder @@ -64659,8 +64641,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -64692,7 +64674,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder-->BaseRequestBuilder @@ -64702,8 +64684,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.insightsRequestBuilder::[GovernanceInsightId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Decisions.Item.Insights.Item.GovernanceInsightItemRequestBuilder @@ -64750,7 +64732,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -64765,8 +64747,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -64799,7 +64781,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder-->BaseRequestBuilder @@ -64809,8 +64791,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder.decisionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.decisionsRequestBuilder::[AccessReviewInstanceDecisionItemId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.AccessReviewInstanceDecisionItemItemRequestBuilder @@ -64835,8 +64817,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -64868,7 +64850,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder-->BaseRequestBuilder @@ -64878,8 +64860,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder.insightsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.insightsRequestBuilder::[GovernanceInsightId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.Decisions.Item.Insights.Item.GovernanceInsightItemRequestBuilder @@ -64920,8 +64902,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder.stagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.stagesRequestBuilder::[AccessReviewStageId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.Definitions.Item.Instances.Item.Stages.Item.AccessReviewStageItemRequestBuilder @@ -64954,7 +64936,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountR Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder-->BaseRequestBuilder @@ -64964,8 +64946,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefin Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder.historyDefinitionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.historyDefinitionsRequestBuilder::[AccessReviewHistoryDefinitionId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.AccessReviewHistoryDefinitionItemRequestBuilder @@ -64999,7 +64981,7 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instanc Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder @@ -65009,8 +64991,8 @@ Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instanc Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder.instancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.instancesRequestBuilder::[AccessReviewHistoryInstanceId:string]:global.Microsoft.Graph.IdentityGovernance.AccessReviews.HistoryDefinitions.Item.Instances.Item.AccessReviewHistoryInstanceItemRequestBuilder @@ -65068,8 +65050,8 @@ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentReque Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder.appConsentRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.appConsentRequestsRequestBuilder::[AppConsentRequestId:string]:global.Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.AppConsentRequestItemRequestBuilder @@ -65088,7 +65070,7 @@ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -65103,8 +65085,8 @@ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrent Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -65136,7 +65118,7 @@ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsen Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -65151,8 +65133,8 @@ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsen Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -65184,7 +65166,7 @@ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsen Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Item.ApprovalStageItemRequestBuilder-->BaseRequestBuilder @@ -65209,8 +65191,8 @@ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsen Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder.stagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.stagesRequestBuilder::[ApprovalStageId:string]:global.Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.Approval.Stages.Item.ApprovalStageItemRequestBuilder @@ -65245,8 +65227,8 @@ Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsen Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder.userConsentRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.userConsentRequestsRequestBuilder::[UserConsentRequestId:string]:global.Microsoft.Graph.IdentityGovernance.AppConsent.AppConsentRequests.Item.UserConsentRequests.Item.UserConsentRequestItemRequestBuilder @@ -65266,8 +65248,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignment Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder.accessPackageAssignmentApprovalsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.accessPackageAssignmentApprovalsRequestBuilder::[ApprovalId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.ApprovalItemRequestBuilder @@ -65286,7 +65268,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignment Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -65301,8 +65283,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignment Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -65334,7 +65316,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignment Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Item.ApprovalStageItemRequestBuilder-->BaseRequestBuilder @@ -65359,8 +65341,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignment Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.stagesRequestBuilder::[ApprovalStageId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackageAssignmentApprovals.Item.Stages.Item.ApprovalStageItemRequestBuilder @@ -65379,8 +65361,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPa Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.accessPackagesRequestBuilder::[AccessPackageId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackageItemRequestBuilder @@ -65399,7 +65381,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.Co Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -65414,8 +65396,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterBy Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -65454,8 +65436,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Acc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder.accessPackagesIncompatibleWithRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder.accessPackagesIncompatibleWithRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder.accessPackagesIncompatibleWithRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder.accessPackagesIncompatibleWithRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder.accessPackagesIncompatibleWithRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder.accessPackagesIncompatibleWithRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder.accessPackagesIncompatibleWithRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder.accessPackagesIncompatibleWithRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder::[AccessPackageId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Item.AccessPackageItemRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.accessPackagesIncompatibleWithRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -65470,7 +65452,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Acc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Item.AccessPackageItemRequestBuilder-->BaseRequestBuilder @@ -65489,8 +65471,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Ass Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.assignmentPoliciesRequestBuilder::[AccessPackageAssignmentPolicyId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.AccessPackageAssignmentPolicyItemRequestBuilder @@ -65508,7 +65490,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Ass Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.AccessPackage.accessPackageRequestBuilder-->BaseRequestBuilder @@ -65554,7 +65536,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Ass Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder-->BaseRequestBuilder @@ -65564,8 +65546,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Ass Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder::[CustomExtensionStageSettingId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.CustomExtensionStageSettings.Item.CustomExtensionStageSettingItemRequestBuilder @@ -65608,7 +65590,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Ass Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Item.AccessPackageQuestionItemRequestBuilder-->BaseRequestBuilder @@ -65633,8 +65615,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Ass Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.questionsRequestBuilder::[AccessPackageQuestionId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AssignmentPolicies.Item.Questions.Item.AccessPackageQuestionItemRequestBuilder @@ -65676,7 +65658,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Inc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder-->BaseRequestBuilder @@ -65686,8 +65668,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Inc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder.incompatibleAccessPackagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder.incompatibleAccessPackagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder.incompatibleAccessPackagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder.incompatibleAccessPackagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder.incompatibleAccessPackagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder.incompatibleAccessPackagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder.incompatibleAccessPackagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder.incompatibleAccessPackagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder::[AccessPackageId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Item.AccessPackageItemRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.incompatibleAccessPackagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -65715,8 +65697,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Inc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -65734,7 +65716,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Inc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder-->BaseRequestBuilder @@ -65744,8 +65726,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Inc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder.incompatibleGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder.incompatibleGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder.incompatibleGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder.incompatibleGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder.incompatibleGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder.incompatibleGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder.incompatibleGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder.incompatibleGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder::[GroupId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.GroupItemRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.incompatibleGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -65773,7 +65755,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Inc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -65783,8 +65765,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Inc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -65799,8 +65781,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Inc Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleGroups.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -65818,7 +65800,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.AccessPackageResourceRoleScopeItemRequestBuilder-->BaseRequestBuilder @@ -65879,7 +65861,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -65904,8 +65886,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -65923,7 +65905,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -65982,7 +65964,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -66007,8 +65989,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -66027,8 +66009,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -66097,7 +66079,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -66156,7 +66138,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -66181,8 +66163,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -66201,8 +66183,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -66220,7 +66202,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -66245,8 +66227,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.Scope.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -66281,8 +66263,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.Res Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.resourceRoleScopesRequestBuilder::[AccessPackageResourceRoleScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AccessPackages.Item.ResourceRoleScopes.Item.AccessPackageResourceRoleScopeItemRequestBuilder @@ -66301,8 +66283,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assi Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder.assignmentPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.assignmentPoliciesRequestBuilder::[AccessPackageAssignmentPolicyId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.AccessPackageAssignmentPolicyItemRequestBuilder @@ -66320,7 +66302,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Coun Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.AccessPackage.accessPackageRequestBuilder-->BaseRequestBuilder @@ -66366,7 +66348,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder-->BaseRequestBuilder @@ -66376,8 +66358,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder.customExtensionStageSettingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.customExtensionStageSettingsRequestBuilder::[CustomExtensionStageSettingId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.CustomExtensionStageSettings.Item.CustomExtensionStageSettingItemRequestBuilder @@ -66420,7 +66402,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Item.AccessPackageQuestionItemRequestBuilder-->BaseRequestBuilder @@ -66445,8 +66427,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder.questionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.questionsRequestBuilder::[AccessPackageQuestionId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentPolicies.Item.Questions.Item.AccessPackageQuestionItemRequestBuilder @@ -66465,8 +66447,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assi Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder.assignmentRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.assignmentRequestsRequestBuilder::[AccessPackageAssignmentRequestId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Item.AccessPackageAssignmentRequestItemRequestBuilder @@ -66485,7 +66467,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Coun Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -66500,8 +66482,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.Filt Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.AssignmentRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -66602,8 +66584,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalA Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder.additionalAccessRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder.additionalAccessRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder.additionalAccessRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder.additionalAccessRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder.additionalAccessRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder.additionalAccessRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder.additionalAccessRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder.additionalAccessRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccess.additionalAccessRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -66625,8 +66607,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalA Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; accessPackageId?:string; incompatibleAccessPackageId?:string):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId.additionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -66643,8 +66625,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignments Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder.assignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.assignmentsRequestBuilder::[AccessPackageAssignmentId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Item.AccessPackageAssignmentItemRequestBuilder @@ -66665,7 +66647,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.Count Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -66680,8 +66662,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCur Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Assignments.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -66751,8 +66733,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsReques Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder.catalogsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.catalogsRequestBuilder::[AccessPackageCatalogId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackageCatalogItemRequestBuilder @@ -66770,7 +66752,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountReq Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackageCatalogItemRequestBuilder-->BaseRequestBuilder @@ -66800,8 +66782,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPac Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder::[AccessPackageId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Item.AccessPackageItemRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.accessPackagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -66816,7 +66798,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPac Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.AccessPackages.Item.AccessPackageItemRequestBuilder-->BaseRequestBuilder @@ -66834,7 +66816,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWor Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder-->BaseRequestBuilder @@ -66844,8 +66826,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWor Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder::[CustomCalloutExtensionId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.CustomWorkflowExtensions.Item.CustomCalloutExtensionItemRequestBuilder @@ -66878,7 +66860,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceR Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -66938,7 +66920,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceR Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -66963,8 +66945,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceR Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -66982,7 +66964,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceR Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -67041,7 +67023,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceR Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -67066,8 +67048,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceR Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -67086,8 +67068,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceR Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -67106,8 +67088,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceR Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.resourceRolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -67125,7 +67107,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.AccessPackageResourceItemRequestBuilder-->BaseRequestBuilder @@ -67169,7 +67151,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -67228,7 +67210,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -67287,8 +67269,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -67307,8 +67289,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -67326,7 +67308,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -67385,7 +67367,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -67444,8 +67426,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -67464,8 +67446,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -67484,8 +67466,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.resourcesRequestBuilder::[AccessPackageResourceId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.Resources.Item.AccessPackageResourceItemRequestBuilder @@ -67503,7 +67485,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceS Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -67563,7 +67545,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceS Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -67622,7 +67604,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceS Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -67647,8 +67629,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceS Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -67667,8 +67649,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceS Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -67686,7 +67668,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceS Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -67711,8 +67693,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceS Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -67731,8 +67713,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceS Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.resourceScopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -67751,8 +67733,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder.connectedOrganizationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.connectedOrganizationsRequestBuilder::[ConnectedOrganizationId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ConnectedOrganizationItemRequestBuilder @@ -67770,7 +67752,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ConnectedOrganizationItemRequestBuilder-->BaseRequestBuilder @@ -67796,7 +67778,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder-->BaseRequestBuilder @@ -67806,8 +67788,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder.externalSponsorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder.externalSponsorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder.externalSponsorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder.externalSponsorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder.externalSponsorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder.externalSponsorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder.externalSponsorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder.externalSponsorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.externalSponsorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -67835,8 +67817,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.ExternalSponsors.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -67854,7 +67836,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder-->BaseRequestBuilder @@ -67864,8 +67846,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder.internalSponsorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder.internalSponsorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder.internalSponsorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder.internalSponsorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder.internalSponsorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder.internalSponsorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder.internalSponsorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder.internalSponsorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.internalSponsorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -67893,8 +67875,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -67939,7 +67921,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Co Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.AccessPackageResourceEnvironmentItemRequestBuilder-->BaseRequestBuilder @@ -67964,7 +67946,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.AccessPackageResourceItemRequestBuilder-->BaseRequestBuilder @@ -68008,7 +67990,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -68067,7 +68049,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -68126,8 +68108,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -68146,8 +68128,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -68165,7 +68147,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -68224,7 +68206,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -68283,8 +68265,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -68303,8 +68285,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -68323,8 +68305,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.resourcesRequestBuilder::[AccessPackageResourceId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.Resources.Item.AccessPackageResourceItemRequestBuilder @@ -68343,8 +68325,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.re Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder.resourceEnvironmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.resourceEnvironmentsRequestBuilder::[AccessPackageResourceEnvironmentId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceEnvironments.Item.AccessPackageResourceEnvironmentItemRequestBuilder @@ -68362,7 +68344,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count. Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.AccessPackageResourceRequestItemRequestBuilder-->BaseRequestBuilder @@ -68389,8 +68371,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder.accessPackagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder::[AccessPackageId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Item.AccessPackageItemRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.accessPackagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -68405,7 +68387,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.AccessPackages.Item.AccessPackageItemRequestBuilder-->BaseRequestBuilder @@ -68443,7 +68425,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder-->BaseRequestBuilder @@ -68453,8 +68435,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder.customWorkflowExtensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.customWorkflowExtensionsRequestBuilder::[CustomCalloutExtensionId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.CustomWorkflowExtensions.Item.CustomCalloutExtensionItemRequestBuilder @@ -68487,7 +68469,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -68547,7 +68529,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -68572,8 +68554,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -68591,7 +68573,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -68650,7 +68632,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -68675,8 +68657,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -68695,8 +68677,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -68715,8 +68697,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder.resourceRolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.resourceRolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -68734,7 +68716,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.AccessPackageResourceItemRequestBuilder-->BaseRequestBuilder @@ -68778,7 +68760,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -68837,7 +68819,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -68896,8 +68878,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -68916,8 +68898,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -68935,7 +68917,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -68994,7 +68976,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -69053,8 +69035,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -69073,8 +69055,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -69093,8 +69075,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.resourcesRequestBuilder::[AccessPackageResourceId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.Resources.Item.AccessPackageResourceItemRequestBuilder @@ -69112,7 +69094,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -69172,7 +69154,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -69231,7 +69213,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -69256,8 +69238,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -69276,8 +69258,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -69295,7 +69277,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -69320,8 +69302,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId1:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -69340,8 +69322,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder.resourceScopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.resourceScopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -69394,7 +69376,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.R Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -69453,7 +69435,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.R Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -69512,8 +69494,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.R Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -69532,8 +69514,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.R Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -69551,7 +69533,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.R Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -69610,7 +69592,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.R Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -69669,8 +69651,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.R Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -69689,8 +69671,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.R Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -69709,8 +69691,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resour Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder.resourceRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.resourceRequestsRequestBuilder::[AccessPackageResourceRequestId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.AccessPackageResourceRequestItemRequestBuilder @@ -69728,7 +69710,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Coun Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.AccessPackageResourceRoleScopeItemRequestBuilder-->BaseRequestBuilder @@ -69789,7 +69771,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -69814,8 +69796,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -69833,7 +69815,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -69892,7 +69874,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -69917,8 +69899,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -69937,8 +69919,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Role.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -70007,7 +69989,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -70066,7 +70048,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -70091,8 +70073,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -70111,8 +70093,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -70130,7 +70112,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -70155,8 +70137,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.Scope.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -70191,8 +70173,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.reso Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder.resourceRoleScopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.resourceRoleScopesRequestBuilder::[AccessPackageResourceRoleScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.ResourceRoleScopes.Item.AccessPackageResourceRoleScopeItemRequestBuilder @@ -70210,7 +70192,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRe Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.AccessPackageResourceItemRequestBuilder-->BaseRequestBuilder @@ -70254,7 +70236,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Co Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -70313,7 +70295,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -70372,8 +70354,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.It Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -70392,8 +70374,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.ro Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -70411,7 +70393,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.C Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder-->BaseRequestBuilder @@ -70470,7 +70452,7 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.I Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder-->BaseRequestBuilder @@ -70529,8 +70511,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.I Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder.rolesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.rolesRequestBuilder::[AccessPackageResourceRoleId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder @@ -70549,8 +70531,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.s Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder.scopesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.scopesRequestBuilder::[AccessPackageResourceScopeId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder @@ -70569,8 +70551,8 @@ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequ Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.resourcesRequestBuilder::[AccessPackageResourceId:string]:global.Microsoft.Graph.IdentityGovernance.EntitlementManagement.Resources.Item.AccessPackageResourceItemRequestBuilder @@ -70621,7 +70603,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder-->BaseRequestBuilder @@ -70631,8 +70613,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.custo Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder.customTaskExtensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.customTaskExtensionsRequestBuilder::[CustomTaskExtensionId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CustomTaskExtensionItemRequestBuilder @@ -70673,7 +70655,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -70683,8 +70665,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -70738,7 +70720,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -70748,8 +70730,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.CustomTaskExtensions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -70776,7 +70758,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Cou Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.createdByRequestBuilder-->BaseRequestBuilder @@ -70808,7 +70790,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -70818,8 +70800,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -70833,7 +70815,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder-->BaseRequestBuilder @@ -70843,8 +70825,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder::[UserProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.Item.UserProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.ExecutionScope.executionScopeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -70891,7 +70873,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -70901,8 +70883,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -70953,7 +70935,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.RunItemRequestBuilder-->BaseRequestBuilder @@ -70973,7 +70955,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -71011,7 +70993,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71021,8 +71003,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71069,8 +71051,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71085,7 +71067,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -71106,7 +71088,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71116,8 +71098,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71142,7 +71124,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -71180,7 +71162,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71190,8 +71172,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71238,8 +71220,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71273,8 +71255,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder::[UserProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.Item.UserProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71298,8 +71280,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder::[RunId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.Item.RunItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Runs.runsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71315,7 +71297,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskDefinition.taskDefinitionRequestBuilder-->BaseRequestBuilder @@ -71342,7 +71324,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -71380,7 +71362,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71390,8 +71372,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71438,8 +71420,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71474,8 +71456,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder::[TaskReportId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.Item.TaskReportItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.TaskReports.taskReportsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71491,7 +71473,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskItemRequestBuilder-->BaseRequestBuilder @@ -71516,7 +71498,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -71554,7 +71536,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71564,8 +71546,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71612,8 +71594,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71629,8 +71611,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.tasksRequestBuilder::[TaskId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Tasks.Item.TaskItemRequestBuilder @@ -71648,7 +71630,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -71669,7 +71651,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71679,8 +71661,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71705,7 +71687,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -71743,7 +71725,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71753,8 +71735,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71801,8 +71783,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71836,8 +71818,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder::[UserProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.Item.UserProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -71853,7 +71835,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.createdByRequestBuilder-->BaseRequestBuilder @@ -71885,7 +71867,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71895,8 +71877,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71933,7 +71915,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -71943,8 +71925,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -71958,7 +71940,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskItemRequestBuilder-->BaseRequestBuilder @@ -71983,7 +71965,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -72021,7 +72003,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -72031,8 +72013,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72079,8 +72061,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -72096,8 +72078,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder::[TaskId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.Tasks.Item.TaskItemRequestBuilder @@ -72128,8 +72110,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Ite Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder::[WorkflowVersionVersionNumber:int]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.WorkflowVersionVersionNumberItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.versionsRequestBuilder::[WorkflowVersionVersionNumber:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.Versions.Item.WorkflowVersionVersionNumberItemRequestBuilder @@ -72169,8 +72151,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.wor Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder::[WorkflowId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.Item.WorkflowItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.DeletedItems.Workflows.workflowsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -72202,8 +72184,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIde Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:DateTimeOffset?; startDateTime?:DateTimeOffset?):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72222,8 +72204,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIde Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:DateTimeOffset?; startDateTime?:DateTimeOffset?):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Insights.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime.microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72292,7 +72274,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.Coun Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Item.TaskDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -72311,8 +72293,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefini Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder::[TaskDefinitionId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.Item.TaskDefinitionItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.TaskDefinitions.taskDefinitionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -72327,7 +72309,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountReque Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.createdByRequestBuilder-->BaseRequestBuilder @@ -72359,7 +72341,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.S Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -72369,8 +72351,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.S Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72384,7 +72366,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionSc Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder-->BaseRequestBuilder @@ -72394,8 +72376,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionSc Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder.executionScopeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder::[UserProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.Item.UserProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.ExecutionScope.executionScopeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -72442,7 +72424,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifie Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -72452,8 +72434,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifie Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72504,7 +72486,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.RunItemRequestBuilder-->BaseRequestBuilder @@ -72524,7 +72506,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.T Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -72562,7 +72544,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.T Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -72572,8 +72554,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.T Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72620,8 +72602,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.T Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -72636,7 +72618,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.U Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -72657,7 +72639,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.U Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -72667,8 +72649,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.U Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72693,7 +72675,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.U Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -72731,7 +72713,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.U Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -72741,8 +72723,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.U Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72789,8 +72771,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.U Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -72824,8 +72806,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.U Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder::[UserProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.Item.UserProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.UserProcessingResults.userProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -72849,8 +72831,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRe Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder.runsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder::[RunId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.Item.RunItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Runs.runsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -72866,7 +72848,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskDefinition.taskDefinitionRequestBuilder-->BaseRequestBuilder @@ -72893,7 +72875,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -72931,7 +72913,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -72941,8 +72923,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -72989,8 +72971,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73025,8 +73007,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder.taskReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder::[TaskReportId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.Item.TaskReportItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.TaskReports.taskReportsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73042,7 +73024,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskItemRequestBuilder-->BaseRequestBuilder @@ -73067,7 +73049,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -73105,7 +73087,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -73115,8 +73097,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -73163,8 +73145,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item. Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73180,8 +73162,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasks Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.tasksRequestBuilder::[TaskId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Tasks.Item.TaskItemRequestBuilder @@ -73199,7 +73181,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcess Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -73220,7 +73202,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcess Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -73230,8 +73212,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcess Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -73256,7 +73238,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcess Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -73294,7 +73276,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcess Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -73304,8 +73286,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcess Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -73352,8 +73334,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcess Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73387,8 +73369,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcess Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder.userProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder::[UserProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.Item.UserProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.UserProcessingResults.userProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73404,7 +73386,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Co Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.createdByRequestBuilder-->BaseRequestBuilder @@ -73436,7 +73418,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -73446,8 +73428,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.CreatedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -73484,7 +73466,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -73494,8 +73476,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.LastModifiedBy.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -73509,7 +73491,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskItemRequestBuilder-->BaseRequestBuilder @@ -73534,7 +73516,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -73572,7 +73554,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -73582,8 +73564,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -73630,8 +73612,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73647,8 +73629,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.It Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.tasksRequestBuilder::[TaskId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.Tasks.Item.TaskItemRequestBuilder @@ -73679,8 +73661,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.ve Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder::[WorkflowVersionVersionNumber:int]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.WorkflowVersionVersionNumberItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.versionsRequestBuilder::[WorkflowVersionVersionNumber:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.Versions.Item.WorkflowVersionVersionNumberItemRequestBuilder @@ -73723,8 +73705,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequest Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder.workflowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.workflowsRequestBuilder::[WorkflowId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.Workflows.Item.WorkflowItemRequestBuilder @@ -73742,7 +73724,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.Co Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder-->BaseRequestBuilder @@ -73751,7 +73733,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tas Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskItemRequestBuilder-->BaseRequestBuilder @@ -73770,7 +73752,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tas Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.MicrosoftGraphIdentityGovernanceResume.microsoftGraphIdentityGovernanceResumeRequestBuilder-->BaseRequestBuilder @@ -73808,7 +73790,7 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tas Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -73818,8 +73800,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tas Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.Subject.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -73866,8 +73848,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tas Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder.taskProcessingResultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::[TaskProcessingResultId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.Item.TaskProcessingResultItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskProcessingResults.taskProcessingResultsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73883,8 +73865,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tas Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder::[TaskId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.Item.TaskItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.Tasks.tasksRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73910,8 +73892,8 @@ Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflow Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder.workflowTemplatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder.workflowTemplatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder.workflowTemplatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder.workflowTemplatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder.workflowTemplatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder.workflowTemplatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder.workflowTemplatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder.workflowTemplatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder::[WorkflowTemplateId:string]:global.Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.Item.WorkflowTemplateItemRequestBuilder Microsoft.Graph.IdentityGovernance.LifecycleWorkflows.WorkflowTemplates.workflowTemplatesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -73927,8 +73909,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.as Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder.assignmentApprovalsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.assignmentApprovalsRequestBuilder::[ApprovalId:string]:global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.ApprovalItemRequestBuilder @@ -73947,7 +73929,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Co Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -73962,8 +73944,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Fi Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -73995,7 +73977,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.It Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Item.ApprovalStageItemRequestBuilder-->BaseRequestBuilder @@ -74020,8 +74002,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.It Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder.stagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.stagesRequestBuilder::[ApprovalStageId:string]:global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentApprovals.Item.Stages.Item.ApprovalStageItemRequestBuilder @@ -74040,8 +74022,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInst Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder.assignmentScheduleInstancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.assignmentScheduleInstancesRequestBuilder::[PrivilegedAccessGroupAssignmentScheduleInstanceId:string]:global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder @@ -74060,7 +74042,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInst Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -74075,8 +74057,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInst Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74111,7 +74093,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInst Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -74121,8 +74103,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInst Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74164,8 +74146,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder.assignmentScheduleRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.assignmentScheduleRequestsRequestBuilder::[PrivilegedAccessGroupAssignmentScheduleRequestId:string]:global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder @@ -74184,7 +74166,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -74199,8 +74181,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74242,7 +74224,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -74252,8 +74234,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74306,8 +74288,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.as Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder.assignmentSchedulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.assignmentSchedulesRequestBuilder::[PrivilegedAccessGroupAssignmentScheduleId:string]:global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder @@ -74326,7 +74308,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Co Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -74341,8 +74323,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Fi Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74377,7 +74359,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.It Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -74387,8 +74369,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.It Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.AssignmentSchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74429,7 +74411,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleIns Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder-->BaseRequestBuilder @@ -74439,8 +74421,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleIns Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder.eligibilityScheduleInstancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.eligibilityScheduleInstancesRequestBuilder::[PrivilegedAccessGroupEligibilityScheduleInstanceId:string]:global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder @@ -74465,8 +74447,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleIns Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74492,7 +74474,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleIns Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -74502,8 +74484,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleIns Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleInstances.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74543,7 +74525,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleReq Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder-->BaseRequestBuilder @@ -74553,8 +74535,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleReq Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder.eligibilityScheduleRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.eligibilityScheduleRequestsRequestBuilder::[PrivilegedAccessGroupEligibilityScheduleRequestId:string]:global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder @@ -74579,8 +74561,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleReq Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74613,7 +74595,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleReq Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -74623,8 +74605,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleReq Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilityScheduleRequests.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74675,7 +74657,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.C Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder-->BaseRequestBuilder @@ -74685,8 +74667,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.e Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder.eligibilitySchedulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.eligibilitySchedulesRequestBuilder::[PrivilegedAccessGroupEligibilityScheduleId:string]:global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder @@ -74711,8 +74693,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.F Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74738,7 +74720,7 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.I Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -74748,8 +74730,8 @@ Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.I Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.PrivilegedAccess.Group.EligibilitySchedules.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -74828,8 +74810,8 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcce Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.agreementAcceptancesRequestBuilder::[AgreementAcceptanceId:string]:global.Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Item.AgreementAcceptanceItemRequestBuilder @@ -74847,7 +74829,7 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRe Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.TermsOfUse.AgreementAcceptances.Item.AgreementAcceptanceItemRequestBuilder-->BaseRequestBuilder @@ -74872,8 +74854,8 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilde Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder.agreementsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.agreementsRequestBuilder::[AgreementId:string]:global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.AgreementItemRequestBuilder @@ -74891,7 +74873,7 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuild Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder-->BaseRequestBuilder @@ -74901,8 +74883,8 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.accept Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder.acceptancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.acceptancesRequestBuilder::[AgreementAcceptanceId:string]:global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Item.AgreementAcceptanceItemRequestBuilder @@ -74920,7 +74902,7 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count. Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Acceptances.Item.AgreementAcceptanceItemRequestBuilder-->BaseRequestBuilder @@ -74978,7 +74960,7 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Loca Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.AgreementFileLocalizationItemRequestBuilder-->BaseRequestBuilder @@ -75003,7 +74985,7 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Loca Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Item.AgreementFileVersionItemRequestBuilder-->BaseRequestBuilder @@ -75028,8 +75010,8 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Loca Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.versionsRequestBuilder::[AgreementFileVersionId:string]:global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.Versions.Item.AgreementFileVersionItemRequestBuilder @@ -75048,8 +75030,8 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Loca Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder.localizationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.localizationsRequestBuilder::[AgreementFileLocalizationId:string]:global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.FileNamespace.Localizations.Item.AgreementFileLocalizationItemRequestBuilder @@ -75067,7 +75049,7 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountR Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder-->BaseRequestBuilder @@ -75077,8 +75059,8 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequest Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder.filesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.filesRequestBuilder::[AgreementFileLocalizationId:string]:global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.AgreementFileLocalizationItemRequestBuilder @@ -75112,7 +75094,7 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Version Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Item.AgreementFileVersionItemRequestBuilder-->BaseRequestBuilder @@ -75137,8 +75119,8 @@ Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Version Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.versionsRequestBuilder::[AgreementFileVersionId:string]:global.Microsoft.Graph.IdentityGovernance.TermsOfUse.Agreements.Item.Files.Item.Versions.Item.AgreementFileVersionItemRequestBuilder @@ -75189,7 +75171,7 @@ Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder.Coun Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityProtection.RiskDetections.Count.CountRequestBuilder Microsoft.Graph.IdentityProtection.RiskDetections.Item.RiskDetectionItemRequestBuilder-->BaseRequestBuilder @@ -75214,8 +75196,8 @@ Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.r Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder.riskDetectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskDetections.riskDetectionsRequestBuilder::[RiskDetectionId:string]:global.Microsoft.Graph.IdentityProtection.RiskDetections.Item.RiskDetectionItemRequestBuilder @@ -75248,7 +75230,7 @@ Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuil Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Count.CountRequestBuilder Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Dismiss.dismissPostRequestBody::|public|AdditionalData:IDictionary @@ -75272,7 +75254,7 @@ Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.Cou Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Count.CountRequestBuilder Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder-->BaseRequestBuilder @@ -75282,8 +75264,8 @@ Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRe Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder.historyRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.historyRequestBuilder::[RiskyServicePrincipalHistoryItemId:string]:global.Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.History.Item.RiskyServicePrincipalHistoryItemItemRequestBuilder @@ -75333,8 +75315,8 @@ Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipals Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder.riskyServicePrincipalsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.riskyServicePrincipalsRequestBuilder::[RiskyServicePrincipalId:string]:global.Microsoft.Graph.IdentityProtection.RiskyServicePrincipals.Item.RiskyServicePrincipalItemRequestBuilder @@ -75384,7 +75366,7 @@ Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder.CountReq Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityProtection.RiskyUsers.Count.CountRequestBuilder Microsoft.Graph.IdentityProtection.RiskyUsers.Dismiss.dismissPostRequestBody::|public|AdditionalData:IDictionary @@ -75408,7 +75390,7 @@ Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBui Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Count.CountRequestBuilder Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder-->BaseRequestBuilder @@ -75418,8 +75400,8 @@ Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder.historyRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.historyRequestBuilder::[RiskyUserHistoryItemId:string]:global.Microsoft.Graph.IdentityProtection.RiskyUsers.Item.History.Item.RiskyUserHistoryItemItemRequestBuilder @@ -75469,8 +75451,8 @@ Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUser Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder.riskyUsersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder::[RiskyUserId:string]:global.Microsoft.Graph.IdentityProtection.RiskyUsers.Item.RiskyUserItemRequestBuilder @@ -75491,7 +75473,7 @@ Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountReq Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Count.CountRequestBuilder Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Item.ServicePrincipalRiskDetectionItemRequestBuilder-->BaseRequestBuilder @@ -75516,8 +75498,8 @@ Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincip Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder.servicePrincipalRiskDetectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.servicePrincipalRiskDetectionsRequestBuilder::[ServicePrincipalRiskDetectionId:string]:global.Microsoft.Graph.IdentityProtection.ServicePrincipalRiskDetections.Item.ServicePrincipalRiskDetectionItemRequestBuilder @@ -75538,8 +75520,8 @@ Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesR Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder.availableProviderTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityProviders.AvailableProviderTypes.availableProviderTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -75555,7 +75537,7 @@ Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.IdentityProviders.Count.CountRequestBuilder Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder-->BaseRequestBuilder @@ -75565,8 +75547,8 @@ Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvid Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder.identityProvidersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.IdentityProviders.identityProvidersRequestBuilder::[IdentityProviderId:string]:global.Microsoft.Graph.IdentityProviders.Item.IdentityProviderItemRequestBuilder @@ -75610,7 +75592,7 @@ Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestB Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Count.CountRequestBuilder Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Item.BitlockerRecoveryKeyItemRequestBuilder-->BaseRequestBuilder @@ -75629,8 +75611,8 @@ Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequest Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder.recoveryKeysRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder.recoveryKeysRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder.recoveryKeysRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder.recoveryKeysRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder.recoveryKeysRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder.recoveryKeysRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder.recoveryKeysRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder.recoveryKeysRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder::[BitlockerRecoveryKeyId:string]:global.Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.Item.BitlockerRecoveryKeyItemRequestBuilder Microsoft.Graph.InformationProtection.Bitlocker.RecoveryKeys.recoveryKeysRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -75659,7 +75641,7 @@ Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountReques Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Count.CountRequestBuilder Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder-->BaseRequestBuilder @@ -75668,7 +75650,7 @@ Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Coun Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Count.CountRequestBuilder Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Item.ThreatAssessmentResultItemRequestBuilder-->BaseRequestBuilder @@ -75693,8 +75675,8 @@ Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resu Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder.resultsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.resultsRequestBuilder::[ThreatAssessmentResultId:string]:global.Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.Results.Item.ThreatAssessmentResultItemRequestBuilder @@ -75729,8 +75711,8 @@ Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentR Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder.threatAssessmentRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.threatAssessmentRequestsRequestBuilder::[ThreatAssessmentRequestId:string]:global.Microsoft.Graph.InformationProtection.ThreatAssessmentRequests.Item.ThreatAssessmentRequestItemRequestBuilder @@ -75748,7 +75730,7 @@ Microsoft.Graph.Invitations.Count.CountRequestBuilder.CountRequestBuilderGetQuer Microsoft.Graph.Invitations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Invitations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Invitations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Invitations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Invitations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Invitations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Invitations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Invitations.Count.CountRequestBuilder Microsoft.Graph.Invitations.invitationsRequestBuilder-->BaseRequestBuilder @@ -75758,8 +75740,8 @@ Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderG Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Invitations.invitationsRequestBuilder.invitationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Invitations.invitationsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -75801,7 +75783,7 @@ Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountReq Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -75811,8 +75793,8 @@ Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisi Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Invitations.InvitedUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -75826,7 +75808,7 @@ Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder.CountR Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Invitations.InvitedUserSponsors.Count.CountRequestBuilder Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder-->BaseRequestBuilder @@ -75836,8 +75818,8 @@ Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilde Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder.invitedUserSponsorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder.invitedUserSponsorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder.invitedUserSponsorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder.invitedUserSponsorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder.invitedUserSponsorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder.invitedUserSponsorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder.invitedUserSponsorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder.invitedUserSponsorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Invitations.InvitedUserSponsors.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Invitations.InvitedUserSponsors.invitedUserSponsorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -75862,8 +75844,8 @@ Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderG Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Activities.activitiesRequestBuilder.activitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Activities.activitiesRequestBuilder::[UserActivityId:string]:global.Microsoft.Graph.Me.Activities.Item.UserActivityItemRequestBuilder @@ -75882,7 +75864,7 @@ Microsoft.Graph.Me.Activities.Count.CountRequestBuilder.CountRequestBuilderGetQu Microsoft.Graph.Me.Activities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Activities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Activities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Activities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Activities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Activities.Count.CountRequestBuilder Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder-->BaseRequestBuilder @@ -75891,7 +75873,7 @@ Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder.CountR Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Activities.Item.HistoryItems.Count.CountRequestBuilder Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder-->BaseRequestBuilder @@ -75901,8 +75883,8 @@ Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.histo Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Activities.Item.HistoryItems.historyItemsRequestBuilder::[ActivityHistoryItemId:string]:global.Microsoft.Graph.Me.Activities.Item.HistoryItems.Item.ActivityHistoryItemItemRequestBuilder @@ -75967,8 +75949,8 @@ Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGe Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Activities.Recent.recentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -75985,8 +75967,8 @@ Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agree Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder::[AgreementAcceptanceId:string]:global.Microsoft.Graph.Me.AgreementAcceptances.Item.AgreementAcceptanceItemRequestBuilder Microsoft.Graph.Me.AgreementAcceptances.agreementAcceptancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -76001,7 +75983,7 @@ Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder.CountRequestBu Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.AgreementAcceptances.Count.CountRequestBuilder Microsoft.Graph.Me.AgreementAcceptances.Item.AgreementAcceptanceItemRequestBuilder-->BaseRequestBuilder @@ -76020,8 +76002,8 @@ Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAs Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.AppRoleAssignments.appRoleAssignmentsRequestBuilder::[AppRoleAssignmentId:string]:global.Microsoft.Graph.Me.AppRoleAssignments.Item.AppRoleAssignmentItemRequestBuilder @@ -76039,7 +76021,7 @@ Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.AppRoleAssignments.Count.CountRequestBuilder Microsoft.Graph.Me.AppRoleAssignments.Item.AppRoleAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -76105,7 +76087,7 @@ Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder.CountRe Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.EmailMethods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder-->BaseRequestBuilder @@ -76115,8 +76097,8 @@ Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailM Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.EmailMethods.emailMethodsRequestBuilder::[EmailAuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.EmailMethods.Item.EmailAuthenticationMethodItemRequestBuilder @@ -76149,7 +76131,7 @@ Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder.CountRe Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.Fido2Methods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder-->BaseRequestBuilder @@ -76159,8 +76141,8 @@ Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2M Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder::[Fido2AuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.Fido2Methods.Item.Fido2AuthenticationMethodItemRequestBuilder Microsoft.Graph.Me.Authentication.Fido2Methods.fido2MethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -76187,7 +76169,7 @@ Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.Methods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.Methods.Item.AuthenticationMethodItemRequestBuilder-->BaseRequestBuilder @@ -76225,8 +76207,8 @@ Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBu Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.Methods.methodsRequestBuilder::[AuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.Methods.Item.AuthenticationMethodItemRequestBuilder @@ -76244,7 +76226,7 @@ Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountReque Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Item.Device.deviceRequestBuilder-->BaseRequestBuilder @@ -76276,8 +76258,8 @@ Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthent Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder::[MicrosoftAuthenticatorAuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.Item.MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder Microsoft.Graph.Me.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -76292,7 +76274,7 @@ Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.Operations.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.Operations.Item.LongRunningOperationItemRequestBuilder-->BaseRequestBuilder @@ -76317,8 +76299,8 @@ Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operations Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.Operations.operationsRequestBuilder::[LongRunningOperationId:string]:global.Microsoft.Graph.Me.Authentication.Operations.Item.LongRunningOperationItemRequestBuilder @@ -76336,7 +76318,7 @@ Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder.Coun Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.PasswordMethods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.PasswordMethods.Item.PasswordAuthenticationMethodItemRequestBuilder-->BaseRequestBuilder @@ -76355,8 +76337,8 @@ Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder. Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.PasswordMethods.passwordMethodsRequestBuilder::[PasswordAuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.PasswordMethods.Item.PasswordAuthenticationMethodItemRequestBuilder @@ -76374,7 +76356,7 @@ Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder.CountRe Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.PhoneMethods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.PhoneMethods.Item.DisableSmsSignIn.disableSmsSignInRequestBuilder-->BaseRequestBuilder @@ -76415,8 +76397,8 @@ Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneM Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.PhoneMethods.phoneMethodsRequestBuilder::[PhoneAuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.PhoneMethods.Item.PhoneAuthenticationMethodItemRequestBuilder @@ -76434,7 +76416,7 @@ Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBu Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Item.Device.deviceRequestBuilder-->BaseRequestBuilder @@ -76466,8 +76448,8 @@ Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMe Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder::[PlatformCredentialAuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.Item.PlatformCredentialAuthenticationMethodItemRequestBuilder Microsoft.Graph.Me.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -76482,7 +76464,7 @@ Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder. Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Item.SoftwareOathAuthenticationMethodItemRequestBuilder-->BaseRequestBuilder @@ -76504,8 +76486,8 @@ Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequest Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder::[SoftwareOathAuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.SoftwareOathMethods.Item.SoftwareOathAuthenticationMethodItemRequestBuilder Microsoft.Graph.Me.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -76520,7 +76502,7 @@ Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestB Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Item.TemporaryAccessPassAuthenticationMethodItemRequestBuilder-->BaseRequestBuilder @@ -76542,8 +76524,8 @@ Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPass Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder::[TemporaryAccessPassAuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.TemporaryAccessPassMethods.Item.TemporaryAccessPassAuthenticationMethodItemRequestBuilder @@ -76561,7 +76543,7 @@ Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequ Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Item.Device.deviceRequestBuilder-->BaseRequestBuilder @@ -76593,8 +76575,8 @@ Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloFor Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder::[WindowsHelloForBusinessAuthenticationMethodId:string]:global.Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.Item.WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder Microsoft.Graph.Me.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -76612,8 +76594,8 @@ Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarS Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; User?:string):void Microsoft.Graph.Me.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -76630,8 +76612,8 @@ Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilde Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder::[CalendarPermissionId:string]:global.Microsoft.Graph.Me.Calendar.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder @@ -76649,7 +76631,7 @@ Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder.CountR Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarPermissions.Count.CountRequestBuilder Microsoft.Graph.Me.Calendar.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder-->BaseRequestBuilder @@ -76693,9 +76675,9 @@ Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarView Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -76716,9 +76698,9 @@ Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestB Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -76734,7 +76716,7 @@ Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder Microsoft.Graph.Me.Calendar.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -76750,9 +76732,9 @@ Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilder Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -76769,8 +76751,8 @@ Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQ Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder @@ -76806,8 +76788,8 @@ Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.at Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -76826,7 +76808,7 @@ Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder.Co Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -76937,7 +76919,7 @@ Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.Cou Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -76947,8 +76929,8 @@ Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.exte Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -77004,9 +76986,9 @@ Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.delt Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -77024,9 +77006,9 @@ Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instan Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -77113,8 +77095,8 @@ Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsReq Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.calendarGroupsRequestBuilder::[CalendarGroupId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.CalendarGroupItemRequestBuilder @@ -77132,7 +77114,7 @@ Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.CalendarGroupItemRequestBuilder-->BaseRequestBuilder @@ -77158,8 +77140,8 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calenda Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.calendarsRequestBuilder::[CalendarId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarItemRequestBuilder @@ -77177,7 +77159,7 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder.Count Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -77189,8 +77171,8 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRole Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; User?:string):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -77228,8 +77210,8 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calend Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder::[CalendarPermissionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder @@ -77247,7 +77229,7 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count. Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder-->BaseRequestBuilder @@ -77273,9 +77255,9 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewR Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -77296,9 +77278,9 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRe Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -77314,7 +77296,7 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestB Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -77330,9 +77312,9 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestB Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -77349,8 +77331,8 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilde Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder @@ -77386,8 +77368,8 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.at Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -77406,7 +77388,7 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Co Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -77517,7 +77499,7 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Cou Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -77527,8 +77509,8 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.ext Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -77584,9 +77566,9 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delt Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -77604,9 +77586,9 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.inst Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -77693,8 +77675,8 @@ Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQ Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.calendarsRequestBuilder.calendarsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.calendarsRequestBuilder::[CalendarId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarItemRequestBuilder @@ -77712,7 +77694,7 @@ Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder.CountRequestBuilderGetQue Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -77724,8 +77706,8 @@ Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCal Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; User?:string):void Microsoft.Graph.Me.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -77763,8 +77745,8 @@ Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequest Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder::[CalendarPermissionId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder @@ -77782,7 +77764,7 @@ Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder. Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder-->BaseRequestBuilder @@ -77808,9 +77790,9 @@ Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calend Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -77831,9 +77813,9 @@ Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRe Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -77849,7 +77831,7 @@ Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -77865,9 +77847,9 @@ Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestB Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -77884,8 +77866,8 @@ Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuild Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder @@ -77921,8 +77903,8 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuil Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -77941,7 +77923,7 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuil Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -78052,7 +78034,7 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuild Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -78062,8 +78044,8 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilde Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -78119,9 +78101,9 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilde Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -78139,9 +78121,9 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder. Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -78229,9 +78211,9 @@ Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBu Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -78252,9 +78234,9 @@ Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGet Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -78287,8 +78269,8 @@ Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParamete Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.chatsRequestBuilder.chatsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.chatsRequestBuilder::[ChatId:string]:global.Microsoft.Graph.Me.Chats.Item.ChatItemRequestBuilder @@ -78308,7 +78290,7 @@ Microsoft.Graph.Me.Chats.Count.CountRequestBuilder.CountRequestBuilderGetQueryPa Microsoft.Graph.Me.Chats.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -78324,8 +78306,8 @@ Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessa Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -78347,8 +78329,8 @@ Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBui Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -78406,7 +78388,7 @@ Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder.CountReque Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -78416,8 +78398,8 @@ Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installe Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.InstalledApps.installedAppsRequestBuilder::[TeamsAppInstallationId:string]:global.Microsoft.Graph.Me.Chats.Item.InstalledApps.Item.TeamsAppInstallationItemRequestBuilder @@ -78555,7 +78537,7 @@ Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -78580,8 +78562,8 @@ Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilde Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Me.Chats.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -78624,7 +78606,7 @@ Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -78639,8 +78621,8 @@ Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBui Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -78677,7 +78659,7 @@ Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBui Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -78687,8 +78669,8 @@ Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequest Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Me.Chats.Item.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -78735,7 +78717,7 @@ Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder.Co Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -78750,8 +78732,8 @@ Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.de Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -78787,7 +78769,7 @@ Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.Co Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -78797,8 +78779,8 @@ Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedCo Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -78890,8 +78872,8 @@ Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.replie Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Me.Chats.Item.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -78955,8 +78937,8 @@ Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBui Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Me.Chats.Item.Messages.Item.ChatMessageItemRequestBuilder @@ -78975,7 +78957,7 @@ Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder.CountRe Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -79000,8 +78982,8 @@ Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.pe Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Me.Chats.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -79019,7 +79001,7 @@ Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.PinnedMessages.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.PinnedMessages.Item.Message.messageRequestBuilder-->BaseRequestBuilder @@ -79054,8 +79036,8 @@ Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinned Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder::[PinnedChatMessageInfoId:string]:global.Microsoft.Graph.Me.Chats.Item.PinnedMessages.Item.PinnedChatMessageInfoItemRequestBuilder @@ -79095,7 +79077,7 @@ Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Chats.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Me.Chats.Item.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -79130,8 +79112,8 @@ Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQuery Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Chats.Item.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Me.Chats.Item.Tabs.Item.TeamsTabItemRequestBuilder @@ -79226,7 +79208,7 @@ Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder.CountRequestBu Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CloudClipboard.Items.Count.CountRequestBuilder Microsoft.Graph.Me.CloudClipboard.Items.Item.CloudClipboardItemItemRequestBuilder-->BaseRequestBuilder @@ -79251,8 +79233,8 @@ Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderG Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CloudClipboard.Items.itemsRequestBuilder::[CloudClipboardItemId:string]:global.Microsoft.Graph.Me.CloudClipboard.Items.Item.CloudClipboardItemItemRequestBuilder @@ -79271,8 +79253,8 @@ Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersReq Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.contactFoldersRequestBuilder::[ContactFolderId:string]:global.Microsoft.Graph.Me.ContactFolders.Item.ContactFolderItemRequestBuilder @@ -79291,7 +79273,7 @@ Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ContactFolders.Count.CountRequestBuilder Microsoft.Graph.Me.ContactFolders.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -79306,8 +79288,8 @@ Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderG Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -79324,8 +79306,8 @@ Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.c Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder::[ContactFolderId1:string]:global.Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.ContactFolderItemRequestBuilder @@ -79344,7 +79326,7 @@ Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder.Co Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -79359,8 +79341,8 @@ Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.de Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -79394,8 +79376,8 @@ Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsReques Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder::[ContactId:string]:global.Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.ContactItemRequestBuilder @@ -79414,7 +79396,7 @@ Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountReq Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -79429,8 +79411,8 @@ Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaReq Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -79464,7 +79446,7 @@ Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extension Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -79474,8 +79456,8 @@ Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extension Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -79567,8 +79549,8 @@ Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsR Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.Contacts.contactsRequestBuilder::[ContactId:string]:global.Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.ContactItemRequestBuilder @@ -79587,7 +79569,7 @@ Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder.CountR Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ContactFolders.Item.Contacts.Count.CountRequestBuilder Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -79602,8 +79584,8 @@ Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaR Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -79637,7 +79619,7 @@ Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountReque Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -79647,8 +79629,8 @@ Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsReques Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.ContactFolders.Item.Contacts.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -79722,8 +79704,8 @@ Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQuer Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Contacts.contactsRequestBuilder.contactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Contacts.contactsRequestBuilder::[ContactId:string]:global.Microsoft.Graph.Me.Contacts.Item.ContactItemRequestBuilder @@ -79742,7 +79724,7 @@ Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetQuer Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Contacts.Count.CountRequestBuilder Microsoft.Graph.Me.Contacts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -79757,8 +79739,8 @@ Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQuer Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Contacts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -79792,7 +79774,7 @@ Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder.CountReque Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Contacts.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -79802,8 +79784,8 @@ Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsR Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Contacts.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Contacts.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -79869,7 +79851,7 @@ Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CreatedObjects.Count.CountRequestBuilder Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder-->BaseRequestBuilder @@ -79879,8 +79861,8 @@ Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsReq Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Me.CreatedObjects.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Me.CreatedObjects.createdObjectsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -79896,7 +79878,7 @@ Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilde Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -79906,8 +79888,8 @@ Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalReq Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -79957,8 +79939,8 @@ Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.conten Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder::[ContentActivityId:string]:global.Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Item.ContentActivityItemRequestBuilder @@ -79976,7 +79958,7 @@ Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count. Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder Microsoft.Graph.Me.DataSecurityAndGovernance.Activities.ContentActivities.Item.ContentActivityItemRequestBuilder-->BaseRequestBuilder @@ -80008,6 +79990,7 @@ Microsoft.Graph.Me.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBui Microsoft.Graph.Me.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.UserDataSecurityAndGovernance; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UserDataSecurityAndGovernance Microsoft.Graph.Me.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|processContent:global.Microsoft.Graph.Me.DataSecurityAndGovernance.ProcessContent.ProcessContentRequestBuilder Microsoft.Graph.Me.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|protectionScopes:global.Microsoft.Graph.Me.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|sensitivityLabels:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder Microsoft.Graph.Me.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.UserDataSecurityAndGovernance; requestConfiguration?:Action>):RequestInformation @@ -80070,13 +80053,176 @@ Microsoft.Graph.Me.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRe Microsoft.Graph.Me.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.UserProtectionScopeContainer; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; contentFormats?:string; labelIds?:string; locale?:string):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|AdditionalData:IDictionary +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|constructor():void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|DelegatedUserEmail:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Locale:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|ProtectedContents:List +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|SupportedContentFormats:List +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder.computeRightsAndInheritanceRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ComputeRightsAndInheritanceResult +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UsageRightsIncluded +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|rights:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|sublabels:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; contentFormats?:string; labelIds?:string; locale?:string):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|AdditionalData:IDictionary +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|constructor():void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|DelegatedUserEmail:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Locale:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|ProtectedContents:List +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|SupportedContentFormats:List +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder.computeRightsAndInheritanceRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ComputeRightsAndInheritanceResult +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UsageRightsIncluded +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|rights:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Top:long? +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::[SensitivityLabelId1:string]:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|computeInheritanceWithLabelIdsWithLocaleWithContentFormats(contentFormats:string; labelIds:string; locale:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|computeRightsAndInheritance:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabelCollectionResponse +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Top:long? +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::[SensitivityLabelId:string]:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|computeInheritanceWithLabelIdsWithLocaleWithContentFormats(contentFormats:string; labelIds:string; locale:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|computeRightsAndInheritance:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabelCollectionResponse +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder-->BaseRequestBuilder @@ -80086,8 +80232,8 @@ Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTrouble Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder::[DeviceManagementTroubleshootingEventId:string]:global.Microsoft.Graph.Me.DeviceManagementTroubleshootingEvents.Item.DeviceManagementTroubleshootingEventItemRequestBuilder @@ -80120,7 +80266,7 @@ Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DirectReports.Count.CountRequestBuilder Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder-->BaseRequestBuilder @@ -80130,8 +80276,8 @@ Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsReques Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Me.DirectReports.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Me.DirectReports.directReportsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -80148,7 +80294,7 @@ Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder.Count Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DirectReports.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -80158,8 +80304,8 @@ Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.g Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -80173,7 +80319,7 @@ Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder.CountReques Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.DirectReports.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -80183,8 +80329,8 @@ Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequ Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.DirectReports.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -80236,7 +80382,7 @@ Microsoft.Graph.Me.Drives.Count.CountRequestBuilder.CountRequestBuilderGetQueryP Microsoft.Graph.Me.Drives.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Drives.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Drives.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Drives.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Drives.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Drives.Count.CountRequestBuilder Microsoft.Graph.Me.Drives.drivesRequestBuilder-->BaseRequestBuilder @@ -80246,8 +80392,8 @@ Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParam Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Drives.drivesRequestBuilder.drivesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Drives.drivesRequestBuilder::[DriveId:string]:global.Microsoft.Graph.Me.Drives.Item.DriveItemRequestBuilder Microsoft.Graph.Me.Drives.drivesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -80288,7 +80434,7 @@ Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountReques Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Item.LearningCourseActivityItemRequestBuilder-->BaseRequestBuilder @@ -80307,8 +80453,8 @@ Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseAct Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder::[LearningCourseActivityId:string]:global.Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.Item.LearningCourseActivityItemRequestBuilder Microsoft.Graph.Me.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -80332,7 +80478,7 @@ Microsoft.Graph.Me.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryP Microsoft.Graph.Me.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Count.CountRequestBuilder Microsoft.Graph.Me.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -80348,9 +80494,9 @@ Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryP Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -80367,8 +80513,8 @@ Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParam Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder @@ -80404,8 +80550,8 @@ Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachments Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -80424,7 +80570,7 @@ Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder.CountReques Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Me.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -80535,7 +80681,7 @@ Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -80545,8 +80691,8 @@ Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsReq Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -80602,9 +80748,9 @@ Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestB Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -80622,9 +80768,9 @@ Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesReques Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -80706,7 +80852,7 @@ Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQu Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -80716,8 +80862,8 @@ Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderG Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Extensions.Item.ExtensionItemRequestBuilder @@ -80795,7 +80941,7 @@ Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.FollowedSites.Count.CountRequestBuilder Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder-->BaseRequestBuilder @@ -80805,8 +80951,8 @@ Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesReques Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder::[SiteId:string]:global.Microsoft.Graph.Me.FollowedSites.Item.SiteItemRequestBuilder Microsoft.Graph.Me.FollowedSites.followedSitesRequestBuilder::|public|add:global.Microsoft.Graph.Me.FollowedSites.Add.AddRequestBuilder @@ -80882,8 +81028,8 @@ Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatus Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -80905,8 +81051,8 @@ Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.get Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -80925,8 +81071,8 @@ Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFail Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -81001,7 +81147,7 @@ Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder.C Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.InferenceClassification.Overrides.Count.CountRequestBuilder Microsoft.Graph.Me.InferenceClassification.Overrides.Item.InferenceClassificationOverrideItemRequestBuilder-->BaseRequestBuilder @@ -81026,8 +81172,8 @@ Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.ove Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.InferenceClassification.Overrides.overridesRequestBuilder::[InferenceClassificationOverrideId:string]:global.Microsoft.Graph.Me.InferenceClassification.Overrides.Item.InferenceClassificationOverrideItemRequestBuilder @@ -81063,7 +81209,7 @@ Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Insights.Shared.Count.CountRequestBuilder Microsoft.Graph.Me.Insights.Shared.Item.LastSharedMethod.lastSharedMethodRequestBuilder-->BaseRequestBuilder @@ -81108,8 +81254,8 @@ Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQ Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Shared.sharedRequestBuilder::[SharedInsightId:string]:global.Microsoft.Graph.Me.Insights.Shared.Item.SharedInsightItemRequestBuilder @@ -81127,7 +81273,7 @@ Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Insights.Trending.Count.CountRequestBuilder Microsoft.Graph.Me.Insights.Trending.Item.Resource.resourceRequestBuilder-->BaseRequestBuilder @@ -81162,8 +81308,8 @@ Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuild Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Trending.trendingRequestBuilder::[TrendingId:string]:global.Microsoft.Graph.Me.Insights.Trending.Item.TrendingItemRequestBuilder @@ -81181,7 +81327,7 @@ Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Insights.Used.Count.CountRequestBuilder Microsoft.Graph.Me.Insights.Used.Item.Resource.resourceRequestBuilder-->BaseRequestBuilder @@ -81216,8 +81362,8 @@ Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryPa Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Used.usedRequestBuilder.usedRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Insights.Used.usedRequestBuilder::[UsedInsightId:string]:global.Microsoft.Graph.Me.Insights.Used.Item.UsedInsightItemRequestBuilder @@ -81235,7 +81381,7 @@ Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder.CountRequestBuilderGetQ Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -81251,8 +81397,8 @@ Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAl Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -81269,8 +81415,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allCha Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Item.ChannelItemRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -81285,7 +81431,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder.CountR Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.AllChannels.Item.ChannelItemRequestBuilder-->BaseRequestBuilder @@ -81319,8 +81465,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequ Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.channelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.ChannelItemRequestBuilder @@ -81340,7 +81486,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -81356,8 +81502,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesReques Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -81379,8 +81525,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetain Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -81420,8 +81566,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBu Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -81441,7 +81587,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestB Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -81605,7 +81751,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuil Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -81630,8 +81776,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder. Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -81674,7 +81820,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBui Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -81689,8 +81835,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBui Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -81727,7 +81873,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.C Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -81737,8 +81883,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.h Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -81785,7 +81931,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.Co Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -81800,8 +81946,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.de Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -81837,7 +81983,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.Hos Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -81847,8 +81993,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.Hos Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -81940,8 +82086,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesR Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -82005,8 +82151,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilde Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Messages.Item.ChatMessageItemRequestBuilder @@ -82039,7 +82185,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountReq Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -82049,8 +82195,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMe Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -82065,7 +82211,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMe Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -82110,8 +82256,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeam Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -82129,7 +82275,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -82164,8 +82310,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRe Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Channels.Item.Tabs.Item.TeamsTabItemRequestBuilder @@ -82227,7 +82373,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountR Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -82237,8 +82383,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvi Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -82252,7 +82398,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder.C Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder-->BaseRequestBuilder @@ -82262,8 +82408,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuil Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.Item.ChannelItemRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -82287,7 +82433,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder.Coun Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -82297,8 +82443,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.in Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder::[TeamsAppInstallationId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.InstalledApps.Item.TeamsAppInstallationItemRequestBuilder @@ -82390,7 +82536,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder.CountReque Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -82415,8 +82561,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequest Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -82459,7 +82605,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder.CountRe Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Operations.Item.TeamsAsyncOperationItemRequestBuilder-->BaseRequestBuilder @@ -82484,8 +82630,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operatio Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Operations.operationsRequestBuilder::[TeamsAsyncOperationId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Operations.Item.TeamsAsyncOperationItemRequestBuilder @@ -82503,7 +82649,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder.C Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -82528,8 +82674,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuil Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -82597,8 +82743,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestB Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -82618,7 +82764,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequest Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -82755,7 +82901,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBui Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -82780,8 +82926,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Members.Item.ConversationMemberItemRequestBuilder @@ -82824,7 +82970,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBu Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -82839,8 +82985,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBu Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -82877,7 +83023,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents. Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -82887,8 +83033,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents. Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -82935,7 +83081,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.C Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -82950,8 +83096,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.d Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -82987,7 +83133,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.Ho Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -82997,8 +83143,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.Ho Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -83090,8 +83236,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.replies Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -83155,8 +83301,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuild Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Messages.Item.ChatMessageItemRequestBuilder @@ -83216,7 +83362,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRe Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -83226,8 +83372,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedM Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -83242,7 +83388,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedM Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -83287,8 +83433,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTea Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -83306,7 +83452,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilde Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -83341,8 +83487,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsR Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.PrimaryChannel.Tabs.Item.TeamsTabItemRequestBuilder @@ -83367,7 +83513,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder. Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder-->BaseRequestBuilder @@ -83377,8 +83523,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.day Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder::[DayNoteId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.DayNotes.Item.DayNoteItemRequestBuilder @@ -83411,7 +83557,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountReque Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Item.OfferShiftRequestItemRequestBuilder-->BaseRequestBuilder @@ -83436,8 +83582,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftReques Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder::[OfferShiftRequestId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OfferShiftRequests.Item.OfferShiftRequestItemRequestBuilder @@ -83455,7 +83601,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.Count Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Item.OpenShiftChangeRequestItemRequestBuilder-->BaseRequestBuilder @@ -83480,8 +83626,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftCh Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder::[OpenShiftChangeRequestId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Item.OpenShiftChangeRequestItemRequestBuilder @@ -83499,7 +83645,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilde Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Item.OpenShiftItemRequestBuilder-->BaseRequestBuilder @@ -83524,8 +83670,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder::[OpenShiftId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.OpenShifts.Item.OpenShiftItemRequestBuilder @@ -83570,7 +83716,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequest Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Item.SchedulingGroupItemRequestBuilder-->BaseRequestBuilder @@ -83595,8 +83741,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRe Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder::[SchedulingGroupId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SchedulingGroups.Item.SchedulingGroupItemRequestBuilder @@ -83631,7 +83777,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder.Co Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Item.ShiftItemRequestBuilder-->BaseRequestBuilder @@ -83656,8 +83802,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsR Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder::[ShiftId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.Shifts.Item.ShiftItemRequestBuilder @@ -83675,7 +83821,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.Coun Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Item.SwapShiftsChangeRequestItemRequestBuilder-->BaseRequestBuilder @@ -83700,8 +83846,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShifts Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder::[SwapShiftsChangeRequestId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Item.SwapShiftsChangeRequestItemRequestBuilder @@ -83736,7 +83882,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Item.ClockOut.clockOutPostRequestBody::|public|AdditionalData:IDictionary @@ -83820,8 +83966,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.t Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder::[TimeCardId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.Item.TimeCardItemRequestBuilder @@ -83840,7 +83986,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBu Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Item.TimeOffReasonItemRequestBuilder-->BaseRequestBuilder @@ -83865,8 +84011,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsReques Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder::[TimeOffReasonId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffReasons.Item.TimeOffReasonItemRequestBuilder @@ -83884,7 +84030,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestB Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Item.TimeOffRequestItemRequestBuilder-->BaseRequestBuilder @@ -83909,8 +84055,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder::[TimeOffRequestId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeOffRequests.Item.TimeOffRequestItemRequestBuilder @@ -83928,7 +84074,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder. Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Item.TimeOffItemRequestBuilder-->BaseRequestBuilder @@ -83953,8 +84099,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.tim Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder::[TimeOffId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimesOff.Item.TimeOffItemRequestBuilder @@ -83994,7 +84140,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Tags.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder-->BaseRequestBuilder @@ -84003,7 +84149,7 @@ Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder. Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Item.TeamworkTagMemberItemRequestBuilder-->BaseRequestBuilder @@ -84028,8 +84174,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.memb Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder::[TeamworkTagMemberId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.Members.Item.TeamworkTagMemberItemRequestBuilder @@ -84064,8 +84210,8 @@ Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGe Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.Item.Tags.tagsRequestBuilder::[TeamworkTagId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.Tags.Item.TeamworkTagItemRequestBuilder @@ -84133,8 +84279,8 @@ Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuild Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.JoinedTeams.joinedTeamsRequestBuilder::[TeamId:string]:global.Microsoft.Graph.Me.JoinedTeams.Item.TeamItemRequestBuilder @@ -84153,7 +84299,7 @@ Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.LicenseDetails.Count.CountRequestBuilder Microsoft.Graph.Me.LicenseDetails.GetTeamsLicensingDetails.getTeamsLicensingDetailsRequestBuilder-->BaseRequestBuilder @@ -84185,8 +84331,8 @@ Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsReq Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.LicenseDetails.licenseDetailsRequestBuilder::[LicenseDetailsId:string]:global.Microsoft.Graph.Me.LicenseDetails.Item.LicenseDetailsItemRequestBuilder @@ -84213,12 +84359,11 @@ Microsoft.Graph.Me.MailboxSettings.mailboxSettingsRequestBuilder::|public|ToPatc Microsoft.Graph.Me.MailboxSettings.mailboxSettingsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailboxSettings.MailboxSettingsRequestBuilder Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|IncludeHiddenFolders:string Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -84233,8 +84378,8 @@ Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQ Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -84252,8 +84397,8 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.chil Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder::[MailFolderId1:string]:global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MailFolderItemRequestBuilder @@ -84268,12 +84413,11 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder::|pu Microsoft.Graph.Me.MailFolders.Item.ChildFolders.childFoldersRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.ChildFoldersRequestBuilder Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|IncludeHiddenFolders:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -84288,8 +84432,8 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.delta Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -84341,7 +84485,7 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRe Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Item.MessageRuleItemRequestBuilder-->BaseRequestBuilder @@ -84366,8 +84510,8 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesR Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder::[MessageRuleId:string]:global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.MessageRules.Item.MessageRuleItemRequestBuilder @@ -84385,7 +84529,7 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountReques Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -84401,8 +84545,8 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaReques Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -84419,8 +84563,8 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments. Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -84439,7 +84583,7 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments. Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -84539,7 +84683,7 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.C Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -84549,8 +84693,8 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.e Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -84703,8 +84847,8 @@ Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBu Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder::[MessageId:string]:global.Microsoft.Graph.Me.MailFolders.Item.ChildFolders.Item.Messages.Item.MessageItemRequestBuilder @@ -84781,7 +84925,7 @@ Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder.Count Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.MessageRules.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.MessageRules.Item.MessageRuleItemRequestBuilder-->BaseRequestBuilder @@ -84806,8 +84950,8 @@ Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.mess Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.MessageRules.messageRulesRequestBuilder::[MessageRuleId:string]:global.Microsoft.Graph.Me.MailFolders.Item.MessageRules.Item.MessageRuleItemRequestBuilder @@ -84825,7 +84969,7 @@ Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -84841,8 +84985,8 @@ Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequ Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -84859,8 +85003,8 @@ Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequest Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -84879,7 +85023,7 @@ Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequest Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -84979,7 +85123,7 @@ Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestB Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -84989,8 +85133,8 @@ Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBu Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.MailFolders.Item.Messages.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -85143,8 +85287,8 @@ Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequ Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.Item.Messages.messagesRequestBuilder::[MessageId:string]:global.Microsoft.Graph.Me.MailFolders.Item.Messages.Item.MessageItemRequestBuilder @@ -85187,8 +85331,8 @@ Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuild Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MailFolders.mailFoldersRequestBuilder::[MailFolderId:string]:global.Microsoft.Graph.Me.MailFolders.Item.MailFolderItemRequestBuilder @@ -85207,7 +85351,7 @@ Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder.CountReques Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ManagedAppRegistrations.Count.CountRequestBuilder Microsoft.Graph.Me.ManagedAppRegistrations.Item.ManagedAppRegistrationItemRequestBuilder-->BaseRequestBuilder @@ -85226,8 +85370,8 @@ Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder::[ManagedAppRegistrationId:string]:global.Microsoft.Graph.Me.ManagedAppRegistrations.Item.ManagedAppRegistrationItemRequestBuilder Microsoft.Graph.Me.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -85242,7 +85386,7 @@ Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ManagedDevices.Count.CountRequestBuilder Microsoft.Graph.Me.ManagedDevices.Item.BypassActivationLock.bypassActivationLockRequestBuilder-->BaseRequestBuilder @@ -85317,7 +85461,7 @@ Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountR Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder-->BaseRequestBuilder @@ -85327,8 +85471,8 @@ Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompli Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder::[DeviceCompliancePolicyStateId:string]:global.Microsoft.Graph.Me.ManagedDevices.Item.DeviceCompliancePolicyStates.Item.DeviceCompliancePolicyStateItemRequestBuilder @@ -85361,7 +85505,7 @@ Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequ Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder-->BaseRequestBuilder @@ -85371,8 +85515,8 @@ Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigura Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder::[DeviceConfigurationStateId:string]:global.Microsoft.Graph.Me.ManagedDevices.Item.DeviceConfigurationStates.Item.DeviceConfigurationStateItemRequestBuilder @@ -85419,7 +85563,7 @@ Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestB Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Item.CreateDownloadUrl.createDownloadUrlPostResponse::|public|AdditionalData:IDictionary @@ -85463,8 +85607,8 @@ Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionReques Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder::[DeviceLogCollectionResponseId:string]:global.Microsoft.Graph.Me.ManagedDevices.Item.LogCollectionRequests.Item.DeviceLogCollectionResponseItemRequestBuilder @@ -85600,8 +85744,8 @@ Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBui Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ManagedDevices.Item.Users.usersRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -85636,7 +85780,7 @@ Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareSta Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder-->BaseRequestBuilder @@ -85646,8 +85790,8 @@ Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareSta Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder::[WindowsDeviceMalwareStateId:string]:global.Microsoft.Graph.Me.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Item.WindowsDeviceMalwareStateItemRequestBuilder @@ -85715,8 +85859,8 @@ Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesReq Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ManagedDevices.managedDevicesRequestBuilder::[ManagedDeviceId:string]:global.Microsoft.Graph.Me.ManagedDevices.Item.ManagedDeviceItemRequestBuilder @@ -85757,7 +85901,7 @@ Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder.CountRequestBuilderGetQuer Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MemberOf.Count.CountRequestBuilder Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -85766,7 +85910,7 @@ Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.Co Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -85776,8 +85920,8 @@ Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitReque Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -85791,7 +85935,7 @@ Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder.CountRe Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder-->BaseRequestBuilder @@ -85801,8 +85945,8 @@ Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder. Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -85816,7 +85960,7 @@ Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -85826,8 +85970,8 @@ Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupReques Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -85881,8 +86025,8 @@ Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQuer Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Me.MemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Me.MemberOf.memberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -85985,12 +86129,11 @@ Microsoft.Graph.Me.meRequestBuilder::|public|wipeManagedAppRegistrationsByDevice Microsoft.Graph.Me.meRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.MeRequestBuilder Microsoft.Graph.Me.Messages.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Messages.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Messages.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|IncludeHiddenMessages:string Microsoft.Graph.Me.Messages.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Messages.Count.CountRequestBuilder Microsoft.Graph.Me.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -86006,8 +86149,8 @@ Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQuer Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -86024,8 +86167,8 @@ Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmen Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Messages.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -86044,7 +86187,7 @@ Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Messages.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Me.Messages.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -86144,7 +86287,7 @@ Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder.CountReque Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Messages.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -86154,8 +86297,8 @@ Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsR Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Messages.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -86290,16 +86433,15 @@ Microsoft.Graph.Me.Messages.Item.Send.sendRequestBuilder::|public|ToPostRequestI Microsoft.Graph.Me.Messages.Item.Send.sendRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Messages.Item.Send.SendRequestBuilder Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder.ContentRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder.ContentRequestBuilderGetQueryParameters::|public|IncludeHiddenMessages:string -Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder.ContentRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder.ContentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder.ContentRequestBuilderPutRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):Stream +Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):Stream Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|PutAsync(body:Stream; requestConfiguration?:Action>; cancellationToken?:CancellationToken):Stream Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|ToPutRequestInformation(body:Stream; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Messages.Item.Value.ContentRequestBuilder Microsoft.Graph.Me.Messages.messagesRequestBuilder-->BaseRequestBuilder @@ -86310,8 +86452,8 @@ Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetQuer Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Messages.messagesRequestBuilder::[MessageId:string]:global.Microsoft.Graph.Me.Messages.Item.MessageItemRequestBuilder @@ -86330,7 +86472,7 @@ Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Oauth2PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Me.Oauth2PermissionGrants.Item.OAuth2PermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -86349,8 +86491,8 @@ Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.o Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder::[OAuth2PermissionGrantId:string]:global.Microsoft.Graph.Me.Oauth2PermissionGrants.Item.OAuth2PermissionGrantItemRequestBuilder Microsoft.Graph.Me.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -86365,7 +86507,7 @@ Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Notebooks.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Notebooks.GetNotebookFromWebUrl.getNotebookFromWebUrlPostRequestBody::|public|AdditionalData:IDictionary @@ -86392,8 +86534,8 @@ Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebo Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; includePersonalNotebooks?:bool?):void Microsoft.Graph.Me.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -86446,7 +86588,7 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilde Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -86492,7 +86634,7 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -86511,8 +86653,8 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.secti Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -86527,7 +86669,7 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.Coun Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -86594,7 +86736,7 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -86696,8 +86838,8 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -86734,8 +86876,8 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRe Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -86754,8 +86896,8 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuil Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Me.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -86773,7 +86915,7 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder.Cou Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -86840,7 +86982,7 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequest Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -86942,8 +87084,8 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilde Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -86980,8 +87122,8 @@ Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectio Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Me.Onenote.Notebooks.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -87000,8 +87142,8 @@ Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBui Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Notebooks.notebooksRequestBuilder::[NotebookId:string]:global.Microsoft.Graph.Me.Onenote.Notebooks.Item.NotebookItemRequestBuilder @@ -87042,7 +87184,7 @@ Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Operations.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder-->BaseRequestBuilder @@ -87067,8 +87209,8 @@ Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequest Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Operations.operationsRequestBuilder::[OnenoteOperationId:string]:global.Microsoft.Graph.Me.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder @@ -87086,7 +87228,7 @@ Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Pages.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -87188,8 +87330,8 @@ Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQuery Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Me.Onenote.Pages.Item.OnenotePageItemRequestBuilder @@ -87207,7 +87349,7 @@ Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Resources.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Resources.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -87246,8 +87388,8 @@ Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBui Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Resources.resourcesRequestBuilder::[OnenoteResourceId:string]:global.Microsoft.Graph.Me.Onenote.Resources.Item.OnenoteResourceItemRequestBuilder @@ -87265,7 +87407,7 @@ Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -87311,7 +87453,7 @@ Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBu Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -87330,8 +87472,8 @@ Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequest Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -87346,7 +87488,7 @@ Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -87413,7 +87555,7 @@ Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountReq Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -87515,8 +87657,8 @@ Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBu Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -87553,8 +87695,8 @@ Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.se Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Me.Onenote.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -87573,8 +87715,8 @@ Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGrou Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Me.Onenote.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -87592,7 +87734,7 @@ Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Sections.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -87659,7 +87801,7 @@ Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder.CountRe Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -87761,8 +87903,8 @@ Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestB Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Me.Onenote.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -87799,8 +87941,8 @@ Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilde Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Onenote.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Me.Onenote.Sections.Item.OnenoteSectionItemRequestBuilder @@ -87818,7 +87960,7 @@ Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OnlineMeetings.Count.CountRequestBuilder Microsoft.Graph.Me.OnlineMeetings.CreateOrGet.createOrGetPostRequestBody::|public|AdditionalData:IDictionary @@ -87855,9 +87997,9 @@ Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingO Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|StartDateTime:DateTimeOffset? -Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -87881,9 +88023,9 @@ Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeeting Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|StartDateTime:DateTimeOffset? -Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -87900,8 +88042,8 @@ Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsReques Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder::[MeetingAttendanceReportId:string]:global.Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.MeetingAttendanceReportItemRequestBuilder @@ -87919,7 +88061,7 @@ Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuild Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder-->BaseRequestBuilder @@ -87929,8 +88071,8 @@ Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords. Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder::[AttendanceRecordId:string]:global.Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder @@ -87948,7 +88090,7 @@ Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords. Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder Microsoft.Graph.Me.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder-->BaseRequestBuilder @@ -88041,7 +88183,7 @@ Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder.Coun Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -88056,8 +88198,8 @@ Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.delt Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88103,8 +88245,8 @@ Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recor Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.recordingsRequestBuilder::[CallRecordingId:string]:global.Microsoft.Graph.Me.OnlineMeetings.Item.Recordings.Item.CallRecordingItemRequestBuilder @@ -88155,7 +88297,7 @@ Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder.Cou Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -88170,8 +88312,8 @@ Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.del Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88231,8 +88373,8 @@ Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.tra Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder::[CallTranscriptId:string]:global.Microsoft.Graph.Me.OnlineMeetings.Item.Transcripts.Item.CallTranscriptItemRequestBuilder @@ -88252,8 +88394,8 @@ Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsReq Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OnlineMeetings.onlineMeetingsRequestBuilder::[OnlineMeetingId:string]:global.Microsoft.Graph.Me.OnlineMeetings.Item.OnlineMeetingItemRequestBuilder @@ -88274,7 +88416,7 @@ Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder.CountReque Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Outlook.MasterCategories.Count.CountRequestBuilder Microsoft.Graph.Me.Outlook.MasterCategories.Item.OutlookCategoryItemRequestBuilder-->BaseRequestBuilder @@ -88299,8 +88441,8 @@ Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.maste Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Outlook.MasterCategories.masterCategoriesRequestBuilder::[OutlookCategoryId:string]:global.Microsoft.Graph.Me.Outlook.MasterCategories.Item.OutlookCategoryItemRequestBuilder @@ -88334,8 +88476,8 @@ Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder-- Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88354,8 +88496,8 @@ Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder-- Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88374,8 +88516,8 @@ Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZ Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; TimeZoneStandard?:string):void Microsoft.Graph.Me.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88391,7 +88533,7 @@ Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OwnedDevices.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder-->BaseRequestBuilder @@ -88400,7 +88542,7 @@ Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -88410,8 +88552,8 @@ Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentReq Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88425,7 +88567,7 @@ Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder.CountReque Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OwnedDevices.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -88435,8 +88577,8 @@ Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDevic Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedDevices.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88450,7 +88592,7 @@ Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder.CountReq Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -88460,8 +88602,8 @@ Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphE Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88515,8 +88657,8 @@ Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBu Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Me.OwnedDevices.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Me.OwnedDevices.ownedDevicesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -88534,7 +88676,7 @@ Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OwnedObjects.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -88543,7 +88685,7 @@ Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder.Count Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OwnedObjects.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -88553,8 +88695,8 @@ Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder. Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedObjects.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88568,7 +88710,7 @@ Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder.CountReques Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OwnedObjects.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -88578,8 +88720,8 @@ Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRe Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedObjects.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88593,7 +88735,7 @@ Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder. Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -88603,8 +88745,8 @@ Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalReque Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -88658,8 +88800,8 @@ Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBu Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Me.OwnedObjects.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Me.OwnedObjects.ownedObjectsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -88677,7 +88819,7 @@ Microsoft.Graph.Me.People.Count.CountRequestBuilder.CountRequestBuilderGetQueryP Microsoft.Graph.Me.People.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.People.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.People.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.People.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.People.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.People.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.People.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.People.Count.CountRequestBuilder Microsoft.Graph.Me.People.Item.PersonItemRequestBuilder-->BaseRequestBuilder @@ -88696,8 +88838,8 @@ Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParam Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.People.peopleRequestBuilder.peopleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.People.peopleRequestBuilder::[PersonId:string]:global.Microsoft.Graph.Me.People.Item.PersonItemRequestBuilder Microsoft.Graph.Me.People.peopleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -88712,7 +88854,7 @@ Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Me.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -88737,8 +88879,8 @@ Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGra Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Me.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -88809,8 +88951,8 @@ Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParam Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Photos.photosRequestBuilder.photosRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Photos.photosRequestBuilder::[ProfilePhotoId:string]:global.Microsoft.Graph.Me.Photos.Item.ProfilePhotoItemRequestBuilder Microsoft.Graph.Me.Photos.photosRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -88841,7 +88983,7 @@ Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Planner.Plans.Count.CountRequestBuilder Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder-->BaseRequestBuilder @@ -88851,8 +88993,8 @@ Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsReque Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Buckets.bucketsRequestBuilder::[PlannerBucketId:string]:global.Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.PlannerBucketItemRequestBuilder @@ -88870,7 +89012,7 @@ Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder.CountReq Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Count.CountRequestBuilder Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.PlannerBucketItemRequestBuilder-->BaseRequestBuilder @@ -88895,7 +89037,7 @@ Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuild Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -88984,8 +89126,8 @@ Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tas Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Me.Planner.Plans.Item.Buckets.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -89036,7 +89178,7 @@ Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder.CountReque Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -89125,8 +89267,8 @@ Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuil Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Me.Planner.Plans.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -89145,8 +89287,8 @@ Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQuery Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder.plansRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Plans.plansRequestBuilder::[PlannerPlanId:string]:global.Microsoft.Graph.Me.Planner.Plans.Item.PlannerPlanItemRequestBuilder @@ -89164,7 +89306,7 @@ Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Planner.Tasks.Count.CountRequestBuilder Microsoft.Graph.Me.Planner.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -89253,8 +89395,8 @@ Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQuery Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Planner.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Me.Planner.Tasks.Item.PlannerTaskItemRequestBuilder @@ -89364,7 +89506,7 @@ Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.RegisteredDevices.Count.CountRequestBuilder Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder-->BaseRequestBuilder @@ -89373,7 +89515,7 @@ Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBu Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -89383,8 +89525,8 @@ Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignme Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -89398,7 +89540,7 @@ Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder.Count Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.RegisteredDevices.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -89408,8 +89550,8 @@ Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graph Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -89423,7 +89565,7 @@ Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder.Cou Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -89433,8 +89575,8 @@ Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.g Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -89488,8 +89630,8 @@ Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredD Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Me.RegisteredDevices.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Me.RegisteredDevices.registeredDevicesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -89510,8 +89652,8 @@ Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWith Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; EndDateTime?:string; StartDateTime?:string):void Microsoft.Graph.Me.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -89573,7 +89715,7 @@ Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ScopedRoleMemberOf.Count.CountRequestBuilder Microsoft.Graph.Me.ScopedRoleMemberOf.Item.ScopedRoleMembershipItemRequestBuilder-->BaseRequestBuilder @@ -89598,8 +89740,8 @@ Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRol Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder::[ScopedRoleMembershipId:string]:global.Microsoft.Graph.Me.ScopedRoleMemberOf.Item.ScopedRoleMembershipItemRequestBuilder @@ -89633,7 +89775,7 @@ Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -89643,8 +89785,8 @@ Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBui Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -89723,7 +89865,7 @@ Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder.Cou Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Settings.Storage.Quota.Services.Count.CountRequestBuilder Microsoft.Graph.Me.Settings.Storage.Quota.Services.Item.ServiceStorageQuotaBreakdownItemRequestBuilder-->BaseRequestBuilder @@ -89748,8 +89890,8 @@ Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servic Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Storage.Quota.Services.servicesRequestBuilder::[ServiceStorageQuotaBreakdownId:string]:global.Microsoft.Graph.Me.Settings.Storage.Quota.Services.Item.ServiceStorageQuotaBreakdownItemRequestBuilder @@ -89783,7 +89925,7 @@ Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Settings.Windows.Count.CountRequestBuilder Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder @@ -89792,7 +89934,7 @@ Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder.Cou Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Settings.Windows.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder @@ -89802,8 +89944,8 @@ Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.insta Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Windows.Item.Instances.instancesRequestBuilder::[WindowsSettingInstanceId:string]:global.Microsoft.Graph.Me.Settings.Windows.Item.Instances.Item.WindowsSettingInstanceItemRequestBuilder @@ -89853,8 +89995,8 @@ Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderG Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Settings.Windows.windowsRequestBuilder::[WindowsSettingId:string]:global.Microsoft.Graph.Me.Settings.Windows.Item.WindowsSettingItemRequestBuilder @@ -89919,7 +90061,7 @@ Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder.CountRequestBuilderGetQuer Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Sponsors.Count.CountRequestBuilder Microsoft.Graph.Me.Sponsors.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -89938,8 +90080,8 @@ Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQuer Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Me.Sponsors.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Me.Sponsors.sponsorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -89955,8 +90097,8 @@ Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associ Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder::[AssociatedTeamInfoId:string]:global.Microsoft.Graph.Me.Teamwork.AssociatedTeams.Item.AssociatedTeamInfoItemRequestBuilder @@ -89974,7 +90116,7 @@ Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder.CountReque Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Teamwork.AssociatedTeams.Count.CountRequestBuilder Microsoft.Graph.Me.Teamwork.AssociatedTeams.Item.AssociatedTeamInfoItemRequestBuilder-->BaseRequestBuilder @@ -90008,7 +90150,7 @@ Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Teamwork.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -90018,8 +90160,8 @@ Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedA Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Teamwork.InstalledApps.installedAppsRequestBuilder::[UserScopeTeamsAppInstallationId:string]:global.Microsoft.Graph.Me.Teamwork.InstalledApps.Item.UserScopeTeamsAppInstallationItemRequestBuilder @@ -90121,7 +90263,7 @@ Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder.CountRequestBuilderGetQu Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Todo.Lists.Count.CountRequestBuilder Microsoft.Graph.Me.Todo.Lists.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -90136,8 +90278,8 @@ Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQu Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -90153,7 +90295,7 @@ Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder.CountReq Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -90163,8 +90305,8 @@ Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extension Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Todo.Lists.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -90197,7 +90339,7 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -90212,8 +90354,8 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestB Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -90230,8 +90372,8 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuil Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder::[AttachmentBaseId:string]:global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Item.AttachmentBaseItemRequestBuilder @@ -90250,7 +90392,7 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuil Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -90301,8 +90443,8 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessi Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder::[AttachmentSessionId:string]:global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Item.AttachmentSessionItemRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -90317,7 +90459,7 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Item.AttachmentSessionItemRequestBuilder-->BaseRequestBuilder @@ -90356,8 +90498,8 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsReque Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder::[ChecklistItemId:string]:global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Item.ChecklistItemItemRequestBuilder @@ -90375,7 +90517,7 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestB Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.ChecklistItems.Item.ChecklistItemItemRequestBuilder-->BaseRequestBuilder @@ -90399,7 +90541,7 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuild Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -90409,8 +90551,8 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilde Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -90443,7 +90585,7 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequest Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Item.LinkedResourceItemRequestBuilder-->BaseRequestBuilder @@ -90468,8 +90610,8 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesReq Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder::[LinkedResourceId:string]:global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.LinkedResources.Item.LinkedResourceItemRequestBuilder @@ -90508,8 +90650,8 @@ Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilder Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.Item.Tasks.tasksRequestBuilder::[TodoTaskId:string]:global.Microsoft.Graph.Me.Todo.Lists.Item.Tasks.Item.TodoTaskItemRequestBuilder @@ -90546,8 +90688,8 @@ Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryPar Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder.listsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Todo.Lists.listsRequestBuilder::[TodoTaskListId:string]:global.Microsoft.Graph.Me.Todo.Lists.Item.TodoTaskListItemRequestBuilder @@ -90582,7 +90724,7 @@ Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.TransitiveMemberOf.Count.CountRequestBuilder Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -90591,7 +90733,7 @@ Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequest Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -90601,8 +90743,8 @@ Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativ Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -90616,7 +90758,7 @@ Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuild Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder-->BaseRequestBuilder @@ -90626,8 +90768,8 @@ Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleReque Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -90641,7 +90783,7 @@ Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder.Count Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -90651,8 +90793,8 @@ Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphG Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -90706,8 +90848,8 @@ Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiv Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Me.TransitiveMemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Me.TransitiveMemberOf.transitiveMemberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -91028,34 +91170,14 @@ Microsoft.Graph.Models.accessPackageAutomaticRequestSettings::|public|Serialize( Microsoft.Graph.Models.accessPackageAutomaticRequestSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageAutomaticRequestSettings Microsoft.Graph.Models.accessPackageAutomaticRequestSettings~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.accessPackageCatalog-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.accessPackageCatalog::|public|AccessPackages:List -Microsoft.Graph.Models.accessPackageCatalog::|public|CatalogType:global.Microsoft.Graph.Models.AccessPackageCatalogType? -Microsoft.Graph.Models.accessPackageCatalog::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.accessPackageCatalog::|public|CustomWorkflowExtensions:List -Microsoft.Graph.Models.accessPackageCatalog::|public|Description:string -Microsoft.Graph.Models.accessPackageCatalog::|public|DisplayName:string Microsoft.Graph.Models.accessPackageCatalog::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.accessPackageCatalog::|public|IsExternallyVisible:bool? -Microsoft.Graph.Models.accessPackageCatalog::|public|ModifiedDateTime:DateTimeOffset? -Microsoft.Graph.Models.accessPackageCatalog::|public|OdataType:string -Microsoft.Graph.Models.accessPackageCatalog::|public|ResourceRoles:List -Microsoft.Graph.Models.accessPackageCatalog::|public|Resources:List -Microsoft.Graph.Models.accessPackageCatalog::|public|ResourceScopes:List Microsoft.Graph.Models.accessPackageCatalog::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.accessPackageCatalog::|public|State:global.Microsoft.Graph.Models.AccessPackageCatalogState? Microsoft.Graph.Models.accessPackageCatalog::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageCatalog Microsoft.Graph.Models.accessPackageCatalogCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.accessPackageCatalogCollectionResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.accessPackageCatalogCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.accessPackageCatalogCollectionResponse::|public|Value:List Microsoft.Graph.Models.accessPackageCatalogCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageCatalogCollectionResponse -Microsoft.Graph.Models.accessPackageCatalogState::0000-unpublished -Microsoft.Graph.Models.accessPackageCatalogState::0001-published -Microsoft.Graph.Models.accessPackageCatalogState::0002-unknownFutureValue -Microsoft.Graph.Models.accessPackageCatalogType::0000-userManaged -Microsoft.Graph.Models.accessPackageCatalogType::0001-serviceDefault -Microsoft.Graph.Models.accessPackageCatalogType::0002-serviceManaged -Microsoft.Graph.Models.accessPackageCatalogType::0003-unknownFutureValue Microsoft.Graph.Models.accessPackageCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.accessPackageCollectionResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.accessPackageCollectionResponse::|public|Serialize(writer:ISerializationWriter):void @@ -91068,10 +91190,6 @@ Microsoft.Graph.Models.accessPackageCustomExtensionStage::0003-assignmentRequest Microsoft.Graph.Models.accessPackageCustomExtensionStage::0004-assignmentFourteenDaysBeforeExpiration Microsoft.Graph.Models.accessPackageCustomExtensionStage::0005-assignmentOneDayBeforeExpiration Microsoft.Graph.Models.accessPackageCustomExtensionStage::0006-unknownFutureValue -Microsoft.Graph.Models.accessPackageExternalUserLifecycleAction::0000-none -Microsoft.Graph.Models.accessPackageExternalUserLifecycleAction::0001-blockSignIn -Microsoft.Graph.Models.accessPackageExternalUserLifecycleAction::0002-blockSignInAndDelete -Microsoft.Graph.Models.accessPackageExternalUserLifecycleAction::0003-unknownFutureValue Microsoft.Graph.Models.accessPackageLocalizedText::|public|AdditionalData:IDictionary Microsoft.Graph.Models.accessPackageLocalizedText::|public|BackingStore:IBackingStore Microsoft.Graph.Models.accessPackageLocalizedText::|public|constructor():void @@ -91193,17 +91311,7 @@ Microsoft.Graph.Models.accessPackageResourceCollectionResponse::|public|Serializ Microsoft.Graph.Models.accessPackageResourceCollectionResponse::|public|Value:List Microsoft.Graph.Models.accessPackageResourceCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageResourceCollectionResponse Microsoft.Graph.Models.accessPackageResourceEnvironment-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|ConnectionInfo:global.Microsoft.Graph.Models.ConnectionInfo -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|Description:string -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|DisplayName:string Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|IsDefaultEnvironment:bool? -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|ModifiedDateTime:DateTimeOffset? -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|OdataType:string -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|OriginId:string -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|OriginSystem:string -Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|Resources:List Microsoft.Graph.Models.accessPackageResourceEnvironment::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.accessPackageResourceEnvironment::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageResourceEnvironment Microsoft.Graph.Models.accessPackageResourceEnvironmentCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -91227,13 +91335,7 @@ Microsoft.Graph.Models.accessPackageResourceRequestCollectionResponse::|public|S Microsoft.Graph.Models.accessPackageResourceRequestCollectionResponse::|public|Value:List Microsoft.Graph.Models.accessPackageResourceRequestCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageResourceRequestCollectionResponse Microsoft.Graph.Models.accessPackageResourceRole-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.accessPackageResourceRole::|public|Description:string -Microsoft.Graph.Models.accessPackageResourceRole::|public|DisplayName:string Microsoft.Graph.Models.accessPackageResourceRole::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.accessPackageResourceRole::|public|OdataType:string -Microsoft.Graph.Models.accessPackageResourceRole::|public|OriginId:string -Microsoft.Graph.Models.accessPackageResourceRole::|public|OriginSystem:string -Microsoft.Graph.Models.accessPackageResourceRole::|public|Resource:global.Microsoft.Graph.Models.AccessPackageResource Microsoft.Graph.Models.accessPackageResourceRole::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.accessPackageResourceRole::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageResourceRole Microsoft.Graph.Models.accessPackageResourceRoleCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -91255,14 +91357,7 @@ Microsoft.Graph.Models.accessPackageResourceRoleScopeCollectionResponse::|public Microsoft.Graph.Models.accessPackageResourceRoleScopeCollectionResponse::|public|Value:List Microsoft.Graph.Models.accessPackageResourceRoleScopeCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageResourceRoleScopeCollectionResponse Microsoft.Graph.Models.accessPackageResourceScope-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.accessPackageResourceScope::|public|Description:string -Microsoft.Graph.Models.accessPackageResourceScope::|public|DisplayName:string Microsoft.Graph.Models.accessPackageResourceScope::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.accessPackageResourceScope::|public|IsRootScope:bool? -Microsoft.Graph.Models.accessPackageResourceScope::|public|OdataType:string -Microsoft.Graph.Models.accessPackageResourceScope::|public|OriginId:string -Microsoft.Graph.Models.accessPackageResourceScope::|public|OriginSystem:string -Microsoft.Graph.Models.accessPackageResourceScope::|public|Resource:global.Microsoft.Graph.Models.AccessPackageResource Microsoft.Graph.Models.accessPackageResourceScope::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.accessPackageResourceScope::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageResourceScope Microsoft.Graph.Models.accessPackageResourceScopeCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -91271,21 +91366,9 @@ Microsoft.Graph.Models.accessPackageResourceScopeCollectionResponse::|public|Ser Microsoft.Graph.Models.accessPackageResourceScopeCollectionResponse::|public|Value:List Microsoft.Graph.Models.accessPackageResourceScopeCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageResourceScopeCollectionResponse Microsoft.Graph.Models.accessPackageSubject-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.accessPackageSubject::|public|ConnectedOrganization:global.Microsoft.Graph.Models.ConnectedOrganization -Microsoft.Graph.Models.accessPackageSubject::|public|DisplayName:string -Microsoft.Graph.Models.accessPackageSubject::|public|Email:string Microsoft.Graph.Models.accessPackageSubject::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.accessPackageSubject::|public|ObjectId:string -Microsoft.Graph.Models.accessPackageSubject::|public|OdataType:string -Microsoft.Graph.Models.accessPackageSubject::|public|OnPremisesSecurityIdentifier:string -Microsoft.Graph.Models.accessPackageSubject::|public|PrincipalName:string Microsoft.Graph.Models.accessPackageSubject::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.accessPackageSubject::|public|SubjectType:global.Microsoft.Graph.Models.AccessPackageSubjectType? Microsoft.Graph.Models.accessPackageSubject::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AccessPackageSubject -Microsoft.Graph.Models.accessPackageSubjectType::0000-notSpecified -Microsoft.Graph.Models.accessPackageSubjectType::0001-user -Microsoft.Graph.Models.accessPackageSubjectType::0002-servicePrincipal -Microsoft.Graph.Models.accessPackageSubjectType::0003-unknownFutureValue Microsoft.Graph.Models.accessPackageTextInputQuestion-->global.Microsoft.Graph.Models.AccessPackageQuestion Microsoft.Graph.Models.accessPackageTextInputQuestion::|public|constructor():void Microsoft.Graph.Models.accessPackageTextInputQuestion::|public|GetFieldDeserializers():IDictionary> @@ -91312,16 +91395,10 @@ Microsoft.Graph.Models.accessReviewExpirationBehavior::0000-keepAccess Microsoft.Graph.Models.accessReviewExpirationBehavior::0001-removeAccess Microsoft.Graph.Models.accessReviewExpirationBehavior::0002-acceptAccessRecommendation Microsoft.Graph.Models.accessReviewExpirationBehavior::0003-unknownFutureValue -Microsoft.Graph.Models.accessReviewHistoryDecisionFilter::0000-approve -Microsoft.Graph.Models.accessReviewHistoryDecisionFilter::0001-deny -Microsoft.Graph.Models.accessReviewHistoryDecisionFilter::0002-notReviewed -Microsoft.Graph.Models.accessReviewHistoryDecisionFilter::0003-dontKnow -Microsoft.Graph.Models.accessReviewHistoryDecisionFilter::0004-notNotified -Microsoft.Graph.Models.accessReviewHistoryDecisionFilter::0005-unknownFutureValue Microsoft.Graph.Models.accessReviewHistoryDefinition-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.accessReviewHistoryDefinition::|public|CreatedBy:global.Microsoft.Graph.Models.UserIdentity Microsoft.Graph.Models.accessReviewHistoryDefinition::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.accessReviewHistoryDefinition::|public|Decisions:List +Microsoft.Graph.Models.accessReviewHistoryDefinition::|public|Decisions:List Microsoft.Graph.Models.accessReviewHistoryDefinition::|public|DisplayName:string Microsoft.Graph.Models.accessReviewHistoryDefinition::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.accessReviewHistoryDefinition::|public|Instances:List @@ -91842,15 +91919,6 @@ Microsoft.Graph.Models.agreementFile::|public|Localizations:List -Microsoft.Graph.Models.agreementFileData::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.agreementFileData::|public|constructor():void -Microsoft.Graph.Models.agreementFileData::|public|Data:byte[] -Microsoft.Graph.Models.agreementFileData::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.agreementFileData::|public|OdataType:string -Microsoft.Graph.Models.agreementFileData::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.agreementFileData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AgreementFileData -Microsoft.Graph.Models.agreementFileData~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.agreementFileLocalization-->global.Microsoft.Graph.Models.AgreementFileProperties Microsoft.Graph.Models.agreementFileLocalization::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.agreementFileLocalization::|public|OdataType:string @@ -91863,15 +91931,7 @@ Microsoft.Graph.Models.agreementFileLocalizationCollectionResponse::|public|Seri Microsoft.Graph.Models.agreementFileLocalizationCollectionResponse::|public|Value:List Microsoft.Graph.Models.agreementFileLocalizationCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AgreementFileLocalizationCollectionResponse Microsoft.Graph.Models.agreementFileProperties-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.agreementFileProperties::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.agreementFileProperties::|public|DisplayName:string -Microsoft.Graph.Models.agreementFileProperties::|public|FileData:global.Microsoft.Graph.Models.AgreementFileData -Microsoft.Graph.Models.agreementFileProperties::|public|FileName:string Microsoft.Graph.Models.agreementFileProperties::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.agreementFileProperties::|public|IsDefault:bool? -Microsoft.Graph.Models.agreementFileProperties::|public|IsMajorVersion:bool? -Microsoft.Graph.Models.agreementFileProperties::|public|Language:string -Microsoft.Graph.Models.agreementFileProperties::|public|OdataType:string Microsoft.Graph.Models.agreementFileProperties::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.agreementFileProperties::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AgreementFileProperties Microsoft.Graph.Models.agreementFileVersion-->global.Microsoft.Graph.Models.AgreementFileProperties @@ -92565,17 +92625,8 @@ Microsoft.Graph.Models.appleManagedIdentityProvider::|public|Serialize(writer:IS Microsoft.Graph.Models.appleManagedIdentityProvider::|public|ServiceId:string Microsoft.Graph.Models.appleManagedIdentityProvider::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AppleManagedIdentityProvider Microsoft.Graph.Models.applePushNotificationCertificate-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.applePushNotificationCertificate::|public|AppleIdentifier:string -Microsoft.Graph.Models.applePushNotificationCertificate::|public|Certificate:string -Microsoft.Graph.Models.applePushNotificationCertificate::|public|CertificateSerialNumber:string -Microsoft.Graph.Models.applePushNotificationCertificate::|public|CertificateUploadFailureReason:string -Microsoft.Graph.Models.applePushNotificationCertificate::|public|CertificateUploadStatus:string -Microsoft.Graph.Models.applePushNotificationCertificate::|public|ExpirationDateTime:DateTimeOffset? Microsoft.Graph.Models.applePushNotificationCertificate::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.applePushNotificationCertificate::|public|LastModifiedDateTime:DateTimeOffset? -Microsoft.Graph.Models.applePushNotificationCertificate::|public|OdataType:string Microsoft.Graph.Models.applePushNotificationCertificate::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.applePushNotificationCertificate::|public|TopicIdentifier:string Microsoft.Graph.Models.applePushNotificationCertificate::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ApplePushNotificationCertificate Microsoft.Graph.Models.application-->global.Microsoft.Graph.Models.DirectoryObject Microsoft.Graph.Models.application::|public|AddIns:List @@ -92830,9 +92881,7 @@ Microsoft.Graph.Models.appRoleAssignmentCollectionResponse::|static|public|Creat Microsoft.Graph.Models.appRole~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.approval-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.approval::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.approval::|public|OdataType:string Microsoft.Graph.Models.approval::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.approval::|public|Stages:List Microsoft.Graph.Models.approval::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Approval Microsoft.Graph.Models.approvalCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.approvalCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -92870,38 +92919,9 @@ Microsoft.Graph.Models.approvalStageCollectionResponse::|public|Serialize(writer Microsoft.Graph.Models.approvalStageCollectionResponse::|public|Value:List Microsoft.Graph.Models.approvalStageCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ApprovalStageCollectionResponse Microsoft.Graph.Models.appScope-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.appScope::|public|DisplayName:string Microsoft.Graph.Models.appScope::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.appScope::|public|OdataType:string Microsoft.Graph.Models.appScope::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.appScope::|public|Type:string Microsoft.Graph.Models.appScope::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AppScope -Microsoft.Graph.Models.appsInstallationOptionsForMac::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.appsInstallationOptionsForMac::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.appsInstallationOptionsForMac::|public|constructor():void -Microsoft.Graph.Models.appsInstallationOptionsForMac::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.appsInstallationOptionsForMac::|public|IsMicrosoft365AppsEnabled:bool? -Microsoft.Graph.Models.appsInstallationOptionsForMac::|public|IsSkypeForBusinessEnabled:bool? -Microsoft.Graph.Models.appsInstallationOptionsForMac::|public|OdataType:string -Microsoft.Graph.Models.appsInstallationOptionsForMac::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.appsInstallationOptionsForMac::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AppsInstallationOptionsForMac -Microsoft.Graph.Models.appsInstallationOptionsForMac~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|constructor():void -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|IsMicrosoft365AppsEnabled:bool? -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|IsProjectEnabled:bool? -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|IsSkypeForBusinessEnabled:bool? -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|IsVisioEnabled:bool? -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|OdataType:string -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.appsInstallationOptionsForWindows::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AppsInstallationOptionsForWindows -Microsoft.Graph.Models.appsInstallationOptionsForWindows~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.appsUpdateChannelType::0000-current -Microsoft.Graph.Models.appsUpdateChannelType::0001-monthlyEnterprise -Microsoft.Graph.Models.appsUpdateChannelType::0002-semiAnnual -Microsoft.Graph.Models.appsUpdateChannelType::0003-unknownFutureValue Microsoft.Graph.Models.archivedPrintJob::|public|AcquiredByPrinter:bool? Microsoft.Graph.Models.archivedPrintJob::|public|AcquiredDateTime:DateTimeOffset? Microsoft.Graph.Models.archivedPrintJob::|public|AdditionalData:IDictionary @@ -93255,27 +93275,6 @@ Microsoft.Graph.Models.attributeDefinitionMetadataEntry::|public|Value:string Microsoft.Graph.Models.attributeDefinitionMetadataEntry::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AttributeDefinitionMetadataEntry Microsoft.Graph.Models.attributeDefinitionMetadataEntry~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.attributeDefinition~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.attributeFlowBehavior::0000-FlowWhenChanged -Microsoft.Graph.Models.attributeFlowBehavior::0001-FlowAlways -Microsoft.Graph.Models.attributeFlowType::0000-Always -Microsoft.Graph.Models.attributeFlowType::0001-ObjectAddOnly -Microsoft.Graph.Models.attributeFlowType::0002-MultiValueAddOnly -Microsoft.Graph.Models.attributeFlowType::0003-ValueAddOnly -Microsoft.Graph.Models.attributeFlowType::0004-AttributeAddOnly -Microsoft.Graph.Models.attributeMapping::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.attributeMapping::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.attributeMapping::|public|constructor():void -Microsoft.Graph.Models.attributeMapping::|public|DefaultValue:string -Microsoft.Graph.Models.attributeMapping::|public|ExportMissingReferences:bool? -Microsoft.Graph.Models.attributeMapping::|public|FlowBehavior:global.Microsoft.Graph.Models.AttributeFlowBehavior? -Microsoft.Graph.Models.attributeMapping::|public|FlowType:global.Microsoft.Graph.Models.AttributeFlowType? -Microsoft.Graph.Models.attributeMapping::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.attributeMapping::|public|MatchingPriority:int? -Microsoft.Graph.Models.attributeMapping::|public|OdataType:string -Microsoft.Graph.Models.attributeMapping::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.attributeMapping::|public|Source:global.Microsoft.Graph.Models.AttributeMappingSource -Microsoft.Graph.Models.attributeMapping::|public|TargetAttributeName:string -Microsoft.Graph.Models.attributeMapping::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AttributeMapping Microsoft.Graph.Models.attributeMappingFunctionSchema-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.attributeMappingFunctionSchema::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.attributeMappingFunctionSchema::|public|OdataType:string @@ -93314,7 +93313,6 @@ Microsoft.Graph.Models.attributeMappingSourceType::0000-Attribute Microsoft.Graph.Models.attributeMappingSourceType::0001-Constant Microsoft.Graph.Models.attributeMappingSourceType::0002-Function Microsoft.Graph.Models.attributeMappingSource~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.attributeMapping~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.attributeRuleMembers-->global.Microsoft.Graph.Models.SubjectSet Microsoft.Graph.Models.attributeRuleMembers::|public|constructor():void Microsoft.Graph.Models.attributeRuleMembers::|public|Description:string @@ -93854,15 +93852,6 @@ Microsoft.Graph.Models.authoredNoteCollectionResponse::|public|GetFieldDeseriali Microsoft.Graph.Models.authoredNoteCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.authoredNoteCollectionResponse::|public|Value:List Microsoft.Graph.Models.authoredNoteCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AuthoredNoteCollectionResponse -Microsoft.Graph.Models.authorizationInfo::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.authorizationInfo::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.authorizationInfo::|public|CertificateUserIds:List -Microsoft.Graph.Models.authorizationInfo::|public|constructor():void -Microsoft.Graph.Models.authorizationInfo::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.authorizationInfo::|public|OdataType:string -Microsoft.Graph.Models.authorizationInfo::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.authorizationInfo::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AuthorizationInfo -Microsoft.Graph.Models.authorizationInfo~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.authorizationPolicy-->global.Microsoft.Graph.Models.PolicyBase Microsoft.Graph.Models.authorizationPolicy::|public|AllowedToSignUpEmailBasedSubscriptions:bool? Microsoft.Graph.Models.authorizationPolicy::|public|AllowedToUseSSPR:bool? @@ -93993,13 +93982,6 @@ Microsoft.Graph.Models.azureCommunicationServicesUserIdentity::|public|GetFieldD Microsoft.Graph.Models.azureCommunicationServicesUserIdentity::|public|OdataType:string Microsoft.Graph.Models.azureCommunicationServicesUserIdentity::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.azureCommunicationServicesUserIdentity::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AzureCommunicationServicesUserIdentity -Microsoft.Graph.Models.b2bIdentityProvidersType::0000-azureActiveDirectory -Microsoft.Graph.Models.b2bIdentityProvidersType::0001-externalFederation -Microsoft.Graph.Models.b2bIdentityProvidersType::0002-socialIdentityProviders -Microsoft.Graph.Models.b2bIdentityProvidersType::0003-emailOneTimePasscode -Microsoft.Graph.Models.b2bIdentityProvidersType::0004-microsoftAccount -Microsoft.Graph.Models.b2bIdentityProvidersType::0005-defaultConfiguredIdp -Microsoft.Graph.Models.b2bIdentityProvidersType::0006-unknownFutureValue Microsoft.Graph.Models.b2xIdentityUserFlow-->global.Microsoft.Graph.Models.IdentityUserFlow Microsoft.Graph.Models.b2xIdentityUserFlow::|public|ApiConnectorConfiguration:global.Microsoft.Graph.Models.UserFlowApiConnectorConfiguration Microsoft.Graph.Models.b2xIdentityUserFlow::|public|GetFieldDeserializers():IDictionary> @@ -94745,7 +94727,6 @@ Microsoft.Graph.Models.builtInIdentityProvider::|public|Serialize(writer:ISerial Microsoft.Graph.Models.builtInIdentityProvider::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.BuiltInIdentityProvider Microsoft.Graph.Models.bulkUpload-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.bulkUpload::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.bulkUpload::|public|OdataType:string Microsoft.Graph.Models.bulkUpload::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.bulkUpload::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.BulkUpload Microsoft.Graph.Models.bundle::|public|AdditionalData:IDictionary @@ -94770,44 +94751,14 @@ Microsoft.Graph.Models.calculatedColumn::|public|Serialize(writer:ISerialization Microsoft.Graph.Models.calculatedColumn::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CalculatedColumn Microsoft.Graph.Models.calculatedColumn~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.calendar-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.calendar::|public|AllowedOnlineMeetingProviders:List -Microsoft.Graph.Models.calendar::|public|CalendarPermissions:List -Microsoft.Graph.Models.calendar::|public|CalendarView:List -Microsoft.Graph.Models.calendar::|public|CanEdit:bool? -Microsoft.Graph.Models.calendar::|public|CanShare:bool? -Microsoft.Graph.Models.calendar::|public|CanViewPrivateItems:bool? -Microsoft.Graph.Models.calendar::|public|ChangeKey:string -Microsoft.Graph.Models.calendar::|public|Color:global.Microsoft.Graph.Models.CalendarColor? -Microsoft.Graph.Models.calendar::|public|DefaultOnlineMeetingProvider:global.Microsoft.Graph.Models.OnlineMeetingProviderType? -Microsoft.Graph.Models.calendar::|public|Events:List Microsoft.Graph.Models.calendar::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.calendar::|public|HexColor:string -Microsoft.Graph.Models.calendar::|public|IsDefaultCalendar:bool? -Microsoft.Graph.Models.calendar::|public|IsRemovable:bool? -Microsoft.Graph.Models.calendar::|public|IsTallyingResponses:bool? -Microsoft.Graph.Models.calendar::|public|MultiValueExtendedProperties:List -Microsoft.Graph.Models.calendar::|public|Name:string -Microsoft.Graph.Models.calendar::|public|OdataType:string -Microsoft.Graph.Models.calendar::|public|Owner:global.Microsoft.Graph.Models.EmailAddress Microsoft.Graph.Models.calendar::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.calendar::|public|SingleValueExtendedProperties:List Microsoft.Graph.Models.calendar::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Calendar Microsoft.Graph.Models.calendarCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.calendarCollectionResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.calendarCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.calendarCollectionResponse::|public|Value:List Microsoft.Graph.Models.calendarCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CalendarCollectionResponse -Microsoft.Graph.Models.calendarColor::0000-auto -Microsoft.Graph.Models.calendarColor::0001-lightBlue -Microsoft.Graph.Models.calendarColor::0002-lightGreen -Microsoft.Graph.Models.calendarColor::0003-lightOrange -Microsoft.Graph.Models.calendarColor::0004-lightGray -Microsoft.Graph.Models.calendarColor::0005-lightYellow -Microsoft.Graph.Models.calendarColor::0006-lightTeal -Microsoft.Graph.Models.calendarColor::0007-lightPink -Microsoft.Graph.Models.calendarColor::0008-lightBrown -Microsoft.Graph.Models.calendarColor::0009-lightRed -Microsoft.Graph.Models.calendarColor::0010-maxColor Microsoft.Graph.Models.calendarGroup-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.calendarGroup::|public|Calendars:List Microsoft.Graph.Models.calendarGroup::|public|ChangeKey:string @@ -94823,7 +94774,7 @@ Microsoft.Graph.Models.calendarGroupCollectionResponse::|public|Serialize(writer Microsoft.Graph.Models.calendarGroupCollectionResponse::|public|Value:List Microsoft.Graph.Models.calendarGroupCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CalendarGroupCollectionResponse Microsoft.Graph.Models.calendarPermission-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.calendarPermission::|public|AllowedRoles:List +Microsoft.Graph.Models.calendarPermission::|public|AllowedRoles:List Microsoft.Graph.Models.calendarPermission::|public|EmailAddress:global.Microsoft.Graph.Models.EmailAddress Microsoft.Graph.Models.calendarPermission::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.calendarPermission::|public|IsInsideOrganization:bool? @@ -94891,7 +94842,7 @@ Microsoft.Graph.Models.call::|public|MyParticipantId:string Microsoft.Graph.Models.call::|public|OdataType:string Microsoft.Graph.Models.call::|public|Operations:List Microsoft.Graph.Models.call::|public|Participants:List -Microsoft.Graph.Models.call::|public|RequestedModalities:List +Microsoft.Graph.Models.call::|public|RequestedModalities:List Microsoft.Graph.Models.call::|public|ResultInfo:global.Microsoft.Graph.Models.ResultInfo Microsoft.Graph.Models.call::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.call::|public|Source:global.Microsoft.Graph.Models.ParticipantInfo @@ -95564,10 +95515,7 @@ Microsoft.Graph.Models.cancelMediaProcessingOperation::|public|Serialize(writer: Microsoft.Graph.Models.cancelMediaProcessingOperation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CancelMediaProcessingOperation Microsoft.Graph.Models.canvasLayout-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.canvasLayout::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.canvasLayout::|public|HorizontalSections:List -Microsoft.Graph.Models.canvasLayout::|public|OdataType:string Microsoft.Graph.Models.canvasLayout::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.canvasLayout::|public|VerticalSection:global.Microsoft.Graph.Models.VerticalSection Microsoft.Graph.Models.canvasLayout::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CanvasLayout Microsoft.Graph.Models.categoryColor::0000-none Microsoft.Graph.Models.categoryColor::0001-preset0 @@ -95936,14 +95884,7 @@ Microsoft.Graph.Models.chatMessageImportance::0001-high Microsoft.Graph.Models.chatMessageImportance::0002-urgent Microsoft.Graph.Models.chatMessageImportance::0003-unknownFutureValue Microsoft.Graph.Models.chatMessageInfo-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.chatMessageInfo::|public|Body:global.Microsoft.Graph.Models.ItemBody -Microsoft.Graph.Models.chatMessageInfo::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.chatMessageInfo::|public|EventDetail:global.Microsoft.Graph.Models.EventMessageDetail -Microsoft.Graph.Models.chatMessageInfo::|public|From:global.Microsoft.Graph.Models.ChatMessageFromIdentitySet Microsoft.Graph.Models.chatMessageInfo::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.chatMessageInfo::|public|IsDeleted:bool? -Microsoft.Graph.Models.chatMessageInfo::|public|MessageType:global.Microsoft.Graph.Models.ChatMessageType? -Microsoft.Graph.Models.chatMessageInfo::|public|OdataType:string Microsoft.Graph.Models.chatMessageInfo::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.chatMessageInfo::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ChatMessageInfo Microsoft.Graph.Models.chatMessageMention::|public|AdditionalData:IDictionary @@ -96953,6 +96894,17 @@ Microsoft.Graph.Models.complianceStatus::0005-error Microsoft.Graph.Models.complianceStatus::0006-conflict Microsoft.Graph.Models.complianceStatus::0007-notAssigned Microsoft.Graph.Models.compliance~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|constructor():void +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|ContentRights:List +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|InheritedLabel:global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|OdataType:string +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|SensitivityLabels:List +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.computeRightsAndInheritanceResult::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ComputeRightsAndInheritanceResult +Microsoft.Graph.Models.computeRightsAndInheritanceResult~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.conditionalAccessAllExternalTenants-->global.Microsoft.Graph.Models.ConditionalAccessExternalTenants Microsoft.Graph.Models.conditionalAccessAllExternalTenants::|public|constructor():void Microsoft.Graph.Models.conditionalAccessAllExternalTenants::|public|GetFieldDeserializers():IDictionary> @@ -97188,6 +97140,7 @@ Microsoft.Graph.Models.conditionalAccessSessionControls::|public|DisableResilien Microsoft.Graph.Models.conditionalAccessSessionControls::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.conditionalAccessSessionControls::|public|OdataType:string Microsoft.Graph.Models.conditionalAccessSessionControls::|public|PersistentBrowser:global.Microsoft.Graph.Models.PersistentBrowserSessionControl +Microsoft.Graph.Models.conditionalAccessSessionControls::|public|SecureSignInSession:global.Microsoft.Graph.Models.SecureSignInSessionControl Microsoft.Graph.Models.conditionalAccessSessionControls::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.conditionalAccessSessionControls::|public|SignInFrequency:global.Microsoft.Graph.Models.SignInFrequencySessionControl Microsoft.Graph.Models.conditionalAccessSessionControls::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ConditionalAccessSessionControls @@ -97289,15 +97242,6 @@ Microsoft.Graph.Models.connectionDirection::0000-unknown Microsoft.Graph.Models.connectionDirection::0001-inbound Microsoft.Graph.Models.connectionDirection::0002-outbound Microsoft.Graph.Models.connectionDirection::0003-unknownFutureValue -Microsoft.Graph.Models.connectionInfo::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.connectionInfo::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.connectionInfo::|public|constructor():void -Microsoft.Graph.Models.connectionInfo::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.connectionInfo::|public|OdataType:string -Microsoft.Graph.Models.connectionInfo::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.connectionInfo::|public|Url:string -Microsoft.Graph.Models.connectionInfo::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ConnectionInfo -Microsoft.Graph.Models.connectionInfo~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.connectionStatus::0000-unknown Microsoft.Graph.Models.connectionStatus::0001-attempted Microsoft.Graph.Models.connectionStatus::0002-succeeded @@ -97376,15 +97320,6 @@ Microsoft.Graph.Models.contactRelationship::0004-guardian Microsoft.Graph.Models.contactRelationship::0005-child Microsoft.Graph.Models.contactRelationship::0006-other Microsoft.Graph.Models.contactRelationship::0007-unknownFutureValue -Microsoft.Graph.Models.containerFilter::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.containerFilter::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.containerFilter::|public|constructor():void -Microsoft.Graph.Models.containerFilter::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.containerFilter::|public|IncludedContainers:List -Microsoft.Graph.Models.containerFilter::|public|OdataType:string -Microsoft.Graph.Models.containerFilter::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.containerFilter::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ContainerFilter -Microsoft.Graph.Models.containerFilter~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.contentActivity-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.contentActivity::|public|ContentMetadata:global.Microsoft.Graph.Models.ProcessContentRequest Microsoft.Graph.Models.contentActivity::|public|GetFieldDeserializers():IDictionary> @@ -97414,18 +97349,6 @@ Microsoft.Graph.Models.contentBase::|public|OdataType:string Microsoft.Graph.Models.contentBase::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.contentBase::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ContentBase Microsoft.Graph.Models.contentBase~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.contentCustomization::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.contentCustomization::|public|AttributeCollection:List -Microsoft.Graph.Models.contentCustomization::|public|AttributeCollectionRelativeUrl:string -Microsoft.Graph.Models.contentCustomization::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.contentCustomization::|public|constructor():void -Microsoft.Graph.Models.contentCustomization::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.contentCustomization::|public|OdataType:string -Microsoft.Graph.Models.contentCustomization::|public|RegistrationCampaign:List -Microsoft.Graph.Models.contentCustomization::|public|RegistrationCampaignRelativeUrl:string -Microsoft.Graph.Models.contentCustomization::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.contentCustomization::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ContentCustomization -Microsoft.Graph.Models.contentCustomization~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.contentProcessingErrorType::0000-transient Microsoft.Graph.Models.contentProcessingErrorType::0001-permanent Microsoft.Graph.Models.contentProcessingErrorType::0002-unknownFutureValue @@ -97598,8 +97521,6 @@ Microsoft.Graph.Models.copilotAdminLimitedMode::|public|Serialize(writer:ISerial Microsoft.Graph.Models.copilotAdminLimitedMode::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CopilotAdminLimitedMode Microsoft.Graph.Models.copilotAdminSetting-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.copilotAdminSetting::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.copilotAdminSetting::|public|LimitedMode:global.Microsoft.Graph.Models.CopilotAdminLimitedMode -Microsoft.Graph.Models.copilotAdminSetting::|public|OdataType:string Microsoft.Graph.Models.copilotAdminSetting::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.copilotAdminSetting::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CopilotAdminSetting Microsoft.Graph.Models.CopyNotebookModel::|public|AdditionalData:IDictionary @@ -97670,18 +97591,8 @@ Microsoft.Graph.Models.crossTenantAccessPolicyB2BSetting::|public|UsersAndGroups Microsoft.Graph.Models.crossTenantAccessPolicyB2BSetting::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting Microsoft.Graph.Models.crossTenantAccessPolicyB2BSetting~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|AutomaticUserConsentSettings:global.Microsoft.Graph.Models.InboundOutboundPolicyConfiguration -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|B2bCollaborationInbound:global.Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|B2bCollaborationOutbound:global.Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|B2bDirectConnectInbound:global.Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|B2bDirectConnectOutbound:global.Microsoft.Graph.Models.CrossTenantAccessPolicyB2BSetting Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|InboundTrust:global.Microsoft.Graph.Models.CrossTenantAccessPolicyInboundTrust -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|InvitationRedemptionIdentityProviderConfiguration:global.Microsoft.Graph.Models.DefaultInvitationRedemptionIdentityProviderConfiguration -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|IsServiceDefault:bool? -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|OdataType:string Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|public|TenantRestrictions:global.Microsoft.Graph.Models.CrossTenantAccessPolicyTenantRestrictions Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationDefault::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CrossTenantAccessPolicyConfigurationDefault Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationPartner::|public|AdditionalData:IDictionary Microsoft.Graph.Models.crossTenantAccessPolicyConfigurationPartner::|public|AutomaticUserConsentSettings:global.Microsoft.Graph.Models.InboundOutboundPolicyConfiguration @@ -97799,13 +97710,7 @@ Microsoft.Graph.Models.customAuthenticationExtensionCollectionResponse::|public| Microsoft.Graph.Models.customAuthenticationExtensionCollectionResponse::|public|Value:List Microsoft.Graph.Models.customAuthenticationExtensionCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CustomAuthenticationExtensionCollectionResponse Microsoft.Graph.Models.customCalloutExtension-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.customCalloutExtension::|public|AuthenticationConfiguration:global.Microsoft.Graph.Models.CustomExtensionAuthenticationConfiguration -Microsoft.Graph.Models.customCalloutExtension::|public|ClientConfiguration:global.Microsoft.Graph.Models.CustomExtensionClientConfiguration -Microsoft.Graph.Models.customCalloutExtension::|public|Description:string -Microsoft.Graph.Models.customCalloutExtension::|public|DisplayName:string -Microsoft.Graph.Models.customCalloutExtension::|public|EndpointConfiguration:global.Microsoft.Graph.Models.CustomExtensionEndpointConfiguration Microsoft.Graph.Models.customCalloutExtension::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.customCalloutExtension::|public|OdataType:string Microsoft.Graph.Models.customCalloutExtension::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.customCalloutExtension::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CustomCalloutExtension Microsoft.Graph.Models.customCalloutExtensionCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -97938,7 +97843,7 @@ Microsoft.Graph.Models.customTimeZone::|public|Serialize(writer:ISerializationWr Microsoft.Graph.Models.customTimeZone::|public|StandardOffset:global.Microsoft.Graph.Models.StandardTimeZoneOffset Microsoft.Graph.Models.customTimeZone::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CustomTimeZone Microsoft.Graph.Models.customTrainingSetting-->global.Microsoft.Graph.Models.TrainingSetting -Microsoft.Graph.Models.customTrainingSetting::|public|AssignedTo:List +Microsoft.Graph.Models.customTrainingSetting::|public|AssignedTo:List Microsoft.Graph.Models.customTrainingSetting::|public|constructor():void Microsoft.Graph.Models.customTrainingSetting::|public|Description:string Microsoft.Graph.Models.customTrainingSetting::|public|DisplayName:string @@ -97972,6 +97877,7 @@ Microsoft.Graph.Models.dataPolicyOperationStatus::0004-unknownFutureValue Microsoft.Graph.Models.dataSecurityAndGovernance-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.dataSecurityAndGovernance::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.dataSecurityAndGovernance::|public|OdataType:string +Microsoft.Graph.Models.dataSecurityAndGovernance::|public|SensitivityLabels:List Microsoft.Graph.Models.dataSecurityAndGovernance::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.dataSecurityAndGovernance::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DataSecurityAndGovernance Microsoft.Graph.Models.dataSubject::|public|AdditionalData:IDictionary @@ -98053,11 +97959,6 @@ Microsoft.Graph.Models.defaultColumnValue::|public|Serialize(writer:ISerializati Microsoft.Graph.Models.defaultColumnValue::|public|Value:string Microsoft.Graph.Models.defaultColumnValue::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DefaultColumnValue Microsoft.Graph.Models.defaultColumnValue~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.defaultInvitationRedemptionIdentityProviderConfiguration-->global.Microsoft.Graph.Models.InvitationRedemptionIdentityProviderConfiguration -Microsoft.Graph.Models.defaultInvitationRedemptionIdentityProviderConfiguration::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.defaultInvitationRedemptionIdentityProviderConfiguration::|public|OdataType:string -Microsoft.Graph.Models.defaultInvitationRedemptionIdentityProviderConfiguration::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.defaultInvitationRedemptionIdentityProviderConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DefaultInvitationRedemptionIdentityProviderConfiguration Microsoft.Graph.Models.defaultManagedAppProtection-->global.Microsoft.Graph.Models.ManagedAppProtection Microsoft.Graph.Models.defaultManagedAppProtection::|public|AppDataEncryptionType:global.Microsoft.Graph.Models.ManagedAppDataEncryptionType? Microsoft.Graph.Models.defaultManagedAppProtection::|public|Apps:List @@ -98501,10 +98402,7 @@ Microsoft.Graph.Models.deviceAppManagement::|public|VppTokens:List Microsoft.Graph.Models.deviceAppManagement::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceAppManagement Microsoft.Graph.Models.deviceCategory-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.deviceCategory::|public|Description:string -Microsoft.Graph.Models.deviceCategory::|public|DisplayName:string Microsoft.Graph.Models.deviceCategory::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceCategory::|public|OdataType:string Microsoft.Graph.Models.deviceCategory::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.deviceCategory::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceCategory Microsoft.Graph.Models.deviceCategoryCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -98539,16 +98437,8 @@ Microsoft.Graph.Models.deviceComplianceActionType::0004-wipe Microsoft.Graph.Models.deviceComplianceActionType::0005-removeResourceAccessProfiles Microsoft.Graph.Models.deviceComplianceActionType::0006-pushNotification Microsoft.Graph.Models.deviceComplianceDeviceOverview-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|ConfigurationVersion:int? -Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|ErrorCount:int? -Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|FailedCount:int? Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|LastUpdateDateTime:DateTimeOffset? -Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|NotApplicableCount:int? -Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|OdataType:string -Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|PendingCount:int? Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.deviceComplianceDeviceOverview::|public|SuccessCount:int? Microsoft.Graph.Models.deviceComplianceDeviceOverview::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceComplianceDeviceOverview Microsoft.Graph.Models.deviceComplianceDeviceStatus-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.deviceComplianceDeviceStatus::|public|ComplianceGracePeriodExpirationDateTime:DateTimeOffset? @@ -98601,18 +98491,8 @@ Microsoft.Graph.Models.deviceCompliancePolicyCollectionResponse::|public|Seriali Microsoft.Graph.Models.deviceCompliancePolicyCollectionResponse::|public|Value:List Microsoft.Graph.Models.deviceCompliancePolicyCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceCompliancePolicyCollectionResponse Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|CompliantDeviceCount:int? -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|ConfigManagerCount:int? -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|ConflictDeviceCount:int? -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|ErrorDeviceCount:int? Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|InGracePeriodCount:int? -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|NonCompliantDeviceCount:int? -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|NotApplicableDeviceCount:int? -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|OdataType:string -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|RemediatedDeviceCount:int? Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|public|UnknownDeviceCount:int? Microsoft.Graph.Models.deviceCompliancePolicyDeviceStateSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceCompliancePolicyDeviceStateSummary Microsoft.Graph.Models.deviceCompliancePolicySettingState::|public|AdditionalData:IDictionary Microsoft.Graph.Models.deviceCompliancePolicySettingState::|public|BackingStore:IBackingStore @@ -98705,16 +98585,8 @@ Microsoft.Graph.Models.deviceComplianceSettingStateCollectionResponse::|public|S Microsoft.Graph.Models.deviceComplianceSettingStateCollectionResponse::|public|Value:List Microsoft.Graph.Models.deviceComplianceSettingStateCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceComplianceSettingStateCollectionResponse Microsoft.Graph.Models.deviceComplianceUserOverview-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.deviceComplianceUserOverview::|public|ConfigurationVersion:int? -Microsoft.Graph.Models.deviceComplianceUserOverview::|public|ErrorCount:int? -Microsoft.Graph.Models.deviceComplianceUserOverview::|public|FailedCount:int? Microsoft.Graph.Models.deviceComplianceUserOverview::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceComplianceUserOverview::|public|LastUpdateDateTime:DateTimeOffset? -Microsoft.Graph.Models.deviceComplianceUserOverview::|public|NotApplicableCount:int? -Microsoft.Graph.Models.deviceComplianceUserOverview::|public|OdataType:string -Microsoft.Graph.Models.deviceComplianceUserOverview::|public|PendingCount:int? Microsoft.Graph.Models.deviceComplianceUserOverview::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.deviceComplianceUserOverview::|public|SuccessCount:int? Microsoft.Graph.Models.deviceComplianceUserOverview::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceComplianceUserOverview Microsoft.Graph.Models.deviceComplianceUserStatus-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.deviceComplianceUserStatus::|public|DevicesCount:int? @@ -98764,28 +98636,12 @@ Microsoft.Graph.Models.deviceConfigurationCollectionResponse::|public|Serialize( Microsoft.Graph.Models.deviceConfigurationCollectionResponse::|public|Value:List Microsoft.Graph.Models.deviceConfigurationCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceConfigurationCollectionResponse Microsoft.Graph.Models.deviceConfigurationDeviceOverview-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|ConfigurationVersion:int? -Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|ErrorCount:int? -Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|FailedCount:int? Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|LastUpdateDateTime:DateTimeOffset? -Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|NotApplicableCount:int? -Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|OdataType:string -Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|PendingCount:int? Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|public|SuccessCount:int? Microsoft.Graph.Models.deviceConfigurationDeviceOverview::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceConfigurationDeviceOverview Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|CompliantDeviceCount:int? -Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|ConflictDeviceCount:int? -Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|ErrorDeviceCount:int? Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|NonCompliantDeviceCount:int? -Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|NotApplicableDeviceCount:int? -Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|OdataType:string -Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|RemediatedDeviceCount:int? Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|public|UnknownDeviceCount:int? Microsoft.Graph.Models.deviceConfigurationDeviceStateSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceConfigurationDeviceStateSummary Microsoft.Graph.Models.deviceConfigurationDeviceStatus-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.deviceConfigurationDeviceStatus::|public|ComplianceGracePeriodExpirationDateTime:DateTimeOffset? @@ -98841,16 +98697,8 @@ Microsoft.Graph.Models.deviceConfigurationStateCollectionResponse::|public|Seria Microsoft.Graph.Models.deviceConfigurationStateCollectionResponse::|public|Value:List Microsoft.Graph.Models.deviceConfigurationStateCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceConfigurationStateCollectionResponse Microsoft.Graph.Models.deviceConfigurationUserOverview-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|ConfigurationVersion:int? -Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|ErrorCount:int? -Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|FailedCount:int? Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|LastUpdateDateTime:DateTimeOffset? -Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|NotApplicableCount:int? -Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|OdataType:string -Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|PendingCount:int? Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.deviceConfigurationUserOverview::|public|SuccessCount:int? Microsoft.Graph.Models.deviceConfigurationUserOverview::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceConfigurationUserOverview Microsoft.Graph.Models.deviceConfigurationUserStatus-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.deviceConfigurationUserStatus::|public|DevicesCount:int? @@ -98972,19 +98820,6 @@ Microsoft.Graph.Models.deviceEnrollmentWindowsHelloForBusinessConfiguration::|pu Microsoft.Graph.Models.deviceEnrollmentWindowsHelloForBusinessConfiguration::|public|State:global.Microsoft.Graph.Models.Enablement? Microsoft.Graph.Models.deviceEnrollmentWindowsHelloForBusinessConfiguration::|public|UnlockWithBiometricsEnabled:bool? Microsoft.Graph.Models.deviceEnrollmentWindowsHelloForBusinessConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceEnrollmentWindowsHelloForBusinessConfiguration -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|AllowedDeviceCount:int? -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|BlockedDeviceCount:int? -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|constructor():void -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|OdataType:string -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|QuarantinedDeviceCount:int? -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|UnavailableDeviceCount:int? -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|public|UnknownDeviceCount:int? -Microsoft.Graph.Models.deviceExchangeAccessStateSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceExchangeAccessStateSummary -Microsoft.Graph.Models.deviceExchangeAccessStateSummary~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.deviceGeoLocation::|public|AdditionalData:IDictionary Microsoft.Graph.Models.deviceGeoLocation::|public|Altitude:double? Microsoft.Graph.Models.deviceGeoLocation::|public|BackingStore:IBackingStore @@ -99291,9 +99126,7 @@ Microsoft.Graph.Models.deviceManagementReportFileFormat::0001-pdf Microsoft.Graph.Models.deviceManagementReportFileFormat::0002-json Microsoft.Graph.Models.deviceManagementReportFileFormat::0003-unknownFutureValue Microsoft.Graph.Models.deviceManagementReports-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.deviceManagementReports::|public|ExportJobs:List Microsoft.Graph.Models.deviceManagementReports::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceManagementReports::|public|OdataType:string Microsoft.Graph.Models.deviceManagementReports::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.deviceManagementReports::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceManagementReports Microsoft.Graph.Models.deviceManagementReportStatus::0000-unknown @@ -99342,26 +99175,6 @@ Microsoft.Graph.Models.deviceMetadata::|public|OperatingSystemSpecifications:glo Microsoft.Graph.Models.deviceMetadata::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.deviceMetadata::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceMetadata Microsoft.Graph.Models.deviceMetadata~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|AndroidCorporateWorkProfileCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|AndroidCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|AndroidDedicatedCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|AndroidDeviceAdminCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|AndroidFullyManagedCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|AndroidWorkProfileCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|ConfigMgrDeviceCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|constructor():void -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|IosCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|MacOSCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|OdataType:string -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|UnknownCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|WindowsCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|public|WindowsMobileCount:int? -Microsoft.Graph.Models.deviceOperatingSystemSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DeviceOperatingSystemSummary -Microsoft.Graph.Models.deviceOperatingSystemSummary~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.devicePlatformType::0000-android Microsoft.Graph.Models.devicePlatformType::0001-androidForWork Microsoft.Graph.Models.devicePlatformType::0002-iOS @@ -99755,21 +99568,8 @@ Microsoft.Graph.Models.domainState::|public|Status:string Microsoft.Graph.Models.domainState::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DomainState Microsoft.Graph.Models.domainState~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.drive-->global.Microsoft.Graph.Models.BaseItem -Microsoft.Graph.Models.drive::|public|Bundles:List -Microsoft.Graph.Models.drive::|public|constructor():void -Microsoft.Graph.Models.drive::|public|DriveType:string -Microsoft.Graph.Models.drive::|public|Following:List Microsoft.Graph.Models.drive::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.drive::|public|Items:List -Microsoft.Graph.Models.drive::|public|List:global.Microsoft.Graph.Models.List -Microsoft.Graph.Models.drive::|public|OdataType:string -Microsoft.Graph.Models.drive::|public|Owner:global.Microsoft.Graph.Models.IdentitySet -Microsoft.Graph.Models.drive::|public|Quota:global.Microsoft.Graph.Models.Quota -Microsoft.Graph.Models.drive::|public|Root:global.Microsoft.Graph.Models.DriveItem Microsoft.Graph.Models.drive::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.drive::|public|SharePointIds:global.Microsoft.Graph.Models.SharepointIds -Microsoft.Graph.Models.drive::|public|Special:List -Microsoft.Graph.Models.drive::|public|System:global.Microsoft.Graph.Models.SystemFacet Microsoft.Graph.Models.drive::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Drive Microsoft.Graph.Models.driveCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.driveCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -99944,14 +99744,7 @@ Microsoft.Graph.Models.driveRestoreArtifactsBulkAdditionRequestCollectionRespons Microsoft.Graph.Models.driveRestoreArtifactsBulkAdditionRequestCollectionResponse::|public|Value:List Microsoft.Graph.Models.driveRestoreArtifactsBulkAdditionRequestCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.DriveRestoreArtifactsBulkAdditionRequestCollectionResponse Microsoft.Graph.Models.eBookInstallSummary-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.eBookInstallSummary::|public|FailedDeviceCount:int? -Microsoft.Graph.Models.eBookInstallSummary::|public|FailedUserCount:int? Microsoft.Graph.Models.eBookInstallSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.eBookInstallSummary::|public|InstalledDeviceCount:int? -Microsoft.Graph.Models.eBookInstallSummary::|public|InstalledUserCount:int? -Microsoft.Graph.Models.eBookInstallSummary::|public|NotInstalledDeviceCount:int? -Microsoft.Graph.Models.eBookInstallSummary::|public|NotInstalledUserCount:int? -Microsoft.Graph.Models.eBookInstallSummary::|public|OdataType:string Microsoft.Graph.Models.eBookInstallSummary::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.eBookInstallSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EBookInstallSummary Microsoft.Graph.Models.edge-->global.Microsoft.Graph.Models.Entity @@ -100053,12 +99846,7 @@ Microsoft.Graph.Models.educationAssignmentCollectionResponse::|public|Serialize( Microsoft.Graph.Models.educationAssignmentCollectionResponse::|public|Value:List Microsoft.Graph.Models.educationAssignmentCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EducationAssignmentCollectionResponse Microsoft.Graph.Models.educationAssignmentDefaults-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.educationAssignmentDefaults::|public|AddedStudentAction:global.Microsoft.Graph.Models.EducationAddedStudentAction? -Microsoft.Graph.Models.educationAssignmentDefaults::|public|AddToCalendarAction:global.Microsoft.Graph.Models.EducationAddToCalendarOptions? -Microsoft.Graph.Models.educationAssignmentDefaults::|public|DueTime:Time? Microsoft.Graph.Models.educationAssignmentDefaults::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.educationAssignmentDefaults::|public|NotificationChannelUrl:string -Microsoft.Graph.Models.educationAssignmentDefaults::|public|OdataType:string Microsoft.Graph.Models.educationAssignmentDefaults::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.educationAssignmentDefaults::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EducationAssignmentDefaults Microsoft.Graph.Models.educationAssignmentGrade::|public|AdditionalData:IDictionary @@ -100128,10 +99916,7 @@ Microsoft.Graph.Models.educationAssignmentResourceCollectionResponse::|public|Va Microsoft.Graph.Models.educationAssignmentResourceCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EducationAssignmentResourceCollectionResponse Microsoft.Graph.Models.educationAssignmentSettings-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.educationAssignmentSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.educationAssignmentSettings::|public|GradingCategories:List -Microsoft.Graph.Models.educationAssignmentSettings::|public|OdataType:string Microsoft.Graph.Models.educationAssignmentSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.educationAssignmentSettings::|public|SubmissionAnimationDisabled:bool? Microsoft.Graph.Models.educationAssignmentSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EducationAssignmentSettings Microsoft.Graph.Models.educationAssignmentStatus::0000-draft Microsoft.Graph.Models.educationAssignmentStatus::0001-published @@ -100261,10 +100046,7 @@ Microsoft.Graph.Models.educationGender::0001-male Microsoft.Graph.Models.educationGender::0002-other Microsoft.Graph.Models.educationGender::0003-unknownFutureValue Microsoft.Graph.Models.educationGradingCategory-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.educationGradingCategory::|public|DisplayName:string Microsoft.Graph.Models.educationGradingCategory::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.educationGradingCategory::|public|OdataType:string -Microsoft.Graph.Models.educationGradingCategory::|public|PercentageWeight:int? Microsoft.Graph.Models.educationGradingCategory::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.educationGradingCategory::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EducationGradingCategory Microsoft.Graph.Models.educationGradingCategoryCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -100408,17 +100190,7 @@ Microsoft.Graph.Models.educationRoot::|public|Users:ListIAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.educationRubric-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.educationRubric::|public|CreatedBy:global.Microsoft.Graph.Models.IdentitySet -Microsoft.Graph.Models.educationRubric::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.educationRubric::|public|Description:global.Microsoft.Graph.Models.EducationItemBody -Microsoft.Graph.Models.educationRubric::|public|DisplayName:string Microsoft.Graph.Models.educationRubric::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.educationRubric::|public|Grading:global.Microsoft.Graph.Models.EducationAssignmentGradeType -Microsoft.Graph.Models.educationRubric::|public|LastModifiedBy:global.Microsoft.Graph.Models.IdentitySet -Microsoft.Graph.Models.educationRubric::|public|LastModifiedDateTime:DateTimeOffset? -Microsoft.Graph.Models.educationRubric::|public|Levels:List -Microsoft.Graph.Models.educationRubric::|public|OdataType:string -Microsoft.Graph.Models.educationRubric::|public|Qualities:List Microsoft.Graph.Models.educationRubric::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.educationRubric::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EducationRubric Microsoft.Graph.Models.educationRubricCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -100744,16 +100516,6 @@ Microsoft.Graph.Models.employeeExperienceUser::|public|OdataType:string Microsoft.Graph.Models.employeeExperienceUser::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.employeeExperienceUser::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EmployeeExperienceUser Microsoft.Graph.Models.employeeExperience~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.employeeOrgData::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.employeeOrgData::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.employeeOrgData::|public|constructor():void -Microsoft.Graph.Models.employeeOrgData::|public|CostCenter:string -Microsoft.Graph.Models.employeeOrgData::|public|Division:string -Microsoft.Graph.Models.employeeOrgData::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.employeeOrgData::|public|OdataType:string -Microsoft.Graph.Models.employeeOrgData::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.employeeOrgData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EmployeeOrgData -Microsoft.Graph.Models.employeeOrgData~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.enablement::0000-notConfigured Microsoft.Graph.Models.enablement::0001-enabled Microsoft.Graph.Models.enablement::0002-disabled @@ -100926,10 +100688,7 @@ Microsoft.Graph.Models.entitlementManagementSchedule::|public|StartDateTime:Date Microsoft.Graph.Models.entitlementManagementSchedule::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EntitlementManagementSchedule Microsoft.Graph.Models.entitlementManagementSchedule~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.entitlementManagementSettings-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.entitlementManagementSettings::|public|DurationUntilExternalUserDeletedAfterBlocked:TimeSpan? -Microsoft.Graph.Models.entitlementManagementSettings::|public|ExternalUserLifecycleAction:global.Microsoft.Graph.Models.AccessPackageExternalUserLifecycleAction? Microsoft.Graph.Models.entitlementManagementSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.entitlementManagementSettings::|public|OdataType:string Microsoft.Graph.Models.entitlementManagementSettings::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.entitlementManagementSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.EntitlementManagementSettings Microsoft.Graph.Models.entity::|public|AdditionalData:IDictionary @@ -100940,19 +100699,6 @@ Microsoft.Graph.Models.entity::|public|Id:string Microsoft.Graph.Models.entity::|public|OdataType:string Microsoft.Graph.Models.entity::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.entity::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.entityType::0000-event -Microsoft.Graph.Models.entityType::0001-message -Microsoft.Graph.Models.entityType::0002-driveItem -Microsoft.Graph.Models.entityType::0003-externalItem -Microsoft.Graph.Models.entityType::0004-site -Microsoft.Graph.Models.entityType::0005-list -Microsoft.Graph.Models.entityType::0006-listItem -Microsoft.Graph.Models.entityType::0007-drive -Microsoft.Graph.Models.entityType::0008-unknownFutureValue -Microsoft.Graph.Models.entityType::0009-chatMessage -Microsoft.Graph.Models.entityType::0010-person -Microsoft.Graph.Models.entityType::0011-acronym -Microsoft.Graph.Models.entityType::0012-bookmark Microsoft.Graph.Models.entity~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.enumeratedDeviceRegistrationMembership-->global.Microsoft.Graph.Models.DeviceRegistrationMembership Microsoft.Graph.Models.enumeratedDeviceRegistrationMembership::|public|constructor():void @@ -101371,17 +101117,6 @@ Microsoft.Graph.Models.ExternalConnectors.itemIdResolver::|public|OdataType:stri Microsoft.Graph.Models.ExternalConnectors.itemIdResolver::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.ExternalConnectors.itemIdResolver::|public|UrlMatchInfo:global.Microsoft.Graph.Models.ExternalConnectors.UrlMatchInfo Microsoft.Graph.Models.ExternalConnectors.itemIdResolver::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ExternalConnectors.ItemIdResolver -Microsoft.Graph.Models.ExternalConnectors.label::0000-title -Microsoft.Graph.Models.ExternalConnectors.label::0001-url -Microsoft.Graph.Models.ExternalConnectors.label::0002-createdBy -Microsoft.Graph.Models.ExternalConnectors.label::0003-lastModifiedBy -Microsoft.Graph.Models.ExternalConnectors.label::0004-authors -Microsoft.Graph.Models.ExternalConnectors.label::0005-createdDateTime -Microsoft.Graph.Models.ExternalConnectors.label::0006-lastModifiedDateTime -Microsoft.Graph.Models.ExternalConnectors.label::0007-fileName -Microsoft.Graph.Models.ExternalConnectors.label::0008-fileExtension -Microsoft.Graph.Models.ExternalConnectors.label::0009-unknownFutureValue -Microsoft.Graph.Models.ExternalConnectors.label::0010-iconUrl Microsoft.Graph.Models.ExternalConnectors.properties::|public|AdditionalData:IDictionary Microsoft.Graph.Models.ExternalConnectors.properties::|public|BackingStore:IBackingStore Microsoft.Graph.Models.ExternalConnectors.properties::|public|constructor():void @@ -101390,21 +101125,6 @@ Microsoft.Graph.Models.ExternalConnectors.properties::|public|OdataType:string Microsoft.Graph.Models.ExternalConnectors.properties::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.ExternalConnectors.properties::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ExternalConnectors.Properties Microsoft.Graph.Models.ExternalConnectors.properties~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.ExternalConnectors.property::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.ExternalConnectors.property::|public|Aliases:List -Microsoft.Graph.Models.ExternalConnectors.property::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.ExternalConnectors.property::|public|constructor():void -Microsoft.Graph.Models.ExternalConnectors.property::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.ExternalConnectors.property::|public|IsQueryable:bool? -Microsoft.Graph.Models.ExternalConnectors.property::|public|IsRefinable:bool? -Microsoft.Graph.Models.ExternalConnectors.property::|public|IsRetrievable:bool? -Microsoft.Graph.Models.ExternalConnectors.property::|public|IsSearchable:bool? -Microsoft.Graph.Models.ExternalConnectors.property::|public|Labels:List -Microsoft.Graph.Models.ExternalConnectors.property::|public|Name:string -Microsoft.Graph.Models.ExternalConnectors.property::|public|OdataType:string -Microsoft.Graph.Models.ExternalConnectors.property::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.ExternalConnectors.property::|public|Type:global.Microsoft.Graph.Models.ExternalConnectors.PropertyType? -Microsoft.Graph.Models.ExternalConnectors.property::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ExternalConnectors.Property Microsoft.Graph.Models.ExternalConnectors.propertyRule::|public|AdditionalData:IDictionary Microsoft.Graph.Models.ExternalConnectors.propertyRule::|public|BackingStore:IBackingStore Microsoft.Graph.Models.ExternalConnectors.propertyRule::|public|constructor():void @@ -101417,17 +101137,6 @@ Microsoft.Graph.Models.ExternalConnectors.propertyRule::|public|Values:ListIAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.ExternalConnectors.propertyType::0000-string -Microsoft.Graph.Models.ExternalConnectors.propertyType::0001-int64 -Microsoft.Graph.Models.ExternalConnectors.propertyType::0002-double -Microsoft.Graph.Models.ExternalConnectors.propertyType::0003-dateTime -Microsoft.Graph.Models.ExternalConnectors.propertyType::0004-boolean -Microsoft.Graph.Models.ExternalConnectors.propertyType::0005-stringCollection -Microsoft.Graph.Models.ExternalConnectors.propertyType::0006-int64Collection -Microsoft.Graph.Models.ExternalConnectors.propertyType::0007-doubleCollection -Microsoft.Graph.Models.ExternalConnectors.propertyType::0008-dateTimeCollection -Microsoft.Graph.Models.ExternalConnectors.propertyType::0009-unknownFutureValue -Microsoft.Graph.Models.ExternalConnectors.property~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.ExternalConnectors.ruleOperation::0000-null Microsoft.Graph.Models.ExternalConnectors.ruleOperation::0001-equals Microsoft.Graph.Models.ExternalConnectors.ruleOperation::0002-notEquals @@ -101438,10 +101147,7 @@ Microsoft.Graph.Models.ExternalConnectors.ruleOperation::0006-greaterThan Microsoft.Graph.Models.ExternalConnectors.ruleOperation::0007-startsWith Microsoft.Graph.Models.ExternalConnectors.ruleOperation::0008-unknownFutureValue Microsoft.Graph.Models.ExternalConnectors.schema-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.ExternalConnectors.schema::|public|BaseType:string Microsoft.Graph.Models.ExternalConnectors.schema::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.ExternalConnectors.schema::|public|OdataType:string -Microsoft.Graph.Models.ExternalConnectors.schema::|public|Properties:List Microsoft.Graph.Models.ExternalConnectors.schema::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.ExternalConnectors.schema::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ExternalConnectors.Schema Microsoft.Graph.Models.ExternalConnectors.searchSettings::|public|AdditionalData:IDictionary @@ -101630,7 +101336,6 @@ Microsoft.Graph.Models.fido2RestrictionEnforcementType::0001-block Microsoft.Graph.Models.fido2RestrictionEnforcementType::0002-unknownFutureValue Microsoft.Graph.Models.fieldValueSet-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.fieldValueSet::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.fieldValueSet::|public|OdataType:string Microsoft.Graph.Models.fieldValueSet::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.fieldValueSet::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.FieldValueSet Microsoft.Graph.Models.fileAssessmentRequest-->global.Microsoft.Graph.Models.ThreatAssessmentRequest @@ -101774,48 +101479,8 @@ Microsoft.Graph.Models.fileSystemInfo::|public|OdataType:string Microsoft.Graph.Models.fileSystemInfo::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.fileSystemInfo::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.FileSystemInfo Microsoft.Graph.Models.fileSystemInfo~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.filter::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.filter::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.filter::|public|CategoryFilterGroups:List -Microsoft.Graph.Models.filter::|public|constructor():void -Microsoft.Graph.Models.filter::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.filter::|public|Groups:List -Microsoft.Graph.Models.filter::|public|InputFilterGroups:List -Microsoft.Graph.Models.filter::|public|OdataType:string -Microsoft.Graph.Models.filter::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.filter::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Filter -Microsoft.Graph.Models.filterClause::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.filterClause::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.filterClause::|public|constructor():void -Microsoft.Graph.Models.filterClause::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.filterClause::|public|OdataType:string -Microsoft.Graph.Models.filterClause::|public|OperatorName:string -Microsoft.Graph.Models.filterClause::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.filterClause::|public|SourceOperandName:string -Microsoft.Graph.Models.filterClause::|public|TargetOperand:global.Microsoft.Graph.Models.FilterOperand -Microsoft.Graph.Models.filterClause::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.FilterClause -Microsoft.Graph.Models.filterClause~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.filterGroup::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.filterGroup::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.filterGroup::|public|Clauses:List -Microsoft.Graph.Models.filterGroup::|public|constructor():void -Microsoft.Graph.Models.filterGroup::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.filterGroup::|public|Name:string -Microsoft.Graph.Models.filterGroup::|public|OdataType:string -Microsoft.Graph.Models.filterGroup::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.filterGroup::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.FilterGroup -Microsoft.Graph.Models.filterGroup~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.filterMode::0000-include Microsoft.Graph.Models.filterMode::0001-exclude -Microsoft.Graph.Models.filterOperand::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.filterOperand::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.filterOperand::|public|constructor():void -Microsoft.Graph.Models.filterOperand::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.filterOperand::|public|OdataType:string -Microsoft.Graph.Models.filterOperand::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.filterOperand::|public|Values:List -Microsoft.Graph.Models.filterOperand::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.FilterOperand -Microsoft.Graph.Models.filterOperand~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.filterOperatorSchema-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.filterOperatorSchema::|public|Arity:global.Microsoft.Graph.Models.ScopeOperatorType? Microsoft.Graph.Models.filterOperatorSchema::|public|GetFieldDeserializers():IDictionary> @@ -101829,7 +101494,6 @@ Microsoft.Graph.Models.filterOperatorSchemaCollectionResponse::|public|GetFieldD Microsoft.Graph.Models.filterOperatorSchemaCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.filterOperatorSchemaCollectionResponse::|public|Value:List Microsoft.Graph.Models.filterOperatorSchemaCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.FilterOperatorSchemaCollectionResponse -Microsoft.Graph.Models.filter~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.firewallCertificateRevocationListCheckMethodType::0000-deviceDefault Microsoft.Graph.Models.firewallCertificateRevocationListCheckMethodType::0001-none Microsoft.Graph.Models.firewallCertificateRevocationListCheckMethodType::0002-attempt @@ -101923,9 +101587,6 @@ Microsoft.Graph.Models.geolocationColumn::|public|OdataType:string Microsoft.Graph.Models.geolocationColumn::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.geolocationColumn::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.GeolocationColumn Microsoft.Graph.Models.geolocationColumn~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.giphyRatingType::0000-strict -Microsoft.Graph.Models.giphyRatingType::0001-moderate -Microsoft.Graph.Models.giphyRatingType::0002-unknownFutureValue Microsoft.Graph.Models.governanceInsight-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.governanceInsight::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.governanceInsight::|public|InsightCreatedDateTime:DateTimeOffset? @@ -102035,15 +101696,6 @@ Microsoft.Graph.Models.groupCollectionResponse::|public|GetFieldDeserializers(): Microsoft.Graph.Models.groupCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.groupCollectionResponse::|public|Value:List Microsoft.Graph.Models.groupCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.GroupCollectionResponse -Microsoft.Graph.Models.groupFilter::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.groupFilter::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.groupFilter::|public|constructor():void -Microsoft.Graph.Models.groupFilter::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.groupFilter::|public|IncludedGroups:List -Microsoft.Graph.Models.groupFilter::|public|OdataType:string -Microsoft.Graph.Models.groupFilter::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.groupFilter::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.GroupFilter -Microsoft.Graph.Models.groupFilter~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.groupLifecyclePolicy-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.groupLifecyclePolicy::|public|AlternateNotificationEmails:string Microsoft.Graph.Models.groupLifecyclePolicy::|public|GetFieldDeserializers():IDictionary> @@ -102342,16 +101994,8 @@ Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowProcessingStatus::000 Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowProcessingStatus::0005-failed Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowProcessingStatus::0006-unknownFutureValue Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|CustomTaskExtensions:List -Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|DeletedItems:global.Microsoft.Graph.Models.DeletedItemContainer Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|Insights:global.Microsoft.Graph.Models.IdentityGovernance.Insights -Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|OdataType:string Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|Settings:global.Microsoft.Graph.Models.IdentityGovernance.LifecycleManagementSettings -Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|TaskDefinitions:List -Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|Workflows:List -Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|public|WorkflowTemplates:List Microsoft.Graph.Models.IdentityGovernance.lifecycleWorkflowsContainer::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.IdentityGovernance.LifecycleWorkflowsContainer Microsoft.Graph.Models.IdentityGovernance.membershipChangeTrigger-->global.Microsoft.Graph.Models.IdentityGovernance.WorkflowExecutionTrigger Microsoft.Graph.Models.IdentityGovernance.membershipChangeTrigger::|public|ChangeType:global.Microsoft.Graph.Models.IdentityGovernance.MembershipChangeType? @@ -102849,17 +102493,6 @@ Microsoft.Graph.Models.identityUserFlowAttributeType::0001-custom Microsoft.Graph.Models.identityUserFlowAttributeType::0002-required Microsoft.Graph.Models.identityUserFlowAttributeType::0003-unknownFutureValue Microsoft.Graph.Models.identity~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.idleSessionSignOut::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.idleSessionSignOut::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.idleSessionSignOut::|public|constructor():void -Microsoft.Graph.Models.idleSessionSignOut::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.idleSessionSignOut::|public|IsEnabled:bool? -Microsoft.Graph.Models.idleSessionSignOut::|public|OdataType:string -Microsoft.Graph.Models.idleSessionSignOut::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.idleSessionSignOut::|public|SignOutAfterInSeconds:long? -Microsoft.Graph.Models.idleSessionSignOut::|public|WarnAfterInSeconds:long? -Microsoft.Graph.Models.idleSessionSignOut::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.IdleSessionSignOut -Microsoft.Graph.Models.idleSessionSignOut~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.image::|public|AdditionalData:IDictionary Microsoft.Graph.Models.image::|public|BackingStore:IBackingStore Microsoft.Graph.Models.image::|public|constructor():void @@ -102881,10 +102514,6 @@ Microsoft.Graph.Models.imageInfo::|public|OdataType:string Microsoft.Graph.Models.imageInfo::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.imageInfo::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ImageInfo Microsoft.Graph.Models.imageInfo~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.imageTaggingChoice::0000-disabled -Microsoft.Graph.Models.imageTaggingChoice::0001-basic -Microsoft.Graph.Models.imageTaggingChoice::0002-enhanced -Microsoft.Graph.Models.imageTaggingChoice::0003-unknownFutureValue Microsoft.Graph.Models.image~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.implicitGrantSettings::|public|AdditionalData:IDictionary Microsoft.Graph.Models.implicitGrantSettings::|public|BackingStore:IBackingStore @@ -103073,20 +102702,6 @@ Microsoft.Graph.Models.insightsSettings::|public|IsEnabledInOrganization:bool? Microsoft.Graph.Models.insightsSettings::|public|OdataType:string Microsoft.Graph.Models.insightsSettings::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.insightsSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.InsightsSettings -Microsoft.Graph.Models.insightValueDouble-->global.Microsoft.Graph.Models.UserExperienceAnalyticsInsightValue -Microsoft.Graph.Models.insightValueDouble::|public|constructor():void -Microsoft.Graph.Models.insightValueDouble::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.insightValueDouble::|public|OdataType:string -Microsoft.Graph.Models.insightValueDouble::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.insightValueDouble::|public|Value:double? -Microsoft.Graph.Models.insightValueDouble::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.InsightValueDouble -Microsoft.Graph.Models.insightValueInt-->global.Microsoft.Graph.Models.UserExperienceAnalyticsInsightValue -Microsoft.Graph.Models.insightValueInt::|public|constructor():void -Microsoft.Graph.Models.insightValueInt::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.insightValueInt::|public|OdataType:string -Microsoft.Graph.Models.insightValueInt::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.insightValueInt::|public|Value:int? -Microsoft.Graph.Models.insightValueInt::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.InsightValueInt Microsoft.Graph.Models.installIntent::0000-available Microsoft.Graph.Models.installIntent::0001-required Microsoft.Graph.Models.installIntent::0002-uninstall @@ -103144,9 +102759,7 @@ Microsoft.Graph.Models.internalSponsors::|public|Serialize(writer:ISerialization Microsoft.Graph.Models.internalSponsors::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.InternalSponsors Microsoft.Graph.Models.internetExplorerMode-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.internetExplorerMode::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.internetExplorerMode::|public|OdataType:string Microsoft.Graph.Models.internetExplorerMode::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.internetExplorerMode::|public|SiteLists:List Microsoft.Graph.Models.internetExplorerMode::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.InternetExplorerMode Microsoft.Graph.Models.internetMessageHeader::|public|AdditionalData:IDictionary Microsoft.Graph.Models.internetMessageHeader::|public|BackingStore:IBackingStore @@ -103228,16 +102841,6 @@ Microsoft.Graph.Models.invitationParticipantInfo::|public|ReplacesCallId:string Microsoft.Graph.Models.invitationParticipantInfo::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.invitationParticipantInfo::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.InvitationParticipantInfo Microsoft.Graph.Models.invitationParticipantInfo~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|public|constructor():void -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|public|FallbackIdentityProvider:global.Microsoft.Graph.Models.B2bIdentityProvidersType? -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|public|OdataType:string -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|public|PrimaryIdentityProviderPrecedenceOrder:List -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.InvitationRedemptionIdentityProviderConfiguration -Microsoft.Graph.Models.invitationRedemptionIdentityProviderConfiguration~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.invitedUserMessageInfo::|public|AdditionalData:IDictionary Microsoft.Graph.Models.invitedUserMessageInfo::|public|BackingStore:IBackingStore Microsoft.Graph.Models.invitedUserMessageInfo::|public|CcRecipients:List @@ -103829,11 +103432,7 @@ Microsoft.Graph.Models.itemActivityStatCollectionResponse::|public|Serialize(wri Microsoft.Graph.Models.itemActivityStatCollectionResponse::|public|Value:List Microsoft.Graph.Models.itemActivityStatCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ItemActivityStatCollectionResponse Microsoft.Graph.Models.itemAnalytics-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.itemAnalytics::|public|AllTime:global.Microsoft.Graph.Models.ItemActivityStat Microsoft.Graph.Models.itemAnalytics::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.itemAnalytics::|public|ItemActivityStats:List -Microsoft.Graph.Models.itemAnalytics::|public|LastSevenDays:global.Microsoft.Graph.Models.ItemActivityStat -Microsoft.Graph.Models.itemAnalytics::|public|OdataType:string Microsoft.Graph.Models.itemAnalytics::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.itemAnalytics::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ItemAnalytics Microsoft.Graph.Models.itemAttachment-->global.Microsoft.Graph.Models.Attachment @@ -103887,12 +103486,6 @@ Microsoft.Graph.Models.itemReference::|static|public|CreateFromDiscriminatorValu Microsoft.Graph.Models.itemReference~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.itemRetentionLabel-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.itemRetentionLabel::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.itemRetentionLabel::|public|IsLabelAppliedExplicitly:bool? -Microsoft.Graph.Models.itemRetentionLabel::|public|LabelAppliedBy:global.Microsoft.Graph.Models.IdentitySet -Microsoft.Graph.Models.itemRetentionLabel::|public|LabelAppliedDateTime:DateTimeOffset? -Microsoft.Graph.Models.itemRetentionLabel::|public|Name:string -Microsoft.Graph.Models.itemRetentionLabel::|public|OdataType:string -Microsoft.Graph.Models.itemRetentionLabel::|public|RetentionSettings:global.Microsoft.Graph.Models.RetentionLabelSettings Microsoft.Graph.Models.itemRetentionLabel::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.itemRetentionLabel::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ItemRetentionLabel Microsoft.Graph.Models.joinMeetingIdMeetingInfo-->global.Microsoft.Graph.Models.MeetingInfo @@ -103962,11 +103555,18 @@ Microsoft.Graph.Models.keyValuePair::|public|Value:string Microsoft.Graph.Models.keyValuePair::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.KeyValuePair Microsoft.Graph.Models.keyValuePair~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.keyValue~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.labelActionSource::0000-manual +Microsoft.Graph.Models.labelActionSource::0001-automatic +Microsoft.Graph.Models.labelActionSource::0002-recommended +Microsoft.Graph.Models.labelActionSource::0003-none +Microsoft.Graph.Models.labelActionSource::0004-unknownFutureValue Microsoft.Graph.Models.labelContentRight-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.labelContentRight::|public|Cid:string Microsoft.Graph.Models.labelContentRight::|public|Format:string Microsoft.Graph.Models.labelContentRight::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.labelContentRight::|public|Label:global.Microsoft.Graph.Models.SensitivityLabel Microsoft.Graph.Models.labelContentRight::|public|OdataType:string +Microsoft.Graph.Models.labelContentRight::|public|Rights:global.Microsoft.Graph.Models.UsageRights? Microsoft.Graph.Models.labelContentRight::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.labelContentRight::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.LabelContentRight Microsoft.Graph.Models.landingPage-->global.Microsoft.Graph.Models.Entity @@ -104003,9 +103603,6 @@ Microsoft.Graph.Models.landingPageDetailCollectionResponse::|public|GetFieldDese Microsoft.Graph.Models.landingPageDetailCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.landingPageDetailCollectionResponse::|public|Value:List Microsoft.Graph.Models.landingPageDetailCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.LandingPageDetailCollectionResponse -Microsoft.Graph.Models.layoutTemplateType::0000-default -Microsoft.Graph.Models.layoutTemplateType::0001-verticalSplit -Microsoft.Graph.Models.layoutTemplateType::0002-unknownFutureValue Microsoft.Graph.Models.learningAssignment-->global.Microsoft.Graph.Models.LearningCourseActivity Microsoft.Graph.Models.learningAssignment::|public|AssignedDateTime:DateTimeOffset? Microsoft.Graph.Models.learningAssignment::|public|AssignerUserId:string @@ -104091,20 +103688,6 @@ Microsoft.Graph.Models.level::0000-beginner Microsoft.Graph.Models.level::0001-intermediate Microsoft.Graph.Models.level::0002-advanced Microsoft.Graph.Models.level::0003-unknownFutureValue -Microsoft.Graph.Models.licenseAssignmentState::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.licenseAssignmentState::|public|AssignedByGroup:string -Microsoft.Graph.Models.licenseAssignmentState::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.licenseAssignmentState::|public|constructor():void -Microsoft.Graph.Models.licenseAssignmentState::|public|DisabledPlans:List -Microsoft.Graph.Models.licenseAssignmentState::|public|Error:string -Microsoft.Graph.Models.licenseAssignmentState::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.licenseAssignmentState::|public|LastUpdatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.licenseAssignmentState::|public|OdataType:string -Microsoft.Graph.Models.licenseAssignmentState::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.licenseAssignmentState::|public|SkuId:Guid? -Microsoft.Graph.Models.licenseAssignmentState::|public|State:string -Microsoft.Graph.Models.licenseAssignmentState::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.LicenseAssignmentState -Microsoft.Graph.Models.licenseAssignmentState~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.licenseDetails-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.licenseDetails::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.licenseDetails::|public|OdataType:string @@ -104186,17 +103769,8 @@ Microsoft.Graph.Models.listInfo::|public|Template:string Microsoft.Graph.Models.listInfo::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ListInfo Microsoft.Graph.Models.listInfo~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.listItem-->global.Microsoft.Graph.Models.BaseItem -Microsoft.Graph.Models.listItem::|public|Analytics:global.Microsoft.Graph.Models.ItemAnalytics -Microsoft.Graph.Models.listItem::|public|constructor():void -Microsoft.Graph.Models.listItem::|public|ContentType:global.Microsoft.Graph.Models.ContentTypeInfo -Microsoft.Graph.Models.listItem::|public|DocumentSetVersions:List -Microsoft.Graph.Models.listItem::|public|DriveItem:global.Microsoft.Graph.Models.DriveItem -Microsoft.Graph.Models.listItem::|public|Fields:global.Microsoft.Graph.Models.FieldValueSet Microsoft.Graph.Models.listItem::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.listItem::|public|OdataType:string Microsoft.Graph.Models.listItem::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.listItem::|public|SharepointIds:global.Microsoft.Graph.Models.SharepointIds -Microsoft.Graph.Models.listItem::|public|Versions:List Microsoft.Graph.Models.listItem::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ListItem Microsoft.Graph.Models.listItemCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.listItemCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -104351,31 +103925,6 @@ Microsoft.Graph.Models.loginPageCollectionResponse::|public|GetFieldDeserializer Microsoft.Graph.Models.loginPageCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.loginPageCollectionResponse::|public|Value:List Microsoft.Graph.Models.loginPageCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.LoginPageCollectionResponse -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|constructor():void -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|IsFooterShown:bool? -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|IsHeaderShown:bool? -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|LayoutTemplateType:global.Microsoft.Graph.Models.LayoutTemplateType? -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|OdataType:string -Microsoft.Graph.Models.loginPageLayoutConfiguration::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.loginPageLayoutConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.LoginPageLayoutConfiguration -Microsoft.Graph.Models.loginPageLayoutConfiguration~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|constructor():void -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|HideAccountResetCredentials:bool? -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|HideCannotAccessYourAccount:bool? -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|HideForgotMyPassword:bool? -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|HidePrivacyAndCookies:bool? -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|HideResetItNow:bool? -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|HideTermsOfUse:bool? -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|OdataType:string -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.loginPageTextVisibilitySettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.LoginPageTextVisibilitySettings -Microsoft.Graph.Models.loginPageTextVisibilitySettings~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.logonType::0000-unknown Microsoft.Graph.Models.logonType::0001-interactive Microsoft.Graph.Models.logonType::0002-remoteInteractive @@ -104417,12 +103966,8 @@ Microsoft.Graph.Models.lookupColumn::|public|Serialize(writer:ISerializationWrit Microsoft.Graph.Models.lookupColumn::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.LookupColumn Microsoft.Graph.Models.lookupColumn~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.m365AppsInstallationOptions-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.m365AppsInstallationOptions::|public|AppsForMac:global.Microsoft.Graph.Models.AppsInstallationOptionsForMac -Microsoft.Graph.Models.m365AppsInstallationOptions::|public|AppsForWindows:global.Microsoft.Graph.Models.AppsInstallationOptionsForWindows Microsoft.Graph.Models.m365AppsInstallationOptions::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.m365AppsInstallationOptions::|public|OdataType:string Microsoft.Graph.Models.m365AppsInstallationOptions::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.m365AppsInstallationOptions::|public|UpdateChannel:global.Microsoft.Graph.Models.AppsUpdateChannelType? Microsoft.Graph.Models.m365AppsInstallationOptions::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.M365AppsInstallationOptions Microsoft.Graph.Models.macOSCompliancePolicy-->global.Microsoft.Graph.Models.DeviceCompliancePolicy Microsoft.Graph.Models.macOSCompliancePolicy::|public|constructor():void @@ -104898,25 +104443,9 @@ Microsoft.Graph.Models.managedAppPolicyCollectionResponse::|public|Serialize(wri Microsoft.Graph.Models.managedAppPolicyCollectionResponse::|public|Value:List Microsoft.Graph.Models.managedAppPolicyCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ManagedAppPolicyCollectionResponse Microsoft.Graph.Models.managedAppPolicyDeploymentSummary-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|public|ConfigurationDeployedUserCount:int? -Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|public|ConfigurationDeploymentSummaryPerApp:List -Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|public|DisplayName:string Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|public|LastRefreshTime:DateTimeOffset? -Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|public|OdataType:string Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|public|Version:string Microsoft.Graph.Models.managedAppPolicyDeploymentSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ManagedAppPolicyDeploymentSummary -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|public|ConfigurationAppliedUserCount:int? -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|public|constructor():void -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|public|MobileAppIdentifier:global.Microsoft.Graph.Models.MobileAppIdentifier -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|public|OdataType:string -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ManagedAppPolicyDeploymentSummaryPerApp -Microsoft.Graph.Models.managedAppPolicyDeploymentSummaryPerApp~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.managedAppProtection-->global.Microsoft.Graph.Models.ManagedAppPolicy Microsoft.Graph.Models.managedAppProtection::|public|AllowedDataStorageLocations:List Microsoft.Graph.Models.managedAppProtection::|public|AllowedInboundDataTransferSources:global.Microsoft.Graph.Models.ManagedAppDataTransferLevel? @@ -105116,16 +104645,8 @@ Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceStatusCollection Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceStatusCollectionResponse::|public|Value:List Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceStatusCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|ConfigurationVersion:int? -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|ErrorCount:int? -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|FailedCount:int? Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|LastUpdateDateTime:DateTimeOffset? -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|NotApplicableCount:int? -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|OdataType:string -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|PendingCount:int? Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|public|SuccessCount:int? Microsoft.Graph.Models.managedDeviceMobileAppConfigurationDeviceSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ManagedDeviceMobileAppConfigurationDeviceSummary Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserStatus-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserStatus::|public|DevicesCount:int? @@ -105143,25 +104664,11 @@ Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserStatusCollectionRe Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserStatusCollectionResponse::|public|Value:List Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserStatusCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|ConfigurationVersion:int? -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|ErrorCount:int? -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|FailedCount:int? Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|LastUpdateDateTime:DateTimeOffset? -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|NotApplicableCount:int? -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|OdataType:string -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|PendingCount:int? Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|public|SuccessCount:int? Microsoft.Graph.Models.managedDeviceMobileAppConfigurationUserSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ManagedDeviceMobileAppConfigurationUserSummary Microsoft.Graph.Models.managedDeviceOverview-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.managedDeviceOverview::|public|DeviceExchangeAccessStateSummary:global.Microsoft.Graph.Models.DeviceExchangeAccessStateSummary -Microsoft.Graph.Models.managedDeviceOverview::|public|DeviceOperatingSystemSummary:global.Microsoft.Graph.Models.DeviceOperatingSystemSummary -Microsoft.Graph.Models.managedDeviceOverview::|public|DualEnrolledDeviceCount:int? -Microsoft.Graph.Models.managedDeviceOverview::|public|EnrolledDeviceCount:int? Microsoft.Graph.Models.managedDeviceOverview::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.managedDeviceOverview::|public|MdmEnrolledCount:int? -Microsoft.Graph.Models.managedDeviceOverview::|public|OdataType:string Microsoft.Graph.Models.managedDeviceOverview::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.managedDeviceOverview::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ManagedDeviceOverview Microsoft.Graph.Models.managedDeviceOwnerType::0000-unknown @@ -105887,7 +105394,7 @@ Microsoft.Graph.Models.microsoftStoreForBusinessAppCollectionResponse::|static|p Microsoft.Graph.Models.microsoftStoreForBusinessLicenseType::0000-offline Microsoft.Graph.Models.microsoftStoreForBusinessLicenseType::0001-online Microsoft.Graph.Models.microsoftTrainingAssignmentMapping-->global.Microsoft.Graph.Models.TrainingSetting -Microsoft.Graph.Models.microsoftTrainingAssignmentMapping::|public|AssignedTo:List +Microsoft.Graph.Models.microsoftTrainingAssignmentMapping::|public|AssignedTo:List Microsoft.Graph.Models.microsoftTrainingAssignmentMapping::|public|constructor():void Microsoft.Graph.Models.microsoftTrainingAssignmentMapping::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.microsoftTrainingAssignmentMapping::|public|OdataType:string @@ -106156,25 +105663,9 @@ Microsoft.Graph.Models.multiTenantOrganizationIdentitySyncPolicyTemplate::|publi Microsoft.Graph.Models.multiTenantOrganizationIdentitySyncPolicyTemplate::|public|UserSyncInbound:global.Microsoft.Graph.Models.CrossTenantUserSyncInbound Microsoft.Graph.Models.multiTenantOrganizationIdentitySyncPolicyTemplate::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.MultiTenantOrganizationIdentitySyncPolicyTemplate Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord::|public|AddedByTenantId:string Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord::|public|MemberState:global.Microsoft.Graph.Models.MultiTenantOrganizationMemberState? -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord::|public|OdataType:string -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord::|public|Role:global.Microsoft.Graph.Models.MultiTenantOrganizationMemberRole? Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord::|public|TransitionDetails:global.Microsoft.Graph.Models.MultiTenantOrganizationJoinRequestTransitionDetails Microsoft.Graph.Models.multiTenantOrganizationJoinRequestRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.MultiTenantOrganizationJoinRequestRecord -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|constructor():void -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|DesiredMemberState:global.Microsoft.Graph.Models.MultiTenantOrganizationMemberState? -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|Details:string -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|OdataType:string -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|public|Status:global.Microsoft.Graph.Models.MultiTenantOrganizationMemberProcessingStatus? -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.MultiTenantOrganizationJoinRequestTransitionDetails -Microsoft.Graph.Models.multiTenantOrganizationJoinRequestTransitionDetails~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.multiTenantOrganizationMember-->global.Microsoft.Graph.Models.DirectoryObject Microsoft.Graph.Models.multiTenantOrganizationMember::|public|AddedByTenantId:Guid? Microsoft.Graph.Models.multiTenantOrganizationMember::|public|AddedDateTime:DateTimeOffset? @@ -106447,54 +105938,6 @@ Microsoft.Graph.Models.objectDefinitionMetadataEntry::|public|Value:string Microsoft.Graph.Models.objectDefinitionMetadataEntry::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ObjectDefinitionMetadataEntry Microsoft.Graph.Models.objectDefinitionMetadataEntry~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.objectDefinition~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.objectFlowTypes::0000-None -Microsoft.Graph.Models.objectFlowTypes::0001-Add -Microsoft.Graph.Models.objectFlowTypes::0002-Update -Microsoft.Graph.Models.objectFlowTypes::0003-Delete -Microsoft.Graph.Models.objectIdentity::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.objectIdentity::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.objectIdentity::|public|constructor():void -Microsoft.Graph.Models.objectIdentity::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.objectIdentity::|public|Issuer:string -Microsoft.Graph.Models.objectIdentity::|public|IssuerAssignedId:string -Microsoft.Graph.Models.objectIdentity::|public|OdataType:string -Microsoft.Graph.Models.objectIdentity::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.objectIdentity::|public|SignInType:string -Microsoft.Graph.Models.objectIdentity::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ObjectIdentity -Microsoft.Graph.Models.objectIdentity~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.objectMapping::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.objectMapping::|public|AttributeMappings:List -Microsoft.Graph.Models.objectMapping::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.objectMapping::|public|constructor():void -Microsoft.Graph.Models.objectMapping::|public|Enabled:bool? -Microsoft.Graph.Models.objectMapping::|public|FlowTypes:global.Microsoft.Graph.Models.ObjectFlowTypes? -Microsoft.Graph.Models.objectMapping::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.objectMapping::|public|Metadata:List -Microsoft.Graph.Models.objectMapping::|public|Name:string -Microsoft.Graph.Models.objectMapping::|public|OdataType:string -Microsoft.Graph.Models.objectMapping::|public|Scope:global.Microsoft.Graph.Models.Filter -Microsoft.Graph.Models.objectMapping::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.objectMapping::|public|SourceObjectName:string -Microsoft.Graph.Models.objectMapping::|public|TargetObjectName:string -Microsoft.Graph.Models.objectMapping::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ObjectMapping -Microsoft.Graph.Models.objectMappingMetadata::0000-EscrowBehavior -Microsoft.Graph.Models.objectMappingMetadata::0001-DisableMonitoringForChanges -Microsoft.Graph.Models.objectMappingMetadata::0002-OriginalJoiningProperty -Microsoft.Graph.Models.objectMappingMetadata::0003-Disposition -Microsoft.Graph.Models.objectMappingMetadata::0004-IsCustomerDefined -Microsoft.Graph.Models.objectMappingMetadata::0005-ExcludeFromReporting -Microsoft.Graph.Models.objectMappingMetadata::0006-Unsynchronized -Microsoft.Graph.Models.objectMappingMetadataEntry::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.objectMappingMetadataEntry::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.objectMappingMetadataEntry::|public|constructor():void -Microsoft.Graph.Models.objectMappingMetadataEntry::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.objectMappingMetadataEntry::|public|Key:global.Microsoft.Graph.Models.ObjectMappingMetadata? -Microsoft.Graph.Models.objectMappingMetadataEntry::|public|OdataType:string -Microsoft.Graph.Models.objectMappingMetadataEntry::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.objectMappingMetadataEntry::|public|Value:string -Microsoft.Graph.Models.objectMappingMetadataEntry::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ObjectMappingMetadataEntry -Microsoft.Graph.Models.objectMappingMetadataEntry~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.objectMapping~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.ODataErrors.ErrorDetails::|public|AdditionalData:IDictionary Microsoft.Graph.Models.ODataErrors.ErrorDetails::|public|BackingStore:IBackingStore Microsoft.Graph.Models.ODataErrors.ErrorDetails::|public|Code:string @@ -106754,13 +106197,6 @@ Microsoft.Graph.Models.oneDriveForBusinessRestoreSessionCollectionResponse::|pub Microsoft.Graph.Models.oneDriveForBusinessRestoreSessionCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OneDriveForBusinessRestoreSessionCollectionResponse Microsoft.Graph.Models.onenote-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.onenote::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.onenote::|public|Notebooks:List -Microsoft.Graph.Models.onenote::|public|OdataType:string -Microsoft.Graph.Models.onenote::|public|Operations:List -Microsoft.Graph.Models.onenote::|public|Pages:List -Microsoft.Graph.Models.onenote::|public|Resources:List -Microsoft.Graph.Models.onenote::|public|SectionGroups:List -Microsoft.Graph.Models.onenote::|public|Sections:List Microsoft.Graph.Models.onenote::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.onenote::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Onenote Microsoft.Graph.Models.onenoteEntityBaseModel-->global.Microsoft.Graph.Models.Entity @@ -107037,12 +106473,7 @@ Microsoft.Graph.Models.onPremisesAccidentalDeletionPrevention::|public|Synchroni Microsoft.Graph.Models.onPremisesAccidentalDeletionPrevention::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OnPremisesAccidentalDeletionPrevention Microsoft.Graph.Models.onPremisesAccidentalDeletionPrevention~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.onPremisesConditionalAccessSettings-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.onPremisesConditionalAccessSettings::|public|Enabled:bool? -Microsoft.Graph.Models.onPremisesConditionalAccessSettings::|public|ExcludedGroups:List Microsoft.Graph.Models.onPremisesConditionalAccessSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.onPremisesConditionalAccessSettings::|public|IncludedGroups:List -Microsoft.Graph.Models.onPremisesConditionalAccessSettings::|public|OdataType:string -Microsoft.Graph.Models.onPremisesConditionalAccessSettings::|public|OverrideDefaultRule:bool? Microsoft.Graph.Models.onPremisesConditionalAccessSettings::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.onPremisesConditionalAccessSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OnPremisesConditionalAccessSettings Microsoft.Graph.Models.onPremisesDirectorySynchronization-->global.Microsoft.Graph.Models.Entity @@ -107097,29 +106528,6 @@ Microsoft.Graph.Models.onPremisesDirectorySynchronizationFeature::|public|UserFo Microsoft.Graph.Models.onPremisesDirectorySynchronizationFeature::|public|UserWritebackEnabled:bool? Microsoft.Graph.Models.onPremisesDirectorySynchronizationFeature::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OnPremisesDirectorySynchronizationFeature Microsoft.Graph.Models.onPremisesDirectorySynchronizationFeature~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|constructor():void -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute10:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute11:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute12:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute13:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute14:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute15:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute1:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute2:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute3:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute4:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute5:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute6:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute7:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute8:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|ExtensionAttribute9:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|OdataType:string -Microsoft.Graph.Models.onPremisesExtensionAttributes::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.onPremisesExtensionAttributes::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OnPremisesExtensionAttributes -Microsoft.Graph.Models.onPremisesExtensionAttributes~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.onPremisesProvisioningError::|public|AdditionalData:IDictionary Microsoft.Graph.Models.onPremisesProvisioningError::|public|BackingStore:IBackingStore Microsoft.Graph.Models.onPremisesProvisioningError::|public|Category:string @@ -107350,40 +106758,8 @@ Microsoft.Graph.Models.organizationalBrandingLocalizationCollectionResponse::|pu Microsoft.Graph.Models.organizationalBrandingLocalizationCollectionResponse::|public|Value:List Microsoft.Graph.Models.organizationalBrandingLocalizationCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OrganizationalBrandingLocalizationCollectionResponse Microsoft.Graph.Models.organizationalBrandingProperties-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.organizationalBrandingProperties::|public|BackgroundColor:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|BackgroundImage:byte[] -Microsoft.Graph.Models.organizationalBrandingProperties::|public|BackgroundImageRelativeUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|BannerLogo:byte[] -Microsoft.Graph.Models.organizationalBrandingProperties::|public|BannerLogoRelativeUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CdnList:List -Microsoft.Graph.Models.organizationalBrandingProperties::|public|ContentCustomization:global.Microsoft.Graph.Models.ContentCustomization -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomAccountResetCredentialsUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomCannotAccessYourAccountText:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomCannotAccessYourAccountUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomCSS:byte[] -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomCSSRelativeUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomForgotMyPasswordText:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomPrivacyAndCookiesText:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomPrivacyAndCookiesUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomResetItNowText:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomTermsOfUseText:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|CustomTermsOfUseUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|Favicon:byte[] -Microsoft.Graph.Models.organizationalBrandingProperties::|public|FaviconRelativeUrl:string Microsoft.Graph.Models.organizationalBrandingProperties::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.organizationalBrandingProperties::|public|HeaderBackgroundColor:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|HeaderLogo:byte[] -Microsoft.Graph.Models.organizationalBrandingProperties::|public|HeaderLogoRelativeUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|LoginPageLayoutConfiguration:global.Microsoft.Graph.Models.LoginPageLayoutConfiguration -Microsoft.Graph.Models.organizationalBrandingProperties::|public|LoginPageTextVisibilitySettings:global.Microsoft.Graph.Models.LoginPageTextVisibilitySettings -Microsoft.Graph.Models.organizationalBrandingProperties::|public|OdataType:string Microsoft.Graph.Models.organizationalBrandingProperties::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.organizationalBrandingProperties::|public|SignInPageText:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|SquareLogo:byte[] -Microsoft.Graph.Models.organizationalBrandingProperties::|public|SquareLogoDark:byte[] -Microsoft.Graph.Models.organizationalBrandingProperties::|public|SquareLogoDarkRelativeUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|SquareLogoRelativeUrl:string -Microsoft.Graph.Models.organizationalBrandingProperties::|public|UsernameHintText:string Microsoft.Graph.Models.organizationalBrandingProperties::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OrganizationalBrandingProperties Microsoft.Graph.Models.organizationCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.organizationCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -107620,12 +106996,7 @@ Microsoft.Graph.Models.Partners.Billing.billedUsage::|public|Serialize(writer:IS Microsoft.Graph.Models.Partners.Billing.billedUsage::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Partners.Billing.BilledUsage Microsoft.Graph.Models.Partners.Billing.billing-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Partners.Billing.billing::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Partners.Billing.billing::|public|Manifests:List -Microsoft.Graph.Models.Partners.Billing.billing::|public|OdataType:string -Microsoft.Graph.Models.Partners.Billing.billing::|public|Operations:List -Microsoft.Graph.Models.Partners.Billing.billing::|public|Reconciliation:global.Microsoft.Graph.Models.Partners.Billing.BillingReconciliation Microsoft.Graph.Models.Partners.Billing.billing::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Partners.Billing.billing::|public|Usage:global.Microsoft.Graph.Models.Partners.Billing.AzureUsage Microsoft.Graph.Models.Partners.Billing.billing::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Partners.Billing.Billing Microsoft.Graph.Models.Partners.Billing.billingPeriod::0000-current Microsoft.Graph.Models.Partners.Billing.billingPeriod::0001-last @@ -108231,10 +107602,7 @@ Microsoft.Graph.Models.plannerAppliedCategories::|static|public|CreateFromDiscri Microsoft.Graph.Models.plannerAppliedCategories~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.plannerAssignedToTaskBoardTaskFormat-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.plannerAssignedToTaskBoardTaskFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerAssignedToTaskBoardTaskFormat::|public|OdataType:string -Microsoft.Graph.Models.plannerAssignedToTaskBoardTaskFormat::|public|OrderHintsByAssignee:global.Microsoft.Graph.Models.PlannerOrderHintsByAssignee Microsoft.Graph.Models.plannerAssignedToTaskBoardTaskFormat::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.plannerAssignedToTaskBoardTaskFormat::|public|UnassignedOrderHint:string Microsoft.Graph.Models.plannerAssignedToTaskBoardTaskFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerAssignedToTaskBoardTaskFormat Microsoft.Graph.Models.plannerAssignments::|public|AdditionalData:IDictionary Microsoft.Graph.Models.plannerAssignments::|public|BackingStore:IBackingStore @@ -108260,76 +107628,15 @@ Microsoft.Graph.Models.plannerBucketCollectionResponse::|public|Value:Listglobal.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.plannerBucketTaskBoardTaskFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerBucketTaskBoardTaskFormat::|public|OdataType:string -Microsoft.Graph.Models.plannerBucketTaskBoardTaskFormat::|public|OrderHint:string Microsoft.Graph.Models.plannerBucketTaskBoardTaskFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.plannerBucketTaskBoardTaskFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerBucketTaskBoardTaskFormat -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category10:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category11:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category12:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category13:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category14:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category15:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category16:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category17:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category18:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category19:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category1:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category20:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category21:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category22:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category23:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category24:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category25:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category2:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category3:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category4:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category5:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category6:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category7:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category8:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Category9:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|constructor():void -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|OdataType:string -Microsoft.Graph.Models.plannerCategoryDescriptions::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.plannerCategoryDescriptions::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerCategoryDescriptions -Microsoft.Graph.Models.plannerCategoryDescriptions~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.plannerChecklistItems::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.plannerChecklistItems::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.plannerChecklistItems::|public|constructor():void -Microsoft.Graph.Models.plannerChecklistItems::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerChecklistItems::|public|OdataType:string -Microsoft.Graph.Models.plannerChecklistItems::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.plannerChecklistItems::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerChecklistItems -Microsoft.Graph.Models.plannerChecklistItems~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.plannerContainerType::0000-group Microsoft.Graph.Models.plannerContainerType::0001-unknownFutureValue Microsoft.Graph.Models.plannerContainerType::0002-roster -Microsoft.Graph.Models.plannerExternalReferences::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.plannerExternalReferences::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.plannerExternalReferences::|public|constructor():void -Microsoft.Graph.Models.plannerExternalReferences::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerExternalReferences::|public|OdataType:string -Microsoft.Graph.Models.plannerExternalReferences::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.plannerExternalReferences::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerExternalReferences -Microsoft.Graph.Models.plannerExternalReferences~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.plannerGroup-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.plannerGroup::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerGroup::|public|OdataType:string -Microsoft.Graph.Models.plannerGroup::|public|Plans:List Microsoft.Graph.Models.plannerGroup::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.plannerGroup::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerGroup -Microsoft.Graph.Models.plannerOrderHintsByAssignee::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.plannerOrderHintsByAssignee::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.plannerOrderHintsByAssignee::|public|constructor():void -Microsoft.Graph.Models.plannerOrderHintsByAssignee::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerOrderHintsByAssignee::|public|OdataType:string -Microsoft.Graph.Models.plannerOrderHintsByAssignee::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.plannerOrderHintsByAssignee::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerOrderHintsByAssignee -Microsoft.Graph.Models.plannerOrderHintsByAssignee~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.plannerPlan-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.plannerPlan::|public|Buckets:List Microsoft.Graph.Models.plannerPlan::|public|Container:global.Microsoft.Graph.Models.PlannerPlanContainer @@ -108360,11 +107667,8 @@ Microsoft.Graph.Models.plannerPlanContainer::|public|Url:string Microsoft.Graph.Models.plannerPlanContainer::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerPlanContainer Microsoft.Graph.Models.plannerPlanContainer~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.plannerPlanDetails-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.plannerPlanDetails::|public|CategoryDescriptions:global.Microsoft.Graph.Models.PlannerCategoryDescriptions Microsoft.Graph.Models.plannerPlanDetails::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerPlanDetails::|public|OdataType:string Microsoft.Graph.Models.plannerPlanDetails::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.plannerPlanDetails::|public|SharedWith:global.Microsoft.Graph.Models.PlannerUserIds Microsoft.Graph.Models.plannerPlanDetails::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerPlanDetails Microsoft.Graph.Models.plannerPreviewType::0000-automatic Microsoft.Graph.Models.plannerPreviewType::0001-noPreview @@ -108373,8 +107677,6 @@ Microsoft.Graph.Models.plannerPreviewType::0003-description Microsoft.Graph.Models.plannerPreviewType::0004-reference Microsoft.Graph.Models.plannerProgressTaskBoardTaskFormat-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.plannerProgressTaskBoardTaskFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerProgressTaskBoardTaskFormat::|public|OdataType:string -Microsoft.Graph.Models.plannerProgressTaskBoardTaskFormat::|public|OrderHint:string Microsoft.Graph.Models.plannerProgressTaskBoardTaskFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.plannerProgressTaskBoardTaskFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerProgressTaskBoardTaskFormat Microsoft.Graph.Models.plannerTask-->global.Microsoft.Graph.Models.Entity @@ -108413,12 +107715,7 @@ Microsoft.Graph.Models.plannerTaskCollectionResponse::|public|Serialize(writer:I Microsoft.Graph.Models.plannerTaskCollectionResponse::|public|Value:List Microsoft.Graph.Models.plannerTaskCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerTaskCollectionResponse Microsoft.Graph.Models.plannerTaskDetails-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.plannerTaskDetails::|public|Checklist:global.Microsoft.Graph.Models.PlannerChecklistItems -Microsoft.Graph.Models.plannerTaskDetails::|public|Description:string Microsoft.Graph.Models.plannerTaskDetails::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerTaskDetails::|public|OdataType:string -Microsoft.Graph.Models.plannerTaskDetails::|public|PreviewType:global.Microsoft.Graph.Models.PlannerPreviewType? -Microsoft.Graph.Models.plannerTaskDetails::|public|References:global.Microsoft.Graph.Models.PlannerExternalReferences Microsoft.Graph.Models.plannerTaskDetails::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.plannerTaskDetails::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerTaskDetails Microsoft.Graph.Models.plannerUser-->global.Microsoft.Graph.Models.Entity @@ -108428,14 +107725,6 @@ Microsoft.Graph.Models.plannerUser::|public|Plans:List Microsoft.Graph.Models.plannerUser::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerUser -Microsoft.Graph.Models.plannerUserIds::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.plannerUserIds::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.plannerUserIds::|public|constructor():void -Microsoft.Graph.Models.plannerUserIds::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.plannerUserIds::|public|OdataType:string -Microsoft.Graph.Models.plannerUserIds::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.plannerUserIds::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PlannerUserIds -Microsoft.Graph.Models.plannerUserIds~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.platformCredentialAuthenticationMethod-->global.Microsoft.Graph.Models.AuthenticationMethod Microsoft.Graph.Models.platformCredentialAuthenticationMethod::|public|constructor():void Microsoft.Graph.Models.platformCredentialAuthenticationMethod::|public|CreatedDateTime:DateTimeOffset? @@ -108553,9 +107842,6 @@ Microsoft.Graph.Models.policyScopeBase::|static|public|CreateFromDiscriminatorVa Microsoft.Graph.Models.policyScopeBase~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.policyTemplate-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.policyTemplate::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.policyTemplate::|public|MultiTenantOrganizationIdentitySynchronization:global.Microsoft.Graph.Models.MultiTenantOrganizationIdentitySyncPolicyTemplate -Microsoft.Graph.Models.policyTemplate::|public|MultiTenantOrganizationPartnerConfiguration:global.Microsoft.Graph.Models.MultiTenantOrganizationPartnerConfigurationTemplate -Microsoft.Graph.Models.policyTemplate::|public|OdataType:string Microsoft.Graph.Models.policyTemplate::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.policyTemplate::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PolicyTemplate Microsoft.Graph.Models.policyTenantScope-->global.Microsoft.Graph.Models.PolicyScopeBase @@ -108741,52 +108027,9 @@ Microsoft.Graph.Models.printer::|public|Shares:List Microsoft.Graph.Models.printer::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Printer Microsoft.Graph.Models.printerBase-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.printerBase::|public|Capabilities:global.Microsoft.Graph.Models.PrinterCapabilities -Microsoft.Graph.Models.printerBase::|public|Defaults:global.Microsoft.Graph.Models.PrinterDefaults -Microsoft.Graph.Models.printerBase::|public|DisplayName:string Microsoft.Graph.Models.printerBase::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.printerBase::|public|IsAcceptingJobs:bool? -Microsoft.Graph.Models.printerBase::|public|Jobs:List -Microsoft.Graph.Models.printerBase::|public|Location:global.Microsoft.Graph.Models.PrinterLocation -Microsoft.Graph.Models.printerBase::|public|Manufacturer:string -Microsoft.Graph.Models.printerBase::|public|Model:string -Microsoft.Graph.Models.printerBase::|public|OdataType:string Microsoft.Graph.Models.printerBase::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.printerBase::|public|Status:global.Microsoft.Graph.Models.PrinterStatus Microsoft.Graph.Models.printerBase::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrinterBase -Microsoft.Graph.Models.printerCapabilities::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.printerCapabilities::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.printerCapabilities::|public|BottomMargins:List -Microsoft.Graph.Models.printerCapabilities::|public|Collation:bool? -Microsoft.Graph.Models.printerCapabilities::|public|ColorModes:List -Microsoft.Graph.Models.printerCapabilities::|public|constructor():void -Microsoft.Graph.Models.printerCapabilities::|public|ContentTypes:List -Microsoft.Graph.Models.printerCapabilities::|public|CopiesPerJob:global.Microsoft.Graph.Models.IntegerRange -Microsoft.Graph.Models.printerCapabilities::|public|Dpis:List -Microsoft.Graph.Models.printerCapabilities::|public|DuplexModes:List -Microsoft.Graph.Models.printerCapabilities::|public|FeedOrientations:List -Microsoft.Graph.Models.printerCapabilities::|public|Finishings:List -Microsoft.Graph.Models.printerCapabilities::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.printerCapabilities::|public|InputBins:List -Microsoft.Graph.Models.printerCapabilities::|public|IsColorPrintingSupported:bool? -Microsoft.Graph.Models.printerCapabilities::|public|IsPageRangeSupported:bool? -Microsoft.Graph.Models.printerCapabilities::|public|LeftMargins:List -Microsoft.Graph.Models.printerCapabilities::|public|MediaColors:List -Microsoft.Graph.Models.printerCapabilities::|public|MediaSizes:List -Microsoft.Graph.Models.printerCapabilities::|public|MediaTypes:List -Microsoft.Graph.Models.printerCapabilities::|public|MultipageLayouts:List -Microsoft.Graph.Models.printerCapabilities::|public|OdataType:string -Microsoft.Graph.Models.printerCapabilities::|public|Orientations:List -Microsoft.Graph.Models.printerCapabilities::|public|OutputBins:List -Microsoft.Graph.Models.printerCapabilities::|public|PagesPerSheet:List -Microsoft.Graph.Models.printerCapabilities::|public|Qualities:List -Microsoft.Graph.Models.printerCapabilities::|public|RightMargins:List -Microsoft.Graph.Models.printerCapabilities::|public|Scalings:List -Microsoft.Graph.Models.printerCapabilities::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.printerCapabilities::|public|SupportsFitPdfToPage:bool? -Microsoft.Graph.Models.printerCapabilities::|public|TopMargins:List -Microsoft.Graph.Models.printerCapabilities::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrinterCapabilities -Microsoft.Graph.Models.printerCapabilities~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.printerCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.printerCollectionResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.printerCollectionResponse::|public|Serialize(writer:ISerializationWriter):void @@ -108800,31 +108043,6 @@ Microsoft.Graph.Models.printerCreateOperation::|public|OdataType:string Microsoft.Graph.Models.printerCreateOperation::|public|Printer:global.Microsoft.Graph.Models.Printer Microsoft.Graph.Models.printerCreateOperation::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.printerCreateOperation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrinterCreateOperation -Microsoft.Graph.Models.printerDefaults::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.printerDefaults::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.printerDefaults::|public|ColorMode:global.Microsoft.Graph.Models.PrintColorMode? -Microsoft.Graph.Models.printerDefaults::|public|constructor():void -Microsoft.Graph.Models.printerDefaults::|public|ContentType:string -Microsoft.Graph.Models.printerDefaults::|public|CopiesPerJob:int? -Microsoft.Graph.Models.printerDefaults::|public|Dpi:int? -Microsoft.Graph.Models.printerDefaults::|public|DuplexMode:global.Microsoft.Graph.Models.PrintDuplexMode? -Microsoft.Graph.Models.printerDefaults::|public|Finishings:List -Microsoft.Graph.Models.printerDefaults::|public|FitPdfToPage:bool? -Microsoft.Graph.Models.printerDefaults::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.printerDefaults::|public|InputBin:string -Microsoft.Graph.Models.printerDefaults::|public|MediaColor:string -Microsoft.Graph.Models.printerDefaults::|public|MediaSize:string -Microsoft.Graph.Models.printerDefaults::|public|MediaType:string -Microsoft.Graph.Models.printerDefaults::|public|MultipageLayout:global.Microsoft.Graph.Models.PrintMultipageLayout? -Microsoft.Graph.Models.printerDefaults::|public|OdataType:string -Microsoft.Graph.Models.printerDefaults::|public|Orientation:global.Microsoft.Graph.Models.PrintOrientation? -Microsoft.Graph.Models.printerDefaults::|public|OutputBin:string -Microsoft.Graph.Models.printerDefaults::|public|PagesPerSheet:int? -Microsoft.Graph.Models.printerDefaults::|public|Quality:global.Microsoft.Graph.Models.PrintQuality? -Microsoft.Graph.Models.printerDefaults::|public|Scaling:global.Microsoft.Graph.Models.PrintScaling? -Microsoft.Graph.Models.printerDefaults::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.printerDefaults::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrinterDefaults -Microsoft.Graph.Models.printerDefaults~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.printerDiscoverySettings::|public|AdditionalData:IDictionary Microsoft.Graph.Models.printerDiscoverySettings::|public|AirPrint:global.Microsoft.Graph.Models.AirPrintSettings Microsoft.Graph.Models.printerDiscoverySettings::|public|BackingStore:IBackingStore @@ -108862,837 +108080,6 @@ Microsoft.Graph.Models.printerLocation::|public|Subdivision:List Microsoft.Graph.Models.printerLocation::|public|Subunit:List Microsoft.Graph.Models.printerLocation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrinterLocation Microsoft.Graph.Models.printerLocation~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.printerProcessingState::0000-unknown -Microsoft.Graph.Models.printerProcessingState::0001-idle -Microsoft.Graph.Models.printerProcessingState::0002-processing -Microsoft.Graph.Models.printerProcessingState::0003-stopped -Microsoft.Graph.Models.printerProcessingState::0004-unknownFutureValue -Microsoft.Graph.Models.printerProcessingStateDetail::0000-paused -Microsoft.Graph.Models.printerProcessingStateDetail::0001-mediaJam -Microsoft.Graph.Models.printerProcessingStateDetail::0002-mediaNeeded -Microsoft.Graph.Models.printerProcessingStateDetail::0003-mediaLow -Microsoft.Graph.Models.printerProcessingStateDetail::0004-mediaEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0005-coverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0006-interlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0007-outputTrayMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0008-outputAreaFull -Microsoft.Graph.Models.printerProcessingStateDetail::0009-markerSupplyLow -Microsoft.Graph.Models.printerProcessingStateDetail::0010-markerSupplyEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0011-inputTrayMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0012-outputAreaAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0013-markerWasteAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0014-markerWasteFull -Microsoft.Graph.Models.printerProcessingStateDetail::0015-fuserOverTemp -Microsoft.Graph.Models.printerProcessingStateDetail::0016-fuserUnderTemp -Microsoft.Graph.Models.printerProcessingStateDetail::0017-other -Microsoft.Graph.Models.printerProcessingStateDetail::0018-none -Microsoft.Graph.Models.printerProcessingStateDetail::0019-movingToPaused -Microsoft.Graph.Models.printerProcessingStateDetail::0020-shutdown -Microsoft.Graph.Models.printerProcessingStateDetail::0021-connectingToDevice -Microsoft.Graph.Models.printerProcessingStateDetail::0022-timedOut -Microsoft.Graph.Models.printerProcessingStateDetail::0023-stopping -Microsoft.Graph.Models.printerProcessingStateDetail::0024-stoppedPartially -Microsoft.Graph.Models.printerProcessingStateDetail::0025-tonerLow -Microsoft.Graph.Models.printerProcessingStateDetail::0026-tonerEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0027-spoolAreaFull -Microsoft.Graph.Models.printerProcessingStateDetail::0028-doorOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0029-opticalPhotoConductorNearEndOfLife -Microsoft.Graph.Models.printerProcessingStateDetail::0030-opticalPhotoConductorLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0031-developerLow -Microsoft.Graph.Models.printerProcessingStateDetail::0032-developerEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0033-interpreterResourceUnavailable -Microsoft.Graph.Models.printerProcessingStateDetail::0034-unknownFutureValue -Microsoft.Graph.Models.printerProcessingStateDetail::0035-alertRemovalOfBinaryChangeEntry -Microsoft.Graph.Models.printerProcessingStateDetail::0036-banderAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0037-banderAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0038-banderAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0039-banderAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0040-banderClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0041-banderConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0042-banderCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0043-banderCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0044-banderEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0045-banderFull -Microsoft.Graph.Models.printerProcessingStateDetail::0046-banderInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0047-banderInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0048-banderJam -Microsoft.Graph.Models.printerProcessingStateDetail::0049-banderLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0050-banderLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0051-banderMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0052-banderMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0053-banderMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0054-banderNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0055-banderOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0056-banderOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0057-banderOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0058-banderPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0059-banderRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0060-banderRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0061-banderRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0062-banderResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0063-banderResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0064-banderThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0065-banderTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0066-banderTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0067-banderTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0068-banderUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0069-banderUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0070-banderUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0071-banderWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0072-binderAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0073-binderAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0074-binderAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0075-binderAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0076-binderClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0077-binderConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0078-binderCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0079-binderCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0080-binderEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0081-binderFull -Microsoft.Graph.Models.printerProcessingStateDetail::0082-binderInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0083-binderInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0084-binderJam -Microsoft.Graph.Models.printerProcessingStateDetail::0085-binderLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0086-binderLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0087-binderMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0088-binderMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0089-binderMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0090-binderNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0091-binderOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0092-binderOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0093-binderOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0094-binderPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0095-binderRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0096-binderRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0097-binderRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0098-binderResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0099-binderResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0100-binderThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0101-binderTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0102-binderTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0103-binderTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0104-binderUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0105-binderUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0106-binderUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0107-binderWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0108-cameraFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0109-chamberCooling -Microsoft.Graph.Models.printerProcessingStateDetail::0110-chamberFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0111-chamberHeating -Microsoft.Graph.Models.printerProcessingStateDetail::0112-chamberTemperatureHigh -Microsoft.Graph.Models.printerProcessingStateDetail::0113-chamberTemperatureLow -Microsoft.Graph.Models.printerProcessingStateDetail::0114-cleanerLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0115-cleanerLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0116-configurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0117-deactivated -Microsoft.Graph.Models.printerProcessingStateDetail::0118-deleted -Microsoft.Graph.Models.printerProcessingStateDetail::0119-dieCutterAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0120-dieCutterAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0121-dieCutterAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0122-dieCutterAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0123-dieCutterClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0124-dieCutterConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0125-dieCutterCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0126-dieCutterCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0127-dieCutterEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0128-dieCutterFull -Microsoft.Graph.Models.printerProcessingStateDetail::0129-dieCutterInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0130-dieCutterInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0131-dieCutterJam -Microsoft.Graph.Models.printerProcessingStateDetail::0132-dieCutterLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0133-dieCutterLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0134-dieCutterMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0135-dieCutterMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0136-dieCutterMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0137-dieCutterNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0138-dieCutterOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0139-dieCutterOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0140-dieCutterOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0141-dieCutterPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0142-dieCutterRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0143-dieCutterRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0144-dieCutterRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0145-dieCutterResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0146-dieCutterResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0147-dieCutterThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0148-dieCutterTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0149-dieCutterTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0150-dieCutterTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0151-dieCutterUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0152-dieCutterUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0153-dieCutterUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0154-dieCutterWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0155-extruderCooling -Microsoft.Graph.Models.printerProcessingStateDetail::0156-extruderFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0157-extruderHeating -Microsoft.Graph.Models.printerProcessingStateDetail::0158-extruderJam -Microsoft.Graph.Models.printerProcessingStateDetail::0159-extruderTemperatureHigh -Microsoft.Graph.Models.printerProcessingStateDetail::0160-extruderTemperatureLow -Microsoft.Graph.Models.printerProcessingStateDetail::0161-fanFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0162-faxModemLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0163-faxModemLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0164-faxModemMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0165-faxModemTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0166-faxModemTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0167-folderAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0168-folderAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0169-folderAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0170-folderAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0171-folderClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0172-folderConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0173-folderCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0174-folderCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0175-folderEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0176-folderFull -Microsoft.Graph.Models.printerProcessingStateDetail::0177-folderInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0178-folderInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0179-folderJam -Microsoft.Graph.Models.printerProcessingStateDetail::0180-folderLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0181-folderLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0182-folderMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0183-folderMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0184-folderMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0185-folderNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0186-folderOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0187-folderOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0188-folderOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0189-folderPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0190-folderRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0191-folderRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0192-folderRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0193-folderResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0194-folderResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0195-folderThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0196-folderTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0197-folderTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0198-folderTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0199-folderUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0200-folderUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0201-folderUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0202-folderWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0203-hibernate -Microsoft.Graph.Models.printerProcessingStateDetail::0204-holdNewJobs -Microsoft.Graph.Models.printerProcessingStateDetail::0205-identifyPrinterRequested -Microsoft.Graph.Models.printerProcessingStateDetail::0206-imprinterAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0207-imprinterAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0208-imprinterAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0209-imprinterAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0210-imprinterClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0211-imprinterConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0212-imprinterCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0213-imprinterCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0214-imprinterEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0215-imprinterFull -Microsoft.Graph.Models.printerProcessingStateDetail::0216-imprinterInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0217-imprinterInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0218-imprinterJam -Microsoft.Graph.Models.printerProcessingStateDetail::0219-imprinterLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0220-imprinterLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0221-imprinterMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0222-imprinterMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0223-imprinterMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0224-imprinterNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0225-imprinterOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0226-imprinterOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0227-imprinterOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0228-imprinterPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0229-imprinterRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0230-imprinterRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0231-imprinterRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0232-imprinterResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0233-imprinterResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0234-imprinterThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0235-imprinterTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0236-imprinterTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0237-imprinterTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0238-imprinterUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0239-imprinterUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0240-imprinterUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0241-imprinterWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0242-inputCannotFeedSizeSelected -Microsoft.Graph.Models.printerProcessingStateDetail::0243-inputManualInputRequest -Microsoft.Graph.Models.printerProcessingStateDetail::0244-inputMediaColorChange -Microsoft.Graph.Models.printerProcessingStateDetail::0245-inputMediaFormPartsChange -Microsoft.Graph.Models.printerProcessingStateDetail::0246-inputMediaSizeChange -Microsoft.Graph.Models.printerProcessingStateDetail::0247-inputMediaTrayFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0248-inputMediaTrayFeedError -Microsoft.Graph.Models.printerProcessingStateDetail::0249-inputMediaTrayJam -Microsoft.Graph.Models.printerProcessingStateDetail::0250-inputMediaTypeChange -Microsoft.Graph.Models.printerProcessingStateDetail::0251-inputMediaWeightChange -Microsoft.Graph.Models.printerProcessingStateDetail::0252-inputPickRollerFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0253-inputPickRollerLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0254-inputPickRollerLifeWarn -Microsoft.Graph.Models.printerProcessingStateDetail::0255-inputPickRollerMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0256-inputTrayElevationFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0257-inputTrayPositionFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0258-inserterAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0259-inserterAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0260-inserterAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0261-inserterAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0262-inserterClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0263-inserterConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0264-inserterCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0265-inserterCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0266-inserterEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0267-inserterFull -Microsoft.Graph.Models.printerProcessingStateDetail::0268-inserterInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0269-inserterInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0270-inserterJam -Microsoft.Graph.Models.printerProcessingStateDetail::0271-inserterLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0272-inserterLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0273-inserterMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0274-inserterMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0275-inserterMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0276-inserterNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0277-inserterOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0278-inserterOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0279-inserterOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0280-inserterPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0281-inserterRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0282-inserterRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0283-inserterRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0284-inserterResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0285-inserterResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0286-inserterThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0287-inserterTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0288-inserterTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0289-inserterTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0290-inserterUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0291-inserterUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0292-inserterUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0293-inserterWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0294-interlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0295-interpreterCartridgeAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0296-interpreterCartridgeDeleted -Microsoft.Graph.Models.printerProcessingStateDetail::0297-interpreterComplexPageEncountered -Microsoft.Graph.Models.printerProcessingStateDetail::0298-interpreterMemoryDecrease -Microsoft.Graph.Models.printerProcessingStateDetail::0299-interpreterMemoryIncrease -Microsoft.Graph.Models.printerProcessingStateDetail::0300-interpreterResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0301-interpreterResourceDeleted -Microsoft.Graph.Models.printerProcessingStateDetail::0302-lampAtEol -Microsoft.Graph.Models.printerProcessingStateDetail::0303-lampFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0304-lampNearEol -Microsoft.Graph.Models.printerProcessingStateDetail::0305-laserAtEol -Microsoft.Graph.Models.printerProcessingStateDetail::0306-laserFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0307-laserNearEol -Microsoft.Graph.Models.printerProcessingStateDetail::0308-makeEnvelopeAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0309-makeEnvelopeAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0310-makeEnvelopeAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0311-makeEnvelopeAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0312-makeEnvelopeClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0313-makeEnvelopeConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0314-makeEnvelopeCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0315-makeEnvelopeCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0316-makeEnvelopeEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0317-makeEnvelopeFull -Microsoft.Graph.Models.printerProcessingStateDetail::0318-makeEnvelopeInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0319-makeEnvelopeInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0320-makeEnvelopeJam -Microsoft.Graph.Models.printerProcessingStateDetail::0321-makeEnvelopeLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0322-makeEnvelopeLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0323-makeEnvelopeMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0324-makeEnvelopeMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0325-makeEnvelopeMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0326-makeEnvelopeNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0327-makeEnvelopeOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0328-makeEnvelopeOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0329-makeEnvelopeOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0330-makeEnvelopePowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0331-makeEnvelopeRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0332-makeEnvelopeRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0333-makeEnvelopeRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0334-makeEnvelopeResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0335-makeEnvelopeResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0336-makeEnvelopeThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0337-makeEnvelopeTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0338-makeEnvelopeTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0339-makeEnvelopeTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0340-makeEnvelopeUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0341-makeEnvelopeUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0342-makeEnvelopeUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0343-makeEnvelopeWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0344-markerAdjustingPrintQuality -Microsoft.Graph.Models.printerProcessingStateDetail::0345-markerCleanerMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0346-markerDeveloperAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0347-markerDeveloperEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0348-markerDeveloperMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0349-markerFuserMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0350-markerFuserThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0351-markerFuserTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0352-markerInkAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0353-markerInkEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0354-markerInkMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0355-markerOpcMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0356-markerPrintRibbonAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0357-markerPrintRibbonEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0358-markerPrintRibbonMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0359-markerSupplyAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0360-markerSupplyMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0361-markerTonerCartridgeMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0362-markerTonerMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0363-markerWasteInkReceptacleAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0364-markerWasteInkReceptacleFull -Microsoft.Graph.Models.printerProcessingStateDetail::0365-markerWasteInkReceptacleMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0366-markerWasteMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0367-markerWasteTonerReceptacleAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0368-markerWasteTonerReceptacleFull -Microsoft.Graph.Models.printerProcessingStateDetail::0369-markerWasteTonerReceptacleMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0370-materialEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0371-materialLow -Microsoft.Graph.Models.printerProcessingStateDetail::0372-materialNeeded -Microsoft.Graph.Models.printerProcessingStateDetail::0373-mediaDrying -Microsoft.Graph.Models.printerProcessingStateDetail::0374-mediaPathCannotDuplexMediaSelected -Microsoft.Graph.Models.printerProcessingStateDetail::0375-mediaPathFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0376-mediaPathInputEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0377-mediaPathInputFeedError -Microsoft.Graph.Models.printerProcessingStateDetail::0378-mediaPathInputJam -Microsoft.Graph.Models.printerProcessingStateDetail::0379-mediaPathInputRequest -Microsoft.Graph.Models.printerProcessingStateDetail::0380-mediaPathJam -Microsoft.Graph.Models.printerProcessingStateDetail::0381-mediaPathMediaTrayAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0382-mediaPathMediaTrayFull -Microsoft.Graph.Models.printerProcessingStateDetail::0383-mediaPathMediaTrayMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0384-mediaPathOutputFeedError -Microsoft.Graph.Models.printerProcessingStateDetail::0385-mediaPathOutputFull -Microsoft.Graph.Models.printerProcessingStateDetail::0386-mediaPathOutputJam -Microsoft.Graph.Models.printerProcessingStateDetail::0387-mediaPathPickRollerFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0388-mediaPathPickRollerLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0389-mediaPathPickRollerLifeWarn -Microsoft.Graph.Models.printerProcessingStateDetail::0390-mediaPathPickRollerMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0391-motorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0392-outputMailboxSelectFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0393-outputMediaTrayFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0394-outputMediaTrayFeedError -Microsoft.Graph.Models.printerProcessingStateDetail::0395-outputMediaTrayJam -Microsoft.Graph.Models.printerProcessingStateDetail::0396-perforaterAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0397-perforaterAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0398-perforaterAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0399-perforaterAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0400-perforaterClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0401-perforaterConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0402-perforaterCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0403-perforaterCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0404-perforaterEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0405-perforaterFull -Microsoft.Graph.Models.printerProcessingStateDetail::0406-perforaterInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0407-perforaterInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0408-perforaterJam -Microsoft.Graph.Models.printerProcessingStateDetail::0409-perforaterLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0410-perforaterLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0411-perforaterMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0412-perforaterMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0413-perforaterMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0414-perforaterNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0415-perforaterOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0416-perforaterOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0417-perforaterOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0418-perforaterPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0419-perforaterRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0420-perforaterRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0421-perforaterRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0422-perforaterResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0423-perforaterResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0424-perforaterThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0425-perforaterTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0426-perforaterTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0427-perforaterTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0428-perforaterUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0429-perforaterUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0430-perforaterUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0431-perforaterWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0432-platformCooling -Microsoft.Graph.Models.printerProcessingStateDetail::0433-platformFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0434-platformHeating -Microsoft.Graph.Models.printerProcessingStateDetail::0435-platformTemperatureHigh -Microsoft.Graph.Models.printerProcessingStateDetail::0436-platformTemperatureLow -Microsoft.Graph.Models.printerProcessingStateDetail::0437-powerDown -Microsoft.Graph.Models.printerProcessingStateDetail::0438-powerUp -Microsoft.Graph.Models.printerProcessingStateDetail::0439-printerManualReset -Microsoft.Graph.Models.printerProcessingStateDetail::0440-printerNmsReset -Microsoft.Graph.Models.printerProcessingStateDetail::0441-printerReadyToPrint -Microsoft.Graph.Models.printerProcessingStateDetail::0442-puncherAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0443-puncherAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0444-puncherAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0445-puncherAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0446-puncherClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0447-puncherConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0448-puncherCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0449-puncherCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0450-puncherEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0451-puncherFull -Microsoft.Graph.Models.printerProcessingStateDetail::0452-puncherInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0453-puncherInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0454-puncherJam -Microsoft.Graph.Models.printerProcessingStateDetail::0455-puncherLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0456-puncherLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0457-puncherMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0458-puncherMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0459-puncherMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0460-puncherNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0461-puncherOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0462-puncherOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0463-puncherOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0464-puncherPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0465-puncherRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0466-puncherRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0467-puncherRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0468-puncherResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0469-puncherResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0470-puncherThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0471-puncherTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0472-puncherTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0473-puncherTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0474-puncherUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0475-puncherUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0476-puncherUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0477-puncherWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0478-resuming -Microsoft.Graph.Models.printerProcessingStateDetail::0479-scanMediaPathFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0480-scanMediaPathInputEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0481-scanMediaPathInputFeedError -Microsoft.Graph.Models.printerProcessingStateDetail::0482-scanMediaPathInputJam -Microsoft.Graph.Models.printerProcessingStateDetail::0483-scanMediaPathInputRequest -Microsoft.Graph.Models.printerProcessingStateDetail::0484-scanMediaPathJam -Microsoft.Graph.Models.printerProcessingStateDetail::0485-scanMediaPathOutputFeedError -Microsoft.Graph.Models.printerProcessingStateDetail::0486-scanMediaPathOutputFull -Microsoft.Graph.Models.printerProcessingStateDetail::0487-scanMediaPathOutputJam -Microsoft.Graph.Models.printerProcessingStateDetail::0488-scanMediaPathPickRollerFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0489-scanMediaPathPickRollerLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0490-scanMediaPathPickRollerLifeWarn -Microsoft.Graph.Models.printerProcessingStateDetail::0491-scanMediaPathPickRollerMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0492-scanMediaPathTrayAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0493-scanMediaPathTrayFull -Microsoft.Graph.Models.printerProcessingStateDetail::0494-scanMediaPathTrayMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0495-scannerLightFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0496-scannerLightLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0497-scannerLightLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0498-scannerLightMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0499-scannerSensorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0500-scannerSensorLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0501-scannerSensorLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0502-scannerSensorMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0503-separationCutterAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0504-separationCutterAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0505-separationCutterAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0506-separationCutterAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0507-separationCutterClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0508-separationCutterConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0509-separationCutterCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0510-separationCutterCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0511-separationCutterEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0512-separationCutterFull -Microsoft.Graph.Models.printerProcessingStateDetail::0513-separationCutterInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0514-separationCutterInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0515-separationCutterJam -Microsoft.Graph.Models.printerProcessingStateDetail::0516-separationCutterLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0517-separationCutterLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0518-separationCutterMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0519-separationCutterMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0520-separationCutterMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0521-separationCutterNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0522-separationCutterOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0523-separationCutterOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0524-separationCutterOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0525-separationCutterPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0526-separationCutterRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0527-separationCutterRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0528-separationCutterRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0529-separationCutterResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0530-separationCutterResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0531-separationCutterThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0532-separationCutterTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0533-separationCutterTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0534-separationCutterTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0535-separationCutterUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0536-separationCutterUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0537-separationCutterUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0538-separationCutterWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0539-sheetRotatorAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0540-sheetRotatorAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0541-sheetRotatorAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0542-sheetRotatorAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0543-sheetRotatorClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0544-sheetRotatorConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0545-sheetRotatorCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0546-sheetRotatorCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0547-sheetRotatorEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0548-sheetRotatorFull -Microsoft.Graph.Models.printerProcessingStateDetail::0549-sheetRotatorInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0550-sheetRotatorInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0551-sheetRotatorJam -Microsoft.Graph.Models.printerProcessingStateDetail::0552-sheetRotatorLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0553-sheetRotatorLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0554-sheetRotatorMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0555-sheetRotatorMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0556-sheetRotatorMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0557-sheetRotatorNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0558-sheetRotatorOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0559-sheetRotatorOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0560-sheetRotatorOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0561-sheetRotatorPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0562-sheetRotatorRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0563-sheetRotatorRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0564-sheetRotatorRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0565-sheetRotatorResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0566-sheetRotatorResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0567-sheetRotatorThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0568-sheetRotatorTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0569-sheetRotatorTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0570-sheetRotatorTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0571-sheetRotatorUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0572-sheetRotatorUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0573-sheetRotatorUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0574-sheetRotatorWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0575-slitterAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0576-slitterAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0577-slitterAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0578-slitterAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0579-slitterClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0580-slitterConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0581-slitterCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0582-slitterCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0583-slitterEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0584-slitterFull -Microsoft.Graph.Models.printerProcessingStateDetail::0585-slitterInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0586-slitterInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0587-slitterJam -Microsoft.Graph.Models.printerProcessingStateDetail::0588-slitterLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0589-slitterLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0590-slitterMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0591-slitterMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0592-slitterMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0593-slitterNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0594-slitterOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0595-slitterOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0596-slitterOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0597-slitterPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0598-slitterRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0599-slitterRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0600-slitterRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0601-slitterResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0602-slitterResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0603-slitterThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0604-slitterTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0605-slitterTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0606-slitterTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0607-slitterUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0608-slitterUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0609-slitterUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0610-slitterWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0611-stackerAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0612-stackerAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0613-stackerAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0614-stackerAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0615-stackerClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0616-stackerConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0617-stackerCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0618-stackerCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0619-stackerEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0620-stackerFull -Microsoft.Graph.Models.printerProcessingStateDetail::0621-stackerInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0622-stackerInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0623-stackerJam -Microsoft.Graph.Models.printerProcessingStateDetail::0624-stackerLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0625-stackerLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0626-stackerMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0627-stackerMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0628-stackerMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0629-stackerNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0630-stackerOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0631-stackerOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0632-stackerOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0633-stackerPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0634-stackerRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0635-stackerRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0636-stackerRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0637-stackerResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0638-stackerResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0639-stackerThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0640-stackerTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0641-stackerTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0642-stackerTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0643-stackerUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0644-stackerUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0645-stackerUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0646-stackerWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0647-standby -Microsoft.Graph.Models.printerProcessingStateDetail::0648-staplerAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0649-staplerAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0650-staplerAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0651-staplerAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0652-staplerClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0653-staplerConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0654-staplerCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0655-staplerCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0656-staplerEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0657-staplerFull -Microsoft.Graph.Models.printerProcessingStateDetail::0658-staplerInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0659-staplerInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0660-staplerJam -Microsoft.Graph.Models.printerProcessingStateDetail::0661-staplerLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0662-staplerLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0663-staplerMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0664-staplerMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0665-staplerMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0666-staplerNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0667-staplerOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0668-staplerOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0669-staplerOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0670-staplerPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0671-staplerRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0672-staplerRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0673-staplerRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0674-staplerResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0675-staplerResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0676-staplerThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0677-staplerTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0678-staplerTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0679-staplerTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0680-staplerUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0681-staplerUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0682-staplerUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0683-staplerWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0684-stitcherAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0685-stitcherAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0686-stitcherAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0687-stitcherAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0688-stitcherClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0689-stitcherConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0690-stitcherCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0691-stitcherCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0692-stitcherEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0693-stitcherFull -Microsoft.Graph.Models.printerProcessingStateDetail::0694-stitcherInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0695-stitcherInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0696-stitcherJam -Microsoft.Graph.Models.printerProcessingStateDetail::0697-stitcherLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0698-stitcherLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0699-stitcherMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0700-stitcherMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0701-stitcherMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0702-stitcherNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0703-stitcherOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0704-stitcherOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0705-stitcherOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0706-stitcherPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0707-stitcherRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0708-stitcherRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0709-stitcherRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0710-stitcherResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0711-stitcherResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0712-stitcherThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0713-stitcherTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0714-stitcherTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0715-stitcherTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0716-stitcherUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0717-stitcherUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0718-stitcherUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0719-stitcherWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0720-subunitAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0721-subunitAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0722-subunitAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0723-subunitAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0724-subunitClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0725-subunitCoolingDown -Microsoft.Graph.Models.printerProcessingStateDetail::0726-subunitEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0727-subunitFull -Microsoft.Graph.Models.printerProcessingStateDetail::0728-subunitLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0729-subunitLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0730-subunitMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0731-subunitMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0732-subunitMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0733-subunitNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0734-subunitOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0735-subunitOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0736-subunitOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0737-subunitPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0738-subunitRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0739-subunitRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0740-subunitRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0741-subunitResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0742-subunitResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0743-subunitThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0744-subunitTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0745-subunitTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0746-subunitTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0747-subunitUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0748-subunitUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0749-subunitUnrecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0750-subunitWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0751-suspend -Microsoft.Graph.Models.printerProcessingStateDetail::0752-testing -Microsoft.Graph.Models.printerProcessingStateDetail::0753-trimmerAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0754-trimmerAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0755-trimmerAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0756-trimmerAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0757-trimmerClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0758-trimmerConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0759-trimmerCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0760-trimmerCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0761-trimmerEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0762-trimmerFull -Microsoft.Graph.Models.printerProcessingStateDetail::0763-trimmerInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0764-trimmerInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0765-trimmerJam -Microsoft.Graph.Models.printerProcessingStateDetail::0766-trimmerLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0767-trimmerLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0768-trimmerMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0769-trimmerMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0770-trimmerMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0771-trimmerNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0772-trimmerOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0773-trimmerOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0774-trimmerOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0775-trimmerPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0776-trimmerRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0777-trimmerRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0778-trimmerRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0779-trimmerResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0780-trimmerResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0781-trimmerThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0782-trimmerTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0783-trimmerTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0784-trimmerTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0785-trimmerUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0786-trimmerUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0787-trimmerUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0788-trimmerWarmingUp -Microsoft.Graph.Models.printerProcessingStateDetail::0789-unknown -Microsoft.Graph.Models.printerProcessingStateDetail::0790-wrapperAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0791-wrapperAlmostEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0792-wrapperAlmostFull -Microsoft.Graph.Models.printerProcessingStateDetail::0793-wrapperAtLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0794-wrapperClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0795-wrapperConfigurationChange -Microsoft.Graph.Models.printerProcessingStateDetail::0796-wrapperCoverClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0797-wrapperCoverOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0798-wrapperEmpty -Microsoft.Graph.Models.printerProcessingStateDetail::0799-wrapperFull -Microsoft.Graph.Models.printerProcessingStateDetail::0800-wrapperInterlockClosed -Microsoft.Graph.Models.printerProcessingStateDetail::0801-wrapperInterlockOpen -Microsoft.Graph.Models.printerProcessingStateDetail::0802-wrapperJam -Microsoft.Graph.Models.printerProcessingStateDetail::0803-wrapperLifeAlmostOver -Microsoft.Graph.Models.printerProcessingStateDetail::0804-wrapperLifeOver -Microsoft.Graph.Models.printerProcessingStateDetail::0805-wrapperMemoryExhausted -Microsoft.Graph.Models.printerProcessingStateDetail::0806-wrapperMissing -Microsoft.Graph.Models.printerProcessingStateDetail::0807-wrapperMotorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0808-wrapperNearLimit -Microsoft.Graph.Models.printerProcessingStateDetail::0809-wrapperOffline -Microsoft.Graph.Models.printerProcessingStateDetail::0810-wrapperOpened -Microsoft.Graph.Models.printerProcessingStateDetail::0811-wrapperOverTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0812-wrapperPowerSaver -Microsoft.Graph.Models.printerProcessingStateDetail::0813-wrapperRecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0814-wrapperRecoverableStorage -Microsoft.Graph.Models.printerProcessingStateDetail::0815-wrapperRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0816-wrapperResourceAdded -Microsoft.Graph.Models.printerProcessingStateDetail::0817-wrapperResourceRemoved -Microsoft.Graph.Models.printerProcessingStateDetail::0818-wrapperThermistorFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0819-wrapperTimingFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0820-wrapperTurnedOff -Microsoft.Graph.Models.printerProcessingStateDetail::0821-wrapperTurnedOn -Microsoft.Graph.Models.printerProcessingStateDetail::0822-wrapperUnderTemperature -Microsoft.Graph.Models.printerProcessingStateDetail::0823-wrapperUnrecoverableFailure -Microsoft.Graph.Models.printerProcessingStateDetail::0824-wrapperUnrecoverableStorageError -Microsoft.Graph.Models.printerProcessingStateDetail::0825-wrapperWarmingUp Microsoft.Graph.Models.printerShare-->global.Microsoft.Graph.Models.PrinterBase Microsoft.Graph.Models.printerShare::|public|AllowAllUsers:bool? Microsoft.Graph.Models.printerShare::|public|AllowedGroups:List @@ -109719,85 +108106,8 @@ Microsoft.Graph.Models.printerShareViewpoint::|public|OdataType:string Microsoft.Graph.Models.printerShareViewpoint::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.printerShareViewpoint::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrinterShareViewpoint Microsoft.Graph.Models.printerShareViewpoint~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.printerStatus::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.printerStatus::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.printerStatus::|public|constructor():void -Microsoft.Graph.Models.printerStatus::|public|Description:string -Microsoft.Graph.Models.printerStatus::|public|Details:List -Microsoft.Graph.Models.printerStatus::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.printerStatus::|public|OdataType:string -Microsoft.Graph.Models.printerStatus::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.printerStatus::|public|State:global.Microsoft.Graph.Models.PrinterProcessingState? -Microsoft.Graph.Models.printerStatus::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrinterStatus -Microsoft.Graph.Models.printerStatus~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.printEvent::0000-jobStarted Microsoft.Graph.Models.printEvent::0001-unknownFutureValue -Microsoft.Graph.Models.printFinishing::0000-none -Microsoft.Graph.Models.printFinishing::0001-staple -Microsoft.Graph.Models.printFinishing::0002-punch -Microsoft.Graph.Models.printFinishing::0003-cover -Microsoft.Graph.Models.printFinishing::0004-bind -Microsoft.Graph.Models.printFinishing::0005-saddleStitch -Microsoft.Graph.Models.printFinishing::0006-stitchEdge -Microsoft.Graph.Models.printFinishing::0007-stapleTopLeft -Microsoft.Graph.Models.printFinishing::0008-stapleBottomLeft -Microsoft.Graph.Models.printFinishing::0009-stapleTopRight -Microsoft.Graph.Models.printFinishing::0010-stapleBottomRight -Microsoft.Graph.Models.printFinishing::0011-stitchLeftEdge -Microsoft.Graph.Models.printFinishing::0012-stitchTopEdge -Microsoft.Graph.Models.printFinishing::0013-stitchRightEdge -Microsoft.Graph.Models.printFinishing::0014-stitchBottomEdge -Microsoft.Graph.Models.printFinishing::0015-stapleDualLeft -Microsoft.Graph.Models.printFinishing::0016-stapleDualTop -Microsoft.Graph.Models.printFinishing::0017-stapleDualRight -Microsoft.Graph.Models.printFinishing::0018-stapleDualBottom -Microsoft.Graph.Models.printFinishing::0019-unknownFutureValue -Microsoft.Graph.Models.printFinishing::0020-stapleTripleLeft -Microsoft.Graph.Models.printFinishing::0021-stapleTripleTop -Microsoft.Graph.Models.printFinishing::0022-stapleTripleRight -Microsoft.Graph.Models.printFinishing::0023-stapleTripleBottom -Microsoft.Graph.Models.printFinishing::0024-bindLeft -Microsoft.Graph.Models.printFinishing::0025-bindTop -Microsoft.Graph.Models.printFinishing::0026-bindRight -Microsoft.Graph.Models.printFinishing::0027-bindBottom -Microsoft.Graph.Models.printFinishing::0028-foldAccordion -Microsoft.Graph.Models.printFinishing::0029-foldDoubleGate -Microsoft.Graph.Models.printFinishing::0030-foldGate -Microsoft.Graph.Models.printFinishing::0031-foldHalf -Microsoft.Graph.Models.printFinishing::0032-foldHalfZ -Microsoft.Graph.Models.printFinishing::0033-foldLeftGate -Microsoft.Graph.Models.printFinishing::0034-foldLetter -Microsoft.Graph.Models.printFinishing::0035-foldParallel -Microsoft.Graph.Models.printFinishing::0036-foldPoster -Microsoft.Graph.Models.printFinishing::0037-foldRightGate -Microsoft.Graph.Models.printFinishing::0038-foldZ -Microsoft.Graph.Models.printFinishing::0039-foldEngineeringZ -Microsoft.Graph.Models.printFinishing::0040-punchTopLeft -Microsoft.Graph.Models.printFinishing::0041-punchBottomLeft -Microsoft.Graph.Models.printFinishing::0042-punchTopRight -Microsoft.Graph.Models.printFinishing::0043-punchBottomRight -Microsoft.Graph.Models.printFinishing::0044-punchDualLeft -Microsoft.Graph.Models.printFinishing::0045-punchDualTop -Microsoft.Graph.Models.printFinishing::0046-punchDualRight -Microsoft.Graph.Models.printFinishing::0047-punchDualBottom -Microsoft.Graph.Models.printFinishing::0048-punchTripleLeft -Microsoft.Graph.Models.printFinishing::0049-punchTripleTop -Microsoft.Graph.Models.printFinishing::0050-punchTripleRight -Microsoft.Graph.Models.printFinishing::0051-punchTripleBottom -Microsoft.Graph.Models.printFinishing::0052-punchQuadLeft -Microsoft.Graph.Models.printFinishing::0053-punchQuadTop -Microsoft.Graph.Models.printFinishing::0054-punchQuadRight -Microsoft.Graph.Models.printFinishing::0055-punchQuadBottom -Microsoft.Graph.Models.printFinishing::0056-fold -Microsoft.Graph.Models.printFinishing::0057-trim -Microsoft.Graph.Models.printFinishing::0058-bale -Microsoft.Graph.Models.printFinishing::0059-bookletMaker -Microsoft.Graph.Models.printFinishing::0060-coat -Microsoft.Graph.Models.printFinishing::0061-laminate -Microsoft.Graph.Models.printFinishing::0062-trimAfterPages -Microsoft.Graph.Models.printFinishing::0063-trimAfterDocuments -Microsoft.Graph.Models.printFinishing::0064-trimAfterCopies -Microsoft.Graph.Models.printFinishing::0065-trimAfterJob Microsoft.Graph.Models.printJob-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.printJob::|public|AcknowledgedDateTime:DateTimeOffset? Microsoft.Graph.Models.printJob::|public|Configuration:global.Microsoft.Graph.Models.PrintJobConfiguration @@ -109828,7 +108138,7 @@ Microsoft.Graph.Models.printJobConfiguration::|public|Copies:int? Microsoft.Graph.Models.printJobConfiguration::|public|Dpi:int? Microsoft.Graph.Models.printJobConfiguration::|public|DuplexMode:global.Microsoft.Graph.Models.PrintDuplexMode? Microsoft.Graph.Models.printJobConfiguration::|public|FeedOrientation:global.Microsoft.Graph.Models.PrinterFeedOrientation? -Microsoft.Graph.Models.printJobConfiguration::|public|Finishings:List +Microsoft.Graph.Models.printJobConfiguration::|public|Finishings:List Microsoft.Graph.Models.printJobConfiguration::|public|FitPdfToPage:bool? Microsoft.Graph.Models.printJobConfiguration::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.printJobConfiguration::|public|InputBin:string @@ -110160,15 +108470,7 @@ Microsoft.Graph.Models.privilegedAccessGroupAssignmentType::0000-assigned Microsoft.Graph.Models.privilegedAccessGroupAssignmentType::0001-activated Microsoft.Graph.Models.privilegedAccessGroupAssignmentType::0002-unknownFutureValue Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule-->global.Microsoft.Graph.Models.PrivilegedAccessSchedule -Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|AccessId:global.Microsoft.Graph.Models.PrivilegedAccessGroupRelationships? -Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|constructor():void Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|Group:global.Microsoft.Graph.Models.Group -Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|GroupId:string -Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|MemberType:global.Microsoft.Graph.Models.PrivilegedAccessGroupMemberType? -Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|OdataType:string -Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|Principal:global.Microsoft.Graph.Models.DirectoryObject -Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|PrincipalId:string Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.privilegedAccessGroupEligibilitySchedule::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrivilegedAccessGroupEligibilitySchedule Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -110177,16 +108479,7 @@ Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleCollectionRespons Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleCollectionResponse::|public|Value:List Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrivilegedAccessGroupEligibilityScheduleCollectionResponse Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance-->global.Microsoft.Graph.Models.PrivilegedAccessScheduleInstance -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|AccessId:global.Microsoft.Graph.Models.PrivilegedAccessGroupRelationships? -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|constructor():void -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|EligibilityScheduleId:string Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|Group:global.Microsoft.Graph.Models.Group -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|GroupId:string -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|MemberType:global.Microsoft.Graph.Models.PrivilegedAccessGroupMemberType? -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|OdataType:string -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|Principal:global.Microsoft.Graph.Models.DirectoryObject -Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|PrincipalId:string Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstance::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrivilegedAccessGroupEligibilityScheduleInstance Microsoft.Graph.Models.privilegedAccessGroupEligibilityScheduleInstanceCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -110220,19 +108513,11 @@ Microsoft.Graph.Models.privilegedAccessGroupRelationships::0001-member Microsoft.Graph.Models.privilegedAccessGroupRelationships::0002-unknownFutureValue Microsoft.Graph.Models.privilegedAccessRoot-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.privilegedAccessRoot::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.privilegedAccessRoot::|public|Group:global.Microsoft.Graph.Models.PrivilegedAccessGroup -Microsoft.Graph.Models.privilegedAccessRoot::|public|OdataType:string Microsoft.Graph.Models.privilegedAccessRoot::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.privilegedAccessRoot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrivilegedAccessRoot Microsoft.Graph.Models.privilegedAccessSchedule-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.privilegedAccessSchedule::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.privilegedAccessSchedule::|public|CreatedUsing:string Microsoft.Graph.Models.privilegedAccessSchedule::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.privilegedAccessSchedule::|public|ModifiedDateTime:DateTimeOffset? -Microsoft.Graph.Models.privilegedAccessSchedule::|public|OdataType:string -Microsoft.Graph.Models.privilegedAccessSchedule::|public|ScheduleInfo:global.Microsoft.Graph.Models.RequestSchedule Microsoft.Graph.Models.privilegedAccessSchedule::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.privilegedAccessSchedule::|public|Status:string Microsoft.Graph.Models.privilegedAccessSchedule::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PrivilegedAccessSchedule Microsoft.Graph.Models.privilegedAccessScheduleInstance-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.privilegedAccessScheduleInstance::|public|EndDateTime:DateTimeOffset? @@ -110387,10 +108672,7 @@ Microsoft.Graph.Models.profileCardPropertyCollectionResponse::|public|Value:List Microsoft.Graph.Models.profileCardPropertyCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ProfileCardPropertyCollectionResponse Microsoft.Graph.Models.profilePhoto-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.profilePhoto::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.profilePhoto::|public|Height:int? -Microsoft.Graph.Models.profilePhoto::|public|OdataType:string Microsoft.Graph.Models.profilePhoto::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.profilePhoto::|public|Width:int? Microsoft.Graph.Models.profilePhoto::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ProfilePhoto Microsoft.Graph.Models.profilePhotoCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.profilePhotoCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -110411,8 +108693,6 @@ Microsoft.Graph.Models.promptLoginBehavior::0003-unknownFutureValue Microsoft.Graph.Models.prompt~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.pronounsSettings-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.pronounsSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.pronounsSettings::|public|IsEnabledInOrganization:bool? -Microsoft.Graph.Models.pronounsSettings::|public|OdataType:string Microsoft.Graph.Models.pronounsSettings::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.pronounsSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PronounsSettings Microsoft.Graph.Models.protectedApplicationMetadata-->global.Microsoft.Graph.Models.IntegratedApplicationMetadata @@ -110422,6 +108702,17 @@ Microsoft.Graph.Models.protectedApplicationMetadata::|public|GetFieldDeserialize Microsoft.Graph.Models.protectedApplicationMetadata::|public|OdataType:string Microsoft.Graph.Models.protectedApplicationMetadata::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.protectedApplicationMetadata::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ProtectedApplicationMetadata +Microsoft.Graph.Models.protectedContent::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.protectedContent::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.protectedContent::|public|Cid:string +Microsoft.Graph.Models.protectedContent::|public|constructor():void +Microsoft.Graph.Models.protectedContent::|public|Format:string +Microsoft.Graph.Models.protectedContent::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.protectedContent::|public|LabelId:string +Microsoft.Graph.Models.protectedContent::|public|OdataType:string +Microsoft.Graph.Models.protectedContent::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.protectedContent::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ProtectedContent +Microsoft.Graph.Models.protectedContent~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.protectionPolicyBase-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.protectionPolicyBase::|public|CreatedBy:global.Microsoft.Graph.Models.IdentitySet Microsoft.Graph.Models.protectionPolicyBase::|public|CreatedDateTime:DateTimeOffset? @@ -110697,9 +108988,7 @@ Microsoft.Graph.Models.publicInnerError::|public|Target:string Microsoft.Graph.Models.publicInnerError::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PublicInnerError Microsoft.Graph.Models.publicInnerError~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.publicKeyInfrastructureRoot-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.publicKeyInfrastructureRoot::|public|CertificateBasedAuthConfigurations:List Microsoft.Graph.Models.publicKeyInfrastructureRoot::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.publicKeyInfrastructureRoot::|public|OdataType:string Microsoft.Graph.Models.publicKeyInfrastructureRoot::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.publicKeyInfrastructureRoot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.PublicKeyInfrastructureRoot Microsoft.Graph.Models.quarantineReason::0000-EncounteredBaseEscrowThreshold @@ -110710,20 +108999,6 @@ Microsoft.Graph.Models.quarantineReason::0004-Unknown Microsoft.Graph.Models.quarantineReason::0005-QuarantinedOnDemand Microsoft.Graph.Models.quarantineReason::0006-TooManyDeletes Microsoft.Graph.Models.quarantineReason::0007-IngestionInterrupted -Microsoft.Graph.Models.quota::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.quota::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.quota::|public|constructor():void -Microsoft.Graph.Models.quota::|public|Deleted:long? -Microsoft.Graph.Models.quota::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.quota::|public|OdataType:string -Microsoft.Graph.Models.quota::|public|Remaining:long? -Microsoft.Graph.Models.quota::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.quota::|public|State:string -Microsoft.Graph.Models.quota::|public|StoragePlanInformation:global.Microsoft.Graph.Models.StoragePlanInformation -Microsoft.Graph.Models.quota::|public|Total:long? -Microsoft.Graph.Models.quota::|public|Used:long? -Microsoft.Graph.Models.quota::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Quota -Microsoft.Graph.Models.quota~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.ratingAppsType::0000-allAllowed Microsoft.Graph.Models.ratingAppsType::0001-allBlocked Microsoft.Graph.Models.ratingAppsType::0002-agesAbove4 @@ -110952,7 +109227,7 @@ Microsoft.Graph.Models.recurrencePattern::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.recurrencePattern::|public|DaysOfWeek:List Microsoft.Graph.Models.recurrencePattern::|public|FirstDayOfWeek:global.Microsoft.Graph.Models.DayOfWeekObject? Microsoft.Graph.Models.recurrencePattern::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.recurrencePattern::|public|Index:global.Microsoft.Graph.Models.WeekIndex? @@ -111183,10 +109458,7 @@ Microsoft.Graph.Models.remoteAssistancePartnerCollectionResponse::|public|Value: Microsoft.Graph.Models.remoteAssistancePartnerCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RemoteAssistancePartnerCollectionResponse Microsoft.Graph.Models.remoteDesktopSecurityConfiguration-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.remoteDesktopSecurityConfiguration::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.remoteDesktopSecurityConfiguration::|public|IsRemoteDesktopProtocolEnabled:bool? -Microsoft.Graph.Models.remoteDesktopSecurityConfiguration::|public|OdataType:string Microsoft.Graph.Models.remoteDesktopSecurityConfiguration::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.remoteDesktopSecurityConfiguration::|public|TargetDeviceGroups:List Microsoft.Graph.Models.remoteDesktopSecurityConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RemoteDesktopSecurityConfiguration Microsoft.Graph.Models.remoteItem::|public|AdditionalData:IDictionary Microsoft.Graph.Models.remoteItem::|public|BackingStore:IBackingStore @@ -111467,13 +109739,8 @@ Microsoft.Graph.Models.restoreArtifactsBulkRequestStatus::0002-completed Microsoft.Graph.Models.restoreArtifactsBulkRequestStatus::0003-completedWithErrors Microsoft.Graph.Models.restoreArtifactsBulkRequestStatus::0004-unknownFutureValue Microsoft.Graph.Models.restorePoint-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.restorePoint::|public|ExpirationDateTime:DateTimeOffset? Microsoft.Graph.Models.restorePoint::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.restorePoint::|public|OdataType:string -Microsoft.Graph.Models.restorePoint::|public|ProtectionDateTime:DateTimeOffset? -Microsoft.Graph.Models.restorePoint::|public|ProtectionUnit:global.Microsoft.Graph.Models.ProtectionUnitBase Microsoft.Graph.Models.restorePoint::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.restorePoint::|public|Tags:global.Microsoft.Graph.Models.RestorePointTags? Microsoft.Graph.Models.restorePoint::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RestorePoint Microsoft.Graph.Models.restorePointCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.restorePointCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -111571,20 +109838,6 @@ Microsoft.Graph.Models.resultTemplateOption::|public|OdataType:string Microsoft.Graph.Models.resultTemplateOption::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.resultTemplateOption::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ResultTemplateOption Microsoft.Graph.Models.resultTemplateOption~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.retentionLabelSettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.retentionLabelSettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.retentionLabelSettings::|public|BehaviorDuringRetentionPeriod:global.Microsoft.Graph.Models.Security.BehaviorDuringRetentionPeriod? -Microsoft.Graph.Models.retentionLabelSettings::|public|constructor():void -Microsoft.Graph.Models.retentionLabelSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.retentionLabelSettings::|public|IsContentUpdateAllowed:bool? -Microsoft.Graph.Models.retentionLabelSettings::|public|IsDeleteAllowed:bool? -Microsoft.Graph.Models.retentionLabelSettings::|public|IsLabelUpdateAllowed:bool? -Microsoft.Graph.Models.retentionLabelSettings::|public|IsMetadataUpdateAllowed:bool? -Microsoft.Graph.Models.retentionLabelSettings::|public|IsRecordLocked:bool? -Microsoft.Graph.Models.retentionLabelSettings::|public|OdataType:string -Microsoft.Graph.Models.retentionLabelSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.retentionLabelSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RetentionLabelSettings -Microsoft.Graph.Models.retentionLabelSettings~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.retentionSetting::|public|AdditionalData:IDictionary Microsoft.Graph.Models.retentionSetting::|public|BackingStore:IBackingStore Microsoft.Graph.Models.retentionSetting::|public|constructor():void @@ -111672,21 +109925,6 @@ Microsoft.Graph.Models.riskDetectionTimingType::0001-realtime Microsoft.Graph.Models.riskDetectionTimingType::0002-nearRealtime Microsoft.Graph.Models.riskDetectionTimingType::0003-offline Microsoft.Graph.Models.riskDetectionTimingType::0004-unknownFutureValue -Microsoft.Graph.Models.riskEventType::0000-unlikelyTravel -Microsoft.Graph.Models.riskEventType::0001-anonymizedIPAddress -Microsoft.Graph.Models.riskEventType::0002-maliciousIPAddress -Microsoft.Graph.Models.riskEventType::0003-unfamiliarFeatures -Microsoft.Graph.Models.riskEventType::0004-malwareInfectedIPAddress -Microsoft.Graph.Models.riskEventType::0005-suspiciousIPAddress -Microsoft.Graph.Models.riskEventType::0006-leakedCredentials -Microsoft.Graph.Models.riskEventType::0007-investigationsThreatIntelligence -Microsoft.Graph.Models.riskEventType::0008-generic -Microsoft.Graph.Models.riskEventType::0009-adminConfirmedUserCompromised -Microsoft.Graph.Models.riskEventType::0010-mcasImpossibleTravel -Microsoft.Graph.Models.riskEventType::0011-mcasSuspiciousInboxManipulationRules -Microsoft.Graph.Models.riskEventType::0012-investigationsThreatIntelligenceSigninLinked -Microsoft.Graph.Models.riskEventType::0013-maliciousIPAddressValidCredentialsBlockedIP -Microsoft.Graph.Models.riskEventType::0014-unknownFutureValue Microsoft.Graph.Models.riskLevel::0000-low Microsoft.Graph.Models.riskLevel::0001-medium Microsoft.Graph.Models.riskLevel::0002-high @@ -111799,13 +110037,7 @@ Microsoft.Graph.Models.roleAssignmentCollectionResponse::|public|Serialize(write Microsoft.Graph.Models.roleAssignmentCollectionResponse::|public|Value:List Microsoft.Graph.Models.roleAssignmentCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RoleAssignmentCollectionResponse Microsoft.Graph.Models.roleDefinition-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.roleDefinition::|public|Description:string -Microsoft.Graph.Models.roleDefinition::|public|DisplayName:string Microsoft.Graph.Models.roleDefinition::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.roleDefinition::|public|IsBuiltIn:bool? -Microsoft.Graph.Models.roleDefinition::|public|OdataType:string -Microsoft.Graph.Models.roleDefinition::|public|RoleAssignments:List -Microsoft.Graph.Models.roleDefinition::|public|RolePermissions:List Microsoft.Graph.Models.roleDefinition::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.roleDefinition::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RoleDefinition Microsoft.Graph.Models.roleDefinitionCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -111890,39 +110122,6 @@ Microsoft.Graph.Models.routingType::0000-forwarded Microsoft.Graph.Models.routingType::0001-lookup Microsoft.Graph.Models.routingType::0002-selfFork Microsoft.Graph.Models.routingType::0003-unknownFutureValue -Microsoft.Graph.Models.rubricCriterion::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.rubricCriterion::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.rubricCriterion::|public|constructor():void -Microsoft.Graph.Models.rubricCriterion::|public|Description:global.Microsoft.Graph.Models.EducationItemBody -Microsoft.Graph.Models.rubricCriterion::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.rubricCriterion::|public|OdataType:string -Microsoft.Graph.Models.rubricCriterion::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.rubricCriterion::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RubricCriterion -Microsoft.Graph.Models.rubricCriterion~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.rubricLevel::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.rubricLevel::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.rubricLevel::|public|constructor():void -Microsoft.Graph.Models.rubricLevel::|public|Description:global.Microsoft.Graph.Models.EducationItemBody -Microsoft.Graph.Models.rubricLevel::|public|DisplayName:string -Microsoft.Graph.Models.rubricLevel::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.rubricLevel::|public|Grading:global.Microsoft.Graph.Models.EducationAssignmentGradeType -Microsoft.Graph.Models.rubricLevel::|public|LevelId:string -Microsoft.Graph.Models.rubricLevel::|public|OdataType:string -Microsoft.Graph.Models.rubricLevel::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.rubricLevel::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RubricLevel -Microsoft.Graph.Models.rubricLevel~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.rubricQuality::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.rubricQuality::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.rubricQuality::|public|constructor():void -Microsoft.Graph.Models.rubricQuality::|public|Criteria:List -Microsoft.Graph.Models.rubricQuality::|public|Description:global.Microsoft.Graph.Models.EducationItemBody -Microsoft.Graph.Models.rubricQuality::|public|DisplayName:string -Microsoft.Graph.Models.rubricQuality::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.rubricQuality::|public|OdataType:string -Microsoft.Graph.Models.rubricQuality::|public|QualityId:string -Microsoft.Graph.Models.rubricQuality::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.rubricQuality::|public|Weight:float? -Microsoft.Graph.Models.rubricQuality::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RubricQuality Microsoft.Graph.Models.rubricQualityFeedbackModel::|public|AdditionalData:IDictionary Microsoft.Graph.Models.rubricQualityFeedbackModel::|public|BackingStore:IBackingStore Microsoft.Graph.Models.rubricQualityFeedbackModel::|public|constructor():void @@ -111943,7 +110142,6 @@ Microsoft.Graph.Models.rubricQualitySelectedColumnModel::|public|QualityId:strin Microsoft.Graph.Models.rubricQualitySelectedColumnModel::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.rubricQualitySelectedColumnModel::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.RubricQualitySelectedColumnModel Microsoft.Graph.Models.rubricQualitySelectedColumnModel~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.rubricQuality~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.runAsAccountType::0000-system Microsoft.Graph.Models.runAsAccountType::0001-user Microsoft.Graph.Models.safeSearchFilterType::0000-userDefined @@ -112371,7 +110569,7 @@ Microsoft.Graph.Models.searchRequest::|public|CollapseProperties:List Microsoft.Graph.Models.searchRequest::|public|EnableTopResults:bool? -Microsoft.Graph.Models.searchRequest::|public|EntityTypes:List +Microsoft.Graph.Models.searchRequest::|public|EntityTypes:List Microsoft.Graph.Models.searchRequest::|public|Fields:List Microsoft.Graph.Models.searchRequest::|public|From:int? Microsoft.Graph.Models.searchRequest::|public|GetFieldDeserializers():IDictionary> @@ -112501,6 +110699,18 @@ Microsoft.Graph.Models.secureScoreControlStateUpdate::|public|UpdatedBy:string Microsoft.Graph.Models.secureScoreControlStateUpdate::|public|UpdatedDateTime:DateTimeOffset? Microsoft.Graph.Models.secureScoreControlStateUpdate::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SecureScoreControlStateUpdate Microsoft.Graph.Models.secureScoreControlStateUpdate~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.secureSignInSessionControl-->global.Microsoft.Graph.Models.ConditionalAccessSessionControl +Microsoft.Graph.Models.secureSignInSessionControl::|public|constructor():void +Microsoft.Graph.Models.secureSignInSessionControl::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.secureSignInSessionControl::|public|OdataType:string +Microsoft.Graph.Models.secureSignInSessionControl::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.secureSignInSessionControl::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SecureSignInSessionControl +Microsoft.Graph.Models.Security.aadRiskDetectionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.aadRiskDetectionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.aadRiskDetectionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.aadRiskDetectionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.aadRiskDetectionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.aadRiskDetectionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AadRiskDetectionAuditRecord Microsoft.Graph.Models.Security.actionAfterRetentionPeriod::0000-none Microsoft.Graph.Models.Security.actionAfterRetentionPeriod::0001-delete Microsoft.Graph.Models.Security.actionAfterRetentionPeriod::0002-startDispositionReview @@ -112530,6 +110740,66 @@ 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.aedAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.aedAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.aedAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.aedAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.aedAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.aedAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AedAuditRecord +Microsoft.Graph.Models.Security.aiAppInteractionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.aiAppInteractionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.aiAppInteractionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.aiAppInteractionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.aiAppInteractionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.aiAppInteractionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AiAppInteractionAuditRecord +Microsoft.Graph.Models.Security.aipFileDeleted-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.aipFileDeleted::|public|constructor():void +Microsoft.Graph.Models.Security.aipFileDeleted::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.aipFileDeleted::|public|OdataType:string +Microsoft.Graph.Models.Security.aipFileDeleted::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.aipFileDeleted::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AipFileDeleted +Microsoft.Graph.Models.Security.aipHeartBeat-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.aipHeartBeat::|public|constructor():void +Microsoft.Graph.Models.Security.aipHeartBeat::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.aipHeartBeat::|public|OdataType:string +Microsoft.Graph.Models.Security.aipHeartBeat::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.aipHeartBeat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AipHeartBeat +Microsoft.Graph.Models.Security.aipProtectionActionLogRequest-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.aipProtectionActionLogRequest::|public|constructor():void +Microsoft.Graph.Models.Security.aipProtectionActionLogRequest::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.aipProtectionActionLogRequest::|public|OdataType:string +Microsoft.Graph.Models.Security.aipProtectionActionLogRequest::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.aipProtectionActionLogRequest::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AipProtectionActionLogRequest +Microsoft.Graph.Models.Security.aipScannerDiscoverEvent-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.aipScannerDiscoverEvent::|public|constructor():void +Microsoft.Graph.Models.Security.aipScannerDiscoverEvent::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.aipScannerDiscoverEvent::|public|OdataType:string +Microsoft.Graph.Models.Security.aipScannerDiscoverEvent::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.aipScannerDiscoverEvent::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AipScannerDiscoverEvent +Microsoft.Graph.Models.Security.aipSensitivityLabelActionLogRequest-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.aipSensitivityLabelActionLogRequest::|public|constructor():void +Microsoft.Graph.Models.Security.aipSensitivityLabelActionLogRequest::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.aipSensitivityLabelActionLogRequest::|public|OdataType:string +Microsoft.Graph.Models.Security.aipSensitivityLabelActionLogRequest::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.aipSensitivityLabelActionLogRequest::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AipSensitivityLabelActionLogRequest +Microsoft.Graph.Models.Security.airAdminActionInvestigationData-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.airAdminActionInvestigationData::|public|constructor():void +Microsoft.Graph.Models.Security.airAdminActionInvestigationData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.airAdminActionInvestigationData::|public|OdataType:string +Microsoft.Graph.Models.Security.airAdminActionInvestigationData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.airAdminActionInvestigationData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AirAdminActionInvestigationData +Microsoft.Graph.Models.Security.airInvestigationData-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.airInvestigationData::|public|constructor():void +Microsoft.Graph.Models.Security.airInvestigationData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.airInvestigationData::|public|OdataType:string +Microsoft.Graph.Models.Security.airInvestigationData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.airInvestigationData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AirInvestigationData +Microsoft.Graph.Models.Security.airManualInvestigationData-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.airManualInvestigationData::|public|constructor():void +Microsoft.Graph.Models.Security.airManualInvestigationData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.airManualInvestigationData::|public|OdataType:string +Microsoft.Graph.Models.Security.airManualInvestigationData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.airManualInvestigationData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AirManualInvestigationData 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 @@ -112702,9 +110972,383 @@ Microsoft.Graph.Models.Security.articleIndicatorCollectionResponse::|public|Valu Microsoft.Graph.Models.Security.articleIndicatorCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ArticleIndicatorCollectionResponse Microsoft.Graph.Models.Security.artifact-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.artifact::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.artifact::|public|OdataType:string Microsoft.Graph.Models.Security.artifact::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.artifact::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Artifact +Microsoft.Graph.Models.Security.attackSimAdminAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.attackSimAdminAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.attackSimAdminAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.attackSimAdminAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.attackSimAdminAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.attackSimAdminAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AttackSimAdminAuditRecord +Microsoft.Graph.Models.Security.auditCoreRoot-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.Security.auditCoreRoot::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.auditCoreRoot::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.auditCoreRoot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AuditCoreRoot +Microsoft.Graph.Models.Security.auditData::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.Security.auditData::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.Security.auditData::|public|constructor():void +Microsoft.Graph.Models.Security.auditData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.auditData::|public|OdataType:string +Microsoft.Graph.Models.Security.auditData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.auditData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.auditData~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.auditLogQuery-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.Security.auditLogQuery::|public|AdministrativeUnitIdFilters:List +Microsoft.Graph.Models.Security.auditLogQuery::|public|DisplayName:string +Microsoft.Graph.Models.Security.auditLogQuery::|public|FilterEndDateTime:DateTimeOffset? +Microsoft.Graph.Models.Security.auditLogQuery::|public|FilterStartDateTime:DateTimeOffset? +Microsoft.Graph.Models.Security.auditLogQuery::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.auditLogQuery::|public|IpAddressFilters:List +Microsoft.Graph.Models.Security.auditLogQuery::|public|KeywordFilter:string +Microsoft.Graph.Models.Security.auditLogQuery::|public|ObjectIdFilters:List +Microsoft.Graph.Models.Security.auditLogQuery::|public|OdataType:string +Microsoft.Graph.Models.Security.auditLogQuery::|public|OperationFilters:List +Microsoft.Graph.Models.Security.auditLogQuery::|public|Records:List +Microsoft.Graph.Models.Security.auditLogQuery::|public|RecordTypeFilters:List +Microsoft.Graph.Models.Security.auditLogQuery::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.auditLogQuery::|public|ServiceFilters:List +Microsoft.Graph.Models.Security.auditLogQuery::|public|Status:global.Microsoft.Graph.Models.Security.AuditLogQueryStatus? +Microsoft.Graph.Models.Security.auditLogQuery::|public|UserPrincipalNameFilters:List +Microsoft.Graph.Models.Security.auditLogQuery::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AuditLogQuery +Microsoft.Graph.Models.Security.auditLogQueryCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse +Microsoft.Graph.Models.Security.auditLogQueryCollectionResponse::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.auditLogQueryCollectionResponse::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.auditLogQueryCollectionResponse::|public|Value:List +Microsoft.Graph.Models.Security.auditLogQueryCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AuditLogQueryCollectionResponse +Microsoft.Graph.Models.Security.auditLogQueryStatus::0000-notStarted +Microsoft.Graph.Models.Security.auditLogQueryStatus::0001-running +Microsoft.Graph.Models.Security.auditLogQueryStatus::0002-succeeded +Microsoft.Graph.Models.Security.auditLogQueryStatus::0003-failed +Microsoft.Graph.Models.Security.auditLogQueryStatus::0004-cancelled +Microsoft.Graph.Models.Security.auditLogQueryStatus::0005-unknownFutureValue +Microsoft.Graph.Models.Security.auditLogRecord-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.Security.auditLogRecord::|public|AdministrativeUnits:List +Microsoft.Graph.Models.Security.auditLogRecord::|public|AuditData:global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.auditLogRecord::|public|AuditLogRecordType:global.Microsoft.Graph.Models.Security.AuditLogRecordType? +Microsoft.Graph.Models.Security.auditLogRecord::|public|ClientIp:string +Microsoft.Graph.Models.Security.auditLogRecord::|public|CreatedDateTime:DateTimeOffset? +Microsoft.Graph.Models.Security.auditLogRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.auditLogRecord::|public|ObjectId:string +Microsoft.Graph.Models.Security.auditLogRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.auditLogRecord::|public|Operation:string +Microsoft.Graph.Models.Security.auditLogRecord::|public|OrganizationId:string +Microsoft.Graph.Models.Security.auditLogRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.auditLogRecord::|public|Service:string +Microsoft.Graph.Models.Security.auditLogRecord::|public|UserId:string +Microsoft.Graph.Models.Security.auditLogRecord::|public|UserPrincipalName:string +Microsoft.Graph.Models.Security.auditLogRecord::|public|UserType:global.Microsoft.Graph.Models.Security.AuditLogUserType? +Microsoft.Graph.Models.Security.auditLogRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AuditLogRecord +Microsoft.Graph.Models.Security.auditLogRecordCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse +Microsoft.Graph.Models.Security.auditLogRecordCollectionResponse::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.auditLogRecordCollectionResponse::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.auditLogRecordCollectionResponse::|public|Value:List +Microsoft.Graph.Models.Security.auditLogRecordCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AuditLogRecordCollectionResponse +Microsoft.Graph.Models.Security.auditLogRecordType::0000-ExchangeAdmin +Microsoft.Graph.Models.Security.auditLogRecordType::0001-ExchangeItem +Microsoft.Graph.Models.Security.auditLogRecordType::0002-ExchangeItemGroup +Microsoft.Graph.Models.Security.auditLogRecordType::0003-SharePoint +Microsoft.Graph.Models.Security.auditLogRecordType::0004-SyntheticProbe +Microsoft.Graph.Models.Security.auditLogRecordType::0005-SharePointFileOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0006-OneDrive +Microsoft.Graph.Models.Security.auditLogRecordType::0007-AzureActiveDirectory +Microsoft.Graph.Models.Security.auditLogRecordType::0008-AzureActiveDirectoryAccountLogon +Microsoft.Graph.Models.Security.auditLogRecordType::0009-DataCenterSecurityCmdlet +Microsoft.Graph.Models.Security.auditLogRecordType::0010-ComplianceDLPSharePoint +Microsoft.Graph.Models.Security.auditLogRecordType::0011-Sway +Microsoft.Graph.Models.Security.auditLogRecordType::0012-ComplianceDLPExchange +Microsoft.Graph.Models.Security.auditLogRecordType::0013-SharePointSharingOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0014-AzureActiveDirectoryStsLogon +Microsoft.Graph.Models.Security.auditLogRecordType::0015-SkypeForBusinessPSTNUsage +Microsoft.Graph.Models.Security.auditLogRecordType::0016-SkypeForBusinessUsersBlocked +Microsoft.Graph.Models.Security.auditLogRecordType::0017-SecurityComplianceCenterEOPCmdlet +Microsoft.Graph.Models.Security.auditLogRecordType::0018-ExchangeAggregatedOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0019-PowerBIAudit +Microsoft.Graph.Models.Security.auditLogRecordType::0020-CRM +Microsoft.Graph.Models.Security.auditLogRecordType::0021-Yammer +Microsoft.Graph.Models.Security.auditLogRecordType::0022-SkypeForBusinessCmdlets +Microsoft.Graph.Models.Security.auditLogRecordType::0023-Discovery +Microsoft.Graph.Models.Security.auditLogRecordType::0024-MicrosoftTeams +Microsoft.Graph.Models.Security.auditLogRecordType::0025-ThreatIntelligence +Microsoft.Graph.Models.Security.auditLogRecordType::0026-MailSubmission +Microsoft.Graph.Models.Security.auditLogRecordType::0027-MicrosoftFlow +Microsoft.Graph.Models.Security.auditLogRecordType::0028-AeD +Microsoft.Graph.Models.Security.auditLogRecordType::0029-MicrosoftStream +Microsoft.Graph.Models.Security.auditLogRecordType::0030-ComplianceDLPSharePointClassification +Microsoft.Graph.Models.Security.auditLogRecordType::0031-ThreatFinder +Microsoft.Graph.Models.Security.auditLogRecordType::0032-Project +Microsoft.Graph.Models.Security.auditLogRecordType::0033-SharePointListOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0034-SharePointCommentOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0035-DataGovernance +Microsoft.Graph.Models.Security.auditLogRecordType::0036-Kaizala +Microsoft.Graph.Models.Security.auditLogRecordType::0037-SecurityComplianceAlerts +Microsoft.Graph.Models.Security.auditLogRecordType::0038-ThreatIntelligenceUrl +Microsoft.Graph.Models.Security.auditLogRecordType::0039-SecurityComplianceInsights +Microsoft.Graph.Models.Security.auditLogRecordType::0040-MIPLabel +Microsoft.Graph.Models.Security.auditLogRecordType::0041-WorkplaceAnalytics +Microsoft.Graph.Models.Security.auditLogRecordType::0042-PowerAppsApp +Microsoft.Graph.Models.Security.auditLogRecordType::0043-PowerAppsPlan +Microsoft.Graph.Models.Security.auditLogRecordType::0044-ThreatIntelligenceAtpContent +Microsoft.Graph.Models.Security.auditLogRecordType::0045-LabelContentExplorer +Microsoft.Graph.Models.Security.auditLogRecordType::0046-TeamsHealthcare +Microsoft.Graph.Models.Security.auditLogRecordType::0047-ExchangeItemAggregated +Microsoft.Graph.Models.Security.auditLogRecordType::0048-HygieneEvent +Microsoft.Graph.Models.Security.auditLogRecordType::0049-DataInsightsRestApiAudit +Microsoft.Graph.Models.Security.auditLogRecordType::0050-InformationBarrierPolicyApplication +Microsoft.Graph.Models.Security.auditLogRecordType::0051-SharePointListItemOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0052-SharePointContentTypeOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0053-SharePointFieldOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0054-MicrosoftTeamsAdmin +Microsoft.Graph.Models.Security.auditLogRecordType::0055-HRSignal +Microsoft.Graph.Models.Security.auditLogRecordType::0056-MicrosoftTeamsDevice +Microsoft.Graph.Models.Security.auditLogRecordType::0057-MicrosoftTeamsAnalytics +Microsoft.Graph.Models.Security.auditLogRecordType::0058-InformationWorkerProtection +Microsoft.Graph.Models.Security.auditLogRecordType::0059-Campaign +Microsoft.Graph.Models.Security.auditLogRecordType::0060-DLPEndpoint +Microsoft.Graph.Models.Security.auditLogRecordType::0061-AirInvestigation +Microsoft.Graph.Models.Security.auditLogRecordType::0062-Quarantine +Microsoft.Graph.Models.Security.auditLogRecordType::0063-MicrosoftForms +Microsoft.Graph.Models.Security.auditLogRecordType::0064-ApplicationAudit +Microsoft.Graph.Models.Security.auditLogRecordType::0065-ComplianceSupervisionExchange +Microsoft.Graph.Models.Security.auditLogRecordType::0066-CustomerKeyServiceEncryption +Microsoft.Graph.Models.Security.auditLogRecordType::0067-OfficeNative +Microsoft.Graph.Models.Security.auditLogRecordType::0068-MipAutoLabelSharePointItem +Microsoft.Graph.Models.Security.auditLogRecordType::0069-MipAutoLabelSharePointPolicyLocation +Microsoft.Graph.Models.Security.auditLogRecordType::0070-MicrosoftTeamsShifts +Microsoft.Graph.Models.Security.auditLogRecordType::0071-SecureScore +Microsoft.Graph.Models.Security.auditLogRecordType::0072-MipAutoLabelExchangeItem +Microsoft.Graph.Models.Security.auditLogRecordType::0073-CortanaBriefing +Microsoft.Graph.Models.Security.auditLogRecordType::0074-Search +Microsoft.Graph.Models.Security.auditLogRecordType::0075-WDATPAlerts +Microsoft.Graph.Models.Security.auditLogRecordType::0076-PowerPlatformAdminDlp +Microsoft.Graph.Models.Security.auditLogRecordType::0077-PowerPlatformAdminEnvironment +Microsoft.Graph.Models.Security.auditLogRecordType::0078-MDATPAudit +Microsoft.Graph.Models.Security.auditLogRecordType::0079-SensitivityLabelPolicyMatch +Microsoft.Graph.Models.Security.auditLogRecordType::0080-SensitivityLabelAction +Microsoft.Graph.Models.Security.auditLogRecordType::0081-SensitivityLabeledFileAction +Microsoft.Graph.Models.Security.auditLogRecordType::0082-AttackSim +Microsoft.Graph.Models.Security.auditLogRecordType::0083-AirManualInvestigation +Microsoft.Graph.Models.Security.auditLogRecordType::0084-SecurityComplianceRBAC +Microsoft.Graph.Models.Security.auditLogRecordType::0085-UserTraining +Microsoft.Graph.Models.Security.auditLogRecordType::0086-AirAdminActionInvestigation +Microsoft.Graph.Models.Security.auditLogRecordType::0087-MSTIC +Microsoft.Graph.Models.Security.auditLogRecordType::0088-PhysicalBadgingSignal +Microsoft.Graph.Models.Security.auditLogRecordType::0089-TeamsEasyApprovals +Microsoft.Graph.Models.Security.auditLogRecordType::0090-AipDiscover +Microsoft.Graph.Models.Security.auditLogRecordType::0091-AipSensitivityLabelAction +Microsoft.Graph.Models.Security.auditLogRecordType::0092-AipProtectionAction +Microsoft.Graph.Models.Security.auditLogRecordType::0093-AipFileDeleted +Microsoft.Graph.Models.Security.auditLogRecordType::0094-AipHeartBeat +Microsoft.Graph.Models.Security.auditLogRecordType::0095-MCASAlerts +Microsoft.Graph.Models.Security.auditLogRecordType::0096-OnPremisesFileShareScannerDlp +Microsoft.Graph.Models.Security.auditLogRecordType::0097-OnPremisesSharePointScannerDlp +Microsoft.Graph.Models.Security.auditLogRecordType::0098-ExchangeSearch +Microsoft.Graph.Models.Security.auditLogRecordType::0099-SharePointSearch +Microsoft.Graph.Models.Security.auditLogRecordType::0100-PrivacyDataMinimization +Microsoft.Graph.Models.Security.auditLogRecordType::0101-LabelAnalyticsAggregate +Microsoft.Graph.Models.Security.auditLogRecordType::0102-MyAnalyticsSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0103-SecurityComplianceUserChange +Microsoft.Graph.Models.Security.auditLogRecordType::0104-ComplianceDLPExchangeClassification +Microsoft.Graph.Models.Security.auditLogRecordType::0105-ComplianceDLPEndpoint +Microsoft.Graph.Models.Security.auditLogRecordType::0106-MipExactDataMatch +Microsoft.Graph.Models.Security.auditLogRecordType::0107-MSDEResponseActions +Microsoft.Graph.Models.Security.auditLogRecordType::0108-MSDEGeneralSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0109-MSDEIndicatorsSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0110-MS365DCustomDetection +Microsoft.Graph.Models.Security.auditLogRecordType::0111-MSDERolesSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0112-MAPGAlerts +Microsoft.Graph.Models.Security.auditLogRecordType::0113-MAPGPolicy +Microsoft.Graph.Models.Security.auditLogRecordType::0114-MAPGRemediation +Microsoft.Graph.Models.Security.auditLogRecordType::0115-PrivacyRemediationAction +Microsoft.Graph.Models.Security.auditLogRecordType::0116-PrivacyDigestEmail +Microsoft.Graph.Models.Security.auditLogRecordType::0117-MipAutoLabelSimulationProgress +Microsoft.Graph.Models.Security.auditLogRecordType::0118-MipAutoLabelSimulationCompletion +Microsoft.Graph.Models.Security.auditLogRecordType::0119-MipAutoLabelProgressFeedback +Microsoft.Graph.Models.Security.auditLogRecordType::0120-DlpSensitiveInformationType +Microsoft.Graph.Models.Security.auditLogRecordType::0121-MipAutoLabelSimulationStatistics +Microsoft.Graph.Models.Security.auditLogRecordType::0122-LargeContentMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0123-Microsoft365Group +Microsoft.Graph.Models.Security.auditLogRecordType::0124-CDPMlInferencingResult +Microsoft.Graph.Models.Security.auditLogRecordType::0125-FilteringMailMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0126-CDPClassificationMailItem +Microsoft.Graph.Models.Security.auditLogRecordType::0127-CDPClassificationDocument +Microsoft.Graph.Models.Security.auditLogRecordType::0128-OfficeScriptsRunAction +Microsoft.Graph.Models.Security.auditLogRecordType::0129-FilteringPostMailDeliveryAction +Microsoft.Graph.Models.Security.auditLogRecordType::0130-CDPUnifiedFeedback +Microsoft.Graph.Models.Security.auditLogRecordType::0131-TenantAllowBlockList +Microsoft.Graph.Models.Security.auditLogRecordType::0132-ConsumptionResource +Microsoft.Graph.Models.Security.auditLogRecordType::0133-HealthcareSignal +Microsoft.Graph.Models.Security.auditLogRecordType::0134-DlpImportResult +Microsoft.Graph.Models.Security.auditLogRecordType::0135-CDPCompliancePolicyExecution +Microsoft.Graph.Models.Security.auditLogRecordType::0136-MultiStageDisposition +Microsoft.Graph.Models.Security.auditLogRecordType::0137-PrivacyDataMatch +Microsoft.Graph.Models.Security.auditLogRecordType::0138-FilteringDocMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0139-FilteringEmailFeatures +Microsoft.Graph.Models.Security.auditLogRecordType::0140-PowerBIDlp +Microsoft.Graph.Models.Security.auditLogRecordType::0141-FilteringUrlInfo +Microsoft.Graph.Models.Security.auditLogRecordType::0142-FilteringAttachmentInfo +Microsoft.Graph.Models.Security.auditLogRecordType::0143-CoreReportingSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0144-ComplianceConnector +Microsoft.Graph.Models.Security.auditLogRecordType::0145-PowerPlatformLockboxResourceAccessRequest +Microsoft.Graph.Models.Security.auditLogRecordType::0146-PowerPlatformLockboxResourceCommand +Microsoft.Graph.Models.Security.auditLogRecordType::0147-CDPPredictiveCodingLabel +Microsoft.Graph.Models.Security.auditLogRecordType::0148-CDPCompliancePolicyUserFeedback +Microsoft.Graph.Models.Security.auditLogRecordType::0149-WebpageActivityEndpoint +Microsoft.Graph.Models.Security.auditLogRecordType::0150-OMEPortal +Microsoft.Graph.Models.Security.auditLogRecordType::0151-CMImprovementActionChange +Microsoft.Graph.Models.Security.auditLogRecordType::0152-FilteringUrlClick +Microsoft.Graph.Models.Security.auditLogRecordType::0153-MipLabelAnalyticsAuditRecord +Microsoft.Graph.Models.Security.auditLogRecordType::0154-FilteringEntityEvent +Microsoft.Graph.Models.Security.auditLogRecordType::0155-FilteringRuleHits +Microsoft.Graph.Models.Security.auditLogRecordType::0156-FilteringMailSubmission +Microsoft.Graph.Models.Security.auditLogRecordType::0157-LabelExplorer +Microsoft.Graph.Models.Security.auditLogRecordType::0158-MicrosoftManagedServicePlatform +Microsoft.Graph.Models.Security.auditLogRecordType::0159-PowerPlatformServiceActivity +Microsoft.Graph.Models.Security.auditLogRecordType::0160-ScorePlatformGenericAuditRecord +Microsoft.Graph.Models.Security.auditLogRecordType::0161-FilteringTimeTravelDocMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0162-Alert +Microsoft.Graph.Models.Security.auditLogRecordType::0163-AlertStatus +Microsoft.Graph.Models.Security.auditLogRecordType::0164-AlertIncident +Microsoft.Graph.Models.Security.auditLogRecordType::0165-IncidentStatus +Microsoft.Graph.Models.Security.auditLogRecordType::0166-Case +Microsoft.Graph.Models.Security.auditLogRecordType::0167-CaseInvestigation +Microsoft.Graph.Models.Security.auditLogRecordType::0168-RecordsManagement +Microsoft.Graph.Models.Security.auditLogRecordType::0169-PrivacyRemediation +Microsoft.Graph.Models.Security.auditLogRecordType::0170-DataShareOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0171-CdpDlpSensitive +Microsoft.Graph.Models.Security.auditLogRecordType::0172-EHRConnector +Microsoft.Graph.Models.Security.auditLogRecordType::0173-FilteringMailGradingResult +Microsoft.Graph.Models.Security.auditLogRecordType::0174-PublicFolder +Microsoft.Graph.Models.Security.auditLogRecordType::0175-PrivacyTenantAuditHistoryRecord +Microsoft.Graph.Models.Security.auditLogRecordType::0176-AipScannerDiscoverEvent +Microsoft.Graph.Models.Security.auditLogRecordType::0177-EduDataLakeDownloadOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0178-M365ComplianceConnector +Microsoft.Graph.Models.Security.auditLogRecordType::0179-MicrosoftGraphDataConnectOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0180-MicrosoftPurview +Microsoft.Graph.Models.Security.auditLogRecordType::0181-FilteringEmailContentFeatures +Microsoft.Graph.Models.Security.auditLogRecordType::0182-PowerPagesSite +Microsoft.Graph.Models.Security.auditLogRecordType::0183-PowerAppsResource +Microsoft.Graph.Models.Security.auditLogRecordType::0184-PlannerPlan +Microsoft.Graph.Models.Security.auditLogRecordType::0185-PlannerCopyPlan +Microsoft.Graph.Models.Security.auditLogRecordType::0186-PlannerTask +Microsoft.Graph.Models.Security.auditLogRecordType::0187-PlannerRoster +Microsoft.Graph.Models.Security.auditLogRecordType::0188-PlannerPlanList +Microsoft.Graph.Models.Security.auditLogRecordType::0189-PlannerTaskList +Microsoft.Graph.Models.Security.auditLogRecordType::0190-PlannerTenantSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0191-ProjectForTheWebProject +Microsoft.Graph.Models.Security.auditLogRecordType::0192-ProjectForTheWebTask +Microsoft.Graph.Models.Security.auditLogRecordType::0193-ProjectForTheWebRoadmap +Microsoft.Graph.Models.Security.auditLogRecordType::0194-ProjectForTheWebRoadmapItem +Microsoft.Graph.Models.Security.auditLogRecordType::0195-ProjectForTheWebProjectSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0196-ProjectForTheWebRoadmapSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0197-QuarantineMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0198-MicrosoftTodoAudit +Microsoft.Graph.Models.Security.auditLogRecordType::0199-TimeTravelFilteringDocMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0200-TeamsQuarantineMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0201-SharePointAppPermissionOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0202-MicrosoftTeamsSensitivityLabelAction +Microsoft.Graph.Models.Security.auditLogRecordType::0203-FilteringTeamsMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0204-FilteringTeamsUrlInfo +Microsoft.Graph.Models.Security.auditLogRecordType::0205-FilteringTeamsPostDeliveryAction +Microsoft.Graph.Models.Security.auditLogRecordType::0206-MDCAssessments +Microsoft.Graph.Models.Security.auditLogRecordType::0207-MDCRegulatoryComplianceStandards +Microsoft.Graph.Models.Security.auditLogRecordType::0208-MDCRegulatoryComplianceControls +Microsoft.Graph.Models.Security.auditLogRecordType::0209-MDCRegulatoryComplianceAssessments +Microsoft.Graph.Models.Security.auditLogRecordType::0210-MDCSecurityConnectors +Microsoft.Graph.Models.Security.auditLogRecordType::0211-MDADataSecuritySignal +Microsoft.Graph.Models.Security.auditLogRecordType::0212-VivaGoals +Microsoft.Graph.Models.Security.auditLogRecordType::0213-FilteringRuntimeInfo +Microsoft.Graph.Models.Security.auditLogRecordType::0214-AttackSimAdmin +Microsoft.Graph.Models.Security.auditLogRecordType::0215-MicrosoftGraphDataConnectConsent +Microsoft.Graph.Models.Security.auditLogRecordType::0216-FilteringAtpDetonationInfo +Microsoft.Graph.Models.Security.auditLogRecordType::0217-PrivacyPortal +Microsoft.Graph.Models.Security.auditLogRecordType::0218-ManagedTenants +Microsoft.Graph.Models.Security.auditLogRecordType::0219-UnifiedSimulationMatchedItem +Microsoft.Graph.Models.Security.auditLogRecordType::0220-UnifiedSimulationSummary +Microsoft.Graph.Models.Security.auditLogRecordType::0221-UpdateQuarantineMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0222-MS365DSuppressionRule +Microsoft.Graph.Models.Security.auditLogRecordType::0223-PurviewDataMapOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0224-FilteringUrlPostClickAction +Microsoft.Graph.Models.Security.auditLogRecordType::0225-IrmUserDefinedDetectionSignal +Microsoft.Graph.Models.Security.auditLogRecordType::0226-TeamsUpdates +Microsoft.Graph.Models.Security.auditLogRecordType::0227-PlannerRosterSensitivityLabel +Microsoft.Graph.Models.Security.auditLogRecordType::0228-MS365DIncident +Microsoft.Graph.Models.Security.auditLogRecordType::0229-FilteringDelistingMetadata +Microsoft.Graph.Models.Security.auditLogRecordType::0230-ComplianceDLPSharePointClassificationExtended +Microsoft.Graph.Models.Security.auditLogRecordType::0231-MicrosoftDefenderForIdentityAudit +Microsoft.Graph.Models.Security.auditLogRecordType::0232-SupervisoryReviewDayXInsight +Microsoft.Graph.Models.Security.auditLogRecordType::0233-DefenderExpertsforXDRAdmin +Microsoft.Graph.Models.Security.auditLogRecordType::0234-CDPEdgeBlockedMessage +Microsoft.Graph.Models.Security.auditLogRecordType::0235-HostedRpa +Microsoft.Graph.Models.Security.auditLogRecordType::0236-CdpContentExplorerAggregateRecord +Microsoft.Graph.Models.Security.auditLogRecordType::0237-CDPHygieneAttachmentInfo +Microsoft.Graph.Models.Security.auditLogRecordType::0238-CDPHygieneSummary +Microsoft.Graph.Models.Security.auditLogRecordType::0239-CDPPostMailDeliveryAction +Microsoft.Graph.Models.Security.auditLogRecordType::0240-CDPEmailFeatures +Microsoft.Graph.Models.Security.auditLogRecordType::0241-CDPHygieneUrlInfo +Microsoft.Graph.Models.Security.auditLogRecordType::0242-CDPUrlClick +Microsoft.Graph.Models.Security.auditLogRecordType::0243-CDPPackageManagerHygieneEvent +Microsoft.Graph.Models.Security.auditLogRecordType::0244-FilteringDocScan +Microsoft.Graph.Models.Security.auditLogRecordType::0245-TimeTravelFilteringDocScan +Microsoft.Graph.Models.Security.auditLogRecordType::0246-MAPGOnboard +Microsoft.Graph.Models.Security.auditLogRecordType::0247-VfamCreatePolicy +Microsoft.Graph.Models.Security.auditLogRecordType::0248-VfamUpdatePolicy +Microsoft.Graph.Models.Security.auditLogRecordType::0249-VfamDeletePolicy +Microsoft.Graph.Models.Security.auditLogRecordType::0250-M365DAAD +Microsoft.Graph.Models.Security.auditLogRecordType::0251-CdpColdCrawlStatus +Microsoft.Graph.Models.Security.auditLogRecordType::0252-PowerPlatformAdministratorActivity +Microsoft.Graph.Models.Security.auditLogRecordType::0253-Windows365CustomerLockbox +Microsoft.Graph.Models.Security.auditLogRecordType::0254-CdpResourceScopeChangeEvent +Microsoft.Graph.Models.Security.auditLogRecordType::0255-ComplianceCCExchangeExecutionResult +Microsoft.Graph.Models.Security.auditLogRecordType::0256-CdpOcrCostEstimatorRecord +Microsoft.Graph.Models.Security.auditLogRecordType::0257-CopilotInteraction +Microsoft.Graph.Models.Security.auditLogRecordType::0258-CdpOcrBillingRecord +Microsoft.Graph.Models.Security.auditLogRecordType::0259-ComplianceDLPApplications +Microsoft.Graph.Models.Security.auditLogRecordType::0260-UAMOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0261-VivaLearning +Microsoft.Graph.Models.Security.auditLogRecordType::0262-VivaLearningAdmin +Microsoft.Graph.Models.Security.auditLogRecordType::0263-PurviewPolicyOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0264-PurviewMetadataPolicyOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0265-PeopleAdminSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0266-CdpComplianceDLPExchangeClassification +Microsoft.Graph.Models.Security.auditLogRecordType::0267-CdpComplianceDLPSharePointClassification +Microsoft.Graph.Models.Security.auditLogRecordType::0268-FilteringBulkSenderInsightData +Microsoft.Graph.Models.Security.auditLogRecordType::0269-FilteringBulkThresholdInsightData +Microsoft.Graph.Models.Security.auditLogRecordType::0270-PrivacyOpenAccess +Microsoft.Graph.Models.Security.auditLogRecordType::0271-OWAAuth +Microsoft.Graph.Models.Security.auditLogRecordType::0272-ComplianceDLPApplicationsClassification +Microsoft.Graph.Models.Security.auditLogRecordType::0273-SharePointESignature +Microsoft.Graph.Models.Security.auditLogRecordType::0274-Dynamics365BusinessCentral +Microsoft.Graph.Models.Security.auditLogRecordType::0275-MeshWorlds +Microsoft.Graph.Models.Security.auditLogRecordType::0276-VivaPulseResponse +Microsoft.Graph.Models.Security.auditLogRecordType::0277-VivaPulseOrganizer +Microsoft.Graph.Models.Security.auditLogRecordType::0278-VivaPulseAdmin +Microsoft.Graph.Models.Security.auditLogRecordType::0279-VivaPulseReport +Microsoft.Graph.Models.Security.auditLogRecordType::0280-AIAppInteraction +Microsoft.Graph.Models.Security.auditLogRecordType::0281-ComplianceDLMExchange +Microsoft.Graph.Models.Security.auditLogRecordType::0282-ComplianceDLMSharePoint +Microsoft.Graph.Models.Security.auditLogRecordType::0283-ProjectForTheWebAssignedToMeSettings +Microsoft.Graph.Models.Security.auditLogRecordType::0284-CPSOperation +Microsoft.Graph.Models.Security.auditLogRecordType::0285-ComplianceDLPExchangeDiscovery +Microsoft.Graph.Models.Security.auditLogRecordType::0286-PurviewMCRecommendation +Microsoft.Graph.Models.Security.auditLogRecordType::0287-unknownFutureValue +Microsoft.Graph.Models.Security.auditLogUserType::0000-Regular +Microsoft.Graph.Models.Security.auditLogUserType::0001-Reserved +Microsoft.Graph.Models.Security.auditLogUserType::0002-Admin +Microsoft.Graph.Models.Security.auditLogUserType::0003-DcAdmin +Microsoft.Graph.Models.Security.auditLogUserType::0004-System +Microsoft.Graph.Models.Security.auditLogUserType::0005-Application +Microsoft.Graph.Models.Security.auditLogUserType::0006-ServicePrincipal +Microsoft.Graph.Models.Security.auditLogUserType::0007-CustomPolicy +Microsoft.Graph.Models.Security.auditLogUserType::0008-SystemPolicy +Microsoft.Graph.Models.Security.auditLogUserType::0009-PartnerTechnician +Microsoft.Graph.Models.Security.auditLogUserType::0010-Guest +Microsoft.Graph.Models.Security.auditLogUserType::0011-unknownFutureValue +Microsoft.Graph.Models.Security.auditSearchAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.auditSearchAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.auditSearchAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.auditSearchAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.auditSearchAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.auditSearchAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AuditSearchAuditRecord Microsoft.Graph.Models.Security.authorityTemplate-->global.Microsoft.Graph.Models.Security.FilePlanDescriptorTemplate Microsoft.Graph.Models.Security.authorityTemplate::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.Security.authorityTemplate::|public|OdataType:string @@ -112727,6 +111371,30 @@ Microsoft.Graph.Models.Security.autonomousSystem::|public|Serialize(writer:ISeri Microsoft.Graph.Models.Security.autonomousSystem::|public|Value:string Microsoft.Graph.Models.Security.autonomousSystem::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AutonomousSystem Microsoft.Graph.Models.Security.autonomousSystem~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.azureActiveDirectoryAccountLogonAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.azureActiveDirectoryAccountLogonAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.azureActiveDirectoryAccountLogonAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.azureActiveDirectoryAccountLogonAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.azureActiveDirectoryAccountLogonAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.azureActiveDirectoryAccountLogonAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AzureActiveDirectoryAccountLogonAuditRecord +Microsoft.Graph.Models.Security.azureActiveDirectoryAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.azureActiveDirectoryAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.azureActiveDirectoryAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.azureActiveDirectoryAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.azureActiveDirectoryAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.azureActiveDirectoryAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AzureActiveDirectoryAuditRecord +Microsoft.Graph.Models.Security.azureActiveDirectoryBaseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.azureActiveDirectoryBaseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.azureActiveDirectoryBaseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.azureActiveDirectoryBaseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.azureActiveDirectoryBaseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.azureActiveDirectoryBaseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AzureActiveDirectoryBaseAuditRecord +Microsoft.Graph.Models.Security.azureActiveDirectoryStsLogonAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.azureActiveDirectoryStsLogonAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.azureActiveDirectoryStsLogonAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.azureActiveDirectoryStsLogonAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.azureActiveDirectoryStsLogonAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.azureActiveDirectoryStsLogonAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.AzureActiveDirectoryStsLogonAuditRecord Microsoft.Graph.Models.Security.azureResourceEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.azureResourceEvidence::|public|constructor():void Microsoft.Graph.Models.Security.azureResourceEvidence::|public|GetFieldDeserializers():IDictionary> @@ -112761,6 +111429,12 @@ Microsoft.Graph.Models.Security.blobEvidence::|public|OdataType:string Microsoft.Graph.Models.Security.blobEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.blobEvidence::|public|Url:string Microsoft.Graph.Models.Security.blobEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.BlobEvidence +Microsoft.Graph.Models.Security.campaignAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.campaignAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.campaignAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.campaignAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.campaignAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.campaignAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CampaignAuditRecord Microsoft.Graph.Models.Security.case-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.case::|public|CreatedDateTime:DateTimeOffset? Microsoft.Graph.Models.Security.case::|public|Description:string @@ -112772,45 +111446,29 @@ Microsoft.Graph.Models.Security.case::|public|OdataType:string Microsoft.Graph.Models.Security.case::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.case::|public|Status:global.Microsoft.Graph.Models.Security.CaseStatus? Microsoft.Graph.Models.Security.case::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Case -Microsoft.Graph.Models.Security.caseAction::0000-contentExport -Microsoft.Graph.Models.Security.caseAction::0001-applyTags -Microsoft.Graph.Models.Security.caseAction::0002-convertToPdf -Microsoft.Graph.Models.Security.caseAction::0003-index -Microsoft.Graph.Models.Security.caseAction::0004-estimateStatistics -Microsoft.Graph.Models.Security.caseAction::0005-addToReviewSet -Microsoft.Graph.Models.Security.caseAction::0006-holdUpdate -Microsoft.Graph.Models.Security.caseAction::0007-unknownFutureValue -Microsoft.Graph.Models.Security.caseAction::0008-purgeData -Microsoft.Graph.Models.Security.caseAction::0009-exportReport -Microsoft.Graph.Models.Security.caseAction::0010-exportResult +Microsoft.Graph.Models.Security.caseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.caseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.caseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.caseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.caseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.caseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CaseAuditRecord +Microsoft.Graph.Models.Security.caseInvestigation-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.caseInvestigation::|public|constructor():void +Microsoft.Graph.Models.Security.caseInvestigation::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.caseInvestigation::|public|OdataType:string +Microsoft.Graph.Models.Security.caseInvestigation::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.caseInvestigation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CaseInvestigation Microsoft.Graph.Models.Security.caseOperation-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.Security.caseOperation::|public|Action:global.Microsoft.Graph.Models.Security.CaseAction? -Microsoft.Graph.Models.Security.caseOperation::|public|CompletedDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.caseOperation::|public|CreatedBy:global.Microsoft.Graph.Models.IdentitySet -Microsoft.Graph.Models.Security.caseOperation::|public|CreatedDateTime:DateTimeOffset? Microsoft.Graph.Models.Security.caseOperation::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.caseOperation::|public|OdataType:string -Microsoft.Graph.Models.Security.caseOperation::|public|PercentProgress:int? -Microsoft.Graph.Models.Security.caseOperation::|public|ResultInfo:global.Microsoft.Graph.Models.ResultInfo Microsoft.Graph.Models.Security.caseOperation::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.caseOperation::|public|Status:global.Microsoft.Graph.Models.Security.CaseOperationStatus? Microsoft.Graph.Models.Security.caseOperation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CaseOperation Microsoft.Graph.Models.Security.caseOperationCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.Security.caseOperationCollectionResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.Security.caseOperationCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.caseOperationCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.caseOperationCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CaseOperationCollectionResponse -Microsoft.Graph.Models.Security.caseOperationStatus::0000-notStarted -Microsoft.Graph.Models.Security.caseOperationStatus::0001-submissionFailed -Microsoft.Graph.Models.Security.caseOperationStatus::0002-running -Microsoft.Graph.Models.Security.caseOperationStatus::0003-succeeded -Microsoft.Graph.Models.Security.caseOperationStatus::0004-partiallySucceeded -Microsoft.Graph.Models.Security.caseOperationStatus::0005-failed -Microsoft.Graph.Models.Security.caseOperationStatus::0006-unknownFutureValue Microsoft.Graph.Models.Security.casesRoot-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.Security.casesRoot::|public|EdiscoveryCases:List Microsoft.Graph.Models.Security.casesRoot::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.casesRoot::|public|OdataType:string Microsoft.Graph.Models.Security.casesRoot::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.casesRoot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CasesRoot Microsoft.Graph.Models.Security.caseStatus::0000-unknown @@ -112831,6 +111489,66 @@ Microsoft.Graph.Models.Security.categoryTemplateCollectionResponse::|public|GetF Microsoft.Graph.Models.Security.categoryTemplateCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.categoryTemplateCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.categoryTemplateCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CategoryTemplateCollectionResponse +Microsoft.Graph.Models.Security.cdpColdCrawlStatusRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cdpColdCrawlStatusRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cdpColdCrawlStatusRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cdpColdCrawlStatusRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cdpColdCrawlStatusRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cdpColdCrawlStatusRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CdpColdCrawlStatusRecord +Microsoft.Graph.Models.Security.cdpContentExplorerAggregateRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cdpContentExplorerAggregateRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cdpContentExplorerAggregateRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cdpContentExplorerAggregateRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cdpContentExplorerAggregateRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cdpContentExplorerAggregateRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CdpContentExplorerAggregateRecord +Microsoft.Graph.Models.Security.cdpDlpSensitiveAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cdpDlpSensitiveAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cdpDlpSensitiveAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cdpDlpSensitiveAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cdpDlpSensitiveAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cdpDlpSensitiveAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CdpDlpSensitiveAuditRecord +Microsoft.Graph.Models.Security.cdpDlpSensitiveEndpointAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cdpDlpSensitiveEndpointAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cdpDlpSensitiveEndpointAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cdpDlpSensitiveEndpointAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cdpDlpSensitiveEndpointAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cdpDlpSensitiveEndpointAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CdpDlpSensitiveEndpointAuditRecord +Microsoft.Graph.Models.Security.cdpLogRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cdpLogRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cdpLogRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cdpLogRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cdpLogRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cdpLogRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CdpLogRecord +Microsoft.Graph.Models.Security.cdpOcrBillingRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cdpOcrBillingRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cdpOcrBillingRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cdpOcrBillingRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cdpOcrBillingRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cdpOcrBillingRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CdpOcrBillingRecord +Microsoft.Graph.Models.Security.cdpResourceScopeChangeEventRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cdpResourceScopeChangeEventRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cdpResourceScopeChangeEventRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cdpResourceScopeChangeEventRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cdpResourceScopeChangeEventRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cdpResourceScopeChangeEventRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CdpResourceScopeChangeEventRecord +Microsoft.Graph.Models.Security.cernerSMSLinkRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cernerSMSLinkRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cernerSMSLinkRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cernerSMSLinkRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cernerSMSLinkRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cernerSMSLinkRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CernerSMSLinkRecord +Microsoft.Graph.Models.Security.cernerSMSSettingsUpdateRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cernerSMSSettingsUpdateRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cernerSMSSettingsUpdateRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cernerSMSSettingsUpdateRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cernerSMSSettingsUpdateRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cernerSMSSettingsUpdateRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CernerSMSSettingsUpdateRecord +Microsoft.Graph.Models.Security.cernerSMSUnlinkRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cernerSMSUnlinkRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cernerSMSUnlinkRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cernerSMSUnlinkRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cernerSMSUnlinkRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cernerSMSUnlinkRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CernerSMSUnlinkRecord Microsoft.Graph.Models.Security.childSelectability::0000-One Microsoft.Graph.Models.Security.childSelectability::0001-Many Microsoft.Graph.Models.Security.childSelectability::0002-unknownFutureValue @@ -112885,6 +111603,132 @@ Microsoft.Graph.Models.Security.cloudLogonSessionEvidence::|public|SessionId:str Microsoft.Graph.Models.Security.cloudLogonSessionEvidence::|public|StartUtcDateTime:DateTimeOffset? Microsoft.Graph.Models.Security.cloudLogonSessionEvidence::|public|UserAgent:string Microsoft.Graph.Models.Security.cloudLogonSessionEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CloudLogonSessionEvidence +Microsoft.Graph.Models.Security.complianceConnectorAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceConnectorAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceConnectorAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceConnectorAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceConnectorAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceConnectorAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceConnectorAuditRecord +Microsoft.Graph.Models.Security.complianceDLMExchangeAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDLMExchangeAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDLMExchangeAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDLMExchangeAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDLMExchangeAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDLMExchangeAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDLMExchangeAuditRecord +Microsoft.Graph.Models.Security.complianceDLMSharePointAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDLMSharePointAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDLMSharePointAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDLMSharePointAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDLMSharePointAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDLMSharePointAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDLMSharePointAuditRecord +Microsoft.Graph.Models.Security.complianceDlpApplicationsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpApplicationsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpApplicationsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpApplicationsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpApplicationsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpApplicationsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpApplicationsAuditRecord +Microsoft.Graph.Models.Security.complianceDlpApplicationsClassificationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpApplicationsClassificationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpApplicationsClassificationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpApplicationsClassificationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpApplicationsClassificationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpApplicationsClassificationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpApplicationsClassificationAuditRecord +Microsoft.Graph.Models.Security.complianceDlpBaseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpBaseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpBaseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpBaseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpBaseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpBaseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpBaseAuditRecord +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpClassificationBaseAuditRecord +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseCdpRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseCdpRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseCdpRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseCdpRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseCdpRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpClassificationBaseCdpRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpClassificationBaseCdpRecord +Microsoft.Graph.Models.Security.complianceDlpEndpointAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpEndpointAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpEndpointAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpEndpointAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpEndpointAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpEndpointAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpEndpointAuditRecord +Microsoft.Graph.Models.Security.complianceDlpEndpointDiscoveryAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpEndpointDiscoveryAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpEndpointDiscoveryAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpEndpointDiscoveryAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpEndpointDiscoveryAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpEndpointDiscoveryAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpEndpointDiscoveryAuditRecord +Microsoft.Graph.Models.Security.complianceDlpExchangeAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpExchangeAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpExchangeAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpExchangeAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpExchangeAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpExchangeAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpExchangeAuditRecord +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpExchangeClassificationAuditRecord +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationCdpRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationCdpRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationCdpRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationCdpRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationCdpRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpExchangeClassificationCdpRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpExchangeClassificationCdpRecord +Microsoft.Graph.Models.Security.complianceDlpExchangeDiscoveryAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpExchangeDiscoveryAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpExchangeDiscoveryAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpExchangeDiscoveryAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpExchangeDiscoveryAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpExchangeDiscoveryAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpExchangeDiscoveryAuditRecord +Microsoft.Graph.Models.Security.complianceDlpSharePointAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpSharePointAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpSharePointAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpSharePointAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpSharePointAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpSharePointAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpSharePointAuditRecord +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpSharePointClassificationAuditRecord +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationExtendedAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationExtendedAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationExtendedAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationExtendedAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationExtendedAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceDlpSharePointClassificationExtendedAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceDlpSharePointClassificationExtendedAuditRecord +Microsoft.Graph.Models.Security.complianceManagerActionRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceManagerActionRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceManagerActionRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceManagerActionRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceManagerActionRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceManagerActionRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceManagerActionRecord +Microsoft.Graph.Models.Security.complianceSupervisionBaseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceSupervisionBaseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceSupervisionBaseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceSupervisionBaseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceSupervisionBaseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceSupervisionBaseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceSupervisionBaseAuditRecord +Microsoft.Graph.Models.Security.complianceSupervisionExchangeAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.complianceSupervisionExchangeAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.complianceSupervisionExchangeAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.complianceSupervisionExchangeAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.complianceSupervisionExchangeAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.complianceSupervisionExchangeAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ComplianceSupervisionExchangeAuditRecord +Microsoft.Graph.Models.Security.consumptionResourceAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.consumptionResourceAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.consumptionResourceAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.consumptionResourceAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.consumptionResourceAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.consumptionResourceAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ConsumptionResourceAuditRecord Microsoft.Graph.Models.Security.containerEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.containerEvidence::|public|Args:List Microsoft.Graph.Models.Security.containerEvidence::|public|Command:List @@ -112899,12 +111743,7 @@ Microsoft.Graph.Models.Security.containerEvidence::|public|Pod:global.Microsoft. Microsoft.Graph.Models.Security.containerEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.containerEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ContainerEvidence Microsoft.Graph.Models.Security.containerImageEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence -Microsoft.Graph.Models.Security.containerImageEvidence::|public|constructor():void -Microsoft.Graph.Models.Security.containerImageEvidence::|public|DigestImage:global.Microsoft.Graph.Models.Security.ContainerImageEvidence Microsoft.Graph.Models.Security.containerImageEvidence::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.containerImageEvidence::|public|ImageId:string -Microsoft.Graph.Models.Security.containerImageEvidence::|public|OdataType:string -Microsoft.Graph.Models.Security.containerImageEvidence::|public|Registry:global.Microsoft.Graph.Models.Security.ContainerRegistryEvidence Microsoft.Graph.Models.Security.containerImageEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.containerImageEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ContainerImageEvidence Microsoft.Graph.Models.Security.containerPortProtocol::0000-udp @@ -112922,6 +111761,54 @@ Microsoft.Graph.Models.Security.contentFormat::0000-text Microsoft.Graph.Models.Security.contentFormat::0001-html Microsoft.Graph.Models.Security.contentFormat::0002-markdown Microsoft.Graph.Models.Security.contentFormat::0003-unknownFutureValue +Microsoft.Graph.Models.Security.copilotInteractionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.copilotInteractionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.copilotInteractionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.copilotInteractionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.copilotInteractionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.copilotInteractionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CopilotInteractionAuditRecord +Microsoft.Graph.Models.Security.coreReportingSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.coreReportingSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.coreReportingSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.coreReportingSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.coreReportingSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.coreReportingSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CoreReportingSettingsAuditRecord +Microsoft.Graph.Models.Security.cortanaBriefingAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cortanaBriefingAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cortanaBriefingAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cortanaBriefingAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cortanaBriefingAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cortanaBriefingAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CortanaBriefingAuditRecord +Microsoft.Graph.Models.Security.cpsCommonPolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cpsCommonPolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cpsCommonPolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cpsCommonPolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cpsCommonPolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cpsCommonPolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CpsCommonPolicyAuditRecord +Microsoft.Graph.Models.Security.cpsPolicyConfigAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.cpsPolicyConfigAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.cpsPolicyConfigAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.cpsPolicyConfigAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.cpsPolicyConfigAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.cpsPolicyConfigAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CpsPolicyConfigAuditRecord +Microsoft.Graph.Models.Security.crmBaseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.crmBaseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.crmBaseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.crmBaseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.crmBaseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.crmBaseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CrmBaseAuditRecord +Microsoft.Graph.Models.Security.crmEntityOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.crmEntityOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.crmEntityOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.crmEntityOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.crmEntityOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.crmEntityOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CrmEntityOperationAuditRecord +Microsoft.Graph.Models.Security.customerKeyServiceEncryptionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.customerKeyServiceEncryptionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.customerKeyServiceEncryptionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.customerKeyServiceEncryptionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.customerKeyServiceEncryptionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.customerKeyServiceEncryptionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CustomerKeyServiceEncryptionAuditRecord Microsoft.Graph.Models.Security.cvssSummary::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.cvssSummary::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.cvssSummary::|public|constructor():void @@ -112933,15 +111820,46 @@ Microsoft.Graph.Models.Security.cvssSummary::|public|Severity:global.Microsoft.G Microsoft.Graph.Models.Security.cvssSummary::|public|VectorString:string Microsoft.Graph.Models.Security.cvssSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CvssSummary Microsoft.Graph.Models.Security.cvssSummary~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.dataCenterSecurityBaseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dataCenterSecurityBaseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dataCenterSecurityBaseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dataCenterSecurityBaseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dataCenterSecurityBaseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dataCenterSecurityBaseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DataCenterSecurityBaseAuditRecord +Microsoft.Graph.Models.Security.dataCenterSecurityCmdletAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dataCenterSecurityCmdletAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dataCenterSecurityCmdletAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dataCenterSecurityCmdletAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dataCenterSecurityCmdletAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dataCenterSecurityCmdletAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DataCenterSecurityCmdletAuditRecord +Microsoft.Graph.Models.Security.dataGovernanceAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dataGovernanceAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dataGovernanceAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dataGovernanceAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dataGovernanceAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dataGovernanceAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DataGovernanceAuditRecord +Microsoft.Graph.Models.Security.dataInsightsRestApiAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dataInsightsRestApiAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dataInsightsRestApiAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dataInsightsRestApiAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dataInsightsRestApiAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dataInsightsRestApiAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DataInsightsRestApiAuditRecord +Microsoft.Graph.Models.Security.dataLakeExportOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dataLakeExportOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dataLakeExportOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dataLakeExportOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dataLakeExportOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dataLakeExportOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DataLakeExportOperationAuditRecord Microsoft.Graph.Models.Security.dataSet-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.Security.dataSet::|public|CreatedBy:global.Microsoft.Graph.Models.IdentitySet -Microsoft.Graph.Models.Security.dataSet::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.dataSet::|public|Description:string -Microsoft.Graph.Models.Security.dataSet::|public|DisplayName:string Microsoft.Graph.Models.Security.dataSet::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.dataSet::|public|OdataType:string Microsoft.Graph.Models.Security.dataSet::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.dataSet::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DataSet +Microsoft.Graph.Models.Security.dataShareOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dataShareOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dataShareOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dataShareOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dataShareOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dataShareOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DataShareOperationAuditRecord Microsoft.Graph.Models.Security.dataSource-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.dataSource::|public|CreatedBy:global.Microsoft.Graph.Models.IdentitySet Microsoft.Graph.Models.Security.dataSource::|public|CreatedDateTime:DateTimeOffset? @@ -112982,6 +111900,12 @@ Microsoft.Graph.Models.Security.dataSourceScopes::0002-allTenantSites Microsoft.Graph.Models.Security.dataSourceScopes::0003-allCaseCustodians Microsoft.Graph.Models.Security.dataSourceScopes::0004-allCaseNoncustodialDataSources Microsoft.Graph.Models.Security.dataSourceScopes::0005-unknownFutureValue +Microsoft.Graph.Models.Security.defaultAuditData-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.defaultAuditData::|public|constructor():void +Microsoft.Graph.Models.Security.defaultAuditData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.defaultAuditData::|public|OdataType:string +Microsoft.Graph.Models.Security.defaultAuditData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.defaultAuditData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DefaultAuditData Microsoft.Graph.Models.Security.defaultRecordBehavior::0000-startLocked Microsoft.Graph.Models.Security.defaultRecordBehavior::0001-startUnlocked Microsoft.Graph.Models.Security.defaultRecordBehavior::0002-unknownFutureValue @@ -112992,6 +111916,18 @@ Microsoft.Graph.Models.Security.defenderAvStatus::0003-updated Microsoft.Graph.Models.Security.defenderAvStatus::0004-unknown Microsoft.Graph.Models.Security.defenderAvStatus::0005-notSupported Microsoft.Graph.Models.Security.defenderAvStatus::0006-unknownFutureValue +Microsoft.Graph.Models.Security.defenderSecurityAlertBaseRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.defenderSecurityAlertBaseRecord::|public|constructor():void +Microsoft.Graph.Models.Security.defenderSecurityAlertBaseRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.defenderSecurityAlertBaseRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.defenderSecurityAlertBaseRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.defenderSecurityAlertBaseRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DefenderSecurityAlertBaseRecord +Microsoft.Graph.Models.Security.deleteCertificateRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.deleteCertificateRecord::|public|constructor():void +Microsoft.Graph.Models.Security.deleteCertificateRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.deleteCertificateRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.deleteCertificateRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.deleteCertificateRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DeleteCertificateRecord Microsoft.Graph.Models.Security.departmentTemplate-->global.Microsoft.Graph.Models.Security.FilePlanDescriptorTemplate Microsoft.Graph.Models.Security.departmentTemplate::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.Security.departmentTemplate::|public|OdataType:string @@ -113110,6 +112046,18 @@ Microsoft.Graph.Models.Security.dictionary::|public|OdataType:string Microsoft.Graph.Models.Security.dictionary::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.dictionary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Dictionary Microsoft.Graph.Models.Security.dictionary~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.disableConsentRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.disableConsentRecord::|public|constructor():void +Microsoft.Graph.Models.Security.disableConsentRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.disableConsentRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.disableConsentRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.disableConsentRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DisableConsentRecord +Microsoft.Graph.Models.Security.discoveryAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.discoveryAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.discoveryAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.discoveryAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.discoveryAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.discoveryAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DiscoveryAuditRecord Microsoft.Graph.Models.Security.dispositionReviewStage-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.dispositionReviewStage::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.Security.dispositionReviewStage::|public|Name:string @@ -113123,6 +112071,24 @@ Microsoft.Graph.Models.Security.dispositionReviewStageCollectionResponse::|publi Microsoft.Graph.Models.Security.dispositionReviewStageCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.dispositionReviewStageCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.dispositionReviewStageCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DispositionReviewStageCollectionResponse +Microsoft.Graph.Models.Security.dlpEndpointAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dlpEndpointAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dlpEndpointAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dlpEndpointAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dlpEndpointAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dlpEndpointAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DlpEndpointAuditRecord +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeCmdletRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeCmdletRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeCmdletRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeCmdletRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeCmdletRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeCmdletRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DlpSensitiveInformationTypeCmdletRecord +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeRulePackageCmdletRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeRulePackageCmdletRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeRulePackageCmdletRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeRulePackageCmdletRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeRulePackageCmdletRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dlpSensitiveInformationTypeRulePackageCmdletRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DlpSensitiveInformationTypeRulePackageCmdletRecord Microsoft.Graph.Models.Security.dnsEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.dnsEvidence::|public|constructor():void Microsoft.Graph.Models.Security.dnsEvidence::|public|DnsServerIp:global.Microsoft.Graph.Models.Security.IpEvidence @@ -113138,6 +112104,18 @@ Microsoft.Graph.Models.Security.documentVersion::0001-recent10 Microsoft.Graph.Models.Security.documentVersion::0002-recent100 Microsoft.Graph.Models.Security.documentVersion::0003-all Microsoft.Graph.Models.Security.documentVersion::0004-unknownFutureValue +Microsoft.Graph.Models.Security.downloadCertificateRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.downloadCertificateRecord::|public|constructor():void +Microsoft.Graph.Models.Security.downloadCertificateRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.downloadCertificateRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.downloadCertificateRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.downloadCertificateRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.DownloadCertificateRecord +Microsoft.Graph.Models.Security.dynamics365BusinessCentralAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.dynamics365BusinessCentralAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.dynamics365BusinessCentralAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.dynamics365BusinessCentralAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.dynamics365BusinessCentralAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.dynamics365BusinessCentralAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Dynamics365BusinessCentralAuditRecord Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation-->global.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? @@ -113172,11 +112150,7 @@ Microsoft.Graph.Models.Security.ediscoveryCaseCollectionResponse::|public|Value: Microsoft.Graph.Models.Security.ediscoveryCaseCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EdiscoveryCaseCollectionResponse Microsoft.Graph.Models.Security.ediscoveryCaseSettings-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.ediscoveryCaseSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.ediscoveryCaseSettings::|public|Ocr:global.Microsoft.Graph.Models.Security.OcrSettings -Microsoft.Graph.Models.Security.ediscoveryCaseSettings::|public|OdataType:string -Microsoft.Graph.Models.Security.ediscoveryCaseSettings::|public|RedundancyDetection:global.Microsoft.Graph.Models.Security.RedundancyDetectionSettings Microsoft.Graph.Models.Security.ediscoveryCaseSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.ediscoveryCaseSettings::|public|TopicModeling:global.Microsoft.Graph.Models.Security.TopicModelingSettings Microsoft.Graph.Models.Security.ediscoveryCaseSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EdiscoveryCaseSettings Microsoft.Graph.Models.Security.ediscoveryCustodian-->global.Microsoft.Graph.Models.Security.DataSourceContainer Microsoft.Graph.Models.Security.ediscoveryCustodian::|public|AcknowledgedDateTime:DateTimeOffset? @@ -113197,16 +112171,7 @@ Microsoft.Graph.Models.Security.ediscoveryCustodianCollectionResponse::|public|V Microsoft.Graph.Models.Security.ediscoveryCustodianCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EdiscoveryCustodianCollectionResponse Microsoft.Graph.Models.Security.ediscoveryEstimateOperation-->global.Microsoft.Graph.Models.Security.CaseOperation Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|IndexedItemCount:long? -Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|IndexedItemsSize:long? -Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|MailboxCount:int? -Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|OdataType:string -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 Microsoft.Graph.Models.Security.ediscoveryExportOperation-->global.Microsoft.Graph.Models.Security.CaseOperation Microsoft.Graph.Models.Security.ediscoveryExportOperation::|public|Description:string @@ -113227,7 +112192,6 @@ Microsoft.Graph.Models.Security.ediscoveryHoldOperation::|public|Serialize(write Microsoft.Graph.Models.Security.ediscoveryHoldOperation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EdiscoveryHoldOperation Microsoft.Graph.Models.Security.ediscoveryIndexOperation-->global.Microsoft.Graph.Models.Security.CaseOperation Microsoft.Graph.Models.Security.ediscoveryIndexOperation::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.ediscoveryIndexOperation::|public|OdataType:string Microsoft.Graph.Models.Security.ediscoveryIndexOperation::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.ediscoveryIndexOperation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EdiscoveryIndexOperation Microsoft.Graph.Models.Security.ediscoveryNoncustodialDataSource-->global.Microsoft.Graph.Models.Security.DataSourceContainer @@ -113334,6 +112298,30 @@ Microsoft.Graph.Models.Security.emailSender::|public|OdataType:string Microsoft.Graph.Models.Security.emailSender::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.emailSender::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EmailSender Microsoft.Graph.Models.Security.emailSender~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.enableConsentRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.enableConsentRecord::|public|constructor():void +Microsoft.Graph.Models.Security.enableConsentRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.enableConsentRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.enableConsentRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.enableConsentRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EnableConsentRecord +Microsoft.Graph.Models.Security.epicSMSLinkRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.epicSMSLinkRecord::|public|constructor():void +Microsoft.Graph.Models.Security.epicSMSLinkRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.epicSMSLinkRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.epicSMSLinkRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.epicSMSLinkRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EpicSMSLinkRecord +Microsoft.Graph.Models.Security.epicSMSSettingsUpdateRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.epicSMSSettingsUpdateRecord::|public|constructor():void +Microsoft.Graph.Models.Security.epicSMSSettingsUpdateRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.epicSMSSettingsUpdateRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.epicSMSSettingsUpdateRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.epicSMSSettingsUpdateRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EpicSMSSettingsUpdateRecord +Microsoft.Graph.Models.Security.epicSMSUnlinkRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.epicSMSUnlinkRecord::|public|constructor():void +Microsoft.Graph.Models.Security.epicSMSUnlinkRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.epicSMSUnlinkRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.epicSMSUnlinkRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.epicSMSUnlinkRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EpicSMSUnlinkRecord Microsoft.Graph.Models.Security.eventPropagationResult::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.eventPropagationResult::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.eventPropagationResult::|public|constructor():void @@ -113399,6 +112387,42 @@ Microsoft.Graph.Models.Security.evidenceVerdict::0001-suspicious Microsoft.Graph.Models.Security.evidenceVerdict::0002-malicious Microsoft.Graph.Models.Security.evidenceVerdict::0003-noThreatsFound Microsoft.Graph.Models.Security.evidenceVerdict::0004-unknownFutureValue +Microsoft.Graph.Models.Security.exchangeAdminAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.exchangeAdminAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.exchangeAdminAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.exchangeAdminAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.exchangeAdminAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.exchangeAdminAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ExchangeAdminAuditRecord +Microsoft.Graph.Models.Security.exchangeAggregatedMailboxAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.exchangeAggregatedMailboxAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.exchangeAggregatedMailboxAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.exchangeAggregatedMailboxAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.exchangeAggregatedMailboxAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.exchangeAggregatedMailboxAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ExchangeAggregatedMailboxAuditRecord +Microsoft.Graph.Models.Security.exchangeAggregatedOperationRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.exchangeAggregatedOperationRecord::|public|constructor():void +Microsoft.Graph.Models.Security.exchangeAggregatedOperationRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.exchangeAggregatedOperationRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.exchangeAggregatedOperationRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.exchangeAggregatedOperationRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ExchangeAggregatedOperationRecord +Microsoft.Graph.Models.Security.exchangeMailboxAuditBaseRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.exchangeMailboxAuditBaseRecord::|public|constructor():void +Microsoft.Graph.Models.Security.exchangeMailboxAuditBaseRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.exchangeMailboxAuditBaseRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.exchangeMailboxAuditBaseRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.exchangeMailboxAuditBaseRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ExchangeMailboxAuditBaseRecord +Microsoft.Graph.Models.Security.exchangeMailboxAuditGroupRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.exchangeMailboxAuditGroupRecord::|public|constructor():void +Microsoft.Graph.Models.Security.exchangeMailboxAuditGroupRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.exchangeMailboxAuditGroupRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.exchangeMailboxAuditGroupRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.exchangeMailboxAuditGroupRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ExchangeMailboxAuditGroupRecord +Microsoft.Graph.Models.Security.exchangeMailboxAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.exchangeMailboxAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.exchangeMailboxAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.exchangeMailboxAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.exchangeMailboxAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.exchangeMailboxAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ExchangeMailboxAuditRecord Microsoft.Graph.Models.Security.exportCriteria::0000-searchHits Microsoft.Graph.Models.Security.exportCriteria::0001-partiallyIndexed Microsoft.Graph.Models.Security.exportCriteria::0002-unknownFutureValue @@ -113434,6 +112458,30 @@ 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.fhirBaseUrlAddRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.fhirBaseUrlAddRecord::|public|constructor():void +Microsoft.Graph.Models.Security.fhirBaseUrlAddRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.fhirBaseUrlAddRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.fhirBaseUrlAddRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.fhirBaseUrlAddRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.FhirBaseUrlAddRecord +Microsoft.Graph.Models.Security.fhirBaseUrlApproveRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.fhirBaseUrlApproveRecord::|public|constructor():void +Microsoft.Graph.Models.Security.fhirBaseUrlApproveRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.fhirBaseUrlApproveRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.fhirBaseUrlApproveRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.fhirBaseUrlApproveRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.FhirBaseUrlApproveRecord +Microsoft.Graph.Models.Security.fhirBaseUrlDeleteRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.fhirBaseUrlDeleteRecord::|public|constructor():void +Microsoft.Graph.Models.Security.fhirBaseUrlDeleteRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.fhirBaseUrlDeleteRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.fhirBaseUrlDeleteRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.fhirBaseUrlDeleteRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.FhirBaseUrlDeleteRecord +Microsoft.Graph.Models.Security.fhirBaseUrlUpdateRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.fhirBaseUrlUpdateRecord::|public|constructor():void +Microsoft.Graph.Models.Security.fhirBaseUrlUpdateRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.fhirBaseUrlUpdateRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.fhirBaseUrlUpdateRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.fhirBaseUrlUpdateRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.FhirBaseUrlUpdateRecord Microsoft.Graph.Models.Security.fileDetails::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.fileDetails::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.fileDetails::|public|constructor():void @@ -113557,7 +112605,6 @@ Microsoft.Graph.Models.Security.filePlanReferenceTemplateCollectionResponse::|pu Microsoft.Graph.Models.Security.filePlanReferenceTemplateCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.FilePlanReferenceTemplateCollectionResponse Microsoft.Graph.Models.Security.filePlanSubcategory-->global.Microsoft.Graph.Models.Security.FilePlanDescriptorBase Microsoft.Graph.Models.Security.filePlanSubcategory::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.filePlanSubcategory::|public|OdataType:string Microsoft.Graph.Models.Security.filePlanSubcategory::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.filePlanSubcategory::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.FilePlanSubcategory Microsoft.Graph.Models.Security.formattedContent::|public|AdditionalData:IDictionary @@ -113570,19 +112617,6 @@ Microsoft.Graph.Models.Security.formattedContent::|public|OdataType:string Microsoft.Graph.Models.Security.formattedContent::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.formattedContent::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.FormattedContent Microsoft.Graph.Models.Security.formattedContent~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.Security.geoLocation::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.Security.geoLocation::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.Security.geoLocation::|public|City:string -Microsoft.Graph.Models.Security.geoLocation::|public|constructor():void -Microsoft.Graph.Models.Security.geoLocation::|public|CountryName:string -Microsoft.Graph.Models.Security.geoLocation::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.geoLocation::|public|Latitude:double? -Microsoft.Graph.Models.Security.geoLocation::|public|Longitude:double? -Microsoft.Graph.Models.Security.geoLocation::|public|OdataType:string -Microsoft.Graph.Models.Security.geoLocation::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.geoLocation::|public|State:string -Microsoft.Graph.Models.Security.geoLocation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.GeoLocation -Microsoft.Graph.Models.Security.geoLocation~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.Security.gitHubOrganizationEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.gitHubOrganizationEvidence::|public|Company:string Microsoft.Graph.Models.Security.gitHubOrganizationEvidence::|public|constructor():void @@ -113635,6 +112669,12 @@ Microsoft.Graph.Models.Security.googleCloudResourceEvidence::|public|ResourceNam Microsoft.Graph.Models.Security.googleCloudResourceEvidence::|public|ResourceType:string Microsoft.Graph.Models.Security.googleCloudResourceEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.googleCloudResourceEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.GoogleCloudResourceEvidence +Microsoft.Graph.Models.Security.healthcareSignalRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.healthcareSignalRecord::|public|constructor():void +Microsoft.Graph.Models.Security.healthcareSignalRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.healthcareSignalRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.healthcareSignalRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.healthcareSignalRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HealthcareSignalRecord Microsoft.Graph.Models.Security.healthIssue-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.healthIssue::|public|AdditionalInformation:List Microsoft.Graph.Models.Security.healthIssue::|public|CreatedDateTime:DateTimeOffset? @@ -113728,6 +112768,12 @@ Microsoft.Graph.Models.Security.hostCookieCollectionResponse::|public|GetFieldDe Microsoft.Graph.Models.Security.hostCookieCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.hostCookieCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.hostCookieCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HostCookieCollectionResponse +Microsoft.Graph.Models.Security.hostedRpaAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.hostedRpaAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.hostedRpaAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.hostedRpaAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.hostedRpaAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.hostedRpaAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HostedRpaAuditRecord Microsoft.Graph.Models.Security.hostLogonSessionEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.hostLogonSessionEvidence::|public|Account:global.Microsoft.Graph.Models.Security.UserEvidence Microsoft.Graph.Models.Security.hostLogonSessionEvidence::|public|constructor():void @@ -113816,35 +112862,9 @@ Microsoft.Graph.Models.Security.hostPortStatus::0001-filtered Microsoft.Graph.Models.Security.hostPortStatus::0002-closed Microsoft.Graph.Models.Security.hostPortStatus::0003-unknownFutureValue Microsoft.Graph.Models.Security.hostReputation-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.Security.hostReputation::|public|Classification:global.Microsoft.Graph.Models.Security.HostReputationClassification? Microsoft.Graph.Models.Security.hostReputation::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.hostReputation::|public|OdataType:string -Microsoft.Graph.Models.Security.hostReputation::|public|Rules:List -Microsoft.Graph.Models.Security.hostReputation::|public|Score:int? Microsoft.Graph.Models.Security.hostReputation::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.hostReputation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HostReputation -Microsoft.Graph.Models.Security.hostReputationClassification::0000-unknown -Microsoft.Graph.Models.Security.hostReputationClassification::0001-neutral -Microsoft.Graph.Models.Security.hostReputationClassification::0002-suspicious -Microsoft.Graph.Models.Security.hostReputationClassification::0003-malicious -Microsoft.Graph.Models.Security.hostReputationClassification::0004-unknownFutureValue -Microsoft.Graph.Models.Security.hostReputationRule::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.Security.hostReputationRule::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.Security.hostReputationRule::|public|constructor():void -Microsoft.Graph.Models.Security.hostReputationRule::|public|Description:string -Microsoft.Graph.Models.Security.hostReputationRule::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.hostReputationRule::|public|Name:string -Microsoft.Graph.Models.Security.hostReputationRule::|public|OdataType:string -Microsoft.Graph.Models.Security.hostReputationRule::|public|RelatedDetailsUrl:string -Microsoft.Graph.Models.Security.hostReputationRule::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.hostReputationRule::|public|Severity:global.Microsoft.Graph.Models.Security.HostReputationRuleSeverity? -Microsoft.Graph.Models.Security.hostReputationRule::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HostReputationRule -Microsoft.Graph.Models.Security.hostReputationRuleSeverity::0000-unknown -Microsoft.Graph.Models.Security.hostReputationRuleSeverity::0001-low -Microsoft.Graph.Models.Security.hostReputationRuleSeverity::0002-medium -Microsoft.Graph.Models.Security.hostReputationRuleSeverity::0003-high -Microsoft.Graph.Models.Security.hostReputationRuleSeverity::0004-unknownFutureValue -Microsoft.Graph.Models.Security.hostReputationRule~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.Security.hostSslCertificate-->global.Microsoft.Graph.Models.Security.Artifact Microsoft.Graph.Models.Security.hostSslCertificate::|public|constructor():void Microsoft.Graph.Models.Security.hostSslCertificate::|public|FirstSeenDateTime:DateTimeOffset? @@ -113888,6 +112908,12 @@ Microsoft.Graph.Models.Security.hostTrackerCollectionResponse::|public|GetFieldD Microsoft.Graph.Models.Security.hostTrackerCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.hostTrackerCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.hostTrackerCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HostTrackerCollectionResponse +Microsoft.Graph.Models.Security.hrSignalAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.hrSignalAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.hrSignalAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.hrSignalAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.hrSignalAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.hrSignalAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HrSignalAuditRecord Microsoft.Graph.Models.Security.huntingQueryResults::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.huntingQueryResults::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.huntingQueryResults::|public|constructor():void @@ -113906,6 +112932,12 @@ Microsoft.Graph.Models.Security.huntingRowResult::|public|OdataType:string Microsoft.Graph.Models.Security.huntingRowResult::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.huntingRowResult::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HuntingRowResult Microsoft.Graph.Models.Security.huntingRowResult~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.hygieneEventRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.hygieneEventRecord::|public|constructor():void +Microsoft.Graph.Models.Security.hygieneEventRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.hygieneEventRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.hygieneEventRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.hygieneEventRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.HygieneEventRecord Microsoft.Graph.Models.Security.hyperlink::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.hyperlink::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.hyperlink::|public|constructor():void @@ -113918,9 +112950,6 @@ Microsoft.Graph.Models.Security.hyperlink::|static|public|CreateFromDiscriminato Microsoft.Graph.Models.Security.hyperlink~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.Security.identityContainer-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.identityContainer::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.identityContainer::|public|HealthIssues:List -Microsoft.Graph.Models.Security.identityContainer::|public|OdataType:string -Microsoft.Graph.Models.Security.identityContainer::|public|Sensors:List Microsoft.Graph.Models.Security.identityContainer::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.identityContainer::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.IdentityContainer Microsoft.Graph.Models.Security.incident-->global.Microsoft.Graph.Models.Entity @@ -113969,6 +112998,30 @@ Microsoft.Graph.Models.Security.indicatorSource::0000-microsoft Microsoft.Graph.Models.Security.indicatorSource::0001-osint Microsoft.Graph.Models.Security.indicatorSource::0002-public Microsoft.Graph.Models.Security.indicatorSource::0003-unknownFutureValue +Microsoft.Graph.Models.Security.informationBarrierPolicyApplicationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.informationBarrierPolicyApplicationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.informationBarrierPolicyApplicationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.informationBarrierPolicyApplicationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.informationBarrierPolicyApplicationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.informationBarrierPolicyApplicationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.InformationBarrierPolicyApplicationAuditRecord +Microsoft.Graph.Models.Security.informationWorkerProtectionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.informationWorkerProtectionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.informationWorkerProtectionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.informationWorkerProtectionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.informationWorkerProtectionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.informationWorkerProtectionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.InformationWorkerProtectionAuditRecord +Microsoft.Graph.Models.Security.insiderRiskScopedUserInsightsRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.insiderRiskScopedUserInsightsRecord::|public|constructor():void +Microsoft.Graph.Models.Security.insiderRiskScopedUserInsightsRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.insiderRiskScopedUserInsightsRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.insiderRiskScopedUserInsightsRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.insiderRiskScopedUserInsightsRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.InsiderRiskScopedUserInsightsRecord +Microsoft.Graph.Models.Security.insiderRiskScopedUsersRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.insiderRiskScopedUsersRecord::|public|constructor():void +Microsoft.Graph.Models.Security.insiderRiskScopedUsersRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.insiderRiskScopedUsersRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.insiderRiskScopedUsersRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.insiderRiskScopedUsersRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.InsiderRiskScopedUsersRecord Microsoft.Graph.Models.Security.intelligenceProfile-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.intelligenceProfile::|public|Aliases:List Microsoft.Graph.Models.Security.intelligenceProfile::|public|CountriesOrRegionsOfOrigin:List @@ -114063,18 +113116,30 @@ Microsoft.Graph.Models.Security.ipAddress::|public|OdataType:string Microsoft.Graph.Models.Security.ipAddress::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.ipAddress::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.IpAddress Microsoft.Graph.Models.Security.ipEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence -Microsoft.Graph.Models.Security.ipEvidence::|public|constructor():void -Microsoft.Graph.Models.Security.ipEvidence::|public|CountryLetterCode:string Microsoft.Graph.Models.Security.ipEvidence::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.ipEvidence::|public|IpAddress:string -Microsoft.Graph.Models.Security.ipEvidence::|public|Location:global.Microsoft.Graph.Models.Security.GeoLocation -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.irmSecurityAlertRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.irmSecurityAlertRecord::|public|constructor():void +Microsoft.Graph.Models.Security.irmSecurityAlertRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.irmSecurityAlertRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.irmSecurityAlertRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.irmSecurityAlertRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.IrmSecurityAlertRecord +Microsoft.Graph.Models.Security.irmUserDefinedDetectionRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.irmUserDefinedDetectionRecord::|public|constructor():void +Microsoft.Graph.Models.Security.irmUserDefinedDetectionRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.irmUserDefinedDetectionRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.irmUserDefinedDetectionRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.irmUserDefinedDetectionRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.IrmUserDefinedDetectionRecord 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.kaizalaAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.kaizalaAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.kaizalaAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.kaizalaAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.kaizalaAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.kaizalaAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.KaizalaAuditRecord 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 @@ -114097,12 +113162,7 @@ Microsoft.Graph.Models.Security.kubernetesControllerEvidence::|public|Serialize( Microsoft.Graph.Models.Security.kubernetesControllerEvidence::|public|Type:string Microsoft.Graph.Models.Security.kubernetesControllerEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.KubernetesControllerEvidence Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence -Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence::|public|Cluster:global.Microsoft.Graph.Models.Security.KubernetesClusterEvidence -Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence::|public|constructor():void Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence::|public|Labels:global.Microsoft.Graph.Models.Security.Dictionary -Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence::|public|Name:string -Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence::|public|OdataType:string Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.kubernetesNamespaceEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.KubernetesNamespaceEvidence Microsoft.Graph.Models.Security.kubernetesPlatform::0000-unknown @@ -114112,19 +113172,8 @@ Microsoft.Graph.Models.Security.kubernetesPlatform::0003-gke Microsoft.Graph.Models.Security.kubernetesPlatform::0004-arc Microsoft.Graph.Models.Security.kubernetesPlatform::0005-unknownFutureValue Microsoft.Graph.Models.Security.kubernetesPodEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|constructor():void -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|Containers:List -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|Controller:global.Microsoft.Graph.Models.Security.KubernetesControllerEvidence -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|EphemeralContainers:List Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|InitContainers:List -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|Labels:global.Microsoft.Graph.Models.Security.Dictionary -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|Name:string -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|Namespace:global.Microsoft.Graph.Models.Security.KubernetesNamespaceEvidence -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|OdataType:string -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|PodIp:global.Microsoft.Graph.Models.Security.IpEvidence Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.kubernetesPodEvidence::|public|ServiceAccount:global.Microsoft.Graph.Models.Security.KubernetesServiceAccountEvidence Microsoft.Graph.Models.Security.kubernetesPodEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.KubernetesPodEvidence Microsoft.Graph.Models.Security.kubernetesSecretEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.kubernetesSecretEvidence::|public|constructor():void @@ -114177,17 +113226,28 @@ Microsoft.Graph.Models.Security.kubernetesServiceType::0002-externalName Microsoft.Graph.Models.Security.kubernetesServiceType::0003-nodePort Microsoft.Graph.Models.Security.kubernetesServiceType::0004-loadBalancer Microsoft.Graph.Models.Security.kubernetesServiceType::0005-unknownFutureValue +Microsoft.Graph.Models.Security.labelAnalyticsAggregateAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.labelAnalyticsAggregateAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.labelAnalyticsAggregateAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.labelAnalyticsAggregateAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.labelAnalyticsAggregateAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.labelAnalyticsAggregateAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.LabelAnalyticsAggregateAuditRecord +Microsoft.Graph.Models.Security.labelContentExplorerAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.labelContentExplorerAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.labelContentExplorerAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.labelContentExplorerAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.labelContentExplorerAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.labelContentExplorerAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.LabelContentExplorerAuditRecord Microsoft.Graph.Models.Security.labelsRoot-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.Security.labelsRoot::|public|Authorities:List -Microsoft.Graph.Models.Security.labelsRoot::|public|Categories:List -Microsoft.Graph.Models.Security.labelsRoot::|public|Citations:List -Microsoft.Graph.Models.Security.labelsRoot::|public|Departments:List -Microsoft.Graph.Models.Security.labelsRoot::|public|FilePlanReferences:List Microsoft.Graph.Models.Security.labelsRoot::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.labelsRoot::|public|OdataType:string -Microsoft.Graph.Models.Security.labelsRoot::|public|RetentionLabels:List Microsoft.Graph.Models.Security.labelsRoot::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.labelsRoot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.LabelsRoot +Microsoft.Graph.Models.Security.largeContentMetadataAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.largeContentMetadataAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.largeContentMetadataAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.largeContentMetadataAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.largeContentMetadataAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.largeContentMetadataAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.LargeContentMetadataAuditRecord Microsoft.Graph.Models.Security.loggedOnUser::|public|AccountName:string Microsoft.Graph.Models.Security.loggedOnUser::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.loggedOnUser::|public|BackingStore:IBackingStore @@ -114198,6 +113258,18 @@ Microsoft.Graph.Models.Security.loggedOnUser::|public|OdataType:string Microsoft.Graph.Models.Security.loggedOnUser::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.loggedOnUser::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.LoggedOnUser Microsoft.Graph.Models.Security.loggedOnUser~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.m365ComplianceConnectorAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.m365ComplianceConnectorAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.m365ComplianceConnectorAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.m365ComplianceConnectorAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.m365ComplianceConnectorAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.m365ComplianceConnectorAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.M365ComplianceConnectorAuditRecord +Microsoft.Graph.Models.Security.m365DAADAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.m365DAADAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.m365DAADAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.m365DAADAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.m365DAADAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.m365DAADAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.M365DAADAuditRecord Microsoft.Graph.Models.Security.mailboxConfigurationEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.mailboxConfigurationEvidence::|public|ConfigurationId:string Microsoft.Graph.Models.Security.mailboxConfigurationEvidence::|public|ConfigurationType:global.Microsoft.Graph.Models.Security.MailboxConfigurationType? @@ -114238,6 +113310,12 @@ Microsoft.Graph.Models.Security.mailClusterEvidence::|public|Query:string Microsoft.Graph.Models.Security.mailClusterEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.mailClusterEvidence::|public|Urn:string Microsoft.Graph.Models.Security.mailClusterEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MailClusterEvidence +Microsoft.Graph.Models.Security.mailSubmissionData-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mailSubmissionData::|public|constructor():void +Microsoft.Graph.Models.Security.mailSubmissionData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mailSubmissionData::|public|OdataType:string +Microsoft.Graph.Models.Security.mailSubmissionData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mailSubmissionData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MailSubmissionData Microsoft.Graph.Models.Security.malwareEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.malwareEvidence::|public|Category:string Microsoft.Graph.Models.Security.malwareEvidence::|public|constructor():void @@ -114248,6 +113326,342 @@ Microsoft.Graph.Models.Security.malwareEvidence::|public|OdataType:string Microsoft.Graph.Models.Security.malwareEvidence::|public|Processes:List Microsoft.Graph.Models.Security.malwareEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.malwareEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MalwareEvidence +Microsoft.Graph.Models.Security.managedServicesAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.managedServicesAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.managedServicesAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.managedServicesAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.managedServicesAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.managedServicesAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ManagedServicesAuditRecord +Microsoft.Graph.Models.Security.managedTenantsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.managedTenantsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.managedTenantsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.managedTenantsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.managedTenantsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.managedTenantsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ManagedTenantsAuditRecord +Microsoft.Graph.Models.Security.mapgAlertsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mapgAlertsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mapgAlertsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mapgAlertsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mapgAlertsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mapgAlertsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MapgAlertsAuditRecord +Microsoft.Graph.Models.Security.mapgOnboardAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mapgOnboardAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mapgOnboardAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mapgOnboardAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mapgOnboardAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mapgOnboardAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MapgOnboardAuditRecord +Microsoft.Graph.Models.Security.mapgPolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mapgPolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mapgPolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mapgPolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mapgPolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mapgPolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MapgPolicyAuditRecord +Microsoft.Graph.Models.Security.mcasAlertsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mcasAlertsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mcasAlertsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mcasAlertsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mcasAlertsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mcasAlertsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.McasAlertsAuditRecord +Microsoft.Graph.Models.Security.mdaDataSecuritySignalRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mdaDataSecuritySignalRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mdaDataSecuritySignalRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mdaDataSecuritySignalRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mdaDataSecuritySignalRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mdaDataSecuritySignalRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MdaDataSecuritySignalRecord +Microsoft.Graph.Models.Security.mdatpAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mdatpAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mdatpAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mdatpAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mdatpAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mdatpAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MdatpAuditRecord +Microsoft.Graph.Models.Security.mdcEventsRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mdcEventsRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mdcEventsRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mdcEventsRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mdcEventsRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mdcEventsRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MdcEventsRecord +Microsoft.Graph.Models.Security.mdiAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mdiAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mdiAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mdiAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mdiAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mdiAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MdiAuditRecord +Microsoft.Graph.Models.Security.meshWorldsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.meshWorldsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.meshWorldsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.meshWorldsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.meshWorldsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.meshWorldsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MeshWorldsAuditRecord +Microsoft.Graph.Models.Security.microsoft365BackupBackupItemAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoft365BackupBackupItemAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoft365BackupBackupItemAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoft365BackupBackupItemAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoft365BackupBackupItemAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoft365BackupBackupItemAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Microsoft365BackupBackupItemAuditRecord +Microsoft.Graph.Models.Security.microsoft365BackupBackupPolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoft365BackupBackupPolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoft365BackupBackupPolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoft365BackupBackupPolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoft365BackupBackupPolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoft365BackupBackupPolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Microsoft365BackupBackupPolicyAuditRecord +Microsoft.Graph.Models.Security.microsoft365BackupRestoreItemAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoft365BackupRestoreItemAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoft365BackupRestoreItemAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoft365BackupRestoreItemAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoft365BackupRestoreItemAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoft365BackupRestoreItemAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Microsoft365BackupRestoreItemAuditRecord +Microsoft.Graph.Models.Security.microsoft365BackupRestoreTaskAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoft365BackupRestoreTaskAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoft365BackupRestoreTaskAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoft365BackupRestoreTaskAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoft365BackupRestoreTaskAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoft365BackupRestoreTaskAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Microsoft365BackupRestoreTaskAuditRecord +Microsoft.Graph.Models.Security.microsoftDefenderExpertsBaseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftDefenderExpertsBaseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftDefenderExpertsBaseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftDefenderExpertsBaseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftDefenderExpertsBaseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftDefenderExpertsBaseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftDefenderExpertsBaseAuditRecord +Microsoft.Graph.Models.Security.microsoftDefenderExpertsXDRAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftDefenderExpertsXDRAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftDefenderExpertsXDRAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftDefenderExpertsXDRAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftDefenderExpertsXDRAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftDefenderExpertsXDRAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftDefenderExpertsXDRAuditRecord +Microsoft.Graph.Models.Security.microsoftFlowAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftFlowAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftFlowAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftFlowAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftFlowAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftFlowAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftFlowAuditRecord +Microsoft.Graph.Models.Security.microsoftFormsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftFormsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftFormsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftFormsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftFormsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftFormsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftFormsAuditRecord +Microsoft.Graph.Models.Security.microsoftGraphDataConnectConsent-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftGraphDataConnectConsent::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftGraphDataConnectConsent::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftGraphDataConnectConsent::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftGraphDataConnectConsent::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftGraphDataConnectConsent::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftGraphDataConnectConsent +Microsoft.Graph.Models.Security.microsoftGraphDataConnectOperation-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftGraphDataConnectOperation::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftGraphDataConnectOperation::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftGraphDataConnectOperation::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftGraphDataConnectOperation::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftGraphDataConnectOperation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftGraphDataConnectOperation +Microsoft.Graph.Models.Security.microsoftPurviewDataMapOperationRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftPurviewDataMapOperationRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftPurviewDataMapOperationRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftPurviewDataMapOperationRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftPurviewDataMapOperationRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftPurviewDataMapOperationRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftPurviewDataMapOperationRecord +Microsoft.Graph.Models.Security.microsoftPurviewMetadataPolicyOperationRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftPurviewMetadataPolicyOperationRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftPurviewMetadataPolicyOperationRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftPurviewMetadataPolicyOperationRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftPurviewMetadataPolicyOperationRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftPurviewMetadataPolicyOperationRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftPurviewMetadataPolicyOperationRecord +Microsoft.Graph.Models.Security.microsoftPurviewPolicyOperationRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftPurviewPolicyOperationRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftPurviewPolicyOperationRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftPurviewPolicyOperationRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftPurviewPolicyOperationRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftPurviewPolicyOperationRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftPurviewPolicyOperationRecord +Microsoft.Graph.Models.Security.microsoftPurviewPrivacyAuditEvent-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftPurviewPrivacyAuditEvent::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftPurviewPrivacyAuditEvent::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftPurviewPrivacyAuditEvent::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftPurviewPrivacyAuditEvent::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftPurviewPrivacyAuditEvent::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftPurviewPrivacyAuditEvent +Microsoft.Graph.Models.Security.microsoftStreamAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftStreamAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftStreamAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftStreamAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftStreamAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftStreamAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftStreamAuditRecord +Microsoft.Graph.Models.Security.microsoftTeamsAdminAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftTeamsAdminAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftTeamsAdminAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftTeamsAdminAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftTeamsAdminAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftTeamsAdminAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftTeamsAdminAuditRecord +Microsoft.Graph.Models.Security.microsoftTeamsAnalyticsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftTeamsAnalyticsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftTeamsAnalyticsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftTeamsAnalyticsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftTeamsAnalyticsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftTeamsAnalyticsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftTeamsAnalyticsAuditRecord +Microsoft.Graph.Models.Security.microsoftTeamsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftTeamsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftTeamsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftTeamsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftTeamsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftTeamsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftTeamsAuditRecord +Microsoft.Graph.Models.Security.microsoftTeamsDeviceAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftTeamsDeviceAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftTeamsDeviceAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftTeamsDeviceAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftTeamsDeviceAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftTeamsDeviceAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftTeamsDeviceAuditRecord +Microsoft.Graph.Models.Security.microsoftTeamsRetentionLabelActionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftTeamsRetentionLabelActionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftTeamsRetentionLabelActionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftTeamsRetentionLabelActionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftTeamsRetentionLabelActionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftTeamsRetentionLabelActionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftTeamsRetentionLabelActionAuditRecord +Microsoft.Graph.Models.Security.microsoftTeamsSensitivityLabelActionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftTeamsSensitivityLabelActionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftTeamsSensitivityLabelActionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftTeamsSensitivityLabelActionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftTeamsSensitivityLabelActionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftTeamsSensitivityLabelActionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftTeamsSensitivityLabelActionAuditRecord +Microsoft.Graph.Models.Security.microsoftTeamsShiftsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.microsoftTeamsShiftsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.microsoftTeamsShiftsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.microsoftTeamsShiftsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.microsoftTeamsShiftsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.microsoftTeamsShiftsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MicrosoftTeamsShiftsAuditRecord +Microsoft.Graph.Models.Security.mipAutoLabelExchangeItemAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelExchangeItemAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelExchangeItemAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelExchangeItemAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelExchangeItemAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelExchangeItemAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelExchangeItemAuditRecord +Microsoft.Graph.Models.Security.mipAutoLabelItemAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelItemAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelItemAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelItemAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelItemAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelItemAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelItemAuditRecord +Microsoft.Graph.Models.Security.mipAutoLabelPolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelPolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelPolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelPolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelPolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelPolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelPolicyAuditRecord +Microsoft.Graph.Models.Security.mipAutoLabelProgressFeedbackAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelProgressFeedbackAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelProgressFeedbackAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelProgressFeedbackAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelProgressFeedbackAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelProgressFeedbackAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelProgressFeedbackAuditRecord +Microsoft.Graph.Models.Security.mipAutoLabelSharePointItemAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelSharePointItemAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelSharePointItemAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelSharePointItemAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelSharePointItemAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelSharePointItemAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelSharePointItemAuditRecord +Microsoft.Graph.Models.Security.mipAutoLabelSharePointPolicyLocationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelSharePointPolicyLocationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelSharePointPolicyLocationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelSharePointPolicyLocationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelSharePointPolicyLocationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelSharePointPolicyLocationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelSharePointPolicyLocationAuditRecord +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointCompletionRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointCompletionRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointCompletionRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointCompletionRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointCompletionRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointCompletionRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelSimulationSharePointCompletionRecord +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointProgressRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointProgressRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointProgressRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointProgressRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointProgressRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelSimulationSharePointProgressRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelSimulationSharePointProgressRecord +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatisticsRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatisticsRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatisticsRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatisticsRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatisticsRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatisticsRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelSimulationStatisticsRecord +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatusRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatusRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatusRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatusRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatusRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipAutoLabelSimulationStatusRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipAutoLabelSimulationStatusRecord +Microsoft.Graph.Models.Security.mipExactDataMatchAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipExactDataMatchAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipExactDataMatchAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipExactDataMatchAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipExactDataMatchAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipExactDataMatchAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipExactDataMatchAuditRecord +Microsoft.Graph.Models.Security.mipLabelAnalyticsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipLabelAnalyticsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipLabelAnalyticsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipLabelAnalyticsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipLabelAnalyticsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipLabelAnalyticsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipLabelAnalyticsAuditRecord +Microsoft.Graph.Models.Security.mipLabelAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mipLabelAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mipLabelAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mipLabelAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mipLabelAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mipLabelAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MipLabelAuditRecord +Microsoft.Graph.Models.Security.mS365DCustomDetectionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mS365DCustomDetectionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mS365DCustomDetectionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mS365DCustomDetectionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mS365DCustomDetectionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mS365DCustomDetectionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MS365DCustomDetectionAuditRecord +Microsoft.Graph.Models.Security.mS365DIncidentAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mS365DIncidentAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mS365DIncidentAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mS365DIncidentAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mS365DIncidentAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mS365DIncidentAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MS365DIncidentAuditRecord +Microsoft.Graph.Models.Security.mS365DSuppressionRuleAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.mS365DSuppressionRuleAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.mS365DSuppressionRuleAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.mS365DSuppressionRuleAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.mS365DSuppressionRuleAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.mS365DSuppressionRuleAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MS365DSuppressionRuleAuditRecord +Microsoft.Graph.Models.Security.msdeGeneralSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.msdeGeneralSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.msdeGeneralSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.msdeGeneralSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.msdeGeneralSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.msdeGeneralSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MsdeGeneralSettingsAuditRecord +Microsoft.Graph.Models.Security.msdeIndicatorsSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.msdeIndicatorsSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.msdeIndicatorsSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.msdeIndicatorsSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.msdeIndicatorsSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.msdeIndicatorsSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MsdeIndicatorsSettingsAuditRecord +Microsoft.Graph.Models.Security.msdeResponseActionsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.msdeResponseActionsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.msdeResponseActionsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.msdeResponseActionsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.msdeResponseActionsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.msdeResponseActionsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MsdeResponseActionsAuditRecord +Microsoft.Graph.Models.Security.msdeRolesSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.msdeRolesSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.msdeRolesSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.msdeRolesSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.msdeRolesSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.msdeRolesSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MsdeRolesSettingsAuditRecord +Microsoft.Graph.Models.Security.msticNationStateNotificationRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.msticNationStateNotificationRecord::|public|constructor():void +Microsoft.Graph.Models.Security.msticNationStateNotificationRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.msticNationStateNotificationRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.msticNationStateNotificationRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.msticNationStateNotificationRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MsticNationStateNotificationRecord +Microsoft.Graph.Models.Security.multiStageDispositionAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.multiStageDispositionAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.multiStageDispositionAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.multiStageDispositionAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.multiStageDispositionAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.multiStageDispositionAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MultiStageDispositionAuditRecord +Microsoft.Graph.Models.Security.myAnalyticsSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.myAnalyticsSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.myAnalyticsSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.myAnalyticsSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.myAnalyticsSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.myAnalyticsSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.MyAnalyticsSettingsAuditRecord Microsoft.Graph.Models.Security.networkAdapter-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.networkAdapter::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.Security.networkAdapter::|public|IsEnabled:bool? @@ -114285,22 +113699,53 @@ Microsoft.Graph.Models.Security.oauthApplicationEvidence::|public|OdataType:stri Microsoft.Graph.Models.Security.oauthApplicationEvidence::|public|Publisher:string Microsoft.Graph.Models.Security.oauthApplicationEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.oauthApplicationEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OauthApplicationEvidence -Microsoft.Graph.Models.Security.ocrSettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.Security.ocrSettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.Security.ocrSettings::|public|constructor():void -Microsoft.Graph.Models.Security.ocrSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.ocrSettings::|public|IsEnabled:bool? -Microsoft.Graph.Models.Security.ocrSettings::|public|MaxImageSize:int? -Microsoft.Graph.Models.Security.ocrSettings::|public|OdataType:string -Microsoft.Graph.Models.Security.ocrSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.ocrSettings::|public|Timeout:TimeSpan? -Microsoft.Graph.Models.Security.ocrSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OcrSettings -Microsoft.Graph.Models.Security.ocrSettings~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.officeNativeAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.officeNativeAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.officeNativeAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.officeNativeAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.officeNativeAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.officeNativeAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OfficeNativeAuditRecord +Microsoft.Graph.Models.Security.omePortalAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.omePortalAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.omePortalAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.omePortalAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.omePortalAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.omePortalAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OmePortalAuditRecord Microsoft.Graph.Models.Security.onboardingStatus::0000-insufficientInfo Microsoft.Graph.Models.Security.onboardingStatus::0001-onboarded Microsoft.Graph.Models.Security.onboardingStatus::0002-canBeOnboarded Microsoft.Graph.Models.Security.onboardingStatus::0003-unsupported Microsoft.Graph.Models.Security.onboardingStatus::0004-unknownFutureValue +Microsoft.Graph.Models.Security.oneDriveAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.oneDriveAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.oneDriveAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.oneDriveAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.oneDriveAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.oneDriveAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OneDriveAuditRecord +Microsoft.Graph.Models.Security.onPremisesFileShareScannerDlpAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.onPremisesFileShareScannerDlpAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.onPremisesFileShareScannerDlpAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.onPremisesFileShareScannerDlpAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.onPremisesFileShareScannerDlpAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.onPremisesFileShareScannerDlpAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OnPremisesFileShareScannerDlpAuditRecord +Microsoft.Graph.Models.Security.onPremisesScannerDlpAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.onPremisesScannerDlpAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.onPremisesScannerDlpAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.onPremisesScannerDlpAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.onPremisesScannerDlpAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.onPremisesScannerDlpAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OnPremisesScannerDlpAuditRecord +Microsoft.Graph.Models.Security.onPremisesSharePointScannerDlpAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.onPremisesSharePointScannerDlpAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.onPremisesSharePointScannerDlpAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.onPremisesSharePointScannerDlpAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.onPremisesSharePointScannerDlpAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.onPremisesSharePointScannerDlpAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OnPremisesSharePointScannerDlpAuditRecord +Microsoft.Graph.Models.Security.owaGetAccessTokenForResourceAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.owaGetAccessTokenForResourceAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.owaGetAccessTokenForResourceAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.owaGetAccessTokenForResourceAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.owaGetAccessTokenForResourceAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.owaGetAccessTokenForResourceAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.OwaGetAccessTokenForResourceAuditRecord Microsoft.Graph.Models.Security.passiveDnsRecord-->global.Microsoft.Graph.Models.Security.Artifact Microsoft.Graph.Models.Security.passiveDnsRecord::|public|Artifact:global.Microsoft.Graph.Models.Security.Artifact Microsoft.Graph.Models.Security.passiveDnsRecord::|public|CollectedDateTime:DateTimeOffset? @@ -114318,6 +113763,186 @@ Microsoft.Graph.Models.Security.passiveDnsRecordCollectionResponse::|public|GetF Microsoft.Graph.Models.Security.passiveDnsRecordCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.passiveDnsRecordCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.passiveDnsRecordCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PassiveDnsRecordCollectionResponse +Microsoft.Graph.Models.Security.peopleAdminSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.peopleAdminSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.peopleAdminSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.peopleAdminSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.peopleAdminSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.peopleAdminSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PeopleAdminSettingsAuditRecord +Microsoft.Graph.Models.Security.physicalBadgingSignalAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.physicalBadgingSignalAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.physicalBadgingSignalAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.physicalBadgingSignalAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.physicalBadgingSignalAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.physicalBadgingSignalAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PhysicalBadgingSignalAuditRecord +Microsoft.Graph.Models.Security.plannerCopyPlanAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.plannerCopyPlanAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.plannerCopyPlanAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.plannerCopyPlanAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.plannerCopyPlanAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.plannerCopyPlanAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PlannerCopyPlanAuditRecord +Microsoft.Graph.Models.Security.plannerPlanAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.plannerPlanAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.plannerPlanAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.plannerPlanAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.plannerPlanAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.plannerPlanAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PlannerPlanAuditRecord +Microsoft.Graph.Models.Security.plannerPlanListAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.plannerPlanListAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.plannerPlanListAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.plannerPlanListAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.plannerPlanListAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.plannerPlanListAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PlannerPlanListAuditRecord +Microsoft.Graph.Models.Security.plannerRosterAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.plannerRosterAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.plannerRosterAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.plannerRosterAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.plannerRosterAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.plannerRosterAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PlannerRosterAuditRecord +Microsoft.Graph.Models.Security.plannerRosterSensitivityLabelAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.plannerRosterSensitivityLabelAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.plannerRosterSensitivityLabelAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.plannerRosterSensitivityLabelAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.plannerRosterSensitivityLabelAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.plannerRosterSensitivityLabelAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PlannerRosterSensitivityLabelAuditRecord +Microsoft.Graph.Models.Security.plannerTaskAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.plannerTaskAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.plannerTaskAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.plannerTaskAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.plannerTaskAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.plannerTaskAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PlannerTaskAuditRecord +Microsoft.Graph.Models.Security.plannerTaskListAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.plannerTaskListAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.plannerTaskListAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.plannerTaskListAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.plannerTaskListAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.plannerTaskListAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PlannerTaskListAuditRecord +Microsoft.Graph.Models.Security.plannerTenantSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.plannerTenantSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.plannerTenantSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.plannerTenantSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.plannerTenantSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.plannerTenantSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PlannerTenantSettingsAuditRecord +Microsoft.Graph.Models.Security.powerAppsAuditAppRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerAppsAuditAppRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerAppsAuditAppRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerAppsAuditAppRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerAppsAuditAppRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerAppsAuditAppRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerAppsAuditAppRecord +Microsoft.Graph.Models.Security.powerAppsAuditPlanRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerAppsAuditPlanRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerAppsAuditPlanRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerAppsAuditPlanRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerAppsAuditPlanRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerAppsAuditPlanRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerAppsAuditPlanRecord +Microsoft.Graph.Models.Security.powerAppsAuditResourceRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerAppsAuditResourceRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerAppsAuditResourceRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerAppsAuditResourceRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerAppsAuditResourceRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerAppsAuditResourceRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerAppsAuditResourceRecord +Microsoft.Graph.Models.Security.powerBiAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerBiAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerBiAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerBiAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerBiAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerBiAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerBiAuditRecord +Microsoft.Graph.Models.Security.powerBiDlpAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerBiDlpAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerBiDlpAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerBiDlpAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerBiDlpAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerBiDlpAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerBiDlpAuditRecord +Microsoft.Graph.Models.Security.powerPagesSiteAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerPagesSiteAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerPagesSiteAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerPagesSiteAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerPagesSiteAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerPagesSiteAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerPagesSiteAuditRecord +Microsoft.Graph.Models.Security.powerPlatformAdminDlpAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerPlatformAdminDlpAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerPlatformAdminDlpAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerPlatformAdminDlpAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerPlatformAdminDlpAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerPlatformAdminDlpAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerPlatformAdminDlpAuditRecord +Microsoft.Graph.Models.Security.powerPlatformAdminEnvironmentAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerPlatformAdminEnvironmentAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerPlatformAdminEnvironmentAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerPlatformAdminEnvironmentAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerPlatformAdminEnvironmentAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerPlatformAdminEnvironmentAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerPlatformAdminEnvironmentAuditRecord +Microsoft.Graph.Models.Security.powerPlatformAdministratorActivityRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerPlatformAdministratorActivityRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerPlatformAdministratorActivityRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerPlatformAdministratorActivityRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerPlatformAdministratorActivityRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerPlatformAdministratorActivityRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerPlatformAdministratorActivityRecord +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceAccessRequestAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceAccessRequestAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceAccessRequestAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceAccessRequestAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceAccessRequestAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceAccessRequestAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerPlatformLockboxResourceAccessRequestAuditRecord +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceCommandAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceCommandAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceCommandAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceCommandAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceCommandAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerPlatformLockboxResourceCommandAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerPlatformLockboxResourceCommandAuditRecord +Microsoft.Graph.Models.Security.powerPlatformServiceActivityAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.powerPlatformServiceActivityAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.powerPlatformServiceActivityAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.powerPlatformServiceActivityAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.powerPlatformServiceActivityAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.powerPlatformServiceActivityAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PowerPlatformServiceActivityAuditRecord +Microsoft.Graph.Models.Security.privacyDataMatchAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.privacyDataMatchAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.privacyDataMatchAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.privacyDataMatchAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.privacyDataMatchAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.privacyDataMatchAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PrivacyDataMatchAuditRecord +Microsoft.Graph.Models.Security.privacyDataMinimizationRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.privacyDataMinimizationRecord::|public|constructor():void +Microsoft.Graph.Models.Security.privacyDataMinimizationRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.privacyDataMinimizationRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.privacyDataMinimizationRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.privacyDataMinimizationRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PrivacyDataMinimizationRecord +Microsoft.Graph.Models.Security.privacyDigestEmailRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.privacyDigestEmailRecord::|public|constructor():void +Microsoft.Graph.Models.Security.privacyDigestEmailRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.privacyDigestEmailRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.privacyDigestEmailRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.privacyDigestEmailRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PrivacyDigestEmailRecord +Microsoft.Graph.Models.Security.privacyOpenAccessAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.privacyOpenAccessAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.privacyOpenAccessAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.privacyOpenAccessAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.privacyOpenAccessAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.privacyOpenAccessAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PrivacyOpenAccessAuditRecord +Microsoft.Graph.Models.Security.privacyPortalAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.privacyPortalAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.privacyPortalAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.privacyPortalAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.privacyPortalAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.privacyPortalAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PrivacyPortalAuditRecord +Microsoft.Graph.Models.Security.privacyRemediationActionRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.privacyRemediationActionRecord::|public|constructor():void +Microsoft.Graph.Models.Security.privacyRemediationActionRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.privacyRemediationActionRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.privacyRemediationActionRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.privacyRemediationActionRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PrivacyRemediationActionRecord +Microsoft.Graph.Models.Security.privacyRemediationRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.privacyRemediationRecord::|public|constructor():void +Microsoft.Graph.Models.Security.privacyRemediationRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.privacyRemediationRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.privacyRemediationRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.privacyRemediationRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PrivacyRemediationRecord +Microsoft.Graph.Models.Security.privacyTenantAuditHistoryRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.privacyTenantAuditHistoryRecord::|public|constructor():void +Microsoft.Graph.Models.Security.privacyTenantAuditHistoryRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.privacyTenantAuditHistoryRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.privacyTenantAuditHistoryRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.privacyTenantAuditHistoryRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PrivacyTenantAuditHistoryRecord Microsoft.Graph.Models.Security.processEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.processEvidence::|public|constructor():void Microsoft.Graph.Models.Security.processEvidence::|public|DetectionStatus:global.Microsoft.Graph.Models.Security.DetectionStatus? @@ -114334,30 +113959,96 @@ Microsoft.Graph.Models.Security.processEvidence::|public|ProcessId:long? Microsoft.Graph.Models.Security.processEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.processEvidence::|public|UserAccount:global.Microsoft.Graph.Models.Security.UserAccount Microsoft.Graph.Models.Security.processEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProcessEvidence +Microsoft.Graph.Models.Security.projectAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.projectAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.projectAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.projectAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.projectAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.projectAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProjectAuditRecord +Microsoft.Graph.Models.Security.projectForTheWebAssignedToMeSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.projectForTheWebAssignedToMeSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.projectForTheWebAssignedToMeSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.projectForTheWebAssignedToMeSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.projectForTheWebAssignedToMeSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.projectForTheWebAssignedToMeSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProjectForTheWebAssignedToMeSettingsAuditRecord +Microsoft.Graph.Models.Security.projectForTheWebProjectAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.projectForTheWebProjectAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.projectForTheWebProjectAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.projectForTheWebProjectAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.projectForTheWebProjectAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.projectForTheWebProjectAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProjectForTheWebProjectAuditRecord +Microsoft.Graph.Models.Security.projectForTheWebProjectSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.projectForTheWebProjectSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.projectForTheWebProjectSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.projectForTheWebProjectSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.projectForTheWebProjectSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.projectForTheWebProjectSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProjectForTheWebProjectSettingsAuditRecord +Microsoft.Graph.Models.Security.projectForTheWebRoadmapAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.projectForTheWebRoadmapAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.projectForTheWebRoadmapAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.projectForTheWebRoadmapAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.projectForTheWebRoadmapAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.projectForTheWebRoadmapAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapAuditRecord +Microsoft.Graph.Models.Security.projectForTheWebRoadmapItemAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.projectForTheWebRoadmapItemAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.projectForTheWebRoadmapItemAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.projectForTheWebRoadmapItemAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.projectForTheWebRoadmapItemAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.projectForTheWebRoadmapItemAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapItemAuditRecord +Microsoft.Graph.Models.Security.projectForTheWebRoadmapSettingsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.projectForTheWebRoadmapSettingsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.projectForTheWebRoadmapSettingsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.projectForTheWebRoadmapSettingsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.projectForTheWebRoadmapSettingsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.projectForTheWebRoadmapSettingsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProjectForTheWebRoadmapSettingsAuditRecord +Microsoft.Graph.Models.Security.projectForTheWebTaskAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.projectForTheWebTaskAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.projectForTheWebTaskAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.projectForTheWebTaskAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.projectForTheWebTaskAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.projectForTheWebTaskAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ProjectForTheWebTaskAuditRecord Microsoft.Graph.Models.Security.protocolType::0000-tcp Microsoft.Graph.Models.Security.protocolType::0001-udp Microsoft.Graph.Models.Security.protocolType::0002-unknownFutureValue +Microsoft.Graph.Models.Security.publicFolderAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.publicFolderAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.publicFolderAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.publicFolderAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.publicFolderAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.publicFolderAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PublicFolderAuditRecord Microsoft.Graph.Models.Security.purgeAreas::0000-mailboxes Microsoft.Graph.Models.Security.purgeAreas::0001-teamsMessages Microsoft.Graph.Models.Security.purgeAreas::0002-unknownFutureValue Microsoft.Graph.Models.Security.purgeType::0000-recoverable Microsoft.Graph.Models.Security.purgeType::0001-unknownFutureValue Microsoft.Graph.Models.Security.purgeType::0002-permanentlyDelete +Microsoft.Graph.Models.Security.purviewInsiderRiskAlertsRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.purviewInsiderRiskAlertsRecord::|public|constructor():void +Microsoft.Graph.Models.Security.purviewInsiderRiskAlertsRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.purviewInsiderRiskAlertsRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.purviewInsiderRiskAlertsRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.purviewInsiderRiskAlertsRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PurviewInsiderRiskAlertsRecord +Microsoft.Graph.Models.Security.purviewInsiderRiskCasesRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.purviewInsiderRiskCasesRecord::|public|constructor():void +Microsoft.Graph.Models.Security.purviewInsiderRiskCasesRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.purviewInsiderRiskCasesRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.purviewInsiderRiskCasesRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.purviewInsiderRiskCasesRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.PurviewInsiderRiskCasesRecord +Microsoft.Graph.Models.Security.quarantineAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.quarantineAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.quarantineAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.quarantineAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.quarantineAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.quarantineAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.QuarantineAuditRecord Microsoft.Graph.Models.Security.queryType::0000-files Microsoft.Graph.Models.Security.queryType::0001-messages Microsoft.Graph.Models.Security.queryType::0002-unknownFutureValue -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|constructor():void -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|IsEnabled:bool? -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|MaxWords:int? -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|MinWords:int? -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|OdataType:string -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|public|SimilarityThreshold:int? -Microsoft.Graph.Models.Security.redundancyDetectionSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.RedundancyDetectionSettings -Microsoft.Graph.Models.Security.redundancyDetectionSettings~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.recordsManagementAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.recordsManagementAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.recordsManagementAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.recordsManagementAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.recordsManagementAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.recordsManagementAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.RecordsManagementAuditRecord Microsoft.Graph.Models.Security.registryKeyEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.registryKeyEvidence::|public|constructor():void Microsoft.Graph.Models.Security.registryKeyEvidence::|public|GetFieldDeserializers():IDictionary> @@ -114474,6 +114165,12 @@ Microsoft.Graph.Models.Security.retentionLabelCollectionResponse::|public|GetFie Microsoft.Graph.Models.Security.retentionLabelCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.retentionLabelCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.retentionLabelCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.RetentionLabelCollectionResponse +Microsoft.Graph.Models.Security.retentionPolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.retentionPolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.retentionPolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.retentionPolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.retentionPolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.retentionPolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.RetentionPolicyAuditRecord Microsoft.Graph.Models.Security.retentionTrigger::0000-dateLabeled Microsoft.Graph.Models.Security.retentionTrigger::0001-dateCreated Microsoft.Graph.Models.Security.retentionTrigger::0002-dateModified @@ -114495,6 +114192,24 @@ Microsoft.Graph.Models.Security.sasTokenEvidence::|public|SignedWith:string Microsoft.Graph.Models.Security.sasTokenEvidence::|public|StartDateTime:DateTimeOffset? Microsoft.Graph.Models.Security.sasTokenEvidence::|public|StorageResource:global.Microsoft.Graph.Models.Security.AzureResourceEvidence Microsoft.Graph.Models.Security.sasTokenEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SasTokenEvidence +Microsoft.Graph.Models.Security.scoreEvidence-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.scoreEvidence::|public|constructor():void +Microsoft.Graph.Models.Security.scoreEvidence::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.scoreEvidence::|public|OdataType:string +Microsoft.Graph.Models.Security.scoreEvidence::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.scoreEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ScoreEvidence +Microsoft.Graph.Models.Security.scorePlatformGenericAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.scorePlatformGenericAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.scorePlatformGenericAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.scorePlatformGenericAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.scorePlatformGenericAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.scorePlatformGenericAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ScorePlatformGenericAuditRecord +Microsoft.Graph.Models.Security.scriptRunAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.scriptRunAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.scriptRunAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.scriptRunAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.scriptRunAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.scriptRunAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ScriptRunAuditRecord Microsoft.Graph.Models.Security.search-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.search::|public|ContentQuery:string Microsoft.Graph.Models.Security.search::|public|CreatedBy:global.Microsoft.Graph.Models.IdentitySet @@ -114507,10 +114222,17 @@ Microsoft.Graph.Models.Security.search::|public|LastModifiedDateTime:DateTimeOff Microsoft.Graph.Models.Security.search::|public|OdataType:string Microsoft.Graph.Models.Security.search::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.search::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Search +Microsoft.Graph.Models.Security.searchAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.searchAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.searchAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.searchAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.searchAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.searchAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SearchAuditRecord Microsoft.Graph.Models.Security.security-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.security::|public|Alerts:List Microsoft.Graph.Models.Security.security::|public|AlertsV2:List Microsoft.Graph.Models.Security.security::|public|AttackSimulation:global.Microsoft.Graph.Models.AttackSimulationRoot +Microsoft.Graph.Models.Security.security::|public|AuditLog:global.Microsoft.Graph.Models.Security.AuditCoreRoot Microsoft.Graph.Models.Security.security::|public|Cases:global.Microsoft.Graph.Models.Security.CasesRoot Microsoft.Graph.Models.Security.security::|public|DataSecurityAndGovernance:global.Microsoft.Graph.Models.TenantDataSecurityAndGovernance Microsoft.Graph.Models.Security.security::|public|GetFieldDeserializers():IDictionary> @@ -114526,6 +114248,36 @@ Microsoft.Graph.Models.Security.security::|public|ThreatIntelligence:global.Micr Microsoft.Graph.Models.Security.security::|public|Triggers:global.Microsoft.Graph.Models.Security.TriggersRoot Microsoft.Graph.Models.Security.security::|public|TriggerTypes:global.Microsoft.Graph.Models.Security.TriggerTypesRoot Microsoft.Graph.Models.Security.security::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Security +Microsoft.Graph.Models.Security.securityComplianceAlertRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.securityComplianceAlertRecord::|public|constructor():void +Microsoft.Graph.Models.Security.securityComplianceAlertRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.securityComplianceAlertRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.securityComplianceAlertRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.securityComplianceAlertRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SecurityComplianceAlertRecord +Microsoft.Graph.Models.Security.securityComplianceCenterEOPCmdletAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.securityComplianceCenterEOPCmdletAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.securityComplianceCenterEOPCmdletAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.securityComplianceCenterEOPCmdletAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.securityComplianceCenterEOPCmdletAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.securityComplianceCenterEOPCmdletAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SecurityComplianceCenterEOPCmdletAuditRecord +Microsoft.Graph.Models.Security.securityComplianceInsightsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.securityComplianceInsightsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.securityComplianceInsightsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.securityComplianceInsightsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.securityComplianceInsightsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.securityComplianceInsightsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SecurityComplianceInsightsAuditRecord +Microsoft.Graph.Models.Security.securityComplianceRBACAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.securityComplianceRBACAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.securityComplianceRBACAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.securityComplianceRBACAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.securityComplianceRBACAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.securityComplianceRBACAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SecurityComplianceRBACAuditRecord +Microsoft.Graph.Models.Security.securityComplianceUserChangeAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.securityComplianceUserChangeAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.securityComplianceUserChangeAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.securityComplianceUserChangeAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.securityComplianceUserChangeAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.securityComplianceUserChangeAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SecurityComplianceUserChangeAuditRecord Microsoft.Graph.Models.Security.securityGroupEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.securityGroupEvidence::|public|constructor():void Microsoft.Graph.Models.Security.securityGroupEvidence::|public|DisplayName:string @@ -114618,6 +114370,60 @@ Microsoft.Graph.Models.Security.serviceSource::0010-microsoftDefenderForCloud Microsoft.Graph.Models.Security.serviceSource::0011-microsoftSentinel Microsoft.Graph.Models.Security.serviceSource::0012-microsoftInsiderRiskManagement Microsoft.Graph.Models.Security.serviceSource::0013-microsoftThreatIntelligence +Microsoft.Graph.Models.Security.sharePointAppPermissionOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointAppPermissionOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointAppPermissionOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointAppPermissionOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointAppPermissionOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointAppPermissionOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointAppPermissionOperationAuditRecord +Microsoft.Graph.Models.Security.sharePointAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointAuditRecord +Microsoft.Graph.Models.Security.sharePointCommentOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointCommentOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointCommentOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointCommentOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointCommentOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointCommentOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointCommentOperationAuditRecord +Microsoft.Graph.Models.Security.sharePointContentTypeOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointContentTypeOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointContentTypeOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointContentTypeOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointContentTypeOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointContentTypeOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointContentTypeOperationAuditRecord +Microsoft.Graph.Models.Security.sharePointESignatureAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointESignatureAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointESignatureAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointESignatureAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointESignatureAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointESignatureAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointESignatureAuditRecord +Microsoft.Graph.Models.Security.sharePointFieldOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointFieldOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointFieldOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointFieldOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointFieldOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointFieldOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointFieldOperationAuditRecord +Microsoft.Graph.Models.Security.sharePointFileOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointFileOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointFileOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointFileOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointFileOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointFileOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointFileOperationAuditRecord +Microsoft.Graph.Models.Security.sharePointListOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointListOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointListOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointListOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointListOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointListOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointListOperationAuditRecord +Microsoft.Graph.Models.Security.sharePointSharingOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.sharePointSharingOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.sharePointSharingOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.sharePointSharingOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.sharePointSharingOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.sharePointSharingOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SharePointSharingOperationAuditRecord Microsoft.Graph.Models.Security.singlePropertySchema::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.singlePropertySchema::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.singlePropertySchema::|public|constructor():void @@ -114640,53 +114446,54 @@ Microsoft.Graph.Models.Security.siteSourceCollectionResponse::|public|GetFieldDe Microsoft.Graph.Models.Security.siteSourceCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.siteSourceCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.siteSourceCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SiteSourceCollectionResponse +Microsoft.Graph.Models.Security.skypeForBusinessBaseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.skypeForBusinessBaseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.skypeForBusinessBaseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.skypeForBusinessBaseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.skypeForBusinessBaseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.skypeForBusinessBaseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SkypeForBusinessBaseAuditRecord +Microsoft.Graph.Models.Security.skypeForBusinessCmdletsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.skypeForBusinessCmdletsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.skypeForBusinessCmdletsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.skypeForBusinessCmdletsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.skypeForBusinessCmdletsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.skypeForBusinessCmdletsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SkypeForBusinessCmdletsAuditRecord +Microsoft.Graph.Models.Security.skypeForBusinessPSTNUsageAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.skypeForBusinessPSTNUsageAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.skypeForBusinessPSTNUsageAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.skypeForBusinessPSTNUsageAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.skypeForBusinessPSTNUsageAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.skypeForBusinessPSTNUsageAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SkypeForBusinessPSTNUsageAuditRecord +Microsoft.Graph.Models.Security.skypeForBusinessUsersBlockedAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.skypeForBusinessUsersBlockedAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.skypeForBusinessUsersBlockedAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.skypeForBusinessUsersBlockedAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.skypeForBusinessUsersBlockedAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.skypeForBusinessUsersBlockedAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SkypeForBusinessUsersBlockedAuditRecord +Microsoft.Graph.Models.Security.smsCreatePhoneNumberRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.smsCreatePhoneNumberRecord::|public|constructor():void +Microsoft.Graph.Models.Security.smsCreatePhoneNumberRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.smsCreatePhoneNumberRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.smsCreatePhoneNumberRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.smsCreatePhoneNumberRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SmsCreatePhoneNumberRecord +Microsoft.Graph.Models.Security.smsDeletePhoneNumberRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.smsDeletePhoneNumberRecord::|public|constructor():void +Microsoft.Graph.Models.Security.smsDeletePhoneNumberRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.smsDeletePhoneNumberRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.smsDeletePhoneNumberRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.smsDeletePhoneNumberRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SmsDeletePhoneNumberRecord Microsoft.Graph.Models.Security.sourceType::0000-mailbox Microsoft.Graph.Models.Security.sourceType::0001-site Microsoft.Graph.Models.Security.sourceType::0002-unknownFutureValue Microsoft.Graph.Models.Security.sslCertificate-->global.Microsoft.Graph.Models.Security.Artifact -Microsoft.Graph.Models.Security.sslCertificate::|public|constructor():void -Microsoft.Graph.Models.Security.sslCertificate::|public|ExpirationDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.sslCertificate::|public|Fingerprint:string -Microsoft.Graph.Models.Security.sslCertificate::|public|FirstSeenDateTime:DateTimeOffset? Microsoft.Graph.Models.Security.sslCertificate::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.sslCertificate::|public|IssueDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.sslCertificate::|public|Issuer:global.Microsoft.Graph.Models.Security.SslCertificateEntity -Microsoft.Graph.Models.Security.sslCertificate::|public|LastSeenDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.sslCertificate::|public|OdataType:string -Microsoft.Graph.Models.Security.sslCertificate::|public|RelatedHosts:List Microsoft.Graph.Models.Security.sslCertificate::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.sslCertificate::|public|SerialNumber:string -Microsoft.Graph.Models.Security.sslCertificate::|public|Sha1:string -Microsoft.Graph.Models.Security.sslCertificate::|public|Subject:global.Microsoft.Graph.Models.Security.SslCertificateEntity Microsoft.Graph.Models.Security.sslCertificate::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SslCertificate Microsoft.Graph.Models.Security.sslCertificateCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.Security.sslCertificateCollectionResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.Security.sslCertificateCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.sslCertificateCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.sslCertificateCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SslCertificateCollectionResponse -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|Address:global.Microsoft.Graph.Models.PhysicalAddress -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|AlternateNames:List -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|CommonName:string -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|constructor():void -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|Email:string -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|GivenName:string -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|OdataType:string -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|OrganizationName:string -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|OrganizationUnitName:string -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.sslCertificateEntity::|public|SerialNumber:string -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 @@ -114733,6 +114540,18 @@ Microsoft.Graph.Models.Security.submissionMailEvidence::|public|SubmissionDateTi Microsoft.Graph.Models.Security.submissionMailEvidence::|public|SubmissionId:string Microsoft.Graph.Models.Security.submissionMailEvidence::|public|Submitter:string Microsoft.Graph.Models.Security.submissionMailEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SubmissionMailEvidence +Microsoft.Graph.Models.Security.supervisoryReviewDayXInsightsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.supervisoryReviewDayXInsightsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.supervisoryReviewDayXInsightsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.supervisoryReviewDayXInsightsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.supervisoryReviewDayXInsightsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.supervisoryReviewDayXInsightsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SupervisoryReviewDayXInsightsAuditRecord +Microsoft.Graph.Models.Security.syntheticProbeAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.syntheticProbeAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.syntheticProbeAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.syntheticProbeAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.syntheticProbeAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.syntheticProbeAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SyntheticProbeAuditRecord Microsoft.Graph.Models.Security.tag-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.tag::|public|CreatedBy:global.Microsoft.Graph.Models.IdentitySet Microsoft.Graph.Models.Security.tag::|public|Description:string @@ -114747,6 +114566,18 @@ Microsoft.Graph.Models.Security.teamsDeliveryLocation::0001-teams Microsoft.Graph.Models.Security.teamsDeliveryLocation::0002-quarantine Microsoft.Graph.Models.Security.teamsDeliveryLocation::0003-failed Microsoft.Graph.Models.Security.teamsDeliveryLocation::0004-unknownFutureValue +Microsoft.Graph.Models.Security.teamsEasyApprovalsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.teamsEasyApprovalsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.teamsEasyApprovalsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.teamsEasyApprovalsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.teamsEasyApprovalsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.teamsEasyApprovalsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TeamsEasyApprovalsAuditRecord +Microsoft.Graph.Models.Security.teamsHealthcareAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.teamsHealthcareAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.teamsHealthcareAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.teamsHealthcareAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.teamsHealthcareAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.teamsHealthcareAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TeamsHealthcareAuditRecord Microsoft.Graph.Models.Security.teamsMessageDeliveryAction::0000-unknown Microsoft.Graph.Models.Security.teamsMessageDeliveryAction::0001-deliveredAsSpam Microsoft.Graph.Models.Security.teamsMessageDeliveryAction::0002-delivered @@ -114783,52 +114614,66 @@ Microsoft.Graph.Models.Security.teamsMessageEvidence::|public|ThreadId:string Microsoft.Graph.Models.Security.teamsMessageEvidence::|public|ThreadType:string Microsoft.Graph.Models.Security.teamsMessageEvidence::|public|Urls:List Microsoft.Graph.Models.Security.teamsMessageEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TeamsMessageEvidence +Microsoft.Graph.Models.Security.teamsUpdatesAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.teamsUpdatesAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.teamsUpdatesAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.teamsUpdatesAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.teamsUpdatesAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.teamsUpdatesAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TeamsUpdatesAuditRecord +Microsoft.Graph.Models.Security.tenantAllowBlockListAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.tenantAllowBlockListAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.tenantAllowBlockListAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.tenantAllowBlockListAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.tenantAllowBlockListAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.tenantAllowBlockListAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TenantAllowBlockListAuditRecord +Microsoft.Graph.Models.Security.threatFinderAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.threatFinderAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.threatFinderAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.threatFinderAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.threatFinderAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.threatFinderAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ThreatFinderAuditRecord Microsoft.Graph.Models.Security.threatIntelligence-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.Security.threatIntelligence::|public|ArticleIndicators:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|Articles:List Microsoft.Graph.Models.Security.threatIntelligence::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.threatIntelligence::|public|HostComponents:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|HostCookies:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|HostPairs:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|HostPorts:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|Hosts:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|HostSslCertificates:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|HostTrackers:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|IntelligenceProfileIndicators:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|IntelProfiles:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|OdataType:string -Microsoft.Graph.Models.Security.threatIntelligence::|public|PassiveDnsRecords:List Microsoft.Graph.Models.Security.threatIntelligence::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.threatIntelligence::|public|SslCertificates:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|Subdomains:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|Vulnerabilities:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|WhoisHistoryRecords:List -Microsoft.Graph.Models.Security.threatIntelligence::|public|WhoisRecords:List Microsoft.Graph.Models.Security.threatIntelligence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ThreatIntelligence -Microsoft.Graph.Models.Security.topicModelingSettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.Security.topicModelingSettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.Security.topicModelingSettings::|public|constructor():void -Microsoft.Graph.Models.Security.topicModelingSettings::|public|DynamicallyAdjustTopicCount:bool? -Microsoft.Graph.Models.Security.topicModelingSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.topicModelingSettings::|public|IgnoreNumbers:bool? -Microsoft.Graph.Models.Security.topicModelingSettings::|public|IsEnabled:bool? -Microsoft.Graph.Models.Security.topicModelingSettings::|public|OdataType:string -Microsoft.Graph.Models.Security.topicModelingSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.topicModelingSettings::|public|TopicCount:int? -Microsoft.Graph.Models.Security.topicModelingSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TopicModelingSettings -Microsoft.Graph.Models.Security.topicModelingSettings~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.threatIntelligenceAtpContentData-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.threatIntelligenceAtpContentData::|public|constructor():void +Microsoft.Graph.Models.Security.threatIntelligenceAtpContentData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.threatIntelligenceAtpContentData::|public|OdataType:string +Microsoft.Graph.Models.Security.threatIntelligenceAtpContentData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.threatIntelligenceAtpContentData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ThreatIntelligenceAtpContentData +Microsoft.Graph.Models.Security.threatIntelligenceMailData-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.threatIntelligenceMailData::|public|constructor():void +Microsoft.Graph.Models.Security.threatIntelligenceMailData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.threatIntelligenceMailData::|public|OdataType:string +Microsoft.Graph.Models.Security.threatIntelligenceMailData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.threatIntelligenceMailData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ThreatIntelligenceMailData +Microsoft.Graph.Models.Security.threatIntelligenceUrlClickData-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.threatIntelligenceUrlClickData::|public|constructor():void +Microsoft.Graph.Models.Security.threatIntelligenceUrlClickData::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.threatIntelligenceUrlClickData::|public|OdataType:string +Microsoft.Graph.Models.Security.threatIntelligenceUrlClickData::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.threatIntelligenceUrlClickData::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ThreatIntelligenceUrlClickData +Microsoft.Graph.Models.Security.todoAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.todoAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.todoAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.todoAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.todoAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.todoAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TodoAuditRecord Microsoft.Graph.Models.Security.triggersRoot-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.triggersRoot::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.triggersRoot::|public|OdataType:string -Microsoft.Graph.Models.Security.triggersRoot::|public|RetentionEvents:List Microsoft.Graph.Models.Security.triggersRoot::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.triggersRoot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TriggersRoot Microsoft.Graph.Models.Security.triggerTypesRoot-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.triggerTypesRoot::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.triggerTypesRoot::|public|OdataType:string -Microsoft.Graph.Models.Security.triggerTypesRoot::|public|RetentionEventTypes:List Microsoft.Graph.Models.Security.triggerTypesRoot::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.triggerTypesRoot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.TriggerTypesRoot +Microsoft.Graph.Models.Security.uamOperationAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.uamOperationAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.uamOperationAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.uamOperationAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.uamOperationAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.uamOperationAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UamOperationAuditRecord Microsoft.Graph.Models.Security.unclassifiedArtifact-->global.Microsoft.Graph.Models.Security.Artifact Microsoft.Graph.Models.Security.unclassifiedArtifact::|public|constructor():void Microsoft.Graph.Models.Security.unclassifiedArtifact::|public|GetFieldDeserializers():IDictionary> @@ -114837,6 +114682,12 @@ Microsoft.Graph.Models.Security.unclassifiedArtifact::|public|OdataType:string Microsoft.Graph.Models.Security.unclassifiedArtifact::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.unclassifiedArtifact::|public|Value:string Microsoft.Graph.Models.Security.unclassifiedArtifact::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UnclassifiedArtifact +Microsoft.Graph.Models.Security.unifiedGroupAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.unifiedGroupAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.unifiedGroupAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.unifiedGroupAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.unifiedGroupAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.unifiedGroupAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UnifiedGroupAuditRecord Microsoft.Graph.Models.Security.unifiedGroupSource-->global.Microsoft.Graph.Models.Security.DataSource Microsoft.Graph.Models.Security.unifiedGroupSource::|public|constructor():void Microsoft.Graph.Models.Security.unifiedGroupSource::|public|GetFieldDeserializers():IDictionary> @@ -114850,12 +114701,45 @@ Microsoft.Graph.Models.Security.unifiedGroupSourceCollectionResponse::|public|Ge Microsoft.Graph.Models.Security.unifiedGroupSourceCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.unifiedGroupSourceCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.unifiedGroupSourceCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UnifiedGroupSourceCollectionResponse +Microsoft.Graph.Models.Security.unifiedSimulationMatchedItemAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.unifiedSimulationMatchedItemAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.unifiedSimulationMatchedItemAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.unifiedSimulationMatchedItemAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.unifiedSimulationMatchedItemAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.unifiedSimulationMatchedItemAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UnifiedSimulationMatchedItemAuditRecord +Microsoft.Graph.Models.Security.unifiedSimulationSummaryAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.unifiedSimulationSummaryAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.unifiedSimulationSummaryAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.unifiedSimulationSummaryAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.unifiedSimulationSummaryAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.unifiedSimulationSummaryAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UnifiedSimulationSummaryAuditRecord +Microsoft.Graph.Models.Security.uploadCertificateRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.uploadCertificateRecord::|public|constructor():void +Microsoft.Graph.Models.Security.uploadCertificateRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.uploadCertificateRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.uploadCertificateRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.uploadCertificateRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UploadCertificateRecord +Microsoft.Graph.Models.Security.urbacAssignmentAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.urbacAssignmentAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.urbacAssignmentAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.urbacAssignmentAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.urbacAssignmentAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.urbacAssignmentAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UrbacAssignmentAuditRecord +Microsoft.Graph.Models.Security.urbacEnableStateAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.urbacEnableStateAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.urbacEnableStateAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.urbacEnableStateAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.urbacEnableStateAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.urbacEnableStateAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UrbacEnableStateAuditRecord +Microsoft.Graph.Models.Security.urbacRoleAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.urbacRoleAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.urbacRoleAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.urbacRoleAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.urbacRoleAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.urbacRoleAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UrbacRoleAuditRecord Microsoft.Graph.Models.Security.urlEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence -Microsoft.Graph.Models.Security.urlEvidence::|public|constructor():void Microsoft.Graph.Models.Security.urlEvidence::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.urlEvidence::|public|OdataType:string Microsoft.Graph.Models.Security.urlEvidence::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.urlEvidence::|public|Url:string Microsoft.Graph.Models.Security.urlEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UrlEvidence Microsoft.Graph.Models.Security.userAccount::|public|AccountName:string Microsoft.Graph.Models.Security.userAccount::|public|AdditionalData:IDictionary @@ -114872,12 +114756,8 @@ Microsoft.Graph.Models.Security.userAccount::|public|UserSid:string Microsoft.Graph.Models.Security.userAccount::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UserAccount Microsoft.Graph.Models.Security.userAccount~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.Security.userEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence -Microsoft.Graph.Models.Security.userEvidence::|public|constructor():void Microsoft.Graph.Models.Security.userEvidence::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.userEvidence::|public|OdataType:string Microsoft.Graph.Models.Security.userEvidence::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.userEvidence::|public|Stream:global.Microsoft.Graph.Models.Security.StreamObject -Microsoft.Graph.Models.Security.userEvidence::|public|UserAccount:global.Microsoft.Graph.Models.Security.UserAccount Microsoft.Graph.Models.Security.userEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UserEvidence Microsoft.Graph.Models.Security.userSource-->global.Microsoft.Graph.Models.Security.DataSource Microsoft.Graph.Models.Security.userSource::|public|constructor():void @@ -114893,6 +114773,78 @@ Microsoft.Graph.Models.Security.userSourceCollectionResponse::|public|GetFieldDe Microsoft.Graph.Models.Security.userSourceCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.userSourceCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.userSourceCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UserSourceCollectionResponse +Microsoft.Graph.Models.Security.userTrainingAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.userTrainingAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.userTrainingAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.userTrainingAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.userTrainingAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.userTrainingAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.UserTrainingAuditRecord +Microsoft.Graph.Models.Security.vfamBasePolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vfamBasePolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vfamBasePolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vfamBasePolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vfamBasePolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vfamBasePolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VfamBasePolicyAuditRecord +Microsoft.Graph.Models.Security.vfamCreatePolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vfamCreatePolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vfamCreatePolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vfamCreatePolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vfamCreatePolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vfamCreatePolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VfamCreatePolicyAuditRecord +Microsoft.Graph.Models.Security.vfamDeletePolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vfamDeletePolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vfamDeletePolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vfamDeletePolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vfamDeletePolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vfamDeletePolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VfamDeletePolicyAuditRecord +Microsoft.Graph.Models.Security.vfamUpdatePolicyAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vfamUpdatePolicyAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vfamUpdatePolicyAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vfamUpdatePolicyAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vfamUpdatePolicyAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vfamUpdatePolicyAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VfamUpdatePolicyAuditRecord +Microsoft.Graph.Models.Security.vivaGoalsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vivaGoalsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vivaGoalsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vivaGoalsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vivaGoalsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vivaGoalsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VivaGoalsAuditRecord +Microsoft.Graph.Models.Security.vivaLearningAdminAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vivaLearningAdminAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vivaLearningAdminAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vivaLearningAdminAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vivaLearningAdminAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vivaLearningAdminAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VivaLearningAdminAuditRecord +Microsoft.Graph.Models.Security.vivaLearningAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vivaLearningAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vivaLearningAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vivaLearningAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vivaLearningAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vivaLearningAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VivaLearningAuditRecord +Microsoft.Graph.Models.Security.vivaPulseAdminAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vivaPulseAdminAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vivaPulseAdminAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vivaPulseAdminAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vivaPulseAdminAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vivaPulseAdminAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VivaPulseAdminAuditRecord +Microsoft.Graph.Models.Security.vivaPulseOrganizerAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vivaPulseOrganizerAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vivaPulseOrganizerAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vivaPulseOrganizerAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vivaPulseOrganizerAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vivaPulseOrganizerAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VivaPulseOrganizerAuditRecord +Microsoft.Graph.Models.Security.vivaPulseReportAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vivaPulseReportAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vivaPulseReportAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vivaPulseReportAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vivaPulseReportAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vivaPulseReportAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VivaPulseReportAuditRecord +Microsoft.Graph.Models.Security.vivaPulseResponseAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.vivaPulseResponseAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.vivaPulseResponseAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.vivaPulseResponseAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.vivaPulseResponseAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.vivaPulseResponseAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.VivaPulseResponseAuditRecord Microsoft.Graph.Models.Security.vmCloudProvider::0000-unknown Microsoft.Graph.Models.Security.vmCloudProvider::0001-azure Microsoft.Graph.Models.Security.vmCloudProvider::0002-unknownFutureValue @@ -114952,43 +114904,16 @@ Microsoft.Graph.Models.Security.vulnerabilitySeverity::0002-medium Microsoft.Graph.Models.Security.vulnerabilitySeverity::0003-high Microsoft.Graph.Models.Security.vulnerabilitySeverity::0004-critical Microsoft.Graph.Models.Security.vulnerabilitySeverity::0005-unknownFutureValue +Microsoft.Graph.Models.Security.wdatpAlertsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.wdatpAlertsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.wdatpAlertsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.wdatpAlertsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.wdatpAlertsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.wdatpAlertsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.WdatpAlertsAuditRecord Microsoft.Graph.Models.Security.whoisBaseRecord-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Abuse:global.Microsoft.Graph.Models.Security.WhoisContact -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Admin:global.Microsoft.Graph.Models.Security.WhoisContact -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Billing:global.Microsoft.Graph.Models.Security.WhoisContact -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|DomainStatus:string -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|ExpirationDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|FirstSeenDateTime:DateTimeOffset? Microsoft.Graph.Models.Security.whoisBaseRecord::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Host:global.Microsoft.Graph.Models.Security.Host -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|LastSeenDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|LastUpdateDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Nameservers:List -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Noc:global.Microsoft.Graph.Models.Security.WhoisContact -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|OdataType:string -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|RawWhoisText:string -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Registrant:global.Microsoft.Graph.Models.Security.WhoisContact -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Registrar:global.Microsoft.Graph.Models.Security.WhoisContact -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|RegistrationDateTime:DateTimeOffset? Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Technical:global.Microsoft.Graph.Models.Security.WhoisContact -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|WhoisServer:string -Microsoft.Graph.Models.Security.whoisBaseRecord::|public|Zone:global.Microsoft.Graph.Models.Security.WhoisContact Microsoft.Graph.Models.Security.whoisBaseRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.WhoisBaseRecord -Microsoft.Graph.Models.Security.whoisContact::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.Security.whoisContact::|public|Address:global.Microsoft.Graph.Models.PhysicalAddress -Microsoft.Graph.Models.Security.whoisContact::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.Security.whoisContact::|public|constructor():void -Microsoft.Graph.Models.Security.whoisContact::|public|Email:string -Microsoft.Graph.Models.Security.whoisContact::|public|Fax:string -Microsoft.Graph.Models.Security.whoisContact::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.whoisContact::|public|Name:string -Microsoft.Graph.Models.Security.whoisContact::|public|OdataType:string -Microsoft.Graph.Models.Security.whoisContact::|public|Organization:string -Microsoft.Graph.Models.Security.whoisContact::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.whoisContact::|public|Telephone:string -Microsoft.Graph.Models.Security.whoisContact::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.WhoisContact -Microsoft.Graph.Models.Security.whoisContact~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.Security.whoisHistoryRecord-->global.Microsoft.Graph.Models.Security.WhoisBaseRecord Microsoft.Graph.Models.Security.whoisHistoryRecord::|public|constructor():void Microsoft.Graph.Models.Security.whoisHistoryRecord::|public|GetFieldDeserializers():IDictionary> @@ -115000,17 +114925,6 @@ Microsoft.Graph.Models.Security.whoisHistoryRecordCollectionResponse::|public|Ge Microsoft.Graph.Models.Security.whoisHistoryRecordCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.whoisHistoryRecordCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.whoisHistoryRecordCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.WhoisHistoryRecordCollectionResponse -Microsoft.Graph.Models.Security.whoisNameserver::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.Security.whoisNameserver::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.Security.whoisNameserver::|public|constructor():void -Microsoft.Graph.Models.Security.whoisNameserver::|public|FirstSeenDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.whoisNameserver::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.Security.whoisNameserver::|public|Host:global.Microsoft.Graph.Models.Security.Host -Microsoft.Graph.Models.Security.whoisNameserver::|public|LastSeenDateTime:DateTimeOffset? -Microsoft.Graph.Models.Security.whoisNameserver::|public|OdataType:string -Microsoft.Graph.Models.Security.whoisNameserver::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.Security.whoisNameserver::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.WhoisNameserver -Microsoft.Graph.Models.Security.whoisNameserver~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.Security.whoisRecord-->global.Microsoft.Graph.Models.Security.WhoisBaseRecord Microsoft.Graph.Models.Security.whoisRecord::|public|constructor():void Microsoft.Graph.Models.Security.whoisRecord::|public|GetFieldDeserializers():IDictionary> @@ -115023,6 +114937,24 @@ Microsoft.Graph.Models.Security.whoisRecordCollectionResponse::|public|GetFieldD Microsoft.Graph.Models.Security.whoisRecordCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.whoisRecordCollectionResponse::|public|Value:List Microsoft.Graph.Models.Security.whoisRecordCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.WhoisRecordCollectionResponse +Microsoft.Graph.Models.Security.windows365CustomerLockboxAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.windows365CustomerLockboxAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.windows365CustomerLockboxAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.windows365CustomerLockboxAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.windows365CustomerLockboxAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.windows365CustomerLockboxAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.Windows365CustomerLockboxAuditRecord +Microsoft.Graph.Models.Security.workplaceAnalyticsAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.workplaceAnalyticsAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.workplaceAnalyticsAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.workplaceAnalyticsAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.workplaceAnalyticsAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.workplaceAnalyticsAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.WorkplaceAnalyticsAuditRecord +Microsoft.Graph.Models.Security.yammerAuditRecord-->global.Microsoft.Graph.Models.Security.AuditData +Microsoft.Graph.Models.Security.yammerAuditRecord::|public|constructor():void +Microsoft.Graph.Models.Security.yammerAuditRecord::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.yammerAuditRecord::|public|OdataType:string +Microsoft.Graph.Models.Security.yammerAuditRecord::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.yammerAuditRecord::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.YammerAuditRecord Microsoft.Graph.Models.securityNetworkProtocol::0000-unknown Microsoft.Graph.Models.securityNetworkProtocol::0001-ip Microsoft.Graph.Models.securityNetworkProtocol::0002-icmp @@ -115120,6 +115052,24 @@ Microsoft.Graph.Models.sensitivity::0000-normal Microsoft.Graph.Models.sensitivity::0001-personal Microsoft.Graph.Models.sensitivity::0002-private Microsoft.Graph.Models.sensitivity::0003-confidential +Microsoft.Graph.Models.sensitivityLabel-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.sensitivityLabel::|public|ActionSource:global.Microsoft.Graph.Models.LabelActionSource? +Microsoft.Graph.Models.sensitivityLabel::|public|AutoTooltip:string +Microsoft.Graph.Models.sensitivityLabel::|public|Description:string +Microsoft.Graph.Models.sensitivityLabel::|public|DisplayName:string +Microsoft.Graph.Models.sensitivityLabel::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.sensitivityLabel::|public|IsDefault:bool? +Microsoft.Graph.Models.sensitivityLabel::|public|IsEndpointProtectionEnabled:bool? +Microsoft.Graph.Models.sensitivityLabel::|public|IsScopedToUser:bool? +Microsoft.Graph.Models.sensitivityLabel::|public|Locale:string +Microsoft.Graph.Models.sensitivityLabel::|public|Name:string +Microsoft.Graph.Models.sensitivityLabel::|public|OdataType:string +Microsoft.Graph.Models.sensitivityLabel::|public|Priority:int? +Microsoft.Graph.Models.sensitivityLabel::|public|Rights:global.Microsoft.Graph.Models.UsageRightsIncluded +Microsoft.Graph.Models.sensitivityLabel::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.sensitivityLabel::|public|Sublabels:List +Microsoft.Graph.Models.sensitivityLabel::|public|ToolTip:string +Microsoft.Graph.Models.sensitivityLabel::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SensitivityLabel Microsoft.Graph.Models.sensitivityLabelAssignment::|public|AdditionalData:IDictionary Microsoft.Graph.Models.sensitivityLabelAssignment::|public|AssignmentMethod:global.Microsoft.Graph.Models.SensitivityLabelAssignmentMethod? Microsoft.Graph.Models.sensitivityLabelAssignment::|public|BackingStore:IBackingStore @@ -115135,6 +115085,11 @@ Microsoft.Graph.Models.sensitivityLabelAssignmentMethod::0001-privileged Microsoft.Graph.Models.sensitivityLabelAssignmentMethod::0002-auto Microsoft.Graph.Models.sensitivityLabelAssignmentMethod::0003-unknownFutureValue Microsoft.Graph.Models.sensitivityLabelAssignment~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.sensitivityLabelCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse +Microsoft.Graph.Models.sensitivityLabelCollectionResponse::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.sensitivityLabelCollectionResponse::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.sensitivityLabelCollectionResponse::|public|Value:List +Microsoft.Graph.Models.sensitivityLabelCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SensitivityLabelCollectionResponse Microsoft.Graph.Models.serverProcessedContent::|public|AdditionalData:IDictionary Microsoft.Graph.Models.serverProcessedContent::|public|BackingStore:IBackingStore Microsoft.Graph.Models.serverProcessedContent::|public|constructor():void @@ -115646,10 +115601,7 @@ Microsoft.Graph.Models.sharepoint::|public|Serialize(writer:ISerializationWriter Microsoft.Graph.Models.sharepoint::|public|Settings:global.Microsoft.Graph.Models.SharepointSettings Microsoft.Graph.Models.sharepoint::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Sharepoint Microsoft.Graph.Models.sharePointIdentity-->global.Microsoft.Graph.Models.Identity -Microsoft.Graph.Models.sharePointIdentity::|public|constructor():void Microsoft.Graph.Models.sharePointIdentity::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.sharePointIdentity::|public|LoginName:string -Microsoft.Graph.Models.sharePointIdentity::|public|OdataType:string Microsoft.Graph.Models.sharePointIdentity::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.sharePointIdentity::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SharePointIdentity Microsoft.Graph.Models.sharePointIdentitySet-->global.Microsoft.Graph.Models.IdentitySet @@ -115713,44 +115665,9 @@ Microsoft.Graph.Models.sharePointRestoreSessionCollectionResponse::|public|Seria Microsoft.Graph.Models.sharePointRestoreSessionCollectionResponse::|public|Value:List Microsoft.Graph.Models.sharePointRestoreSessionCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SharePointRestoreSessionCollectionResponse Microsoft.Graph.Models.sharepointSettings-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.sharepointSettings::|public|AllowedDomainGuidsForSyncApp:List -Microsoft.Graph.Models.sharepointSettings::|public|AvailableManagedPathsForSiteCreation:List -Microsoft.Graph.Models.sharepointSettings::|public|DeletedUserPersonalSiteRetentionPeriodInDays:int? -Microsoft.Graph.Models.sharepointSettings::|public|ExcludedFileExtensionsForSyncApp:List Microsoft.Graph.Models.sharepointSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.sharepointSettings::|public|IdleSessionSignOut:global.Microsoft.Graph.Models.IdleSessionSignOut -Microsoft.Graph.Models.sharepointSettings::|public|ImageTaggingOption:global.Microsoft.Graph.Models.ImageTaggingChoice? -Microsoft.Graph.Models.sharepointSettings::|public|IsCommentingOnSitePagesEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsFileActivityNotificationEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsLegacyAuthProtocolsEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsLoopEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsMacSyncAppEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsRequireAcceptingUserToMatchInvitedUserEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsResharingByExternalUsersEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsSharePointMobileNotificationEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsSharePointNewsfeedEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsSiteCreationEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsSiteCreationUIEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsSitePagesCreationEnabled:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsSitesStorageLimitAutomatic:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsSyncButtonHiddenOnPersonalSite:bool? -Microsoft.Graph.Models.sharepointSettings::|public|IsUnmanagedSyncAppForTenantRestricted:bool? -Microsoft.Graph.Models.sharepointSettings::|public|OdataType:string -Microsoft.Graph.Models.sharepointSettings::|public|PersonalSiteDefaultStorageLimitInMB:long? Microsoft.Graph.Models.sharepointSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.sharepointSettings::|public|SharingAllowedDomainList:List -Microsoft.Graph.Models.sharepointSettings::|public|SharingBlockedDomainList:List -Microsoft.Graph.Models.sharepointSettings::|public|SharingCapability:global.Microsoft.Graph.Models.SharingCapabilities? -Microsoft.Graph.Models.sharepointSettings::|public|SharingDomainRestrictionMode:global.Microsoft.Graph.Models.SharingDomainRestrictionMode? -Microsoft.Graph.Models.sharepointSettings::|public|SiteCreationDefaultManagedPath:string -Microsoft.Graph.Models.sharepointSettings::|public|SiteCreationDefaultStorageLimitInMB:int? -Microsoft.Graph.Models.sharepointSettings::|public|TenantDefaultTimezone:string Microsoft.Graph.Models.sharepointSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SharepointSettings -Microsoft.Graph.Models.sharingCapabilities::0000-disabled -Microsoft.Graph.Models.sharingCapabilities::0001-externalUserSharingOnly -Microsoft.Graph.Models.sharingCapabilities::0002-externalUserAndGuestSharing -Microsoft.Graph.Models.sharingCapabilities::0003-existingExternalUserSharingOnly -Microsoft.Graph.Models.sharingCapabilities::0004-unknownFutureValue Microsoft.Graph.Models.sharingDetail::|public|AdditionalData:IDictionary Microsoft.Graph.Models.sharingDetail::|public|BackingStore:IBackingStore Microsoft.Graph.Models.sharingDetail::|public|constructor():void @@ -115764,10 +115681,6 @@ Microsoft.Graph.Models.sharingDetail::|public|SharingSubject:string Microsoft.Graph.Models.sharingDetail::|public|SharingType:string Microsoft.Graph.Models.sharingDetail::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SharingDetail Microsoft.Graph.Models.sharingDetail~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.sharingDomainRestrictionMode::0000-none -Microsoft.Graph.Models.sharingDomainRestrictionMode::0001-allowList -Microsoft.Graph.Models.sharingDomainRestrictionMode::0002-blockList -Microsoft.Graph.Models.sharingDomainRestrictionMode::0003-unknownFutureValue Microsoft.Graph.Models.sharingInvitation::|public|AdditionalData:IDictionary Microsoft.Graph.Models.sharingInvitation::|public|BackingStore:IBackingStore Microsoft.Graph.Models.sharingInvitation::|public|constructor():void @@ -115867,7 +115780,7 @@ Microsoft.Graph.Models.signIn::|public|OdataType:string Microsoft.Graph.Models.signIn::|public|ResourceDisplayName:string Microsoft.Graph.Models.signIn::|public|ResourceId:string Microsoft.Graph.Models.signIn::|public|RiskDetail:global.Microsoft.Graph.Models.RiskDetail? -Microsoft.Graph.Models.signIn::|public|RiskEventTypes:List +Microsoft.Graph.Models.signIn::|public|RiskEventTypes:List Microsoft.Graph.Models.signIn::|public|RiskEventTypesV2:List Microsoft.Graph.Models.signIn::|public|RiskLevelAggregated:global.Microsoft.Graph.Models.RiskLevel? Microsoft.Graph.Models.signIn::|public|RiskLevelDuringSignIn:global.Microsoft.Graph.Models.RiskLevel? @@ -115878,20 +115791,6 @@ Microsoft.Graph.Models.signIn::|public|UserDisplayName:string Microsoft.Graph.Models.signIn::|public|UserId:string Microsoft.Graph.Models.signIn::|public|UserPrincipalName:string Microsoft.Graph.Models.signIn::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SignIn -Microsoft.Graph.Models.signInActivity::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.signInActivity::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.signInActivity::|public|constructor():void -Microsoft.Graph.Models.signInActivity::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.signInActivity::|public|LastNonInteractiveSignInDateTime:DateTimeOffset? -Microsoft.Graph.Models.signInActivity::|public|LastNonInteractiveSignInRequestId:string -Microsoft.Graph.Models.signInActivity::|public|LastSignInDateTime:DateTimeOffset? -Microsoft.Graph.Models.signInActivity::|public|LastSignInRequestId:string -Microsoft.Graph.Models.signInActivity::|public|LastSuccessfulSignInDateTime:DateTimeOffset? -Microsoft.Graph.Models.signInActivity::|public|LastSuccessfulSignInRequestId:string -Microsoft.Graph.Models.signInActivity::|public|OdataType:string -Microsoft.Graph.Models.signInActivity::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.signInActivity::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SignInActivity -Microsoft.Graph.Models.signInActivity~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.signInCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.signInCollectionResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.signInCollectionResponse::|public|Serialize(writer:ISerializationWriter):void @@ -116360,24 +116259,8 @@ Microsoft.Graph.Models.softwareOathAuthenticationMethodConfiguration::|public|Od Microsoft.Graph.Models.softwareOathAuthenticationMethodConfiguration::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.softwareOathAuthenticationMethodConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SoftwareOathAuthenticationMethodConfiguration Microsoft.Graph.Models.softwareUpdateStatusSummary-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|CompliantDeviceCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|CompliantUserCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|ConflictDeviceCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|ConflictUserCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|DisplayName:string -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|ErrorDeviceCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|ErrorUserCount:int? Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|NonCompliantDeviceCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|NonCompliantUserCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|NotApplicableDeviceCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|NotApplicableUserCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|OdataType:string -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|RemediatedDeviceCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|RemediatedUserCount:int? Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|UnknownDeviceCount:int? -Microsoft.Graph.Models.softwareUpdateStatusSummary::|public|UnknownUserCount:int? Microsoft.Graph.Models.softwareUpdateStatusSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SoftwareUpdateStatusSummary Microsoft.Graph.Models.solutionsRoot::|public|AdditionalData:IDictionary Microsoft.Graph.Models.solutionsRoot::|public|BackingStore:IBackingStore @@ -116485,15 +116368,6 @@ Microsoft.Graph.Models.storage::|public|OdataType:string Microsoft.Graph.Models.storage::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.storage::|public|Settings:global.Microsoft.Graph.Models.StorageSettings Microsoft.Graph.Models.storage::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Storage -Microsoft.Graph.Models.storagePlanInformation::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.storagePlanInformation::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.storagePlanInformation::|public|constructor():void -Microsoft.Graph.Models.storagePlanInformation::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.storagePlanInformation::|public|OdataType:string -Microsoft.Graph.Models.storagePlanInformation::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.storagePlanInformation::|public|UpgradeAvailable:bool? -Microsoft.Graph.Models.storagePlanInformation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.StoragePlanInformation -Microsoft.Graph.Models.storagePlanInformation~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.storageQuotaBreakdown-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.storageQuotaBreakdown::|public|DisplayName:string Microsoft.Graph.Models.storageQuotaBreakdown::|public|GetFieldDeserializers():IDictionary> @@ -116773,11 +116647,7 @@ Microsoft.Graph.Models.swapShiftsChangeRequestCollectionResponse::|public|Value: Microsoft.Graph.Models.swapShiftsChangeRequestCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SwapShiftsChangeRequestCollectionResponse Microsoft.Graph.Models.synchronization-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.synchronization::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.synchronization::|public|Jobs:List -Microsoft.Graph.Models.synchronization::|public|OdataType:string -Microsoft.Graph.Models.synchronization::|public|Secrets:List Microsoft.Graph.Models.synchronization::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.synchronization::|public|Templates:List Microsoft.Graph.Models.synchronization::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Synchronization Microsoft.Graph.Models.synchronizationError::|public|AdditionalData:IDictionary Microsoft.Graph.Models.synchronizationError::|public|BackingStore:IBackingStore @@ -116899,24 +116769,6 @@ Microsoft.Graph.Models.synchronizationQuarantine::|public|SeriesBegan:DateTimeOf Microsoft.Graph.Models.synchronizationQuarantine::|public|SeriesCount:long? Microsoft.Graph.Models.synchronizationQuarantine::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SynchronizationQuarantine Microsoft.Graph.Models.synchronizationQuarantine~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.synchronizationRule::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.synchronizationRule::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.synchronizationRule::|public|constructor():void -Microsoft.Graph.Models.synchronizationRule::|public|ContainerFilter:global.Microsoft.Graph.Models.ContainerFilter -Microsoft.Graph.Models.synchronizationRule::|public|Editable:bool? -Microsoft.Graph.Models.synchronizationRule::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.synchronizationRule::|public|GroupFilter:global.Microsoft.Graph.Models.GroupFilter -Microsoft.Graph.Models.synchronizationRule::|public|Id:string -Microsoft.Graph.Models.synchronizationRule::|public|Metadata:List -Microsoft.Graph.Models.synchronizationRule::|public|Name:string -Microsoft.Graph.Models.synchronizationRule::|public|ObjectMappings:List -Microsoft.Graph.Models.synchronizationRule::|public|OdataType:string -Microsoft.Graph.Models.synchronizationRule::|public|Priority:int? -Microsoft.Graph.Models.synchronizationRule::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.synchronizationRule::|public|SourceDirectoryName:string -Microsoft.Graph.Models.synchronizationRule::|public|TargetDirectoryName:string -Microsoft.Graph.Models.synchronizationRule::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SynchronizationRule -Microsoft.Graph.Models.synchronizationRule~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.synchronizationSchedule::|public|AdditionalData:IDictionary Microsoft.Graph.Models.synchronizationSchedule::|public|BackingStore:IBackingStore Microsoft.Graph.Models.synchronizationSchedule::|public|constructor():void @@ -116932,12 +116784,8 @@ Microsoft.Graph.Models.synchronizationScheduleState::0001-Disabled Microsoft.Graph.Models.synchronizationScheduleState::0002-Paused Microsoft.Graph.Models.synchronizationSchedule~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.synchronizationSchema-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.synchronizationSchema::|public|Directories:List Microsoft.Graph.Models.synchronizationSchema::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.synchronizationSchema::|public|OdataType:string Microsoft.Graph.Models.synchronizationSchema::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.synchronizationSchema::|public|SynchronizationRules:List -Microsoft.Graph.Models.synchronizationSchema::|public|Version:string Microsoft.Graph.Models.synchronizationSchema::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.SynchronizationSchema Microsoft.Graph.Models.synchronizationSecret::0000-None Microsoft.Graph.Models.synchronizationSecret::0001-UserName @@ -117178,38 +117026,8 @@ Microsoft.Graph.Models.taskStatus::0002-completed Microsoft.Graph.Models.taskStatus::0003-waitingOnOthers Microsoft.Graph.Models.taskStatus::0004-deferred Microsoft.Graph.Models.team-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.team::|public|AllChannels:List -Microsoft.Graph.Models.team::|public|Channels:List -Microsoft.Graph.Models.team::|public|Classification:string -Microsoft.Graph.Models.team::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.team::|public|Description:string -Microsoft.Graph.Models.team::|public|DisplayName:string -Microsoft.Graph.Models.team::|public|FirstChannelName:string -Microsoft.Graph.Models.team::|public|FunSettings:global.Microsoft.Graph.Models.TeamFunSettings Microsoft.Graph.Models.team::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.team::|public|Group:global.Microsoft.Graph.Models.Group -Microsoft.Graph.Models.team::|public|GuestSettings:global.Microsoft.Graph.Models.TeamGuestSettings -Microsoft.Graph.Models.team::|public|IncomingChannels:List -Microsoft.Graph.Models.team::|public|InstalledApps:List -Microsoft.Graph.Models.team::|public|InternalId:string -Microsoft.Graph.Models.team::|public|IsArchived:bool? -Microsoft.Graph.Models.team::|public|Members:List -Microsoft.Graph.Models.team::|public|MemberSettings:global.Microsoft.Graph.Models.TeamMemberSettings -Microsoft.Graph.Models.team::|public|MessagingSettings:global.Microsoft.Graph.Models.TeamMessagingSettings -Microsoft.Graph.Models.team::|public|OdataType:string -Microsoft.Graph.Models.team::|public|Operations:List -Microsoft.Graph.Models.team::|public|PermissionGrants:List -Microsoft.Graph.Models.team::|public|Photo:global.Microsoft.Graph.Models.ProfilePhoto -Microsoft.Graph.Models.team::|public|PrimaryChannel:global.Microsoft.Graph.Models.Channel -Microsoft.Graph.Models.team::|public|Schedule:global.Microsoft.Graph.Models.Schedule Microsoft.Graph.Models.team::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.team::|public|Specialization:global.Microsoft.Graph.Models.TeamSpecialization? -Microsoft.Graph.Models.team::|public|Summary:global.Microsoft.Graph.Models.TeamSummary -Microsoft.Graph.Models.team::|public|Tags:List -Microsoft.Graph.Models.team::|public|Template:global.Microsoft.Graph.Models.TeamsTemplate -Microsoft.Graph.Models.team::|public|TenantId:string -Microsoft.Graph.Models.team::|public|Visibility:global.Microsoft.Graph.Models.TeamVisibilityType? -Microsoft.Graph.Models.team::|public|WebUrl:string Microsoft.Graph.Models.team::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Team Microsoft.Graph.Models.teamArchivedEventMessageDetail-->global.Microsoft.Graph.Models.EventMessageDetail Microsoft.Graph.Models.teamArchivedEventMessageDetail::|public|constructor():void @@ -117243,28 +117061,6 @@ Microsoft.Graph.Models.teamDescriptionUpdatedEventMessageDetail::|public|Seriali Microsoft.Graph.Models.teamDescriptionUpdatedEventMessageDetail::|public|TeamDescription:string Microsoft.Graph.Models.teamDescriptionUpdatedEventMessageDetail::|public|TeamId:string Microsoft.Graph.Models.teamDescriptionUpdatedEventMessageDetail::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamDescriptionUpdatedEventMessageDetail -Microsoft.Graph.Models.teamFunSettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.teamFunSettings::|public|AllowCustomMemes:bool? -Microsoft.Graph.Models.teamFunSettings::|public|AllowGiphy:bool? -Microsoft.Graph.Models.teamFunSettings::|public|AllowStickersAndMemes:bool? -Microsoft.Graph.Models.teamFunSettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.teamFunSettings::|public|constructor():void -Microsoft.Graph.Models.teamFunSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamFunSettings::|public|GiphyContentRating:global.Microsoft.Graph.Models.GiphyRatingType? -Microsoft.Graph.Models.teamFunSettings::|public|OdataType:string -Microsoft.Graph.Models.teamFunSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.teamFunSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamFunSettings -Microsoft.Graph.Models.teamFunSettings~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.teamGuestSettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.teamGuestSettings::|public|AllowCreateUpdateChannels:bool? -Microsoft.Graph.Models.teamGuestSettings::|public|AllowDeleteChannels:bool? -Microsoft.Graph.Models.teamGuestSettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.teamGuestSettings::|public|constructor():void -Microsoft.Graph.Models.teamGuestSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamGuestSettings::|public|OdataType:string -Microsoft.Graph.Models.teamGuestSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.teamGuestSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamGuestSettings -Microsoft.Graph.Models.teamGuestSettings~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.teamInfo-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.teamInfo::|public|DisplayName:string Microsoft.Graph.Models.teamInfo::|public|GetFieldDeserializers():IDictionary> @@ -117289,20 +117085,6 @@ Microsoft.Graph.Models.teamJoiningEnabledEventMessageDetail::|public|OdataType:s Microsoft.Graph.Models.teamJoiningEnabledEventMessageDetail::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.teamJoiningEnabledEventMessageDetail::|public|TeamId:string Microsoft.Graph.Models.teamJoiningEnabledEventMessageDetail::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamJoiningEnabledEventMessageDetail -Microsoft.Graph.Models.teamMemberSettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.teamMemberSettings::|public|AllowAddRemoveApps:bool? -Microsoft.Graph.Models.teamMemberSettings::|public|AllowCreatePrivateChannels:bool? -Microsoft.Graph.Models.teamMemberSettings::|public|AllowCreateUpdateChannels:bool? -Microsoft.Graph.Models.teamMemberSettings::|public|AllowCreateUpdateRemoveConnectors:bool? -Microsoft.Graph.Models.teamMemberSettings::|public|AllowCreateUpdateRemoveTabs:bool? -Microsoft.Graph.Models.teamMemberSettings::|public|AllowDeleteChannels:bool? -Microsoft.Graph.Models.teamMemberSettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.teamMemberSettings::|public|constructor():void -Microsoft.Graph.Models.teamMemberSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamMemberSettings::|public|OdataType:string -Microsoft.Graph.Models.teamMemberSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.teamMemberSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamMemberSettings -Microsoft.Graph.Models.teamMemberSettings~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.teamMembersNotificationRecipient-->global.Microsoft.Graph.Models.TeamworkNotificationRecipient Microsoft.Graph.Models.teamMembersNotificationRecipient::|public|constructor():void Microsoft.Graph.Models.teamMembersNotificationRecipient::|public|GetFieldDeserializers():IDictionary> @@ -117310,19 +117092,6 @@ Microsoft.Graph.Models.teamMembersNotificationRecipient::|public|OdataType:strin Microsoft.Graph.Models.teamMembersNotificationRecipient::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.teamMembersNotificationRecipient::|public|TeamId:string Microsoft.Graph.Models.teamMembersNotificationRecipient::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamMembersNotificationRecipient -Microsoft.Graph.Models.teamMessagingSettings::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.teamMessagingSettings::|public|AllowChannelMentions:bool? -Microsoft.Graph.Models.teamMessagingSettings::|public|AllowOwnerDeleteMessages:bool? -Microsoft.Graph.Models.teamMessagingSettings::|public|AllowTeamMentions:bool? -Microsoft.Graph.Models.teamMessagingSettings::|public|AllowUserDeleteMessages:bool? -Microsoft.Graph.Models.teamMessagingSettings::|public|AllowUserEditMessages:bool? -Microsoft.Graph.Models.teamMessagingSettings::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.teamMessagingSettings::|public|constructor():void -Microsoft.Graph.Models.teamMessagingSettings::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamMessagingSettings::|public|OdataType:string -Microsoft.Graph.Models.teamMessagingSettings::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.teamMessagingSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamMessagingSettings -Microsoft.Graph.Models.teamMessagingSettings~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.teamRenamedEventMessageDetail-->global.Microsoft.Graph.Models.EventMessageDetail Microsoft.Graph.Models.teamRenamedEventMessageDetail::|public|constructor():void Microsoft.Graph.Models.teamRenamedEventMessageDetail::|public|GetFieldDeserializers():IDictionary> @@ -117489,18 +117258,8 @@ Microsoft.Graph.Models.teamsAsyncOperationType::0008-archiveChannel Microsoft.Graph.Models.teamsAsyncOperationType::0009-unarchiveChannel Microsoft.Graph.Models.teamsLicensingDetails-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.teamsLicensingDetails::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamsLicensingDetails::|public|HasTeamsLicense:bool? -Microsoft.Graph.Models.teamsLicensingDetails::|public|OdataType:string Microsoft.Graph.Models.teamsLicensingDetails::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.teamsLicensingDetails::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamsLicensingDetails -Microsoft.Graph.Models.teamSpecialization::0000-none -Microsoft.Graph.Models.teamSpecialization::0001-educationStandard -Microsoft.Graph.Models.teamSpecialization::0002-educationClass -Microsoft.Graph.Models.teamSpecialization::0003-educationProfessionalLearningCommunity -Microsoft.Graph.Models.teamSpecialization::0004-educationStaff -Microsoft.Graph.Models.teamSpecialization::0005-healthcareStandard -Microsoft.Graph.Models.teamSpecialization::0006-healthcareCareCoordination -Microsoft.Graph.Models.teamSpecialization::0007-unknownFutureValue Microsoft.Graph.Models.teamsTab-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.teamsTab::|public|Configuration:global.Microsoft.Graph.Models.TeamsTabConfiguration Microsoft.Graph.Models.teamsTab::|public|DisplayName:string @@ -117537,17 +117296,6 @@ Microsoft.Graph.Models.teamsTemplateCollectionResponse::|public|GetFieldDeserial Microsoft.Graph.Models.teamsTemplateCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.teamsTemplateCollectionResponse::|public|Value:List Microsoft.Graph.Models.teamsTemplateCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamsTemplateCollectionResponse -Microsoft.Graph.Models.teamSummary::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.teamSummary::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.teamSummary::|public|constructor():void -Microsoft.Graph.Models.teamSummary::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamSummary::|public|GuestsCount:int? -Microsoft.Graph.Models.teamSummary::|public|MembersCount:int? -Microsoft.Graph.Models.teamSummary::|public|OdataType:string -Microsoft.Graph.Models.teamSummary::|public|OwnersCount:int? -Microsoft.Graph.Models.teamSummary::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.teamSummary::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamSummary -Microsoft.Graph.Models.teamSummary~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.teamUnarchivedEventMessageDetail-->global.Microsoft.Graph.Models.EventMessageDetail Microsoft.Graph.Models.teamUnarchivedEventMessageDetail::|public|constructor():void Microsoft.Graph.Models.teamUnarchivedEventMessageDetail::|public|GetFieldDeserializers():IDictionary> @@ -117599,7 +117347,6 @@ Microsoft.Graph.Models.teamworkApplicationIdentityType::0004-outgoingWebhook Microsoft.Graph.Models.teamworkApplicationIdentityType::0005-unknownFutureValue Microsoft.Graph.Models.teamworkBot-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.teamworkBot::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamworkBot::|public|OdataType:string Microsoft.Graph.Models.teamworkBot::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.teamworkBot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamworkBot Microsoft.Graph.Models.teamworkCallEventType::0000-call @@ -117607,16 +117354,9 @@ Microsoft.Graph.Models.teamworkCallEventType::0001-meeting Microsoft.Graph.Models.teamworkCallEventType::0002-screenShare Microsoft.Graph.Models.teamworkCallEventType::0003-unknownFutureValue Microsoft.Graph.Models.teamworkConversationIdentity-->global.Microsoft.Graph.Models.Identity -Microsoft.Graph.Models.teamworkConversationIdentity::|public|constructor():void -Microsoft.Graph.Models.teamworkConversationIdentity::|public|ConversationIdentityType:global.Microsoft.Graph.Models.TeamworkConversationIdentityType? Microsoft.Graph.Models.teamworkConversationIdentity::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamworkConversationIdentity::|public|OdataType:string Microsoft.Graph.Models.teamworkConversationIdentity::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.teamworkConversationIdentity::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamworkConversationIdentity -Microsoft.Graph.Models.teamworkConversationIdentityType::0000-team -Microsoft.Graph.Models.teamworkConversationIdentityType::0001-channel -Microsoft.Graph.Models.teamworkConversationIdentityType::0002-chat -Microsoft.Graph.Models.teamworkConversationIdentityType::0003-unknownFutureValue Microsoft.Graph.Models.teamworkHostedContent-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.teamworkHostedContent::|public|ContentBytes:byte[] Microsoft.Graph.Models.teamworkHostedContent::|public|ContentType:string @@ -117660,9 +117400,7 @@ Microsoft.Graph.Models.teamworkTagCollectionResponse::|public|Serialize(writer:I Microsoft.Graph.Models.teamworkTagCollectionResponse::|public|Value:List Microsoft.Graph.Models.teamworkTagCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamworkTagCollectionResponse Microsoft.Graph.Models.teamworkTagIdentity-->global.Microsoft.Graph.Models.Identity -Microsoft.Graph.Models.teamworkTagIdentity::|public|constructor():void Microsoft.Graph.Models.teamworkTagIdentity::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.teamworkTagIdentity::|public|OdataType:string Microsoft.Graph.Models.teamworkTagIdentity::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.teamworkTagIdentity::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TeamworkTagIdentity Microsoft.Graph.Models.teamworkTagMember-->global.Microsoft.Graph.Models.Entity @@ -117939,10 +117677,7 @@ Microsoft.Graph.Models.termsExpiration::|public|StartDateTime:DateTimeOffset? Microsoft.Graph.Models.termsExpiration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermsExpiration Microsoft.Graph.Models.termsExpiration~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.termsOfUseContainer-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.termsOfUseContainer::|public|AgreementAcceptances:List -Microsoft.Graph.Models.termsOfUseContainer::|public|Agreements:List Microsoft.Graph.Models.termsOfUseContainer::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.termsOfUseContainer::|public|OdataType:string Microsoft.Graph.Models.termsOfUseContainer::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.termsOfUseContainer::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermsOfUseContainer Microsoft.Graph.Models.TermStore.group-->global.Microsoft.Graph.Models.Entity @@ -117961,37 +117696,6 @@ Microsoft.Graph.Models.TermStore.groupCollectionResponse::|public|GetFieldDeseri Microsoft.Graph.Models.TermStore.groupCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.TermStore.groupCollectionResponse::|public|Value:List Microsoft.Graph.Models.TermStore.groupCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.GroupCollectionResponse -Microsoft.Graph.Models.TermStore.localizedDescription::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.TermStore.localizedDescription::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.TermStore.localizedDescription::|public|constructor():void -Microsoft.Graph.Models.TermStore.localizedDescription::|public|Description:string -Microsoft.Graph.Models.TermStore.localizedDescription::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.TermStore.localizedDescription::|public|LanguageTag:string -Microsoft.Graph.Models.TermStore.localizedDescription::|public|OdataType:string -Microsoft.Graph.Models.TermStore.localizedDescription::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.TermStore.localizedDescription::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.LocalizedDescription -Microsoft.Graph.Models.TermStore.localizedDescription~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.TermStore.localizedLabel::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.TermStore.localizedLabel::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.TermStore.localizedLabel::|public|constructor():void -Microsoft.Graph.Models.TermStore.localizedLabel::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.TermStore.localizedLabel::|public|IsDefault:bool? -Microsoft.Graph.Models.TermStore.localizedLabel::|public|LanguageTag:string -Microsoft.Graph.Models.TermStore.localizedLabel::|public|Name:string -Microsoft.Graph.Models.TermStore.localizedLabel::|public|OdataType:string -Microsoft.Graph.Models.TermStore.localizedLabel::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.TermStore.localizedLabel::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.LocalizedLabel -Microsoft.Graph.Models.TermStore.localizedLabel~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.TermStore.localizedName::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.TermStore.localizedName::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.TermStore.localizedName::|public|constructor():void -Microsoft.Graph.Models.TermStore.localizedName::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.TermStore.localizedName::|public|LanguageTag:string -Microsoft.Graph.Models.TermStore.localizedName::|public|Name:string -Microsoft.Graph.Models.TermStore.localizedName::|public|OdataType:string -Microsoft.Graph.Models.TermStore.localizedName::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.TermStore.localizedName::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.LocalizedName -Microsoft.Graph.Models.TermStore.localizedName~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.TermStore.relation-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.TermStore.relation::|public|FromTerm:global.Microsoft.Graph.Models.TermStore.Term Microsoft.Graph.Models.TermStore.relation::|public|GetFieldDeserializers():IDictionary> @@ -118010,17 +117714,8 @@ Microsoft.Graph.Models.TermStore.relationType::0000-pin Microsoft.Graph.Models.TermStore.relationType::0001-reuse Microsoft.Graph.Models.TermStore.relationType::0002-unknownFutureValue Microsoft.Graph.Models.TermStore.set-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.TermStore.set::|public|Children:List -Microsoft.Graph.Models.TermStore.set::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.TermStore.set::|public|Description:string Microsoft.Graph.Models.TermStore.set::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.TermStore.set::|public|LocalizedNames:List -Microsoft.Graph.Models.TermStore.set::|public|OdataType:string -Microsoft.Graph.Models.TermStore.set::|public|ParentGroup:global.Microsoft.Graph.Models.TermStore.Group -Microsoft.Graph.Models.TermStore.set::|public|Properties:List -Microsoft.Graph.Models.TermStore.set::|public|Relations:List Microsoft.Graph.Models.TermStore.set::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.TermStore.set::|public|Terms:List Microsoft.Graph.Models.TermStore.set::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.Set Microsoft.Graph.Models.TermStore.setCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.TermStore.setCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -118028,13 +117723,8 @@ Microsoft.Graph.Models.TermStore.setCollectionResponse::|public|Serialize(writer Microsoft.Graph.Models.TermStore.setCollectionResponse::|public|Value:List Microsoft.Graph.Models.TermStore.setCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.SetCollectionResponse Microsoft.Graph.Models.TermStore.store-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.TermStore.store::|public|DefaultLanguageTag:string Microsoft.Graph.Models.TermStore.store::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.TermStore.store::|public|Groups:List -Microsoft.Graph.Models.TermStore.store::|public|LanguageTags:List -Microsoft.Graph.Models.TermStore.store::|public|OdataType:string Microsoft.Graph.Models.TermStore.store::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.TermStore.store::|public|Sets:List Microsoft.Graph.Models.TermStore.store::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.Store Microsoft.Graph.Models.TermStore.storeCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.TermStore.storeCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -118042,17 +117732,8 @@ Microsoft.Graph.Models.TermStore.storeCollectionResponse::|public|Serialize(writ Microsoft.Graph.Models.TermStore.storeCollectionResponse::|public|Value:List Microsoft.Graph.Models.TermStore.storeCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.StoreCollectionResponse Microsoft.Graph.Models.TermStore.term-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.TermStore.term::|public|Children:List -Microsoft.Graph.Models.TermStore.term::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.TermStore.term::|public|Descriptions:List Microsoft.Graph.Models.TermStore.term::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.TermStore.term::|public|Labels:List -Microsoft.Graph.Models.TermStore.term::|public|LastModifiedDateTime:DateTimeOffset? -Microsoft.Graph.Models.TermStore.term::|public|OdataType:string -Microsoft.Graph.Models.TermStore.term::|public|Properties:List -Microsoft.Graph.Models.TermStore.term::|public|Relations:List Microsoft.Graph.Models.TermStore.term::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.TermStore.term::|public|Set:global.Microsoft.Graph.Models.TermStore.Set Microsoft.Graph.Models.TermStore.term::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.TermStore.Term Microsoft.Graph.Models.TermStore.termCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.TermStore.termCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -118522,38 +118203,9 @@ Microsoft.Graph.Models.toneInfo::|public|Tone:global.Microsoft.Graph.Models.Tone Microsoft.Graph.Models.toneInfo::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ToneInfo Microsoft.Graph.Models.toneInfo~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.training-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.training::|public|AvailabilityStatus:global.Microsoft.Graph.Models.TrainingAvailabilityStatus? -Microsoft.Graph.Models.training::|public|CreatedBy:global.Microsoft.Graph.Models.EmailIdentity -Microsoft.Graph.Models.training::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.training::|public|Description:string -Microsoft.Graph.Models.training::|public|DisplayName:string -Microsoft.Graph.Models.training::|public|DurationInMinutes:int? Microsoft.Graph.Models.training::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.training::|public|HasEvaluation:bool? -Microsoft.Graph.Models.training::|public|LanguageDetails:List -Microsoft.Graph.Models.training::|public|LastModifiedBy:global.Microsoft.Graph.Models.EmailIdentity -Microsoft.Graph.Models.training::|public|LastModifiedDateTime:DateTimeOffset? -Microsoft.Graph.Models.training::|public|OdataType:string Microsoft.Graph.Models.training::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.training::|public|Source:global.Microsoft.Graph.Models.SimulationContentSource? -Microsoft.Graph.Models.training::|public|SupportedLocales:List -Microsoft.Graph.Models.training::|public|Tags:List -Microsoft.Graph.Models.training::|public|Type:global.Microsoft.Graph.Models.TrainingType? Microsoft.Graph.Models.training::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Training -Microsoft.Graph.Models.trainingAssignedTo::0000-none -Microsoft.Graph.Models.trainingAssignedTo::0001-allUsers -Microsoft.Graph.Models.trainingAssignedTo::0002-clickedPayload -Microsoft.Graph.Models.trainingAssignedTo::0003-compromised -Microsoft.Graph.Models.trainingAssignedTo::0004-reportedPhish -Microsoft.Graph.Models.trainingAssignedTo::0005-readButNotClicked -Microsoft.Graph.Models.trainingAssignedTo::0006-didNothing -Microsoft.Graph.Models.trainingAssignedTo::0007-unknownFutureValue -Microsoft.Graph.Models.trainingAvailabilityStatus::0000-unknown -Microsoft.Graph.Models.trainingAvailabilityStatus::0001-notAvailable -Microsoft.Graph.Models.trainingAvailabilityStatus::0002-available -Microsoft.Graph.Models.trainingAvailabilityStatus::0003-archive -Microsoft.Graph.Models.trainingAvailabilityStatus::0004-delete -Microsoft.Graph.Models.trainingAvailabilityStatus::0005-unknownFutureValue Microsoft.Graph.Models.trainingCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.trainingCollectionResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.trainingCollectionResponse::|public|Serialize(writer:ISerializationWriter):void @@ -118627,9 +118279,6 @@ Microsoft.Graph.Models.trainingStatus::0002-inProgress Microsoft.Graph.Models.trainingStatus::0003-completed Microsoft.Graph.Models.trainingStatus::0004-overdue Microsoft.Graph.Models.trainingStatus::0005-unknownFutureValue -Microsoft.Graph.Models.trainingType::0000-unknown -Microsoft.Graph.Models.trainingType::0001-phishing -Microsoft.Graph.Models.trainingType::0002-unknownFutureValue Microsoft.Graph.Models.trending-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.trending::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.trending::|public|LastModifiedDateTime:DateTimeOffset? @@ -118772,18 +118421,8 @@ Microsoft.Graph.Models.unifiedRoleAssignmentScheduleRequestCollectionResponse::| Microsoft.Graph.Models.unifiedRoleAssignmentScheduleRequestCollectionResponse::|public|Value:List Microsoft.Graph.Models.unifiedRoleAssignmentScheduleRequestCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedRoleAssignmentScheduleRequestCollectionResponse Microsoft.Graph.Models.unifiedRoleDefinition-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.unifiedRoleDefinition::|public|Description:string -Microsoft.Graph.Models.unifiedRoleDefinition::|public|DisplayName:string Microsoft.Graph.Models.unifiedRoleDefinition::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.unifiedRoleDefinition::|public|InheritsPermissionsFrom:List -Microsoft.Graph.Models.unifiedRoleDefinition::|public|IsBuiltIn:bool? -Microsoft.Graph.Models.unifiedRoleDefinition::|public|IsEnabled:bool? -Microsoft.Graph.Models.unifiedRoleDefinition::|public|OdataType:string -Microsoft.Graph.Models.unifiedRoleDefinition::|public|ResourceScopes:List -Microsoft.Graph.Models.unifiedRoleDefinition::|public|RolePermissions:List Microsoft.Graph.Models.unifiedRoleDefinition::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.unifiedRoleDefinition::|public|TemplateId:string -Microsoft.Graph.Models.unifiedRoleDefinition::|public|Version:string Microsoft.Graph.Models.unifiedRoleDefinition::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedRoleDefinition Microsoft.Graph.Models.unifiedRoleDefinitionCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.unifiedRoleDefinitionCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -118792,9 +118431,6 @@ Microsoft.Graph.Models.unifiedRoleDefinitionCollectionResponse::|public|Value:Li Microsoft.Graph.Models.unifiedRoleDefinitionCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedRoleDefinitionCollectionResponse Microsoft.Graph.Models.unifiedRoleEligibilitySchedule-->global.Microsoft.Graph.Models.UnifiedRoleScheduleBase Microsoft.Graph.Models.unifiedRoleEligibilitySchedule::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.unifiedRoleEligibilitySchedule::|public|MemberType:string -Microsoft.Graph.Models.unifiedRoleEligibilitySchedule::|public|OdataType:string -Microsoft.Graph.Models.unifiedRoleEligibilitySchedule::|public|ScheduleInfo:global.Microsoft.Graph.Models.RequestSchedule Microsoft.Graph.Models.unifiedRoleEligibilitySchedule::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.unifiedRoleEligibilitySchedule::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedRoleEligibilitySchedule Microsoft.Graph.Models.unifiedRoleEligibilityScheduleCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -118803,13 +118439,8 @@ Microsoft.Graph.Models.unifiedRoleEligibilityScheduleCollectionResponse::|public Microsoft.Graph.Models.unifiedRoleEligibilityScheduleCollectionResponse::|public|Value:List Microsoft.Graph.Models.unifiedRoleEligibilityScheduleCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedRoleEligibilityScheduleCollectionResponse Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance-->global.Microsoft.Graph.Models.UnifiedRoleScheduleInstanceBase -Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance::|public|EndDateTime:DateTimeOffset? Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance::|public|MemberType:string -Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance::|public|OdataType:string -Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance::|public|RoleEligibilityScheduleId:string Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance::|public|StartDateTime:DateTimeOffset? Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstance::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedRoleEligibilityScheduleInstance Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstanceCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.unifiedRoleEligibilityScheduleInstanceCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -118936,31 +118567,11 @@ Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|public|GetFieldDe Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|public|InheritableSettings:List Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|public|Level:string Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|public|OdataType:string -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|public|Operations:List +Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|public|Operations:List Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|public|TargetObjects:List Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedRoleManagementPolicyRuleTarget -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0000-all -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0001-activate -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0002-deactivate -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0003-assign -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0004-update -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0005-remove -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0006-extend -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0007-renew -Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTargetOperations::0008-unknownFutureValue Microsoft.Graph.Models.unifiedRoleManagementPolicyRuleTarget~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.unifiedRolePermission::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.unifiedRolePermission::|public|AllowedResourceActions:List -Microsoft.Graph.Models.unifiedRolePermission::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.unifiedRolePermission::|public|Condition:string -Microsoft.Graph.Models.unifiedRolePermission::|public|constructor():void -Microsoft.Graph.Models.unifiedRolePermission::|public|ExcludedResourceActions:List -Microsoft.Graph.Models.unifiedRolePermission::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.unifiedRolePermission::|public|OdataType:string -Microsoft.Graph.Models.unifiedRolePermission::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.unifiedRolePermission::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedRolePermission -Microsoft.Graph.Models.unifiedRolePermission~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.unifiedRoleScheduleBase-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.unifiedRoleScheduleBase::|public|AppScope:global.Microsoft.Graph.Models.AppScope Microsoft.Graph.Models.unifiedRoleScheduleBase::|public|AppScopeId:string @@ -119003,16 +118614,8 @@ Microsoft.Graph.Models.unifiedRoleScheduleRequestActions::0008-selfRenew Microsoft.Graph.Models.unifiedRoleScheduleRequestActions::0009-unknownFutureValue Microsoft.Graph.Models.unifiedRole~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.unifiedStorageQuota-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.unifiedStorageQuota::|public|Deleted:long? Microsoft.Graph.Models.unifiedStorageQuota::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.unifiedStorageQuota::|public|ManageWebUrl:string -Microsoft.Graph.Models.unifiedStorageQuota::|public|OdataType:string -Microsoft.Graph.Models.unifiedStorageQuota::|public|Remaining:long? Microsoft.Graph.Models.unifiedStorageQuota::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.unifiedStorageQuota::|public|Services:List -Microsoft.Graph.Models.unifiedStorageQuota::|public|State:string -Microsoft.Graph.Models.unifiedStorageQuota::|public|Total:long? -Microsoft.Graph.Models.unifiedStorageQuota::|public|Used:long? Microsoft.Graph.Models.unifiedStorageQuota::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UnifiedStorageQuota Microsoft.Graph.Models.unmuteParticipantOperation-->global.Microsoft.Graph.Models.CommsOperation Microsoft.Graph.Models.unmuteParticipantOperation::|public|GetFieldDeserializers():IDictionary> @@ -119115,11 +118718,7 @@ Microsoft.Graph.Models.usageRights::0019-exception Microsoft.Graph.Models.usageRights::0020-unknownFutureValue Microsoft.Graph.Models.usageRightsIncluded-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.usageRightsIncluded::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.usageRightsIncluded::|public|OdataType:string -Microsoft.Graph.Models.usageRightsIncluded::|public|OwnerEmail:string Microsoft.Graph.Models.usageRightsIncluded::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.usageRightsIncluded::|public|UserEmail:string -Microsoft.Graph.Models.usageRightsIncluded::|public|Value:global.Microsoft.Graph.Models.UsageRights? Microsoft.Graph.Models.usageRightsIncluded::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UsageRightsIncluded Microsoft.Graph.Models.usedInsight-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.usedInsight::|public|GetFieldDeserializers():IDictionary> @@ -119136,140 +118735,8 @@ Microsoft.Graph.Models.usedInsightCollectionResponse::|public|Serialize(writer:I Microsoft.Graph.Models.usedInsightCollectionResponse::|public|Value:List Microsoft.Graph.Models.usedInsightCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UsedInsightCollectionResponse Microsoft.Graph.Models.user-->global.Microsoft.Graph.Models.DirectoryObject -Microsoft.Graph.Models.user::|public|AboutMe:string -Microsoft.Graph.Models.user::|public|AccountEnabled:bool? -Microsoft.Graph.Models.user::|public|Activities:List -Microsoft.Graph.Models.user::|public|AgeGroup:string -Microsoft.Graph.Models.user::|public|AgreementAcceptances:List -Microsoft.Graph.Models.user::|public|AppRoleAssignments:List -Microsoft.Graph.Models.user::|public|AssignedLicenses:List -Microsoft.Graph.Models.user::|public|AssignedPlans:List -Microsoft.Graph.Models.user::|public|Authentication:global.Microsoft.Graph.Models.Authentication -Microsoft.Graph.Models.user::|public|AuthorizationInfo:global.Microsoft.Graph.Models.AuthorizationInfo -Microsoft.Graph.Models.user::|public|Birthday:DateTimeOffset? -Microsoft.Graph.Models.user::|public|BusinessPhones:List -Microsoft.Graph.Models.user::|public|Calendar:global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Models.user::|public|CalendarGroups:List -Microsoft.Graph.Models.user::|public|Calendars:List -Microsoft.Graph.Models.user::|public|CalendarView:List -Microsoft.Graph.Models.user::|public|Chats:List -Microsoft.Graph.Models.user::|public|City:string -Microsoft.Graph.Models.user::|public|CloudClipboard:global.Microsoft.Graph.Models.CloudClipboardRoot -Microsoft.Graph.Models.user::|public|CompanyName:string -Microsoft.Graph.Models.user::|public|ConsentProvidedForMinor:string -Microsoft.Graph.Models.user::|public|constructor():void -Microsoft.Graph.Models.user::|public|ContactFolders:List -Microsoft.Graph.Models.user::|public|Contacts:List -Microsoft.Graph.Models.user::|public|Country:string -Microsoft.Graph.Models.user::|public|CreatedDateTime:DateTimeOffset? -Microsoft.Graph.Models.user::|public|CreatedObjects:List -Microsoft.Graph.Models.user::|public|CreationType:string -Microsoft.Graph.Models.user::|public|CustomSecurityAttributes:global.Microsoft.Graph.Models.CustomSecurityAttributeValue -Microsoft.Graph.Models.user::|public|DataSecurityAndGovernance:global.Microsoft.Graph.Models.UserDataSecurityAndGovernance -Microsoft.Graph.Models.user::|public|Department:string -Microsoft.Graph.Models.user::|public|DeviceEnrollmentLimit:int? -Microsoft.Graph.Models.user::|public|DeviceManagementTroubleshootingEvents:List -Microsoft.Graph.Models.user::|public|DirectReports:List -Microsoft.Graph.Models.user::|public|DisplayName:string -Microsoft.Graph.Models.user::|public|Drive:global.Microsoft.Graph.Models.Drive -Microsoft.Graph.Models.user::|public|Drives:List -Microsoft.Graph.Models.user::|public|EmployeeExperience:global.Microsoft.Graph.Models.EmployeeExperienceUser -Microsoft.Graph.Models.user::|public|EmployeeHireDate:DateTimeOffset? -Microsoft.Graph.Models.user::|public|EmployeeId:string -Microsoft.Graph.Models.user::|public|EmployeeLeaveDateTime:DateTimeOffset? -Microsoft.Graph.Models.user::|public|EmployeeOrgData:global.Microsoft.Graph.Models.EmployeeOrgData -Microsoft.Graph.Models.user::|public|EmployeeType:string -Microsoft.Graph.Models.user::|public|Events:List -Microsoft.Graph.Models.user::|public|Extensions:List -Microsoft.Graph.Models.user::|public|ExternalUserState:string -Microsoft.Graph.Models.user::|public|ExternalUserStateChangeDateTime:DateTimeOffset? -Microsoft.Graph.Models.user::|public|FaxNumber:string -Microsoft.Graph.Models.user::|public|FollowedSites:List Microsoft.Graph.Models.user::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.user::|public|GivenName:string -Microsoft.Graph.Models.user::|public|HireDate:DateTimeOffset? -Microsoft.Graph.Models.user::|public|Identities:List -Microsoft.Graph.Models.user::|public|ImAddresses:List -Microsoft.Graph.Models.user::|public|InferenceClassification:global.Microsoft.Graph.Models.InferenceClassification -Microsoft.Graph.Models.user::|public|Insights:global.Microsoft.Graph.Models.ItemInsights -Microsoft.Graph.Models.user::|public|Interests:List -Microsoft.Graph.Models.user::|public|IsManagementRestricted:bool? -Microsoft.Graph.Models.user::|public|IsResourceAccount:bool? -Microsoft.Graph.Models.user::|public|JobTitle:string -Microsoft.Graph.Models.user::|public|JoinedTeams:List -Microsoft.Graph.Models.user::|public|LastPasswordChangeDateTime:DateTimeOffset? -Microsoft.Graph.Models.user::|public|LegalAgeGroupClassification:string -Microsoft.Graph.Models.user::|public|LicenseAssignmentStates:List -Microsoft.Graph.Models.user::|public|LicenseDetails:List -Microsoft.Graph.Models.user::|public|Mail:string -Microsoft.Graph.Models.user::|public|MailboxSettings:global.Microsoft.Graph.Models.MailboxSettings -Microsoft.Graph.Models.user::|public|MailFolders:List -Microsoft.Graph.Models.user::|public|MailNickname:string -Microsoft.Graph.Models.user::|public|ManagedAppRegistrations:List -Microsoft.Graph.Models.user::|public|ManagedDevices:List -Microsoft.Graph.Models.user::|public|Manager:global.Microsoft.Graph.Models.DirectoryObject -Microsoft.Graph.Models.user::|public|MemberOf:List -Microsoft.Graph.Models.user::|public|Messages:List -Microsoft.Graph.Models.user::|public|MobilePhone:string -Microsoft.Graph.Models.user::|public|MySite:string -Microsoft.Graph.Models.user::|public|Oauth2PermissionGrants:List -Microsoft.Graph.Models.user::|public|OdataType:string -Microsoft.Graph.Models.user::|public|OfficeLocation:string -Microsoft.Graph.Models.user::|public|Onenote:global.Microsoft.Graph.Models.Onenote -Microsoft.Graph.Models.user::|public|OnlineMeetings:List -Microsoft.Graph.Models.user::|public|OnPremisesDistinguishedName:string -Microsoft.Graph.Models.user::|public|OnPremisesDomainName:string -Microsoft.Graph.Models.user::|public|OnPremisesExtensionAttributes:global.Microsoft.Graph.Models.OnPremisesExtensionAttributes -Microsoft.Graph.Models.user::|public|OnPremisesImmutableId:string -Microsoft.Graph.Models.user::|public|OnPremisesLastSyncDateTime:DateTimeOffset? -Microsoft.Graph.Models.user::|public|OnPremisesProvisioningErrors:List -Microsoft.Graph.Models.user::|public|OnPremisesSamAccountName:string -Microsoft.Graph.Models.user::|public|OnPremisesSecurityIdentifier:string -Microsoft.Graph.Models.user::|public|OnPremisesSyncEnabled:bool? -Microsoft.Graph.Models.user::|public|OnPremisesUserPrincipalName:string -Microsoft.Graph.Models.user::|public|OtherMails:List -Microsoft.Graph.Models.user::|public|Outlook:global.Microsoft.Graph.Models.OutlookUser -Microsoft.Graph.Models.user::|public|OwnedDevices:List -Microsoft.Graph.Models.user::|public|OwnedObjects:List -Microsoft.Graph.Models.user::|public|PasswordPolicies:string -Microsoft.Graph.Models.user::|public|PasswordProfile:global.Microsoft.Graph.Models.PasswordProfile -Microsoft.Graph.Models.user::|public|PastProjects:List -Microsoft.Graph.Models.user::|public|People:List -Microsoft.Graph.Models.user::|public|PermissionGrants:List -Microsoft.Graph.Models.user::|public|Photo:global.Microsoft.Graph.Models.ProfilePhoto -Microsoft.Graph.Models.user::|public|Photos:List -Microsoft.Graph.Models.user::|public|Planner:global.Microsoft.Graph.Models.PlannerUser -Microsoft.Graph.Models.user::|public|PostalCode:string -Microsoft.Graph.Models.user::|public|PreferredDataLocation:string -Microsoft.Graph.Models.user::|public|PreferredLanguage:string -Microsoft.Graph.Models.user::|public|PreferredName:string -Microsoft.Graph.Models.user::|public|Presence:global.Microsoft.Graph.Models.Presence -Microsoft.Graph.Models.user::|public|Print:global.Microsoft.Graph.Models.UserPrint -Microsoft.Graph.Models.user::|public|ProvisionedPlans:List -Microsoft.Graph.Models.user::|public|ProxyAddresses:List -Microsoft.Graph.Models.user::|public|RegisteredDevices:List -Microsoft.Graph.Models.user::|public|Responsibilities:List -Microsoft.Graph.Models.user::|public|Schools:List -Microsoft.Graph.Models.user::|public|ScopedRoleMemberOf:List -Microsoft.Graph.Models.user::|public|SecurityIdentifier:string Microsoft.Graph.Models.user::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.user::|public|ServiceProvisioningErrors:List -Microsoft.Graph.Models.user::|public|Settings:global.Microsoft.Graph.Models.UserSettings -Microsoft.Graph.Models.user::|public|ShowInAddressList:bool? -Microsoft.Graph.Models.user::|public|SignInActivity:global.Microsoft.Graph.Models.SignInActivity -Microsoft.Graph.Models.user::|public|SignInSessionsValidFromDateTime:DateTimeOffset? -Microsoft.Graph.Models.user::|public|Skills:List -Microsoft.Graph.Models.user::|public|Solutions:global.Microsoft.Graph.Models.UserSolutionRoot -Microsoft.Graph.Models.user::|public|Sponsors:List -Microsoft.Graph.Models.user::|public|State:string -Microsoft.Graph.Models.user::|public|StreetAddress:string -Microsoft.Graph.Models.user::|public|Surname:string -Microsoft.Graph.Models.user::|public|Teamwork:global.Microsoft.Graph.Models.UserTeamwork -Microsoft.Graph.Models.user::|public|Todo:global.Microsoft.Graph.Models.Todo -Microsoft.Graph.Models.user::|public|TransitiveMemberOf:List -Microsoft.Graph.Models.user::|public|UsageLocation:string -Microsoft.Graph.Models.user::|public|UserPrincipalName:string -Microsoft.Graph.Models.user::|public|UserType:string Microsoft.Graph.Models.user::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.User Microsoft.Graph.Models.userAccountSecurityType::0000-unknown Microsoft.Graph.Models.userAccountSecurityType::0001-standard @@ -119531,9 +118998,6 @@ Microsoft.Graph.Models.userExperienceAnalyticsBaselineCollectionResponse::|publi Microsoft.Graph.Models.userExperienceAnalyticsBaselineCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserExperienceAnalyticsBaselineCollectionResponse Microsoft.Graph.Models.userExperienceAnalyticsCategory-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.userExperienceAnalyticsCategory::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.userExperienceAnalyticsCategory::|public|Insights:List -Microsoft.Graph.Models.userExperienceAnalyticsCategory::|public|MetricValues:List -Microsoft.Graph.Models.userExperienceAnalyticsCategory::|public|OdataType:string Microsoft.Graph.Models.userExperienceAnalyticsCategory::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.userExperienceAnalyticsCategory::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserExperienceAnalyticsCategory Microsoft.Graph.Models.userExperienceAnalyticsCategoryCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -119672,31 +119136,6 @@ Microsoft.Graph.Models.userExperienceAnalyticsHealthState::0001-insufficientData Microsoft.Graph.Models.userExperienceAnalyticsHealthState::0002-needsAttention Microsoft.Graph.Models.userExperienceAnalyticsHealthState::0003-meetingGoals Microsoft.Graph.Models.userExperienceAnalyticsHealthState::0004-unknownFutureValue -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|constructor():void -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|InsightId:string -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|OdataType:string -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|Severity:global.Microsoft.Graph.Models.UserExperienceAnalyticsInsightSeverity? -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|UserExperienceAnalyticsMetricId:string -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|public|Values:List -Microsoft.Graph.Models.userExperienceAnalyticsInsight::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserExperienceAnalyticsInsight -Microsoft.Graph.Models.userExperienceAnalyticsInsightSeverity::0000-none -Microsoft.Graph.Models.userExperienceAnalyticsInsightSeverity::0001-informational -Microsoft.Graph.Models.userExperienceAnalyticsInsightSeverity::0002-warning -Microsoft.Graph.Models.userExperienceAnalyticsInsightSeverity::0003-error -Microsoft.Graph.Models.userExperienceAnalyticsInsightSeverity::0004-unknownFutureValue -Microsoft.Graph.Models.userExperienceAnalyticsInsightValue::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.userExperienceAnalyticsInsightValue::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.userExperienceAnalyticsInsightValue::|public|constructor():void -Microsoft.Graph.Models.userExperienceAnalyticsInsightValue::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.userExperienceAnalyticsInsightValue::|public|OdataType:string -Microsoft.Graph.Models.userExperienceAnalyticsInsightValue::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.userExperienceAnalyticsInsightValue::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserExperienceAnalyticsInsightValue -Microsoft.Graph.Models.userExperienceAnalyticsInsightValue~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Models.userExperienceAnalyticsInsight~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.userExperienceAnalyticsMetric-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.userExperienceAnalyticsMetric::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.userExperienceAnalyticsMetric::|public|OdataType:string @@ -119753,8 +119192,6 @@ Microsoft.Graph.Models.userExperienceAnalyticsOperatingSystemRestartCategory::00 Microsoft.Graph.Models.userExperienceAnalyticsOperatingSystemRestartCategory::0009-unknownFutureValue Microsoft.Graph.Models.userExperienceAnalyticsOverview-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.userExperienceAnalyticsOverview::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.userExperienceAnalyticsOverview::|public|Insights:List -Microsoft.Graph.Models.userExperienceAnalyticsOverview::|public|OdataType:string Microsoft.Graph.Models.userExperienceAnalyticsOverview::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.userExperienceAnalyticsOverview::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserExperienceAnalyticsOverview Microsoft.Graph.Models.userExperienceAnalyticsScoreHistory-->global.Microsoft.Graph.Models.Entity @@ -119854,19 +119291,7 @@ Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereDevicesSummary::|s Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereDevicesSummary~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|OdataType:string -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|OsCheckFailedPercentage:double? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|Processor64BitCheckFailedPercentage:double? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|ProcessorCoreCountCheckFailedPercentage:double? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|ProcessorFamilyCheckFailedPercentage:double? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|ProcessorSpeedCheckFailedPercentage:double? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|RamCheckFailedPercentage:double? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|SecureBootCheckFailedPercentage:double? Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|StorageCheckFailedPercentage:double? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|TotalDeviceCount:int? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|TpmCheckFailedPercentage:double? -Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|public|UpgradeEligibleDeviceCount:int? Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereMetric-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.userExperienceAnalyticsWorkFromAnywhereMetric::|public|GetFieldDeserializers():IDictionary> @@ -119976,18 +119401,8 @@ Microsoft.Graph.Models.userLastSignInRecommendationInsightSetting::|public|Recom Microsoft.Graph.Models.userLastSignInRecommendationInsightSetting::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.userLastSignInRecommendationInsightSetting::|public|SignInScope:global.Microsoft.Graph.Models.UserSignInRecommendationScope? Microsoft.Graph.Models.userLastSignInRecommendationInsightSetting::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserLastSignInRecommendationInsightSetting -Microsoft.Graph.Models.userPrint::|public|AdditionalData:IDictionary -Microsoft.Graph.Models.userPrint::|public|BackingStore:IBackingStore -Microsoft.Graph.Models.userPrint::|public|constructor():void -Microsoft.Graph.Models.userPrint::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.userPrint::|public|OdataType:string -Microsoft.Graph.Models.userPrint::|public|RecentPrinterShares:List -Microsoft.Graph.Models.userPrint::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.userPrint::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserPrint -Microsoft.Graph.Models.userPrint~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.userProtectionScopeContainer-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.userProtectionScopeContainer::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.userProtectionScopeContainer::|public|OdataType:string Microsoft.Graph.Models.userProtectionScopeContainer::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.userProtectionScopeContainer::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserProtectionScopeContainer Microsoft.Graph.Models.userPurpose::0000-user @@ -120166,8 +119581,6 @@ Microsoft.Graph.Models.userSolutionRoot::|public|WorkingTimeSchedule:global.Micr Microsoft.Graph.Models.userSolutionRoot::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserSolutionRoot Microsoft.Graph.Models.userStorage-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.userStorage::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.userStorage::|public|OdataType:string -Microsoft.Graph.Models.userStorage::|public|Quota:global.Microsoft.Graph.Models.UnifiedStorageQuota Microsoft.Graph.Models.userStorage::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.userStorage::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.UserStorage Microsoft.Graph.Models.userTeamwork-->global.Microsoft.Graph.Models.Entity @@ -120274,16 +119687,8 @@ Microsoft.Graph.Models.virtualAppointmentMessageType::0001-reschedule Microsoft.Graph.Models.virtualAppointmentMessageType::0002-cancellation Microsoft.Graph.Models.virtualAppointmentMessageType::0003-unknownFutureValue Microsoft.Graph.Models.virtualEndpoint-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.virtualEndpoint::|public|AuditEvents:List -Microsoft.Graph.Models.virtualEndpoint::|public|CloudPCs:List -Microsoft.Graph.Models.virtualEndpoint::|public|DeviceImages:List -Microsoft.Graph.Models.virtualEndpoint::|public|GalleryImages:List Microsoft.Graph.Models.virtualEndpoint::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.virtualEndpoint::|public|OdataType:string -Microsoft.Graph.Models.virtualEndpoint::|public|OnPremisesConnections:List -Microsoft.Graph.Models.virtualEndpoint::|public|ProvisioningPolicies:List Microsoft.Graph.Models.virtualEndpoint::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.virtualEndpoint::|public|UserSettings:List Microsoft.Graph.Models.virtualEndpoint::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.VirtualEndpoint Microsoft.Graph.Models.virtualEvent-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.virtualEvent::|public|CreatedBy:global.Microsoft.Graph.Models.CommunicationsIdentitySet @@ -120389,11 +119794,7 @@ Microsoft.Graph.Models.virtualEventRegistrationCollectionResponse::|public|Seria Microsoft.Graph.Models.virtualEventRegistrationCollectionResponse::|public|Value:List Microsoft.Graph.Models.virtualEventRegistrationCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.VirtualEventRegistrationCollectionResponse Microsoft.Graph.Models.virtualEventRegistrationConfiguration-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.virtualEventRegistrationConfiguration::|public|Capacity:int? Microsoft.Graph.Models.virtualEventRegistrationConfiguration::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.virtualEventRegistrationConfiguration::|public|OdataType:string -Microsoft.Graph.Models.virtualEventRegistrationConfiguration::|public|Questions:List -Microsoft.Graph.Models.virtualEventRegistrationConfiguration::|public|RegistrationWebUrl:string Microsoft.Graph.Models.virtualEventRegistrationConfiguration::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.virtualEventRegistrationConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.VirtualEventRegistrationConfiguration Microsoft.Graph.Models.virtualEventRegistrationCustomQuestion-->global.Microsoft.Graph.Models.VirtualEventRegistrationQuestionBase @@ -120458,6 +119859,7 @@ Microsoft.Graph.Models.virtualEventSession::|public|GetFieldDeserializers():IDic Microsoft.Graph.Models.virtualEventSession::|public|OdataType:string Microsoft.Graph.Models.virtualEventSession::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.virtualEventSession::|public|StartDateTime:global.Microsoft.Graph.Models.DateTimeTimeZone +Microsoft.Graph.Models.virtualEventSession::|public|VideoOnDemandWebUrl:string Microsoft.Graph.Models.virtualEventSession::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.VirtualEventSession Microsoft.Graph.Models.virtualEventSessionCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.virtualEventSessionCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -121430,32 +120832,6 @@ Microsoft.Graph.Models.windowsDefenderAdvancedThreatProtectionConfiguration::|pu Microsoft.Graph.Models.windowsDefenderAdvancedThreatProtectionConfiguration::|public|OdataType:string Microsoft.Graph.Models.windowsDefenderAdvancedThreatProtectionConfiguration::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.windowsDefenderAdvancedThreatProtectionConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WindowsDefenderAdvancedThreatProtectionConfiguration -Microsoft.Graph.Models.windowsDefenderProductStatus::0000-noStatus -Microsoft.Graph.Models.windowsDefenderProductStatus::0001-serviceNotRunning -Microsoft.Graph.Models.windowsDefenderProductStatus::0002-serviceStartedWithoutMalwareProtection -Microsoft.Graph.Models.windowsDefenderProductStatus::0003-pendingFullScanDueToThreatAction -Microsoft.Graph.Models.windowsDefenderProductStatus::0004-pendingRebootDueToThreatAction -Microsoft.Graph.Models.windowsDefenderProductStatus::0005-pendingManualStepsDueToThreatAction -Microsoft.Graph.Models.windowsDefenderProductStatus::0006-avSignaturesOutOfDate -Microsoft.Graph.Models.windowsDefenderProductStatus::0007-asSignaturesOutOfDate -Microsoft.Graph.Models.windowsDefenderProductStatus::0008-noQuickScanHappenedForSpecifiedPeriod -Microsoft.Graph.Models.windowsDefenderProductStatus::0009-noFullScanHappenedForSpecifiedPeriod -Microsoft.Graph.Models.windowsDefenderProductStatus::0010-systemInitiatedScanInProgress -Microsoft.Graph.Models.windowsDefenderProductStatus::0011-systemInitiatedCleanInProgress -Microsoft.Graph.Models.windowsDefenderProductStatus::0012-samplesPendingSubmission -Microsoft.Graph.Models.windowsDefenderProductStatus::0013-productRunningInEvaluationMode -Microsoft.Graph.Models.windowsDefenderProductStatus::0014-productRunningInNonGenuineMode -Microsoft.Graph.Models.windowsDefenderProductStatus::0015-productExpired -Microsoft.Graph.Models.windowsDefenderProductStatus::0016-offlineScanRequired -Microsoft.Graph.Models.windowsDefenderProductStatus::0017-serviceShutdownAsPartOfSystemShutdown -Microsoft.Graph.Models.windowsDefenderProductStatus::0018-threatRemediationFailedCritically -Microsoft.Graph.Models.windowsDefenderProductStatus::0019-threatRemediationFailedNonCritically -Microsoft.Graph.Models.windowsDefenderProductStatus::0020-noStatusFlagsSet -Microsoft.Graph.Models.windowsDefenderProductStatus::0021-platformOutOfDate -Microsoft.Graph.Models.windowsDefenderProductStatus::0022-platformUpdateInProgress -Microsoft.Graph.Models.windowsDefenderProductStatus::0023-platformAboutToBeOutdated -Microsoft.Graph.Models.windowsDefenderProductStatus::0024-signatureOrPlatformEndOfLifeIsPastOrIsImpending -Microsoft.Graph.Models.windowsDefenderProductStatus::0025-windowsSModeSignaturesInUseOnNonWin10SInstall Microsoft.Graph.Models.windowsDefenderScanActionResult-->global.Microsoft.Graph.Models.DeviceActionResult Microsoft.Graph.Models.windowsDefenderScanActionResult::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.windowsDefenderScanActionResult::|public|OdataType:string @@ -121493,12 +120869,6 @@ Microsoft.Graph.Models.windowsDeviceAzureADAccount::|public|OdataType:string Microsoft.Graph.Models.windowsDeviceAzureADAccount::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.windowsDeviceAzureADAccount::|public|UserPrincipalName:string Microsoft.Graph.Models.windowsDeviceAzureADAccount::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WindowsDeviceAzureADAccount -Microsoft.Graph.Models.windowsDeviceHealthState::0000-clean -Microsoft.Graph.Models.windowsDeviceHealthState::0001-fullScanPending -Microsoft.Graph.Models.windowsDeviceHealthState::0002-rebootPending -Microsoft.Graph.Models.windowsDeviceHealthState::0003-manualStepsPending -Microsoft.Graph.Models.windowsDeviceHealthState::0004-offlineScanPending -Microsoft.Graph.Models.windowsDeviceHealthState::0005-critical Microsoft.Graph.Models.windowsDeviceMalwareState-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.windowsDeviceMalwareState::|public|AdditionalInformationUrl:string Microsoft.Graph.Models.windowsDeviceMalwareState::|public|Category:global.Microsoft.Graph.Models.WindowsMalwareCategory? @@ -122008,30 +121378,8 @@ Microsoft.Graph.Models.windowsPhone81GeneralConfiguration::|public|WifiBlockHots Microsoft.Graph.Models.windowsPhone81GeneralConfiguration::|public|WindowsStoreBlocked:bool? Microsoft.Graph.Models.windowsPhone81GeneralConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WindowsPhone81GeneralConfiguration Microsoft.Graph.Models.windowsProtectionState-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.windowsProtectionState::|public|AntiMalwareVersion:string -Microsoft.Graph.Models.windowsProtectionState::|public|DetectedMalwareState:List -Microsoft.Graph.Models.windowsProtectionState::|public|DeviceState:global.Microsoft.Graph.Models.WindowsDeviceHealthState? -Microsoft.Graph.Models.windowsProtectionState::|public|EngineVersion:string -Microsoft.Graph.Models.windowsProtectionState::|public|FullScanOverdue:bool? -Microsoft.Graph.Models.windowsProtectionState::|public|FullScanRequired:bool? Microsoft.Graph.Models.windowsProtectionState::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.windowsProtectionState::|public|IsVirtualMachine:bool? -Microsoft.Graph.Models.windowsProtectionState::|public|LastFullScanDateTime:DateTimeOffset? -Microsoft.Graph.Models.windowsProtectionState::|public|LastFullScanSignatureVersion:string -Microsoft.Graph.Models.windowsProtectionState::|public|LastQuickScanDateTime:DateTimeOffset? -Microsoft.Graph.Models.windowsProtectionState::|public|LastQuickScanSignatureVersion:string -Microsoft.Graph.Models.windowsProtectionState::|public|LastReportedDateTime:DateTimeOffset? -Microsoft.Graph.Models.windowsProtectionState::|public|MalwareProtectionEnabled:bool? -Microsoft.Graph.Models.windowsProtectionState::|public|NetworkInspectionSystemEnabled:bool? -Microsoft.Graph.Models.windowsProtectionState::|public|OdataType:string -Microsoft.Graph.Models.windowsProtectionState::|public|ProductStatus:global.Microsoft.Graph.Models.WindowsDefenderProductStatus? -Microsoft.Graph.Models.windowsProtectionState::|public|QuickScanOverdue:bool? -Microsoft.Graph.Models.windowsProtectionState::|public|RealTimeProtectionEnabled:bool? -Microsoft.Graph.Models.windowsProtectionState::|public|RebootRequired:bool? Microsoft.Graph.Models.windowsProtectionState::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.windowsProtectionState::|public|SignatureUpdateOverdue:bool? -Microsoft.Graph.Models.windowsProtectionState::|public|SignatureVersion:string -Microsoft.Graph.Models.windowsProtectionState::|public|TamperProtectionEnabled:bool? Microsoft.Graph.Models.windowsProtectionState::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WindowsProtectionState Microsoft.Graph.Models.windowsSetting-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.windowsSetting::|public|GetFieldDeserializers():IDictionary> @@ -122213,16 +121561,8 @@ Microsoft.Graph.Models.windowsWebAppCollectionResponse::|public|Serialize(writer Microsoft.Graph.Models.windowsWebAppCollectionResponse::|public|Value:List Microsoft.Graph.Models.windowsWebAppCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WindowsWebAppCollectionResponse Microsoft.Graph.Models.workbook-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbook::|public|Application:global.Microsoft.Graph.Models.WorkbookApplication -Microsoft.Graph.Models.workbook::|public|Comments:List -Microsoft.Graph.Models.workbook::|public|Functions:global.Microsoft.Graph.Models.WorkbookFunctions Microsoft.Graph.Models.workbook::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbook::|public|Names:List -Microsoft.Graph.Models.workbook::|public|OdataType:string -Microsoft.Graph.Models.workbook::|public|Operations:List Microsoft.Graph.Models.workbook::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbook::|public|Tables:List -Microsoft.Graph.Models.workbook::|public|Worksheets:List Microsoft.Graph.Models.workbook::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Workbook Microsoft.Graph.Models.workbookApplication-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookApplication::|public|CalculationMode:string @@ -122248,19 +121588,12 @@ Microsoft.Graph.Models.workbookChart::|public|Width:double? Microsoft.Graph.Models.workbookChart::|public|Worksheet:global.Microsoft.Graph.Models.WorkbookWorksheet Microsoft.Graph.Models.workbookChart::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChart Microsoft.Graph.Models.workbookChartAreaFormat-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartAreaFormat::|public|Fill:global.Microsoft.Graph.Models.WorkbookChartFill -Microsoft.Graph.Models.workbookChartAreaFormat::|public|Font:global.Microsoft.Graph.Models.WorkbookChartFont Microsoft.Graph.Models.workbookChartAreaFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartAreaFormat::|public|OdataType:string Microsoft.Graph.Models.workbookChartAreaFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartAreaFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartAreaFormat Microsoft.Graph.Models.workbookChartAxes-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartAxes::|public|CategoryAxis:global.Microsoft.Graph.Models.WorkbookChartAxis Microsoft.Graph.Models.workbookChartAxes::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartAxes::|public|OdataType:string Microsoft.Graph.Models.workbookChartAxes::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookChartAxes::|public|SeriesAxis:global.Microsoft.Graph.Models.WorkbookChartAxis -Microsoft.Graph.Models.workbookChartAxes::|public|ValueAxis:global.Microsoft.Graph.Models.WorkbookChartAxis Microsoft.Graph.Models.workbookChartAxes::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartAxes Microsoft.Graph.Models.workbookChartAxis-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookChartAxis::|public|Format:global.Microsoft.Graph.Models.WorkbookChartAxisFormat @@ -122276,19 +121609,12 @@ Microsoft.Graph.Models.workbookChartAxis::|public|Serialize(writer:ISerializatio Microsoft.Graph.Models.workbookChartAxis::|public|Title:global.Microsoft.Graph.Models.WorkbookChartAxisTitle Microsoft.Graph.Models.workbookChartAxis::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartAxis Microsoft.Graph.Models.workbookChartAxisFormat-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartAxisFormat::|public|Font:global.Microsoft.Graph.Models.WorkbookChartFont Microsoft.Graph.Models.workbookChartAxisFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartAxisFormat::|public|Line:global.Microsoft.Graph.Models.WorkbookChartLineFormat -Microsoft.Graph.Models.workbookChartAxisFormat::|public|OdataType:string Microsoft.Graph.Models.workbookChartAxisFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartAxisFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartAxisFormat Microsoft.Graph.Models.workbookChartAxisTitle-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartAxisTitle::|public|Format:global.Microsoft.Graph.Models.WorkbookChartAxisTitleFormat Microsoft.Graph.Models.workbookChartAxisTitle::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartAxisTitle::|public|OdataType:string Microsoft.Graph.Models.workbookChartAxisTitle::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookChartAxisTitle::|public|Text:string -Microsoft.Graph.Models.workbookChartAxisTitle::|public|Visible:bool? Microsoft.Graph.Models.workbookChartAxisTitle::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartAxisTitle Microsoft.Graph.Models.workbookChartAxisTitleFormat-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookChartAxisTitleFormat::|public|Font:global.Microsoft.Graph.Models.WorkbookChartFont @@ -122309,41 +121635,20 @@ Microsoft.Graph.Models.workbookChartDataLabelFormat::|public|OdataType:string Microsoft.Graph.Models.workbookChartDataLabelFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartDataLabelFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartDataLabelFormat Microsoft.Graph.Models.workbookChartDataLabels-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartDataLabels::|public|Format:global.Microsoft.Graph.Models.WorkbookChartDataLabelFormat Microsoft.Graph.Models.workbookChartDataLabels::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartDataLabels::|public|OdataType:string -Microsoft.Graph.Models.workbookChartDataLabels::|public|Position:string -Microsoft.Graph.Models.workbookChartDataLabels::|public|Separator:string Microsoft.Graph.Models.workbookChartDataLabels::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookChartDataLabels::|public|ShowBubbleSize:bool? -Microsoft.Graph.Models.workbookChartDataLabels::|public|ShowCategoryName:bool? -Microsoft.Graph.Models.workbookChartDataLabels::|public|ShowLegendKey:bool? -Microsoft.Graph.Models.workbookChartDataLabels::|public|ShowPercentage:bool? -Microsoft.Graph.Models.workbookChartDataLabels::|public|ShowSeriesName:bool? -Microsoft.Graph.Models.workbookChartDataLabels::|public|ShowValue:bool? Microsoft.Graph.Models.workbookChartDataLabels::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartDataLabels Microsoft.Graph.Models.workbookChartFill-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookChartFill::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartFill::|public|OdataType:string Microsoft.Graph.Models.workbookChartFill::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartFill::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartFill Microsoft.Graph.Models.workbookChartFont-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartFont::|public|Bold:bool? -Microsoft.Graph.Models.workbookChartFont::|public|Color:string Microsoft.Graph.Models.workbookChartFont::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartFont::|public|Italic:bool? -Microsoft.Graph.Models.workbookChartFont::|public|Name:string -Microsoft.Graph.Models.workbookChartFont::|public|OdataType:string Microsoft.Graph.Models.workbookChartFont::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookChartFont::|public|Size:double? -Microsoft.Graph.Models.workbookChartFont::|public|Underline:string Microsoft.Graph.Models.workbookChartFont::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartFont Microsoft.Graph.Models.workbookChartGridlines-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartGridlines::|public|Format:global.Microsoft.Graph.Models.WorkbookChartGridlinesFormat Microsoft.Graph.Models.workbookChartGridlines::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartGridlines::|public|OdataType:string Microsoft.Graph.Models.workbookChartGridlines::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookChartGridlines::|public|Visible:bool? Microsoft.Graph.Models.workbookChartGridlines::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartGridlines Microsoft.Graph.Models.workbookChartGridlinesFormat-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookChartGridlinesFormat::|public|GetFieldDeserializers():IDictionary> @@ -122352,13 +121657,8 @@ Microsoft.Graph.Models.workbookChartGridlinesFormat::|public|OdataType:string Microsoft.Graph.Models.workbookChartGridlinesFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartGridlinesFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartGridlinesFormat Microsoft.Graph.Models.workbookChartLegend-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartLegend::|public|Format:global.Microsoft.Graph.Models.WorkbookChartLegendFormat Microsoft.Graph.Models.workbookChartLegend::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartLegend::|public|OdataType:string -Microsoft.Graph.Models.workbookChartLegend::|public|Overlay:bool? -Microsoft.Graph.Models.workbookChartLegend::|public|Position:string Microsoft.Graph.Models.workbookChartLegend::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookChartLegend::|public|Visible:bool? Microsoft.Graph.Models.workbookChartLegend::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartLegend Microsoft.Graph.Models.workbookChartLegendFormat-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookChartLegendFormat::|public|Fill:global.Microsoft.Graph.Models.WorkbookChartFill @@ -122368,9 +121668,7 @@ Microsoft.Graph.Models.workbookChartLegendFormat::|public|OdataType:string Microsoft.Graph.Models.workbookChartLegendFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartLegendFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartLegendFormat Microsoft.Graph.Models.workbookChartLineFormat-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartLineFormat::|public|Color:string Microsoft.Graph.Models.workbookChartLineFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartLineFormat::|public|OdataType:string Microsoft.Graph.Models.workbookChartLineFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartLineFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartLineFormat Microsoft.Graph.Models.workbookChartPoint-->global.Microsoft.Graph.Models.Entity @@ -122386,9 +121684,7 @@ Microsoft.Graph.Models.workbookChartPointCollectionResponse::|public|Serialize(w Microsoft.Graph.Models.workbookChartPointCollectionResponse::|public|Value:List Microsoft.Graph.Models.workbookChartPointCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartPointCollectionResponse Microsoft.Graph.Models.workbookChartPointFormat-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartPointFormat::|public|Fill:global.Microsoft.Graph.Models.WorkbookChartFill Microsoft.Graph.Models.workbookChartPointFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartPointFormat::|public|OdataType:string Microsoft.Graph.Models.workbookChartPointFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartPointFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartPointFormat Microsoft.Graph.Models.workbookChartSeries-->global.Microsoft.Graph.Models.Entity @@ -122405,20 +121701,12 @@ Microsoft.Graph.Models.workbookChartSeriesCollectionResponse::|public|Serialize( Microsoft.Graph.Models.workbookChartSeriesCollectionResponse::|public|Value:List Microsoft.Graph.Models.workbookChartSeriesCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartSeriesCollectionResponse Microsoft.Graph.Models.workbookChartSeriesFormat-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartSeriesFormat::|public|Fill:global.Microsoft.Graph.Models.WorkbookChartFill Microsoft.Graph.Models.workbookChartSeriesFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartSeriesFormat::|public|Line:global.Microsoft.Graph.Models.WorkbookChartLineFormat -Microsoft.Graph.Models.workbookChartSeriesFormat::|public|OdataType:string Microsoft.Graph.Models.workbookChartSeriesFormat::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookChartSeriesFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartSeriesFormat Microsoft.Graph.Models.workbookChartTitle-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookChartTitle::|public|Format:global.Microsoft.Graph.Models.WorkbookChartTitleFormat Microsoft.Graph.Models.workbookChartTitle::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookChartTitle::|public|OdataType:string -Microsoft.Graph.Models.workbookChartTitle::|public|Overlay:bool? Microsoft.Graph.Models.workbookChartTitle::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookChartTitle::|public|Text:string -Microsoft.Graph.Models.workbookChartTitle::|public|Visible:bool? Microsoft.Graph.Models.workbookChartTitle::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookChartTitle Microsoft.Graph.Models.workbookChartTitleFormat-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookChartTitleFormat::|public|Fill:global.Microsoft.Graph.Models.WorkbookChartFill @@ -122453,9 +121741,7 @@ Microsoft.Graph.Models.workbookCommentReplyCollectionResponse::|public|Serialize Microsoft.Graph.Models.workbookCommentReplyCollectionResponse::|public|Value:List Microsoft.Graph.Models.workbookCommentReplyCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookCommentReplyCollectionResponse Microsoft.Graph.Models.workbookFilter-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookFilter::|public|Criteria:global.Microsoft.Graph.Models.WorkbookFilterCriteria Microsoft.Graph.Models.workbookFilter::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookFilter::|public|OdataType:string Microsoft.Graph.Models.workbookFilter::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookFilter::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookFilter Microsoft.Graph.Models.workbookFilterCriteria::|public|AdditionalData:IDictionary @@ -122482,11 +121768,8 @@ Microsoft.Graph.Models.workbookFormatProtection::|public|OdataType:string Microsoft.Graph.Models.workbookFormatProtection::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookFormatProtection::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookFormatProtection Microsoft.Graph.Models.workbookFunctionResult-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookFunctionResult::|public|Error:string Microsoft.Graph.Models.workbookFunctionResult::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookFunctionResult::|public|OdataType:string Microsoft.Graph.Models.workbookFunctionResult::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookFunctionResult::|public|Value:UntypedNode Microsoft.Graph.Models.workbookFunctionResult::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookFunctionResult Microsoft.Graph.Models.workbookFunctions-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookFunctions::|public|GetFieldDeserializers():IDictionary> @@ -122612,22 +121895,11 @@ Microsoft.Graph.Models.workbookRangeFont::|public|Size:double? Microsoft.Graph.Models.workbookRangeFont::|public|Underline:string Microsoft.Graph.Models.workbookRangeFont::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookRangeFont Microsoft.Graph.Models.workbookRangeFormat-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookRangeFormat::|public|Borders:List -Microsoft.Graph.Models.workbookRangeFormat::|public|ColumnWidth:double? -Microsoft.Graph.Models.workbookRangeFormat::|public|Fill:global.Microsoft.Graph.Models.WorkbookRangeFill -Microsoft.Graph.Models.workbookRangeFormat::|public|Font:global.Microsoft.Graph.Models.WorkbookRangeFont Microsoft.Graph.Models.workbookRangeFormat::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookRangeFormat::|public|HorizontalAlignment:string -Microsoft.Graph.Models.workbookRangeFormat::|public|OdataType:string -Microsoft.Graph.Models.workbookRangeFormat::|public|Protection:global.Microsoft.Graph.Models.WorkbookFormatProtection -Microsoft.Graph.Models.workbookRangeFormat::|public|RowHeight:double? Microsoft.Graph.Models.workbookRangeFormat::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookRangeFormat::|public|VerticalAlignment:string -Microsoft.Graph.Models.workbookRangeFormat::|public|WrapText:bool? Microsoft.Graph.Models.workbookRangeFormat::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookRangeFormat Microsoft.Graph.Models.workbookRangeSort-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workbookRangeSort::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookRangeSort::|public|OdataType:string Microsoft.Graph.Models.workbookRangeSort::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookRangeSort::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookRangeSort Microsoft.Graph.Models.workbookRangeView-->global.Microsoft.Graph.Models.Entity @@ -122722,25 +121994,12 @@ Microsoft.Graph.Models.workbookTableRowCollectionResponse::|public|Serialize(wri Microsoft.Graph.Models.workbookTableRowCollectionResponse::|public|Value:List Microsoft.Graph.Models.workbookTableRowCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookTableRowCollectionResponse Microsoft.Graph.Models.workbookTableSort-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookTableSort::|public|Fields:List Microsoft.Graph.Models.workbookTableSort::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookTableSort::|public|MatchCase:bool? -Microsoft.Graph.Models.workbookTableSort::|public|Method:string -Microsoft.Graph.Models.workbookTableSort::|public|OdataType:string Microsoft.Graph.Models.workbookTableSort::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workbookTableSort::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookTableSort Microsoft.Graph.Models.workbookWorksheet-->global.Microsoft.Graph.Models.Entity -Microsoft.Graph.Models.workbookWorksheet::|public|Charts:List Microsoft.Graph.Models.workbookWorksheet::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workbookWorksheet::|public|Name:string -Microsoft.Graph.Models.workbookWorksheet::|public|Names:List -Microsoft.Graph.Models.workbookWorksheet::|public|OdataType:string -Microsoft.Graph.Models.workbookWorksheet::|public|PivotTables:List -Microsoft.Graph.Models.workbookWorksheet::|public|Position:int? -Microsoft.Graph.Models.workbookWorksheet::|public|Protection:global.Microsoft.Graph.Models.WorkbookWorksheetProtection Microsoft.Graph.Models.workbookWorksheet::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Models.workbookWorksheet::|public|Tables:List -Microsoft.Graph.Models.workbookWorksheet::|public|Visibility:string Microsoft.Graph.Models.workbookWorksheet::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkbookWorksheet Microsoft.Graph.Models.workbookWorksheetCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Models.workbookWorksheetCollectionResponse::|public|GetFieldDeserializers():IDictionary> @@ -122818,7 +122077,7 @@ Microsoft.Graph.Models.workforceIntegrationSupportedEntities::0011-timeOffReques Microsoft.Graph.Models.workingHours::|public|AdditionalData:IDictionary Microsoft.Graph.Models.workingHours::|public|BackingStore:IBackingStore Microsoft.Graph.Models.workingHours::|public|constructor():void -Microsoft.Graph.Models.workingHours::|public|DaysOfWeek:List +Microsoft.Graph.Models.workingHours::|public|DaysOfWeek:List Microsoft.Graph.Models.workingHours::|public|EndTime:Time? Microsoft.Graph.Models.workingHours::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.workingHours::|public|OdataType:string @@ -122829,7 +122088,6 @@ Microsoft.Graph.Models.workingHours::|static|public|CreateFromDiscriminatorValue Microsoft.Graph.Models.workingHours~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.workingTimeSchedule-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.workingTimeSchedule::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Models.workingTimeSchedule::|public|OdataType:string Microsoft.Graph.Models.workingTimeSchedule::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.workingTimeSchedule::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.WorkingTimeSchedule Microsoft.Graph.Models.x509CertificateAffinityLevel::0000-low @@ -122916,7 +122174,7 @@ Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Oauth2PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -122931,8 +122189,8 @@ Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBui Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Oauth2PermissionGrants.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -122964,8 +122222,8 @@ Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oaut Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder::[OAuth2PermissionGrantId:string]:global.Microsoft.Graph.Oauth2PermissionGrants.Item.OAuth2PermissionGrantItemRequestBuilder @@ -122984,7 +122242,7 @@ Microsoft.Graph.Organization.Count.CountRequestBuilder.CountRequestBuilderGetQue Microsoft.Graph.Organization.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Organization.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Organization.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Organization.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Organization.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Organization.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Organization.Count.CountRequestBuilder Microsoft.Graph.Organization.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -122999,8 +122257,8 @@ Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetQue Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Organization.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Organization.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -123151,7 +122409,7 @@ Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuild Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Organization.Item.Branding.Localizations.Count.CountRequestBuilder Microsoft.Graph.Organization.Item.Branding.Localizations.Item.BackgroundImage.backgroundImageRequestBuilder-->BaseRequestBuilder @@ -123274,8 +122532,8 @@ Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBui Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder.localizationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.Branding.Localizations.localizationsRequestBuilder::[OrganizationalBrandingLocalizationId:string]:global.Microsoft.Graph.Organization.Item.Branding.Localizations.Item.OrganizationalBrandingLocalizationItemRequestBuilder @@ -123320,8 +122578,8 @@ Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateB Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder.certificateBasedAuthConfigurationRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.certificateBasedAuthConfigurationRequestBuilder::[CertificateBasedAuthConfigurationId:string]:global.Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Item.CertificateBasedAuthConfigurationItemRequestBuilder @@ -123339,7 +122597,7 @@ Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountR Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Count.CountRequestBuilder Microsoft.Graph.Organization.Item.CertificateBasedAuthConfiguration.Item.CertificateBasedAuthConfigurationItemRequestBuilder-->BaseRequestBuilder @@ -123406,7 +122664,7 @@ Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Organization.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -123416,8 +122674,8 @@ Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensions Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Organization.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -123546,8 +122804,8 @@ Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuild Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.organizationRequestBuilder.organizationRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Organization.organizationRequestBuilder::[OrganizationId:string]:global.Microsoft.Graph.Organization.Item.OrganizationItemRequestBuilder @@ -123593,8 +122851,8 @@ Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGe Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.PermissionGrants.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -123777,8 +123035,8 @@ Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrants Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -123817,7 +123075,7 @@ Microsoft.Graph.Places.Count.CountRequestBuilder.CountRequestBuilderGetQueryPara Microsoft.Graph.Places.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Places.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Places.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Places.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Places.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Places.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Places.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Places.Count.CountRequestBuilder Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder-->BaseRequestBuilder @@ -123826,7 +123084,7 @@ Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Places.GraphRoom.Count.CountRequestBuilder Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder-->BaseRequestBuilder @@ -123836,8 +123094,8 @@ Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilder Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder.graphRoomRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Places.GraphRoom.graphRoomRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -123851,7 +123109,7 @@ Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Places.GraphRoomList.Count.CountRequestBuilder Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder-->BaseRequestBuilder @@ -123861,8 +123119,8 @@ Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRe Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder.graphRoomListRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Places.GraphRoomList.graphRoomListRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -123895,7 +123153,7 @@ Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder.CountR Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Count.CountRequestBuilder Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Item.RoomItemRequestBuilder-->BaseRequestBuilder @@ -123920,8 +123178,8 @@ Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequest Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder.roomsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Places.Item.GraphRoomList.Rooms.roomsRequestBuilder::[RoomId:string]:global.Microsoft.Graph.Places.Item.GraphRoomList.Rooms.Item.RoomItemRequestBuilder @@ -123959,8 +123217,8 @@ Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQu Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder.bucketsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Buckets.bucketsRequestBuilder::[PlannerBucketId:string]:global.Microsoft.Graph.Planner.Buckets.Item.PlannerBucketItemRequestBuilder @@ -123978,7 +123236,7 @@ Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Planner.Buckets.Count.CountRequestBuilder Microsoft.Graph.Planner.Buckets.Item.PlannerBucketItemRequestBuilder-->BaseRequestBuilder @@ -124003,7 +123261,7 @@ Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder.CountReques Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Planner.Buckets.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Planner.Buckets.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -124092,8 +123350,8 @@ Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuild Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Buckets.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Planner.Buckets.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -124126,7 +123384,7 @@ Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder.CountRequestBuilderGetQu Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Planner.Plans.Count.CountRequestBuilder Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder-->BaseRequestBuilder @@ -124136,8 +123394,8 @@ Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestB Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Buckets.bucketsRequestBuilder::[PlannerBucketId:string]:global.Microsoft.Graph.Planner.Plans.Item.Buckets.Item.PlannerBucketItemRequestBuilder @@ -124155,7 +123413,7 @@ Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder.CountReques Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Planner.Plans.Item.Buckets.Count.CountRequestBuilder Microsoft.Graph.Planner.Plans.Item.Buckets.Item.PlannerBucketItemRequestBuilder-->BaseRequestBuilder @@ -124180,7 +123438,7 @@ Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder. Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -124269,8 +123527,8 @@ Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksR Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Planner.Plans.Item.Buckets.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -124321,7 +123579,7 @@ Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Planner.Plans.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Planner.Plans.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -124410,8 +123668,8 @@ Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilder Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Planner.Plans.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -124430,8 +123688,8 @@ Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryPar Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.plansRequestBuilder.plansRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Plans.plansRequestBuilder::[PlannerPlanId:string]:global.Microsoft.Graph.Planner.Plans.Item.PlannerPlanItemRequestBuilder @@ -124449,7 +123707,7 @@ Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetQu Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Planner.Tasks.Count.CountRequestBuilder Microsoft.Graph.Planner.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -124538,8 +123796,8 @@ Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryPar Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Planner.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Planner.Tasks.Item.PlannerTaskItemRequestBuilder @@ -124558,8 +123816,8 @@ Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPolici Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder.activityBasedTimeoutPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.activityBasedTimeoutPoliciesRequestBuilder::[ActivityBasedTimeoutPolicyId:string]:global.Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.ActivityBasedTimeoutPolicyItemRequestBuilder @@ -124577,7 +123835,7 @@ Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder. Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.ActivityBasedTimeoutPolicyItemRequestBuilder-->BaseRequestBuilder @@ -124603,8 +123861,8 @@ Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRe Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.appliesToRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -124619,7 +123877,7 @@ Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.Count Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Count.CountRequestBuilder Microsoft.Graph.Policies.ActivityBasedTimeoutPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -124653,8 +123911,8 @@ Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuild Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AppManagementPolicies.appManagementPoliciesRequestBuilder::[AppManagementPolicyId:string]:global.Microsoft.Graph.Policies.AppManagementPolicies.Item.AppManagementPolicyItemRequestBuilder @@ -124672,7 +123930,7 @@ Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder.CountRe Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.AppManagementPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder-->BaseRequestBuilder @@ -124682,8 +123940,8 @@ Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBu Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.appliesToRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -124698,7 +123956,7 @@ Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequest Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Count.CountRequestBuilder Microsoft.Graph.Policies.AppManagementPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -124748,8 +124006,8 @@ Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigu Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder.authenticationMethodConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.authenticationMethodConfigurationsRequestBuilder::[AuthenticationMethodConfigurationId:string]:global.Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Item.AuthenticationMethodConfigurationItemRequestBuilder @@ -124767,7 +124025,7 @@ Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigu Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Count.CountRequestBuilder Microsoft.Graph.Policies.AuthenticationMethodsPolicy.AuthenticationMethodConfigurations.Item.AuthenticationMethodConfigurationItemRequestBuilder-->BaseRequestBuilder @@ -124808,8 +124066,8 @@ Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPo Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder.authenticationStrengthPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationStrengthPolicies.authenticationStrengthPoliciesRequestBuilder::[AuthenticationStrengthPolicyId:string]:global.Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.AuthenticationStrengthPolicyItemRequestBuilder @@ -124827,7 +124085,7 @@ Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilde Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.AuthenticationStrengthPolicyItemRequestBuilder-->BaseRequestBuilder @@ -124855,8 +124113,8 @@ Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigur Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder.combinationConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.combinationConfigurationsRequestBuilder::[AuthenticationCombinationConfigurationId:string]:global.Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder @@ -124874,7 +124132,7 @@ Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigur Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Count.CountRequestBuilder Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder-->BaseRequestBuilder @@ -124893,7 +124151,7 @@ Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigur Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.AuthenticationCombinationConfiguration; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.CombinationConfigurations.Item.AuthenticationCombinationConfigurationItemRequestBuilder Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|AllowedCombinations:List +Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|AllowedCombinations:List Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|BackingStore:IBackingStore Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|constructor():void Microsoft.Graph.Policies.AuthenticationStrengthPolicies.Item.UpdateAllowedCombinations.updateAllowedCombinationsPostRequestBody::|public|GetFieldDeserializers():IDictionary> @@ -124936,8 +124194,8 @@ Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuild Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder::[ClaimsMappingPolicyId:string]:global.Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.ClaimsMappingPolicyItemRequestBuilder @@ -124955,7 +124213,7 @@ Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder.CountRe Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.ClaimsMappingPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder-->BaseRequestBuilder @@ -124965,8 +124223,8 @@ Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBu Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.appliesToRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -124981,7 +124239,7 @@ Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequest Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Count.CountRequestBuilder Microsoft.Graph.Policies.ClaimsMappingPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -125016,8 +124274,8 @@ Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequ Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder.conditionalAccessPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ConditionalAccessPolicies.conditionalAccessPoliciesRequestBuilder::[ConditionalAccessPolicyId:string]:global.Microsoft.Graph.Policies.ConditionalAccessPolicies.Item.ConditionalAccessPolicyItemRequestBuilder @@ -125035,7 +124293,7 @@ Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder.Cou Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.ConditionalAccessPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.ConditionalAccessPolicies.Item.ConditionalAccessPolicyItemRequestBuilder-->BaseRequestBuilder @@ -125100,7 +124358,7 @@ Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuil Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Count.CountRequestBuilder Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Item.CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder-->BaseRequestBuilder @@ -125141,8 +124399,8 @@ Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder.partnersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.partnersRequestBuilder::[CrossTenantAccessPolicyConfigurationPartnerTenantId:string]:global.Microsoft.Graph.Policies.CrossTenantAccessPolicy.Partners.Item.CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder @@ -125231,7 +124489,7 @@ Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder.CountR Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.FeatureRolloutPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder-->BaseRequestBuilder @@ -125241,8 +124499,8 @@ Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBui Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder.featureRolloutPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.FeatureRolloutPolicies.featureRolloutPoliciesRequestBuilder::[FeatureRolloutPolicyId:string]:global.Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.FeatureRolloutPolicyItemRequestBuilder @@ -125261,8 +124519,8 @@ Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestB Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.appliesToRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder @@ -125281,7 +124539,7 @@ Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountReques Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Count.CountRequestBuilder Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -125302,8 +124560,8 @@ Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBui Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.FeatureRolloutPolicies.Item.AppliesTo.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -125337,7 +124595,7 @@ Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder.Co Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder-->BaseRequestBuilder @@ -125347,8 +124605,8 @@ Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRe Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder::[HomeRealmDiscoveryPolicyId:string]:global.Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.HomeRealmDiscoveryPolicyItemRequestBuilder @@ -125367,8 +124625,8 @@ Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequ Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.appliesToRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -125383,7 +124641,7 @@ Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRe Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Count.CountRequestBuilder Microsoft.Graph.Policies.HomeRealmDiscoveryPolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -125432,7 +124690,7 @@ Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder.Count Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.PermissionGrantPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder-->BaseRequestBuilder @@ -125441,7 +124699,7 @@ Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountReques Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Count.CountRequestBuilder Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder-->BaseRequestBuilder @@ -125451,8 +124709,8 @@ Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBu Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder.excludesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.excludesRequestBuilder::[PermissionGrantConditionSetId:string]:global.Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Excludes.Item.PermissionGrantConditionSetItemRequestBuilder @@ -125485,7 +124743,7 @@ Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountReques Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Count.CountRequestBuilder Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder-->BaseRequestBuilder @@ -125495,8 +124753,8 @@ Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBu Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder.includesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.includesRequestBuilder::[PermissionGrantConditionSetId:string]:global.Microsoft.Graph.Policies.PermissionGrantPolicies.Item.Includes.Item.PermissionGrantConditionSetItemRequestBuilder @@ -125547,8 +124805,8 @@ Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestB Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder.permissionGrantPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.PermissionGrantPolicies.permissionGrantPoliciesRequestBuilder::[PermissionGrantPolicyId:string]:global.Microsoft.Graph.Policies.PermissionGrantPolicies.Item.PermissionGrantPolicyItemRequestBuilder @@ -125598,7 +124856,7 @@ Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder.CountR Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.RoleManagementPolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder-->BaseRequestBuilder @@ -125607,7 +124865,7 @@ Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountR Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Count.CountRequestBuilder Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder-->BaseRequestBuilder @@ -125617,8 +124875,8 @@ Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRul Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder.effectiveRulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.effectiveRulesRequestBuilder::[UnifiedRoleManagementPolicyRuleId:string]:global.Microsoft.Graph.Policies.RoleManagementPolicies.Item.EffectiveRules.Item.UnifiedRoleManagementPolicyRuleItemRequestBuilder @@ -125651,7 +124909,7 @@ Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBui Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Count.CountRequestBuilder Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Item.UnifiedRoleManagementPolicyRuleItemRequestBuilder-->BaseRequestBuilder @@ -125676,8 +124934,8 @@ Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.r Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder.rulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.rulesRequestBuilder::[UnifiedRoleManagementPolicyRuleId:string]:global.Microsoft.Graph.Policies.RoleManagementPolicies.Item.Rules.Item.UnifiedRoleManagementPolicyRuleItemRequestBuilder @@ -125713,8 +124971,8 @@ Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBui Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder.roleManagementPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicies.roleManagementPoliciesRequestBuilder::[UnifiedRoleManagementPolicyId:string]:global.Microsoft.Graph.Policies.RoleManagementPolicies.Item.UnifiedRoleManagementPolicyItemRequestBuilder @@ -125732,7 +124990,7 @@ Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuild Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Count.CountRequestBuilder Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Item.Policy.policyRequestBuilder-->BaseRequestBuilder @@ -125767,8 +125025,8 @@ Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAss Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder.roleManagementPolicyAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.RoleManagementPolicyAssignments.roleManagementPolicyAssignmentsRequestBuilder::[UnifiedRoleManagementPolicyAssignmentId:string]:global.Microsoft.Graph.Policies.RoleManagementPolicyAssignments.Item.UnifiedRoleManagementPolicyAssignmentItemRequestBuilder @@ -125786,7 +125044,7 @@ Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder.CountRe Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.TokenIssuancePolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder-->BaseRequestBuilder @@ -125796,8 +125054,8 @@ Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBu Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.appliesToRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -125812,7 +125070,7 @@ Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequest Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Count.CountRequestBuilder Microsoft.Graph.Policies.TokenIssuancePolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -125847,8 +125105,8 @@ Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuild Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder::[TokenIssuancePolicyId:string]:global.Microsoft.Graph.Policies.TokenIssuancePolicies.Item.TokenIssuancePolicyItemRequestBuilder @@ -125866,7 +125124,7 @@ Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder.CountRe Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.TokenLifetimePolicies.Count.CountRequestBuilder Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder-->BaseRequestBuilder @@ -125876,8 +125134,8 @@ Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBu Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder.appliesToRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.appliesToRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -125892,7 +125150,7 @@ Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequest Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Count.CountRequestBuilder Microsoft.Graph.Policies.TokenLifetimePolicies.Item.AppliesTo.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -125927,8 +125185,8 @@ Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuild Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Policies.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder::[TokenLifetimePolicyId:string]:global.Microsoft.Graph.Policies.TokenLifetimePolicies.Item.TokenLifetimePolicyItemRequestBuilder @@ -125947,8 +125205,8 @@ Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuild Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Connectors.connectorsRequestBuilder.connectorsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Connectors.connectorsRequestBuilder::[PrintConnectorId:string]:global.Microsoft.Graph.Print.Connectors.Item.PrintConnectorItemRequestBuilder @@ -125966,7 +125224,7 @@ Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Connectors.Count.CountRequestBuilder Microsoft.Graph.Print.Connectors.Item.PrintConnectorItemRequestBuilder-->BaseRequestBuilder @@ -125990,7 +125248,7 @@ Microsoft.Graph.Print.Operations.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Print.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Operations.Count.CountRequestBuilder Microsoft.Graph.Print.Operations.Item.PrintOperationItemRequestBuilder-->BaseRequestBuilder @@ -126015,8 +125273,8 @@ Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuild Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Operations.operationsRequestBuilder::[PrintOperationId:string]:global.Microsoft.Graph.Print.Operations.Item.PrintOperationItemRequestBuilder @@ -126034,7 +125292,7 @@ Microsoft.Graph.Print.Printers.Count.CountRequestBuilder.CountRequestBuilderGetQ Microsoft.Graph.Print.Printers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Printers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Printers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Printers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Printers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Printers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Printers.Count.CountRequestBuilder Microsoft.Graph.Print.Printers.Create.createPostRequestBody::|public|AdditionalData:IDictionary @@ -126065,8 +125323,8 @@ Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connecto Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder.connectorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder::[PrintConnectorId:string]:global.Microsoft.Graph.Print.Printers.Item.Connectors.Item.PrintConnectorItemRequestBuilder Microsoft.Graph.Print.Printers.Item.Connectors.connectorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -126081,7 +125339,7 @@ Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder.CountRe Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Printers.Item.Connectors.Count.CountRequestBuilder Microsoft.Graph.Print.Printers.Item.Connectors.Item.PrintConnectorItemRequestBuilder-->BaseRequestBuilder @@ -126099,7 +125357,7 @@ Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Printers.Item.Jobs.Count.CountRequestBuilder Microsoft.Graph.Print.Printers.Item.Jobs.Item.Abort.abortPostRequestBody::|public|AdditionalData:IDictionary @@ -126130,7 +125388,7 @@ Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilde Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Count.CountRequestBuilder Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder-->BaseRequestBuilder @@ -126140,8 +125398,8 @@ Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder. Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.documentsRequestBuilder::[PrintDocumentId:string]:global.Microsoft.Graph.Print.Printers.Item.Jobs.Item.Documents.Item.PrintDocumentItemRequestBuilder @@ -126248,7 +125506,7 @@ Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder.Co Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Item.Definition.definitionRequestBuilder-->BaseRequestBuilder @@ -126293,8 +125551,8 @@ Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksReq Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.tasksRequestBuilder::[PrintTaskId:string]:global.Microsoft.Graph.Print.Printers.Item.Jobs.Item.Tasks.Item.PrintTaskItemRequestBuilder @@ -126313,8 +125571,8 @@ Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGe Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Jobs.jobsRequestBuilder::[PrintJobId:string]:global.Microsoft.Graph.Print.Printers.Item.Jobs.Item.PrintJobItemRequestBuilder @@ -126359,7 +125617,7 @@ Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder.CountReques Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Printers.Item.Shares.Count.CountRequestBuilder Microsoft.Graph.Print.Printers.Item.Shares.Item.PrinterShareItemRequestBuilder-->BaseRequestBuilder @@ -126378,8 +125636,8 @@ Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBui Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder.sharesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder::[PrinterShareId:string]:global.Microsoft.Graph.Print.Printers.Item.Shares.Item.PrinterShareItemRequestBuilder Microsoft.Graph.Print.Printers.Item.Shares.sharesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -126394,7 +125652,7 @@ Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder.Count Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Printers.Item.TaskTriggers.Count.CountRequestBuilder Microsoft.Graph.Print.Printers.Item.TaskTriggers.Item.Definition.definitionRequestBuilder-->BaseRequestBuilder @@ -126429,8 +125687,8 @@ Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.task Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder.taskTriggersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.Item.TaskTriggers.taskTriggersRequestBuilder::[PrintTaskTriggerId:string]:global.Microsoft.Graph.Print.Printers.Item.TaskTriggers.Item.PrintTaskTriggerItemRequestBuilder @@ -126449,8 +125707,8 @@ Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetQ Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.printersRequestBuilder.printersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Printers.printersRequestBuilder::[PrinterId:string]:global.Microsoft.Graph.Print.Printers.Item.PrinterItemRequestBuilder @@ -126487,7 +125745,7 @@ Microsoft.Graph.Print.Services.Count.CountRequestBuilder.CountRequestBuilderGetQ Microsoft.Graph.Print.Services.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Services.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Services.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Services.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Services.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Services.Count.CountRequestBuilder Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder-->BaseRequestBuilder @@ -126496,7 +125754,7 @@ Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder.CountReq Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Services.Item.Endpoints.Count.CountRequestBuilder Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder-->BaseRequestBuilder @@ -126506,8 +125764,8 @@ Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsR Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Services.Item.Endpoints.endpointsRequestBuilder::[PrintServiceEndpointId:string]:global.Microsoft.Graph.Print.Services.Item.Endpoints.Item.PrintServiceEndpointItemRequestBuilder @@ -126557,8 +125815,8 @@ Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetQ Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Services.servicesRequestBuilder.servicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Services.servicesRequestBuilder::[PrintServiceId:string]:global.Microsoft.Graph.Print.Services.Item.PrintServiceItemRequestBuilder @@ -126576,7 +125834,7 @@ Microsoft.Graph.Print.Shares.Count.CountRequestBuilder.CountRequestBuilderGetQue Microsoft.Graph.Print.Shares.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Shares.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Shares.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Shares.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Shares.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Shares.Count.CountRequestBuilder Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder-->BaseRequestBuilder @@ -126586,8 +125844,8 @@ Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allo Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allowedGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allowedGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allowedGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allowedGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allowedGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allowedGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allowedGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder.allowedGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder::[GroupId:string]:global.Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.GroupItemRequestBuilder Microsoft.Graph.Print.Shares.Item.AllowedGroups.allowedGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -126603,7 +125861,7 @@ Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder.CountR Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Shares.Item.AllowedGroups.Count.CountRequestBuilder Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.GroupItemRequestBuilder-->BaseRequestBuilder @@ -126624,7 +125882,7 @@ Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.C Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -126634,8 +125892,8 @@ Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.s Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.AllowedGroups.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -126650,8 +125908,8 @@ Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequest Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedGroups.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -126670,8 +125928,8 @@ Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowe Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowedUsersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowedUsersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowedUsersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowedUsersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowedUsersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowedUsersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowedUsersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder.allowedUsersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder::[UserId:string]:global.Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.UserItemRequestBuilder Microsoft.Graph.Print.Shares.Item.AllowedUsers.allowedUsersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -126687,7 +125945,7 @@ Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder.CountRe Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Shares.Item.AllowedUsers.Count.CountRequestBuilder Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -126715,7 +125973,7 @@ Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Co Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -126725,8 +125983,8 @@ Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.se Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.AllowedUsers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -126747,8 +126005,8 @@ Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestB Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.AllowedUsers.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -126766,7 +126024,7 @@ Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Shares.Item.Jobs.Count.CountRequestBuilder Microsoft.Graph.Print.Shares.Item.Jobs.Item.Abort.abortPostRequestBody::|public|AdditionalData:IDictionary @@ -126797,7 +126055,7 @@ Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder. Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Count.CountRequestBuilder Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder-->BaseRequestBuilder @@ -126807,8 +126065,8 @@ Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.do Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder.documentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.documentsRequestBuilder::[PrintDocumentId:string]:global.Microsoft.Graph.Print.Shares.Item.Jobs.Item.Documents.Item.PrintDocumentItemRequestBuilder @@ -126915,7 +126173,7 @@ Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder.Coun Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Item.Definition.definitionRequestBuilder-->BaseRequestBuilder @@ -126960,8 +126218,8 @@ Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksReque Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.tasksRequestBuilder::[PrintTaskId:string]:global.Microsoft.Graph.Print.Shares.Item.Jobs.Item.Tasks.Item.PrintTaskItemRequestBuilder @@ -126980,8 +126238,8 @@ Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQ Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder.jobsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.Item.Jobs.jobsRequestBuilder::[PrintJobId:string]:global.Microsoft.Graph.Print.Shares.Item.Jobs.Item.PrintJobItemRequestBuilder @@ -127028,8 +126286,8 @@ Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryPa Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.sharesRequestBuilder.sharesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.Shares.sharesRequestBuilder::[PrinterShareId:string]:global.Microsoft.Graph.Print.Shares.Item.PrinterShareItemRequestBuilder @@ -127047,7 +126305,7 @@ Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.TaskDefinitions.Count.CountRequestBuilder Microsoft.Graph.Print.TaskDefinitions.Item.PrintTaskDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -127072,7 +126330,7 @@ Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder.Count Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Item.Definition.definitionRequestBuilder-->BaseRequestBuilder @@ -127117,8 +126375,8 @@ Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksReques Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.tasksRequestBuilder::[PrintTaskId:string]:global.Microsoft.Graph.Print.TaskDefinitions.Item.Tasks.Item.PrintTaskItemRequestBuilder @@ -127137,8 +126395,8 @@ Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefiniti Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder.taskDefinitionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Print.TaskDefinitions.taskDefinitionsRequestBuilder::[PrintTaskDefinitionId:string]:global.Microsoft.Graph.Print.TaskDefinitions.Item.PrintTaskDefinitionItemRequestBuilder @@ -127169,7 +126427,7 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder.CountReq Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Privacy.SubjectRightsRequests.Count.CountRequestBuilder Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder-->BaseRequestBuilder @@ -127179,8 +126437,8 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBui Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder::[UserId:string]:global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.UserItemRequestBuilder Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.approversRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -127195,7 +126453,7 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestB Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -127216,7 +126474,7 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisi Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -127226,8 +126484,8 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisi Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -127262,8 +126520,8 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRe Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder::[UserId:string]:global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.UserItemRequestBuilder Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -127278,7 +126536,7 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -127299,7 +126557,7 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServicePro Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -127309,8 +126567,8 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServicePro Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -127358,7 +126616,7 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuild Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Item.AuthoredNoteItemRequestBuilder-->BaseRequestBuilder @@ -127383,8 +126641,8 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.not Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.notesRequestBuilder::[AuthoredNoteId:string]:global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.Notes.Item.AuthoredNoteItemRequestBuilder @@ -127435,8 +126693,8 @@ Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilde Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Privacy.SubjectRightsRequests.subjectRightsRequestsRequestBuilder::[SubjectRightsRequestId:string]:global.Microsoft.Graph.Privacy.SubjectRightsRequests.Item.SubjectRightsRequestItemRequestBuilder @@ -127474,7 +126732,7 @@ Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.Coun Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Count.CountRequestBuilder Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Item.UserRegistrationDetailsItemRequestBuilder-->BaseRequestBuilder @@ -127499,8 +126757,8 @@ Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegist Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder.userRegistrationDetailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.userRegistrationDetailsRequestBuilder::[UserRegistrationDetailsId:string]:global.Microsoft.Graph.Reports.AuthenticationMethods.UserRegistrationDetails.Item.UserRegistrationDetailsItemRequestBuilder @@ -127546,7 +126804,7 @@ Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder.Count Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Count.CountRequestBuilder Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder-->BaseRequestBuilder @@ -127556,8 +126814,8 @@ Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequest Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder.dailyPrintUsageByPrinterRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.DailyPrintUsageByPrinter.dailyPrintUsageByPrinterRequestBuilder::[PrintUsageByPrinterId:string]:global.Microsoft.Graph.Reports.DailyPrintUsageByPrinter.Item.PrintUsageByPrinterItemRequestBuilder @@ -127590,7 +126848,7 @@ Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder.CountReq Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Reports.DailyPrintUsageByUser.Count.CountRequestBuilder Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder-->BaseRequestBuilder @@ -127600,8 +126858,8 @@ Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilde Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder.dailyPrintUsageByUserRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.DailyPrintUsageByUser.dailyPrintUsageByUserRequestBuilder::[PrintUsageByUserId:string]:global.Microsoft.Graph.Reports.DailyPrintUsageByUser.Item.PrintUsageByUserItemRequestBuilder @@ -127714,8 +126972,8 @@ Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWit Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:DateTimeOffset?; groupId?:string; startDateTime?:DateTimeOffset?):void Microsoft.Graph.Reports.GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime.getGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -127944,8 +127202,8 @@ Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTim Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:DateTimeOffset?; printerId?:string; startDateTime?:DateTimeOffset?):void Microsoft.Graph.Reports.GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime.getPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -127967,8 +127225,8 @@ Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingParty Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder.getRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder.getRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder.getRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder.getRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder.getRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder.getRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder.getRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder.getRelyingPartyDetailedSummaryWithPeriodRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; period?:string):void Microsoft.Graph.Reports.GetRelyingPartyDetailedSummaryWithPeriod.getRelyingPartyDetailedSummaryWithPeriodRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -128274,8 +127532,8 @@ Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithE Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:DateTimeOffset?; startDateTime?:DateTimeOffset?; userId?:string):void Microsoft.Graph.Reports.GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime.getUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -128403,7 +127661,7 @@ Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder.Cou Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Count.CountRequestBuilder Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Item.PrintUsageByPrinterItemRequestBuilder-->BaseRequestBuilder @@ -128428,8 +127686,8 @@ Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterReq Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder.monthlyPrintUsageByPrinterRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.monthlyPrintUsageByPrinterRequestBuilder::[PrintUsageByPrinterId:string]:global.Microsoft.Graph.Reports.MonthlyPrintUsageByPrinter.Item.PrintUsageByPrinterItemRequestBuilder @@ -128447,7 +127705,7 @@ Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder.CountR Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Count.CountRequestBuilder Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Item.PrintUsageByUserItemRequestBuilder-->BaseRequestBuilder @@ -128472,8 +127730,8 @@ Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBu Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder.monthlyPrintUsageByUserRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.MonthlyPrintUsageByUser.monthlyPrintUsageByUserRequestBuilder::[PrintUsageByUserId:string]:global.Microsoft.Graph.Reports.MonthlyPrintUsageByUser.Item.PrintUsageByUserItemRequestBuilder @@ -128510,7 +127768,7 @@ Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder.Cou Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Reports.Partners.Billing.Manifests.Count.CountRequestBuilder Microsoft.Graph.Reports.Partners.Billing.Manifests.Item.ManifestItemRequestBuilder-->BaseRequestBuilder @@ -128535,8 +127793,8 @@ Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manif Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder.manifestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Partners.Billing.Manifests.manifestsRequestBuilder::[ManifestId:string]:global.Microsoft.Graph.Reports.Partners.Billing.Manifests.Item.ManifestItemRequestBuilder @@ -128554,7 +127812,7 @@ Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder.Co Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Reports.Partners.Billing.Operations.Count.CountRequestBuilder Microsoft.Graph.Reports.Partners.Billing.Operations.Item.OperationItemRequestBuilder-->BaseRequestBuilder @@ -128579,8 +127837,8 @@ Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.ope Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Partners.Billing.Operations.operationsRequestBuilder::[OperationId:string]:global.Microsoft.Graph.Reports.Partners.Billing.Operations.Item.OperationItemRequestBuilder @@ -128902,8 +128160,8 @@ Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSim Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder.getAttackSimulationRepeatOffendersRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder.getAttackSimulationRepeatOffendersRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder.getAttackSimulationRepeatOffendersRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder.getAttackSimulationRepeatOffendersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder.getAttackSimulationRepeatOffendersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder.getAttackSimulationRepeatOffendersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder.getAttackSimulationRepeatOffendersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder.getAttackSimulationRepeatOffendersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.Security.GetAttackSimulationRepeatOffenders.getAttackSimulationRepeatOffendersRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -128922,8 +128180,8 @@ Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAt Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder.getAttackSimulationSimulationUserCoverageRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder.getAttackSimulationSimulationUserCoverageRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder.getAttackSimulationSimulationUserCoverageRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder.getAttackSimulationSimulationUserCoverageRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder.getAttackSimulationSimulationUserCoverageRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder.getAttackSimulationSimulationUserCoverageRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder.getAttackSimulationSimulationUserCoverageRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder.getAttackSimulationSimulationUserCoverageRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.Security.GetAttackSimulationSimulationUserCoverage.getAttackSimulationSimulationUserCoverageRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -128942,8 +128200,8 @@ Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAtta Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder.getAttackSimulationTrainingUserCoverageRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder.getAttackSimulationTrainingUserCoverageRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder.getAttackSimulationTrainingUserCoverageRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder.getAttackSimulationTrainingUserCoverageRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder.getAttackSimulationTrainingUserCoverageRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder.getAttackSimulationTrainingUserCoverageRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder.getAttackSimulationTrainingUserCoverageRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder.getAttackSimulationTrainingUserCoverageRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Reports.Security.GetAttackSimulationTrainingUserCoverage.getAttackSimulationTrainingUserCoverageRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -129001,7 +128259,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.Count Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder-->BaseRequestBuilder @@ -129010,7 +128268,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.Resour Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Item.UnifiedRbacResourceActionItemRequestBuilder-->BaseRequestBuilder @@ -129035,8 +128293,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.Resour Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder::[UnifiedRbacResourceActionId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.ResourceActions.Item.UnifiedRbacResourceActionItemRequestBuilder @@ -129071,8 +128329,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNam Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.resourceNamespacesRequestBuilder::[UnifiedRbacResourceNamespaceId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.ResourceNamespaces.Item.UnifiedRbacResourceNamespaceItemRequestBuilder @@ -129090,7 +128348,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountReq Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Item.AppScope.appScopeRequestBuilder-->BaseRequestBuilder @@ -129161,8 +128419,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignment Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.roleAssignmentsRequestBuilder::[UnifiedRoleAssignmentId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignments.Item.UnifiedRoleAssignmentItemRequestBuilder @@ -129180,7 +128438,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstance Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -129195,8 +128453,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstance Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -129278,8 +128536,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstance Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder::[UnifiedRoleAssignmentScheduleInstanceId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleInstances.Item.UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder @@ -129298,7 +128556,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -129313,8 +128571,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -129414,8 +128672,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder::[UnifiedRoleAssignmentScheduleRequestId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentScheduleRequests.Item.UnifiedRoleAssignmentScheduleRequestItemRequestBuilder @@ -129434,7 +128692,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count. Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -129449,8 +128707,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Filter Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -129532,8 +128790,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAs Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder::[UnifiedRoleAssignmentScheduleId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleAssignmentSchedules.Item.UnifiedRoleAssignmentScheduleItemRequestBuilder @@ -129552,7 +128810,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountReq Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder-->BaseRequestBuilder @@ -129561,7 +128819,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsP Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder-->BaseRequestBuilder @@ -129571,8 +128829,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsP Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder::[UnifiedRoleDefinitionId1:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Item.UnifiedRoleDefinitionItemRequestBuilder @@ -129622,8 +128880,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinition Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.roleDefinitionsRequestBuilder::[UnifiedRoleDefinitionId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.UnifiedRoleDefinitionItemRequestBuilder @@ -129641,7 +128899,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstanc Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -129656,8 +128914,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstanc Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -129729,8 +128987,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstanc Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder::[UnifiedRoleEligibilityScheduleInstanceId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleInstances.Item.UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder @@ -129749,7 +129007,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequest Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -129764,8 +129022,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequest Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -129855,8 +129113,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequest Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder::[UnifiedRoleEligibilityScheduleRequestId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilityScheduleRequests.Item.UnifiedRoleEligibilityScheduleRequestItemRequestBuilder @@ -129875,7 +129133,7 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -129890,8 +129148,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Filte Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -129963,8 +129221,8 @@ Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleE Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder::[UnifiedRoleEligibilityScheduleId:string]:global.Microsoft.Graph.RoleManagement.DirectoryNamespace.RoleEligibilitySchedules.Item.UnifiedRoleEligibilityScheduleItemRequestBuilder @@ -130007,7 +129265,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.Co Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder-->BaseRequestBuilder @@ -130016,7 +129274,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.Res Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Item.UnifiedRbacResourceActionItemRequestBuilder-->BaseRequestBuilder @@ -130041,8 +129299,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.Res Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder.resourceActionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.resourceActionsRequestBuilder::[UnifiedRbacResourceActionId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.ResourceActions.Item.UnifiedRbacResourceActionItemRequestBuilder @@ -130077,8 +129335,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resource Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder.resourceNamespacesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.resourceNamespacesRequestBuilder::[UnifiedRbacResourceNamespaceId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.ResourceNamespaces.Item.UnifiedRbacResourceNamespaceItemRequestBuilder @@ -130096,7 +129354,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.Count Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Item.AppScope.appScopeRequestBuilder-->BaseRequestBuilder @@ -130167,8 +129425,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignm Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder.roleAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.roleAssignmentsRequestBuilder::[UnifiedRoleAssignmentId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignments.Item.UnifiedRoleAssignmentItemRequestBuilder @@ -130186,7 +129444,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInsta Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -130201,8 +129459,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInsta Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -130284,8 +129542,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInsta Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder.roleAssignmentScheduleInstancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.roleAssignmentScheduleInstancesRequestBuilder::[UnifiedRoleAssignmentScheduleInstanceId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleInstances.Item.UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder @@ -130304,7 +129562,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleReque Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -130319,8 +129577,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleReque Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -130420,8 +129678,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleReque Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder.roleAssignmentScheduleRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.roleAssignmentScheduleRequestsRequestBuilder::[UnifiedRoleAssignmentScheduleRequestId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentScheduleRequests.Item.UnifiedRoleAssignmentScheduleRequestItemRequestBuilder @@ -130440,7 +129698,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Cou Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -130455,8 +129713,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Fil Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -130538,8 +129796,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.rol Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder.roleAssignmentSchedulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.roleAssignmentSchedulesRequestBuilder::[UnifiedRoleAssignmentScheduleId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleAssignmentSchedules.Item.UnifiedRoleAssignmentScheduleItemRequestBuilder @@ -130558,7 +129816,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.Count Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder-->BaseRequestBuilder @@ -130567,7 +129825,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.Inheri Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder-->BaseRequestBuilder @@ -130577,8 +129835,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.Inheri Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder.inheritsPermissionsFromRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.inheritsPermissionsFromRequestBuilder::[UnifiedRoleDefinitionId1:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Item.UnifiedRoleDefinitionItemRequestBuilder @@ -130628,8 +129886,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinit Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder.roleDefinitionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.roleDefinitionsRequestBuilder::[UnifiedRoleDefinitionId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleDefinitions.Item.UnifiedRoleDefinitionItemRequestBuilder @@ -130647,7 +129905,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInst Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -130662,8 +129920,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInst Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -130735,8 +129993,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInst Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder.roleEligibilityScheduleInstancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.roleEligibilityScheduleInstancesRequestBuilder::[UnifiedRoleEligibilityScheduleInstanceId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleInstances.Item.UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder @@ -130755,7 +130013,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -130770,8 +130028,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -130861,8 +130119,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder.roleEligibilityScheduleRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.roleEligibilityScheduleRequestsRequestBuilder::[UnifiedRoleEligibilityScheduleRequestId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilityScheduleRequests.Item.UnifiedRoleEligibilityScheduleRequestItemRequestBuilder @@ -130881,7 +130139,7 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Co Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Count.CountRequestBuilder Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -130896,8 +130154,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Fi Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder.filterByCurrentUserWithOnRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; on?:string):void Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.FilterByCurrentUserWithOn.filterByCurrentUserWithOnRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -130969,8 +130227,8 @@ Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.ro Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder.roleEligibilitySchedulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.roleEligibilitySchedulesRequestBuilder::[UnifiedRoleEligibilityScheduleId:string]:global.Microsoft.Graph.RoleManagement.EntitlementManagement.RoleEligibilitySchedules.Item.UnifiedRoleEligibilityScheduleItemRequestBuilder @@ -131003,7 +130261,7 @@ Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.SchemaExtensions.Count.CountRequestBuilder Microsoft.Graph.SchemaExtensions.Item.SchemaExtensionItemRequestBuilder-->BaseRequestBuilder @@ -131028,8 +130286,8 @@ Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensions Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder.schemaExtensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.SchemaExtensions.schemaExtensionsRequestBuilder::[SchemaExtensionId:string]:global.Microsoft.Graph.SchemaExtensions.Item.SchemaExtensionItemRequestBuilder @@ -131047,7 +130305,7 @@ Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ScopedRoleMemberships.Count.CountRequestBuilder Microsoft.Graph.ScopedRoleMemberships.Item.ScopedRoleMembershipItemRequestBuilder-->BaseRequestBuilder @@ -131072,8 +130330,8 @@ Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scoped Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder.scopedRoleMembershipsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ScopedRoleMemberships.scopedRoleMembershipsRequestBuilder::[ScopedRoleMembershipId:string]:global.Microsoft.Graph.ScopedRoleMemberships.Item.ScopedRoleMembershipItemRequestBuilder @@ -131092,8 +130350,8 @@ Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGet Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder.acronymsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Acronyms.acronymsRequestBuilder::[AcronymId:string]:global.Microsoft.Graph.Search.Acronyms.Item.AcronymItemRequestBuilder @@ -131111,7 +130369,7 @@ Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Search.Acronyms.Count.CountRequestBuilder Microsoft.Graph.Search.Acronyms.Item.AcronymItemRequestBuilder-->BaseRequestBuilder @@ -131136,8 +130394,8 @@ Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilder Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder.bookmarksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Bookmarks.bookmarksRequestBuilder::[BookmarkId:string]:global.Microsoft.Graph.Search.Bookmarks.Item.BookmarkItemRequestBuilder @@ -131155,7 +130413,7 @@ Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Search.Bookmarks.Count.CountRequestBuilder Microsoft.Graph.Search.Bookmarks.Item.BookmarkItemRequestBuilder-->BaseRequestBuilder @@ -131179,7 +130437,7 @@ Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder.CountRequestBuilderGetQuer Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Search.Qnas.Count.CountRequestBuilder Microsoft.Graph.Search.Qnas.Item.QnaItemRequestBuilder-->BaseRequestBuilder @@ -131204,8 +130462,8 @@ Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetQueryParamet Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Qnas.qnasRequestBuilder.qnasRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Search.Qnas.qnasRequestBuilder::[QnaId:string]:global.Microsoft.Graph.Search.Qnas.Item.QnaItemRequestBuilder @@ -131263,8 +130521,8 @@ Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQuer Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Alerts.alertsRequestBuilder.alertsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Alerts.alertsRequestBuilder::[AlertId:string]:global.Microsoft.Graph.Security.Alerts.Item.AlertItemRequestBuilder @@ -131282,7 +130540,7 @@ Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Alerts.Count.CountRequestBuilder Microsoft.Graph.Security.Alerts.Item.AlertItemRequestBuilder-->BaseRequestBuilder @@ -131304,8 +130562,8 @@ Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuild Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder.alerts_v2RequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Alerts_v2.alerts_v2RequestBuilder::[AlertId:string]:global.Microsoft.Graph.Security.Alerts_v2.Item.AlertItemRequestBuilder @@ -131323,7 +130581,7 @@ Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Alerts_v2.Count.CountRequestBuilder Microsoft.Graph.Security.Alerts_v2.Item.AlertItemRequestBuilder-->BaseRequestBuilder @@ -131356,7 +130614,7 @@ Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder.Count Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Alerts_v2.Item.Comments.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.attackSimulationRequestBuilder-->BaseRequestBuilder @@ -131388,7 +130646,7 @@ Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountReques Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder-->BaseRequestBuilder @@ -131398,8 +130656,8 @@ Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificati Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder.endUserNotificationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.endUserNotificationsRequestBuilder::[EndUserNotificationId:string]:global.Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.EndUserNotificationItemRequestBuilder @@ -131417,7 +130675,7 @@ Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Coun Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder-->BaseRequestBuilder @@ -131427,8 +130685,8 @@ Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.deta Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder.detailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.detailsRequestBuilder::[EndUserNotificationDetailId:string]:global.Microsoft.Graph.Security.AttackSimulation.EndUserNotifications.Item.Details.Item.EndUserNotificationDetailItemRequestBuilder @@ -131477,7 +130735,7 @@ Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.LandingPages.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder-->BaseRequestBuilder @@ -131486,7 +130744,7 @@ Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountR Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder-->BaseRequestBuilder @@ -131496,8 +130754,8 @@ Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsReque Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder.detailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.detailsRequestBuilder::[LandingPageDetailId:string]:global.Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.Details.Item.LandingPageDetailItemRequestBuilder @@ -131547,8 +130805,8 @@ Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilde Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder.landingPagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LandingPages.landingPagesRequestBuilder::[LandingPageId:string]:global.Microsoft.Graph.Security.AttackSimulation.LandingPages.Item.LandingPageItemRequestBuilder @@ -131566,7 +130824,7 @@ Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder.C Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.LoginPages.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.LoginPages.Item.LoginPageItemRequestBuilder-->BaseRequestBuilder @@ -131591,8 +130849,8 @@ Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.lo Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder.loginPagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.LoginPages.loginPagesRequestBuilder::[LoginPageId:string]:global.Microsoft.Graph.Security.AttackSimulation.LoginPages.Item.LoginPageItemRequestBuilder @@ -131610,7 +130868,7 @@ Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder.C Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.Operations.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.Operations.Item.AttackSimulationOperationItemRequestBuilder-->BaseRequestBuilder @@ -131635,8 +130893,8 @@ Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.op Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Operations.operationsRequestBuilder::[AttackSimulationOperationId:string]:global.Microsoft.Graph.Security.AttackSimulation.Operations.Item.AttackSimulationOperationItemRequestBuilder @@ -131654,7 +130912,7 @@ Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder.Cou Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.Payloads.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.Payloads.Item.PayloadItemRequestBuilder-->BaseRequestBuilder @@ -131679,8 +130937,8 @@ Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloa Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder.payloadsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Payloads.payloadsRequestBuilder::[PayloadId:string]:global.Microsoft.Graph.Security.AttackSimulation.Payloads.Item.PayloadItemRequestBuilder @@ -131698,7 +130956,7 @@ Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountReque Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder-->BaseRequestBuilder @@ -131707,7 +130965,7 @@ Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count. Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Item.SimulationAutomationRunItemRequestBuilder-->BaseRequestBuilder @@ -131732,8 +130990,8 @@ Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRe Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder.runsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.runsRequestBuilder::[SimulationAutomationRunId:string]:global.Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.Runs.Item.SimulationAutomationRunItemRequestBuilder @@ -131768,8 +131026,8 @@ Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutoma Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder.simulationAutomationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.simulationAutomationsRequestBuilder::[SimulationAutomationId:string]:global.Microsoft.Graph.Security.AttackSimulation.SimulationAutomations.Item.SimulationAutomationItemRequestBuilder @@ -131787,7 +131045,7 @@ Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder. Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.Simulations.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.Simulations.Item.LandingPage.landingPageRequestBuilder-->BaseRequestBuilder @@ -131842,8 +131100,8 @@ Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder. Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder.simulationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Simulations.simulationsRequestBuilder::[SimulationId:string]:global.Microsoft.Graph.Security.AttackSimulation.Simulations.Item.SimulationItemRequestBuilder @@ -131861,7 +131119,7 @@ Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder.Co Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.Trainings.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder-->BaseRequestBuilder @@ -131870,7 +131128,7 @@ Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.C Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Count.CountRequestBuilder Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Item.TrainingLanguageDetailItemRequestBuilder-->BaseRequestBuilder @@ -131895,8 +131153,8 @@ Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languag Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder.languageDetailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.languageDetailsRequestBuilder::[TrainingLanguageDetailId:string]:global.Microsoft.Graph.Security.AttackSimulation.Trainings.Item.LanguageDetails.Item.TrainingLanguageDetailItemRequestBuilder @@ -131931,8 +131189,8 @@ Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trai Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder.trainingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder::[TrainingId:string]:global.Microsoft.Graph.Security.AttackSimulation.Trainings.Item.TrainingItemRequestBuilder @@ -131944,6 +131202,111 @@ Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder::|pu Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Training; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.AttackSimulation.Trainings.trainingsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AttackSimulation.Trainings.TrainingsRequestBuilder +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder.auditLogRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder.auditLogRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder.auditLogRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder.auditLogRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder.auditLogRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditCoreRoot +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Security.AuditCoreRoot; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditCoreRoot +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|queries:global.Microsoft.Graph.Security.AuditLog.Queries.QueriesRequestBuilder +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Security.AuditCoreRoot; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.auditLogRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AuditLog.AuditLogRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder.AuditLogQueryItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder.AuditLogQueryItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder.AuditLogQueryItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder.AuditLogQueryItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder.AuditLogQueryItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditLogQuery +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Security.AuditLogQuery; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditLogQuery +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|records:global.Microsoft.Graph.Security.AuditLog.Queries.Item.Records.RecordsRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Security.AuditLogQuery; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder.AuditLogRecordItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder.AuditLogRecordItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder.AuditLogRecordItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder.AuditLogRecordItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder.AuditLogRecordItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditLogRecord +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Security.AuditLogRecord; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditLogRecord +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Security.AuditLogRecord; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetQueryParameters::|public|Top:long? +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder.recordsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::[AuditLogRecordId:string]:global.Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Item.AuditLogRecordItemRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::|public|Count:global.Microsoft.Graph.Security.AuditLog.Queries.Item.Records.Count.CountRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditLogRecordCollectionResponse +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Security.AuditLogRecord; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditLogRecord +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Security.AuditLogRecord; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.Item.Records.recordsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AuditLog.Queries.Item.Records.RecordsRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Top:long? +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder.queriesRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::[AuditLogQueryId:string]:global.Microsoft.Graph.Security.AuditLog.Queries.Item.AuditLogQueryItemRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::|public|Count:global.Microsoft.Graph.Security.AuditLog.Queries.Count.CountRequestBuilder +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditLogQueryCollectionResponse +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Security.AuditLogQuery; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Security.AuditLogQuery +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Security.AuditLogQuery; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.AuditLog.Queries.queriesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.AuditLog.Queries.QueriesRequestBuilder Microsoft.Graph.Security.Cases.casesRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Security.Cases.casesRequestBuilder.casesRequestBuilderDeleteRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.casesRequestBuilder.casesRequestBuilderGetQueryParameters::|public|Expand:string[] @@ -131966,7 +131329,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder.CountRe Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder-->BaseRequestBuilder @@ -131976,8 +131339,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.edi Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder.ediscoveryCasesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.ediscoveryCasesRequestBuilder::[EdiscoveryCaseId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.EdiscoveryCaseItemRequestBuilder @@ -131995,7 +131358,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountReques Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder-->BaseRequestBuilder @@ -132005,8 +131368,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequest Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder.custodiansRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.custodiansRequestBuilder::[EdiscoveryCustodianId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.EdiscoveryCustodianItemRequestBuilder @@ -132094,7 +131457,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources. Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Item.Site.siteRequestBuilder-->BaseRequestBuilder @@ -132129,8 +131492,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources. Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder.siteSourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.siteSourcesRequestBuilder::[SiteSourceId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.SiteSources.Item.SiteSourceItemRequestBuilder @@ -132148,7 +131511,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroup Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.groupRequestBuilder-->BaseRequestBuilder @@ -132167,7 +131530,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroup Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -132177,8 +131540,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroup Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -132209,8 +131572,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroup Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder.unifiedGroupSourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.unifiedGroupSourcesRequestBuilder::[UnifiedGroupSourceId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UnifiedGroupSources.Item.UnifiedGroupSourceItemRequestBuilder @@ -132228,7 +131591,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources. Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Item.UserSourceItemRequestBuilder-->BaseRequestBuilder @@ -132253,8 +131616,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources. Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder.userSourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.userSourcesRequestBuilder::[UserSourceId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Custodians.Item.UserSources.Item.UserSourceItemRequestBuilder @@ -132340,7 +131703,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Coun Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Item.DataSource.dataSourceRequestBuilder-->BaseRequestBuilder @@ -132453,8 +131816,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.nonc Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder.noncustodialDataSourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.noncustodialDataSourcesRequestBuilder::[EdiscoveryNoncustodialDataSourceId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.NoncustodialDataSources.Item.EdiscoveryNoncustodialDataSourceItemRequestBuilder @@ -132474,7 +131837,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountReques Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Item.CaseOperationItemRequestBuilder-->BaseRequestBuilder @@ -132499,8 +131862,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequest Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.operationsRequestBuilder::[CaseOperationId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Operations.Item.CaseOperationItemRequestBuilder @@ -132518,7 +131881,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountReques Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.EdiscoveryReviewSetItemRequestBuilder-->BaseRequestBuilder @@ -132582,7 +131945,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Coun Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Item.EdiscoveryReviewSetQueryItemRequestBuilder-->BaseRequestBuilder @@ -132643,8 +132006,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.quer Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder.queriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.queriesRequestBuilder::[EdiscoveryReviewSetQueryId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.Queries.Item.EdiscoveryReviewSetQueryItemRequestBuilder @@ -132663,8 +132026,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequest Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder.reviewSetsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.reviewSetsRequestBuilder::[EdiscoveryReviewSetId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.EdiscoveryReviewSetItemRequestBuilder @@ -132682,7 +132045,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestB Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder-->BaseRequestBuilder @@ -132692,8 +132055,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSour Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder.additionalSourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.additionalSourcesRequestBuilder::[DataSourceId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Item.DataSourceItemRequestBuilder @@ -132711,7 +132074,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSour Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.AdditionalSources.Item.DataSourceItemRequestBuilder-->BaseRequestBuilder @@ -132744,7 +132107,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSourc Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder-->BaseRequestBuilder @@ -132754,8 +132117,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSourc Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder.custodianSourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder.custodianSourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder.custodianSourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder.custodianSourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder.custodianSourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder.custodianSourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder.custodianSourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder.custodianSourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder::[DataSourceId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.Item.DataSourceItemRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSources.custodianSourcesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -132879,7 +132242,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSo Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Item.EdiscoveryNoncustodialDataSourceItemRequestBuilder-->BaseRequestBuilder @@ -132898,8 +132261,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSo Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder.noncustodialSourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder.noncustodialSourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder.noncustodialSourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder.noncustodialSourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder.noncustodialSourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder.noncustodialSourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder.noncustodialSourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder.noncustodialSourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder::[EdiscoveryNoncustodialDataSourceId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.Item.EdiscoveryNoncustodialDataSourceItemRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialSources.noncustodialSourcesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -132915,8 +132278,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuil Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder.searchesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.searchesRequestBuilder::[EdiscoverySearchId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.EdiscoverySearchItemRequestBuilder @@ -132957,7 +132320,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuild Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder-->BaseRequestBuilder @@ -132967,8 +132330,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTag Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder.childTagsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder.childTagsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder.childTagsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder.childTagsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder.childTagsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder.childTagsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder.childTagsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder.childTagsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder::[EdiscoveryReviewTagId1:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Item.EdiscoveryReviewTagItemRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.childTagsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -132983,7 +132346,7 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.Co Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Count.CountRequestBuilder Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Item.EdiscoveryReviewTagItemRequestBuilder-->BaseRequestBuilder @@ -133035,8 +132398,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityA Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder.microsoftGraphSecurityAsHierarchyRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder.microsoftGraphSecurityAsHierarchyRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder.microsoftGraphSecurityAsHierarchyRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder.microsoftGraphSecurityAsHierarchyRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder.microsoftGraphSecurityAsHierarchyRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder.microsoftGraphSecurityAsHierarchyRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder.microsoftGraphSecurityAsHierarchyRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder.microsoftGraphSecurityAsHierarchyRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.MicrosoftGraphSecurityAsHierarchy.microsoftGraphSecurityAsHierarchyRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -133051,8 +132414,8 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tags Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder.tagsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.tagsRequestBuilder::[EdiscoveryReviewTagId:string]:global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Tags.Item.EdiscoveryReviewTagItemRequestBuilder @@ -133078,6 +132441,7 @@ Microsoft.Graph.Security.DataSecurityAndGovernance.dataSecurityAndGovernanceRequ Microsoft.Graph.Security.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.TenantDataSecurityAndGovernance; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.TenantDataSecurityAndGovernance Microsoft.Graph.Security.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|processContentAsync:global.Microsoft.Graph.Security.DataSecurityAndGovernance.ProcessContentAsync.ProcessContentAsyncRequestBuilder Microsoft.Graph.Security.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|protectionScopes:global.Microsoft.Graph.Security.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|sensitivityLabels:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder Microsoft.Graph.Security.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.TenantDataSecurityAndGovernance; requestConfiguration?:Action>):RequestInformation @@ -133148,13 +132512,176 @@ Microsoft.Graph.Security.DataSecurityAndGovernance.ProtectionScopes.protectionSc Microsoft.Graph.Security.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.TenantProtectionScopeContainer; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; contentFormats?:string; labelIds?:string; locale?:string):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|AdditionalData:IDictionary +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|constructor():void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|DelegatedUserEmail:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Locale:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|ProtectedContents:List +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|SupportedContentFormats:List +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder.computeRightsAndInheritanceRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ComputeRightsAndInheritanceResult +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UsageRightsIncluded +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|rights:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|sublabels:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; contentFormats?:string; labelIds?:string; locale?:string):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|AdditionalData:IDictionary +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|constructor():void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|DelegatedUserEmail:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Locale:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|ProtectedContents:List +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|SupportedContentFormats:List +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder.computeRightsAndInheritanceRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ComputeRightsAndInheritanceResult +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UsageRightsIncluded +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|rights:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Top:long? +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::[SensitivityLabelId1:string]:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|computeInheritanceWithLabelIdsWithLocaleWithContentFormats(contentFormats:string; labelIds:string; locale:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|computeRightsAndInheritance:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|Count:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabelCollectionResponse +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Top:long? +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::[SensitivityLabelId:string]:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|computeInheritanceWithLabelIdsWithLocaleWithContentFormats(contentFormats:string; labelIds:string; locale:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|computeRightsAndInheritance:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|Count:global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabelCollectionResponse +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Identities.HealthIssues.Count.CountRequestBuilder Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder-->BaseRequestBuilder @@ -133164,8 +132691,8 @@ Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.heal Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Identities.HealthIssues.healthIssuesRequestBuilder::[HealthIssueId:string]:global.Microsoft.Graph.Security.Identities.HealthIssues.Item.HealthIssueItemRequestBuilder @@ -133215,7 +132742,7 @@ Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder.CountReque Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Identities.Sensors.Count.CountRequestBuilder Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder-->BaseRequestBuilder @@ -133224,7 +132751,7 @@ Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequest Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Count.CountRequestBuilder Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder-->BaseRequestBuilder @@ -133234,8 +132761,8 @@ Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesReques Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder.healthIssuesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder::[HealthIssueId:string]:global.Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.Item.HealthIssueItemRequestBuilder Microsoft.Graph.Security.Identities.Sensors.Item.HealthIssues.healthIssuesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -133297,8 +132824,8 @@ Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequest Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder.sensorsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Identities.Sensors.sensorsRequestBuilder::[SensorId:string]:global.Microsoft.Graph.Security.Identities.Sensors.Item.SensorItemRequestBuilder @@ -133319,7 +132846,7 @@ Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Incidents.Count.CountRequestBuilder Microsoft.Graph.Security.Incidents.incidentsRequestBuilder-->BaseRequestBuilder @@ -133329,8 +132856,8 @@ Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuild Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Incidents.incidentsRequestBuilder.incidentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Incidents.incidentsRequestBuilder::[IncidentId:string]:global.Microsoft.Graph.Security.Incidents.Item.IncidentItemRequestBuilder @@ -133349,8 +132876,8 @@ Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsReques Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder.alertsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder::[AlertId:string]:global.Microsoft.Graph.Security.Incidents.Item.Alerts.Item.AlertItemRequestBuilder Microsoft.Graph.Security.Incidents.Item.Alerts.alertsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -133365,7 +132892,7 @@ Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder.CountRe Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Incidents.Item.Alerts.Count.CountRequestBuilder Microsoft.Graph.Security.Incidents.Item.Alerts.Item.AlertItemRequestBuilder-->BaseRequestBuilder @@ -133392,7 +132919,7 @@ Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestB Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Incidents.Item.Alerts.Item.Comments.Count.CountRequestBuilder Microsoft.Graph.Security.Incidents.Item.IncidentItemRequestBuilder-->BaseRequestBuilder @@ -133418,8 +132945,8 @@ Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritie Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder.authoritiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Authorities.authoritiesRequestBuilder::[AuthorityTemplateId:string]:global.Microsoft.Graph.Security.Labels.Authorities.Item.AuthorityTemplateItemRequestBuilder @@ -133437,7 +132964,7 @@ Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder.CountReque Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Labels.Authorities.Count.CountRequestBuilder Microsoft.Graph.Security.Labels.Authorities.Item.AuthorityTemplateItemRequestBuilder-->BaseRequestBuilder @@ -133462,8 +132989,8 @@ Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRe Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder.categoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Categories.categoriesRequestBuilder::[CategoryTemplateId:string]:global.Microsoft.Graph.Security.Labels.Categories.Item.CategoryTemplateItemRequestBuilder @@ -133481,7 +133008,7 @@ Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder.CountReques Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Labels.Categories.Count.CountRequestBuilder Microsoft.Graph.Security.Labels.Categories.Item.CategoryTemplateItemRequestBuilder-->BaseRequestBuilder @@ -133506,7 +133033,7 @@ Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequest Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Count.CountRequestBuilder Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Item.SubcategoryTemplateItemRequestBuilder-->BaseRequestBuilder @@ -133531,8 +133058,8 @@ Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesReque Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder.subcategoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.subcategoriesRequestBuilder::[SubcategoryTemplateId:string]:global.Microsoft.Graph.Security.Labels.Categories.Item.Subcategories.Item.SubcategoryTemplateItemRequestBuilder @@ -133551,8 +133078,8 @@ Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsReque Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder.citationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Citations.citationsRequestBuilder::[CitationTemplateId:string]:global.Microsoft.Graph.Security.Labels.Citations.Item.CitationTemplateItemRequestBuilder @@ -133570,7 +133097,7 @@ Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Labels.Citations.Count.CountRequestBuilder Microsoft.Graph.Security.Labels.Citations.Item.CitationTemplateItemRequestBuilder-->BaseRequestBuilder @@ -133594,7 +133121,7 @@ Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder.CountReque Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Labels.Departments.Count.CountRequestBuilder Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder-->BaseRequestBuilder @@ -133604,8 +133131,8 @@ Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.department Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder.departmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.Departments.departmentsRequestBuilder::[DepartmentTemplateId:string]:global.Microsoft.Graph.Security.Labels.Departments.Item.DepartmentTemplateItemRequestBuilder @@ -133638,7 +133165,7 @@ Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder.Cou Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Labels.FilePlanReferences.Count.CountRequestBuilder Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder-->BaseRequestBuilder @@ -133648,8 +133175,8 @@ Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuil Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder.filePlanReferencesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.FilePlanReferences.filePlanReferencesRequestBuilder::[FilePlanReferenceTemplateId:string]:global.Microsoft.Graph.Security.Labels.FilePlanReferences.Item.FilePlanReferenceTemplateItemRequestBuilder @@ -133703,7 +133230,7 @@ Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder.CountR Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Labels.RetentionLabels.Count.CountRequestBuilder Microsoft.Graph.Security.Labels.RetentionLabels.Item.Descriptors.AuthorityTemplate.authorityTemplateRequestBuilder-->BaseRequestBuilder @@ -133777,7 +133304,7 @@ Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Cou Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Count.CountRequestBuilder Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder-->BaseRequestBuilder @@ -133787,8 +133314,8 @@ Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dis Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder.dispositionReviewStagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.dispositionReviewStagesRequestBuilder::[DispositionReviewStageStageNumber:string]:global.Microsoft.Graph.Security.Labels.RetentionLabels.Item.DispositionReviewStages.Item.DispositionReviewStageStageNumberItemRequestBuilder @@ -133849,8 +133376,8 @@ Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.re Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder.retentionLabelsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Labels.RetentionLabels.retentionLabelsRequestBuilder::[RetentionLabelId:string]:global.Microsoft.Graph.Security.Labels.RetentionLabels.Item.RetentionLabelItemRequestBuilder @@ -133884,7 +133411,7 @@ Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder.Co Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.SecureScoreControlProfiles.Count.CountRequestBuilder Microsoft.Graph.Security.SecureScoreControlProfiles.Item.SecureScoreControlProfileItemRequestBuilder-->BaseRequestBuilder @@ -133909,8 +133436,8 @@ Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRe Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder.secureScoreControlProfilesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SecureScoreControlProfiles.secureScoreControlProfilesRequestBuilder::[SecureScoreControlProfileId:string]:global.Microsoft.Graph.Security.SecureScoreControlProfiles.Item.SecureScoreControlProfileItemRequestBuilder @@ -133928,7 +133455,7 @@ Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.SecureScores.Count.CountRequestBuilder Microsoft.Graph.Security.SecureScores.Item.SecureScoreItemRequestBuilder-->BaseRequestBuilder @@ -133953,8 +133480,8 @@ Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresReq Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder.secureScoresRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SecureScores.secureScoresRequestBuilder::[SecureScoreId:string]:global.Microsoft.Graph.Security.SecureScores.Item.SecureScoreItemRequestBuilder @@ -133974,6 +133501,7 @@ Microsoft.Graph.Security.securityRequestBuilder.securityRequestBuilderPatchReque Microsoft.Graph.Security.securityRequestBuilder::|public|alerts:global.Microsoft.Graph.Security.Alerts.AlertsRequestBuilder Microsoft.Graph.Security.securityRequestBuilder::|public|alerts_v2:global.Microsoft.Graph.Security.Alerts_v2.Alerts_v2RequestBuilder Microsoft.Graph.Security.securityRequestBuilder::|public|attackSimulation:global.Microsoft.Graph.Security.AttackSimulation.AttackSimulationRequestBuilder +Microsoft.Graph.Security.securityRequestBuilder::|public|auditLog:global.Microsoft.Graph.Security.AuditLog.AuditLogRequestBuilder Microsoft.Graph.Security.securityRequestBuilder::|public|cases:global.Microsoft.Graph.Security.Cases.CasesRequestBuilder Microsoft.Graph.Security.securityRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.securityRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -133999,7 +133527,7 @@ Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder.CountRe Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.SubjectRightsRequests.Count.CountRequestBuilder Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder-->BaseRequestBuilder @@ -134009,8 +133537,8 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBu Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder.approversRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder::[UserId:string]:global.Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.UserItemRequestBuilder Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.approversRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134025,7 +133553,7 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequest Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Count.CountRequestBuilder Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -134046,7 +133574,7 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvis Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -134056,8 +133584,8 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvis Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SubjectRightsRequests.Item.Approvers.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -134092,8 +133620,8 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsR Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder.collaboratorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder::[UserId:string]:global.Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.UserItemRequestBuilder Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.collaboratorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134108,7 +133636,7 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountReq Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Count.CountRequestBuilder Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.MailboxSettings.mailboxSettingsRequestBuilder-->BaseRequestBuilder @@ -134129,7 +133657,7 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServicePr Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -134139,8 +133667,8 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServicePr Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SubjectRightsRequests.Item.Collaborators.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -134188,7 +133716,7 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuil Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Count.CountRequestBuilder Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Item.AuthoredNoteItemRequestBuilder-->BaseRequestBuilder @@ -134213,8 +133741,8 @@ Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.no Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder.notesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.notesRequestBuilder::[AuthoredNoteId:string]:global.Microsoft.Graph.Security.SubjectRightsRequests.Item.Notes.Item.AuthoredNoteItemRequestBuilder @@ -134265,8 +133793,8 @@ Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuild Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder.subjectRightsRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.SubjectRightsRequests.subjectRightsRequestsRequestBuilder::[SubjectRightsRequestId:string]:global.Microsoft.Graph.Security.SubjectRightsRequests.Item.SubjectRightsRequestItemRequestBuilder @@ -134285,8 +133813,8 @@ Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsR Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder.articleIndicatorsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.articleIndicatorsRequestBuilder::[ArticleIndicatorId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Item.ArticleIndicatorItemRequestBuilder @@ -134304,7 +133832,7 @@ Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequest Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.ArticleIndicators.Item.ArticleIndicatorItemRequestBuilder-->BaseRequestBuilder @@ -134339,8 +133867,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.arti Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder.articlesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Articles.articlesRequestBuilder::[ArticleId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.ArticleItemRequestBuilder @@ -134358,7 +133886,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder.C Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Articles.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.ArticleItemRequestBuilder-->BaseRequestBuilder @@ -134383,7 +133911,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.Count Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder-->BaseRequestBuilder @@ -134393,8 +133921,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsR Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder::[ArticleIndicatorId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.Item.ArticleIndicatorItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Articles.Item.Indicators.indicatorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134418,7 +133946,7 @@ Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBui Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder-->BaseRequestBuilder @@ -134428,8 +133956,8 @@ Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequest Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder.hostComponentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostComponents.hostComponentsRequestBuilder::[HostComponentId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.HostComponents.Item.HostComponentItemRequestBuilder @@ -134472,7 +134000,7 @@ Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilde Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder-->BaseRequestBuilder @@ -134482,8 +134010,8 @@ Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilde Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder.hostCookiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostCookies.hostCookiesRequestBuilder::[HostCookieId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.HostCookies.Item.HostCookieItemRequestBuilder @@ -134526,7 +134054,7 @@ Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder. Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder-->BaseRequestBuilder @@ -134536,8 +134064,8 @@ Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.ho Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostPairs.hostPairsRequestBuilder::[HostPairId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.HostPairs.Item.HostPairItemRequestBuilder @@ -134590,7 +134118,7 @@ Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder. Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder-->BaseRequestBuilder @@ -134600,8 +134128,8 @@ Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.ho Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder.hostPortsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostPorts.hostPortsRequestBuilder::[HostPortId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.HostPorts.Item.HostPortItemRequestBuilder @@ -134654,7 +134182,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder.Coun Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder-->BaseRequestBuilder @@ -134664,8 +134192,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsReque Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder.hostsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.hostsRequestBuilder::[HostId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostItemRequestBuilder @@ -134684,8 +134212,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostP Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder.childHostPairsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder.childHostPairsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder.childHostPairsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder.childHostPairsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder.childHostPairsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder.childHostPairsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder.childHostPairsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder.childHostPairsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder::[HostPairId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Item.HostPairItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.childHostPairsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134700,7 +134228,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.Coun Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ChildHostPairs.Item.HostPairItemRequestBuilder-->BaseRequestBuilder @@ -134719,8 +134247,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder::[HostComponentId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Item.HostComponentItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.componentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134735,7 +134263,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountReq Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Components.Item.HostComponentItemRequestBuilder-->BaseRequestBuilder @@ -134754,8 +134282,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBui Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder.cookiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder.cookiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder.cookiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder.cookiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder.cookiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder.cookiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder.cookiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder.cookiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder::[HostCookieId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Item.HostCookieItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.cookiesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134770,7 +134298,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountReques Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Cookies.Item.HostCookieItemRequestBuilder-->BaseRequestBuilder @@ -134816,7 +134344,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder-->BaseRequestBuilder @@ -134826,8 +134354,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsReques Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder.hostPairsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder::[HostPairId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.Item.HostPairItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.HostPairs.hostPairsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134851,7 +134379,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.Cou Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Item.HostPairItemRequestBuilder-->BaseRequestBuilder @@ -134870,8 +134398,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHos Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder.parentHostPairsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder.parentHostPairsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder.parentHostPairsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder.parentHostPairsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder.parentHostPairsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder.parentHostPairsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder.parentHostPairsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder.parentHostPairsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder::[HostPairId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.Item.HostPairItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.ParentHostPairs.parentHostPairsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134886,7 +134414,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountReq Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Item.PassiveDnsRecordItemRequestBuilder-->BaseRequestBuilder @@ -134905,8 +134433,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder.passiveDnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder.passiveDnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder.passiveDnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder.passiveDnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder.passiveDnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder.passiveDnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder.passiveDnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder.passiveDnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder::[PassiveDnsRecordId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.Item.PassiveDnsRecordItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDns.passiveDnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134921,7 +134449,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.C Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Item.PassiveDnsRecordItemRequestBuilder-->BaseRequestBuilder @@ -134940,8 +134468,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passive Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder.passiveDnsReverseRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder.passiveDnsReverseRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder.passiveDnsReverseRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder.passiveDnsReverseRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder.passiveDnsReverseRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder.passiveDnsReverseRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder.passiveDnsReverseRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder.passiveDnsReverseRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder::[PassiveDnsRecordId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.Item.PassiveDnsRecordItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.PassiveDnsReverse.passiveDnsReverseRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -134956,7 +134484,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestB Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Item.HostPortItemRequestBuilder-->BaseRequestBuilder @@ -134975,8 +134503,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder.portsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder.portsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder.portsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder.portsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder.portsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder.portsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder.portsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder.portsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder::[HostPortId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.Item.HostPortItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Ports.portsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -135006,7 +134534,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.Cou Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Item.HostSslCertificateItemRequestBuilder-->BaseRequestBuilder @@ -135025,8 +134553,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertif Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder::[HostSslCertificateId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.Item.HostSslCertificateItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.SslCertificates.sslCertificatesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -135041,7 +134569,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountReq Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Item.SubdomainItemRequestBuilder-->BaseRequestBuilder @@ -135060,8 +134588,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder::[SubdomainId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.Item.SubdomainItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Subdomains.subdomainsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -135076,7 +134604,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountReque Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Item.HostTrackerItemRequestBuilder-->BaseRequestBuilder @@ -135095,8 +134623,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestB Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder.trackersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder.trackersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder.trackersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder.trackersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder.trackersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder.trackersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder.trackersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder.trackersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder::[HostTrackerId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.Item.HostTrackerItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Hosts.Item.Trackers.trackersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -135120,7 +134648,7 @@ Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountReque Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder-->BaseRequestBuilder @@ -135130,8 +134658,8 @@ Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertifica Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder.hostSslCertificatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.hostSslCertificatesRequestBuilder::[HostSslCertificateId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.HostSslCertificates.Item.HostSslCertificateItemRequestBuilder @@ -135184,7 +134712,7 @@ Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuild Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder-->BaseRequestBuilder @@ -135194,8 +134722,8 @@ Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuil Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder.hostTrackersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.hostTrackersRequestBuilder::[HostTrackerId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.HostTrackers.Item.HostTrackerItemRequestBuilder @@ -135238,7 +134766,7 @@ Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count. Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder-->BaseRequestBuilder @@ -135248,8 +134776,8 @@ Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intell Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder.intelligenceProfileIndicatorsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.intelligenceProfileIndicatorsRequestBuilder::[IntelligenceProfileIndicatorId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.IntelligenceProfileIndicators.Item.IntelligenceProfileIndicatorItemRequestBuilder @@ -135292,7 +134820,7 @@ Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuil Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder-->BaseRequestBuilder @@ -135302,8 +134830,8 @@ Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBu Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder.intelProfilesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.intelProfilesRequestBuilder::[IntelligenceProfileId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.IntelligenceProfileItemRequestBuilder @@ -135321,7 +134849,7 @@ Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count. Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder-->BaseRequestBuilder @@ -135331,8 +134859,8 @@ Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indica Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder.indicatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder::[IntelligenceProfileIndicatorId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.Item.IntelligenceProfileIndicatorItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.IntelProfiles.Item.Indicators.indicatorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -135372,7 +134900,7 @@ Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequest Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Item.Artifact.artifactRequestBuilder-->BaseRequestBuilder @@ -135417,8 +134945,8 @@ Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsR Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder.passiveDnsRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.passiveDnsRecordsRequestBuilder::[PassiveDnsRecordId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.PassiveDnsRecords.Item.PassiveDnsRecordItemRequestBuilder @@ -135436,7 +134964,7 @@ Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBu Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder-->BaseRequestBuilder @@ -135445,7 +134973,7 @@ Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Co Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Item.HostItemRequestBuilder-->BaseRequestBuilder @@ -135464,8 +134992,8 @@ Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.re Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder.relatedHostsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder.relatedHostsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder.relatedHostsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder.relatedHostsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder.relatedHostsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder.relatedHostsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder.relatedHostsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder.relatedHostsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder::[HostId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.Item.HostItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.RelatedHosts.relatedHostsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -135497,8 +135025,8 @@ Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesReque Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder.sslCertificatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.sslCertificatesRequestBuilder::[SslCertificateId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.SslCertificates.Item.SslCertificateItemRequestBuilder @@ -135516,7 +135044,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Item.Host.hostRequestBuilder-->BaseRequestBuilder @@ -135551,8 +135079,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder. Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder.subdomainsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Subdomains.subdomainsRequestBuilder::[SubdomainId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Subdomains.Item.SubdomainItemRequestBuilder @@ -135602,7 +135130,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBu Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder-->BaseRequestBuilder @@ -135612,8 +135140,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articl Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder.articlesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder.articlesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder::[ArticleId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Item.ArticleItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.articlesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -135628,7 +135156,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count. Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Articles.Item.ArticleItemRequestBuilder-->BaseRequestBuilder @@ -135647,8 +135175,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.comp Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder.componentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.componentsRequestBuilder::[VulnerabilityComponentId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Item.VulnerabilityComponentItemRequestBuilder @@ -135666,7 +135194,7 @@ Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Coun Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.Components.Item.VulnerabilityComponentItemRequestBuilder-->BaseRequestBuilder @@ -135708,8 +135236,8 @@ Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesReque Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder.vulnerabilitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.vulnerabilitiesRequestBuilder::[VulnerabilityId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.Vulnerabilities.Item.VulnerabilityItemRequestBuilder @@ -135727,7 +135255,7 @@ Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountReque Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Item.Host.hostRequestBuilder-->BaseRequestBuilder @@ -135762,8 +135290,8 @@ Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryReco Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder.whoisHistoryRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.whoisHistoryRecordsRequestBuilder::[WhoisHistoryRecordId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.WhoisHistoryRecords.Item.WhoisHistoryRecordItemRequestBuilder @@ -135781,7 +135309,7 @@ Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuild Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder-->BaseRequestBuilder @@ -135790,7 +135318,7 @@ Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.Coun Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Count.CountRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder-->BaseRequestBuilder @@ -135800,8 +135328,8 @@ Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyReq Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder.historyRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder.historyRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder::[WhoisHistoryRecordId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.Item.WhoisHistoryRecordItemRequestBuilder Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.History.historyRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -135852,8 +135380,8 @@ Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuil Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder.whoisRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.whoisRecordsRequestBuilder::[WhoisRecordId:string]:global.Microsoft.Graph.Security.ThreatIntelligence.WhoisRecords.Item.WhoisRecordItemRequestBuilder @@ -135871,7 +135399,7 @@ Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder.Coun Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.Triggers.RetentionEvents.Count.CountRequestBuilder Microsoft.Graph.Security.Triggers.RetentionEvents.Item.RetentionEventItemRequestBuilder-->BaseRequestBuilder @@ -135906,8 +135434,8 @@ Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder. Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder.retentionEventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.Triggers.RetentionEvents.retentionEventsRequestBuilder::[RetentionEventId:string]:global.Microsoft.Graph.Security.Triggers.RetentionEvents.Item.RetentionEventItemRequestBuilder @@ -135941,7 +135469,7 @@ Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuil Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Count.CountRequestBuilder Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Item.RetentionEventTypeItemRequestBuilder-->BaseRequestBuilder @@ -135966,8 +135494,8 @@ Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesReq Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder.retentionEventTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.retentionEventTypesRequestBuilder::[RetentionEventTypeId:string]:global.Microsoft.Graph.Security.TriggerTypes.RetentionEventTypes.Item.RetentionEventTypeItemRequestBuilder @@ -136001,7 +135529,7 @@ Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -136016,8 +135544,8 @@ Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderG Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136129,8 +135657,8 @@ Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPolici Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder.appManagementPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder::[AppManagementPolicyId:string]:global.Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Item.AppManagementPolicyItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.appManagementPoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -136145,7 +135673,7 @@ Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestB Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.AppManagementPolicies.Item.AppManagementPolicyItemRequestBuilder-->BaseRequestBuilder @@ -136164,8 +135692,8 @@ Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToReques Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder.appRoleAssignedToRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.appRoleAssignedToRequestBuilder::[AppRoleAssignmentId:string]:global.Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Item.AppRoleAssignmentItemRequestBuilder @@ -136183,7 +135711,7 @@ Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuild Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignedTo.Item.AppRoleAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -136208,8 +135736,8 @@ Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequ Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder::[AppRoleAssignmentId:string]:global.Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Item.AppRoleAssignmentItemRequestBuilder @@ -136227,7 +135755,7 @@ Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuil Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.AppRoleAssignments.Item.AppRoleAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -136298,8 +135826,8 @@ Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPolici Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder.claimsMappingPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder::[ClaimsMappingPolicyId:string]:global.Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Item.ClaimsMappingPolicyItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.claimsMappingPoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -136315,7 +135843,7 @@ Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestB Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Item.ClaimsMappingPolicyItemRequestBuilder-->BaseRequestBuilder @@ -136336,8 +135864,8 @@ Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuild Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.ClaimsMappingPolicies.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -136355,7 +135883,7 @@ Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder. Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder-->BaseRequestBuilder @@ -136365,8 +135893,8 @@ Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuild Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.createdObjectsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -136382,7 +135910,7 @@ Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Coun Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -136392,8 +135920,8 @@ Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.grap Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136426,7 +135954,7 @@ Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count. Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder-->BaseRequestBuilder @@ -136436,8 +135964,8 @@ Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delega Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder.delegatedPermissionClassificationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.delegatedPermissionClassificationsRequestBuilder::[DelegatedPermissionClassificationId:string]:global.Microsoft.Graph.ServicePrincipals.Item.DelegatedPermissionClassifications.Item.DelegatedPermissionClassificationItemRequestBuilder @@ -136470,7 +135998,7 @@ Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder.Count Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Endpoints.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder-->BaseRequestBuilder @@ -136480,8 +136008,8 @@ Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpoin Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder.endpointsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Endpoints.endpointsRequestBuilder::[EndpointId:string]:global.Microsoft.Graph.ServicePrincipals.Item.Endpoints.Item.EndpointItemRequestBuilder @@ -136514,7 +136042,7 @@ Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountR Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder-->BaseRequestBuilder @@ -136524,8 +136052,8 @@ Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIde Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder.federatedIdentityCredentialsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.federatedIdentityCredentialsRequestBuilder::[FederatedIdentityCredentialId:string]:global.Microsoft.Graph.ServicePrincipals.Item.FederatedIdentityCredentials.Item.FederatedIdentityCredentialItemRequestBuilder @@ -136619,7 +136147,7 @@ Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountReq Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder-->BaseRequestBuilder @@ -136629,8 +136157,8 @@ Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDisco Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder.homeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder::[HomeRealmDiscoveryPolicyId:string]:global.Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Item.HomeRealmDiscoveryPolicyItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.homeRealmDiscoveryPoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -136658,8 +136186,8 @@ Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequest Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.HomeRealmDiscoveryPolicies.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -136677,7 +136205,7 @@ Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder.CountR Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.MemberOf.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -136686,7 +136214,7 @@ Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.Co Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -136696,8 +136224,8 @@ Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdm Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136711,7 +136239,7 @@ Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRe Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder-->BaseRequestBuilder @@ -136721,8 +136249,8 @@ Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirector Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136736,7 +136264,7 @@ Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBui Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -136746,8 +136274,8 @@ Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuil Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136801,8 +136329,8 @@ Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfR Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.ServicePrincipals.Item.MemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.MemberOf.memberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -136820,7 +136348,7 @@ Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequest Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Item.OAuth2PermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -136839,8 +136367,8 @@ Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGr Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder::[OAuth2PermissionGrantId:string]:global.Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.Item.OAuth2PermissionGrantItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -136855,7 +136383,7 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder.Co Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -136864,7 +136392,7 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.Count Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -136874,8 +136402,8 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplic Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136889,7 +136417,7 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -136899,8 +136427,8 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graph Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136914,7 +136442,7 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountReq Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -136924,8 +136452,8 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointR Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136939,7 +136467,7 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountReques Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -136949,8 +136477,8 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequest Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -136964,7 +136492,7 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count. Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -136974,8 +136502,8 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphS Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137049,8 +136577,8 @@ Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.o Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.OwnedObjects.ownedObjectsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -137070,7 +136598,7 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder.CountReq Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Owners.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder-->BaseRequestBuilder @@ -137079,7 +136607,7 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.Count Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -137089,8 +136617,8 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRol Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137104,7 +136632,7 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBu Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -137114,8 +136642,8 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequest Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137129,7 +136657,7 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountR Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -137139,8 +136667,8 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphService Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137154,7 +136682,7 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilde Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -137164,8 +136692,8 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder. Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Owners.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137231,8 +136759,8 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequest Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder.ownersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.ServicePrincipals.Item.Owners.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Owners.ownersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -137253,8 +136781,8 @@ Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBu Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder.RefRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Owners.Ref.RefRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -137288,7 +136816,7 @@ Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.Target Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Item.TargetDeviceGroupItemRequestBuilder-->BaseRequestBuilder @@ -137313,8 +136841,8 @@ Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.Target Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder.targetDeviceGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.targetDeviceGroupsRequestBuilder::[TargetDeviceGroupId:string]:global.Microsoft.Graph.ServicePrincipals.Item.RemoteDesktopSecurityConfiguration.TargetDeviceGroups.Item.TargetDeviceGroupItemRequestBuilder @@ -137429,7 +136957,7 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBu Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.BulkUpload.bulkUploadRequestBuilder-->BaseRequestBuilder @@ -137504,7 +137032,7 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Director Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder-->BaseRequestBuilder @@ -137514,8 +137042,8 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Director Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.directoriesRequestBuilder::[DirectoryDefinitionId:string]:global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Directories.Item.DirectoryDefinitionItemRequestBuilder @@ -137562,8 +137090,8 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOp Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.FilterOperators.filterOperatorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137585,8 +137113,8 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Function Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.Schema.Functions.functionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137686,8 +137214,8 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.j Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder.jobsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.jobsRequestBuilder::[SynchronizationJobId:string]:global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Jobs.Item.SynchronizationJobItemRequestBuilder @@ -137724,7 +137252,7 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountReques Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Synchronization.Secrets.secretsPutRequestBody::|public|AdditionalData:IDictionary @@ -137779,7 +137307,7 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder-->BaseRequestBuilder @@ -137788,7 +137316,7 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Dir Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder-->BaseRequestBuilder @@ -137798,8 +137326,8 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Dir Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder.directoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.directoriesRequestBuilder::[DirectoryDefinitionId:string]:global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Directories.Item.DirectoryDefinitionItemRequestBuilder @@ -137846,8 +137374,8 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Fil Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder.filterOperatorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.FilterOperators.filterOperatorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137869,8 +137397,8 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Fun Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder.functionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.Schema.Functions.functionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -137939,8 +137467,8 @@ Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesReques Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder.templatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.templatesRequestBuilder::[SynchronizationTemplateId:string]:global.Microsoft.Graph.ServicePrincipals.Item.Synchronization.Templates.Item.SynchronizationTemplateItemRequestBuilder @@ -137958,7 +137486,7 @@ Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestB Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Item.TokenIssuancePolicyItemRequestBuilder-->BaseRequestBuilder @@ -137977,8 +137505,8 @@ Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePolici Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder.tokenIssuancePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder::[TokenIssuancePolicyId:string]:global.Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.Item.TokenIssuancePolicyItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TokenIssuancePolicies.tokenIssuancePoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -137993,7 +137521,7 @@ Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestB Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Item.TokenLifetimePolicyItemRequestBuilder-->BaseRequestBuilder @@ -138012,8 +137540,8 @@ Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePolici Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder.tokenLifetimePoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder::[TokenLifetimePolicyId:string]:global.Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.Item.TokenLifetimePolicyItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TokenLifetimePolicies.tokenLifetimePoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -138028,7 +137556,7 @@ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuil Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -138037,7 +137565,7 @@ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUni Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -138047,8 +137575,8 @@ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUni Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138062,7 +137590,7 @@ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Cou Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder-->BaseRequestBuilder @@ -138072,8 +137600,8 @@ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.gra Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138087,7 +137615,7 @@ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.Count Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -138097,8 +137625,8 @@ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupR Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138152,8 +137680,8 @@ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequ Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.ServicePrincipals.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -138172,8 +137700,8 @@ Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincip Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder.servicePrincipalsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.ServicePrincipals.servicePrincipalsRequestBuilder::[ServicePrincipalId:string]:global.Microsoft.Graph.ServicePrincipals.Item.ServicePrincipalItemRequestBuilder @@ -138228,7 +137756,7 @@ Microsoft.Graph.Shares.Count.CountRequestBuilder.CountRequestBuilderGetQueryPara Microsoft.Graph.Shares.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.CreatedByUser.createdByUserRequestBuilder-->BaseRequestBuilder @@ -138260,7 +137788,7 @@ Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountR Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -138270,8 +137798,8 @@ Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvi Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138309,7 +137837,7 @@ Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.Items.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.Items.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -138343,8 +137871,8 @@ Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQuer Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder::[DriveItemId:string]:global.Microsoft.Graph.Shares.Item.Items.Item.DriveItemItemRequestBuilder Microsoft.Graph.Shares.Item.Items.itemsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -138382,7 +137910,7 @@ Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.C Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -138392,8 +137920,8 @@ Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.service Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138408,8 +137936,8 @@ Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBui Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Shares.Item.List.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -138427,7 +137955,7 @@ Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.Columns.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -138492,8 +138020,8 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.content Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.contentTypesRequestBuilder::[ContentTypeId:string]:global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ContentTypeItemRequestBuilder @@ -138514,7 +138042,7 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder.CountReq Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.ContentTypes.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -138529,8 +138057,8 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCo Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138572,8 +138100,8 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBui Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::[ContentTypeId1:string]:global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -138588,7 +138116,7 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestB Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder-->BaseRequestBuilder @@ -138607,8 +138135,8 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksReques Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder::[ColumnLinkId:string]:global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder @@ -138626,7 +138154,7 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountReques Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder-->BaseRequestBuilder @@ -138651,8 +138179,8 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositio Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -138667,7 +138195,7 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRe Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -138686,8 +138214,8 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -138705,7 +138233,7 @@ Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBui Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -138835,7 +138363,7 @@ Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.C Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -138845,8 +138373,8 @@ Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.service Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138875,8 +138403,8 @@ Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBui Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Items.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138898,8 +138426,8 @@ Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuild Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; token?:string):void Microsoft.Graph.Shares.Item.List.Items.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138947,7 +138475,7 @@ Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErr Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -138957,8 +138485,8 @@ Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErr Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -138994,7 +138522,7 @@ Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountReque Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder-->BaseRequestBuilder @@ -139004,8 +138532,8 @@ Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersi Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder::[DocumentSetVersionId:string]:global.Microsoft.Graph.Shares.Item.List.Items.Item.DocumentSetVersions.Item.DocumentSetVersionItemRequestBuilder @@ -139107,8 +138635,8 @@ Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitie Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -139130,8 +138658,8 @@ Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDate Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Shares.Item.List.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -139170,7 +138698,7 @@ Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioni Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -139180,8 +138708,8 @@ Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioni Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -139220,7 +138748,7 @@ Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder.C Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Item.Fields.fieldsRequestBuilder-->BaseRequestBuilder @@ -139269,8 +138797,8 @@ Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.vers Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.Item.Versions.versionsRequestBuilder::[ListItemVersionId:string]:global.Microsoft.Graph.Shares.Item.List.Items.Item.Versions.Item.ListItemVersionItemRequestBuilder @@ -139289,8 +138817,8 @@ Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGe Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Items.itemsRequestBuilder::[ListItemId:string]:global.Microsoft.Graph.Shares.Item.List.Items.Item.ListItemItemRequestBuilder @@ -139332,7 +138860,7 @@ Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Co Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -139342,8 +138870,8 @@ Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.se Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -139380,7 +138908,7 @@ Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder.CountReque Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.Operations.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.Operations.Item.RichLongRunningOperationItemRequestBuilder-->BaseRequestBuilder @@ -139405,8 +138933,8 @@ Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsR Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Operations.operationsRequestBuilder::[RichLongRunningOperationId:string]:global.Microsoft.Graph.Shares.Item.List.Operations.Item.RichLongRunningOperationItemRequestBuilder @@ -139424,7 +138952,7 @@ Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder.CountRe Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Shares.Item.List.Subscriptions.Count.CountRequestBuilder Microsoft.Graph.Shares.Item.List.Subscriptions.Item.Reauthorize.reauthorizeRequestBuilder-->BaseRequestBuilder @@ -139457,8 +138985,8 @@ Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subsc Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.Item.List.Subscriptions.subscriptionsRequestBuilder::[SubscriptionId:string]:global.Microsoft.Graph.Shares.Item.List.Subscriptions.Item.SubscriptionItemRequestBuilder @@ -139583,8 +139111,8 @@ Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParamete Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.sharesRequestBuilder.sharesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Shares.sharesRequestBuilder::[SharedDriveItemId:string]:global.Microsoft.Graph.Shares.Item.SharedDriveItemItemRequestBuilder @@ -139625,7 +139153,7 @@ Microsoft.Graph.Sites.Count.CountRequestBuilder.CountRequestBuilderGetQueryParam Microsoft.Graph.Sites.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Count.CountRequestBuilder Microsoft.Graph.Sites.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -139640,8 +139168,8 @@ Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParam Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -139663,8 +139191,8 @@ Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBu Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder.getAllSitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.GetAllSites.getAllSitesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -139707,7 +139235,7 @@ Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder-->BaseRequestBuilder @@ -139717,8 +139245,8 @@ Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitie Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.activitiesRequestBuilder::[ItemActivityId:string]:global.Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Item.ItemActivityItemRequestBuilder @@ -139736,7 +139264,7 @@ Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.Cou Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.Activities.Item.DriveItem.Content.contentRequestBuilder-->BaseRequestBuilder @@ -139799,8 +139327,8 @@ Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestB Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder.itemActivityStatsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.itemActivityStatsRequestBuilder::[ItemActivityStatId:string]:global.Microsoft.Graph.Sites.Item.Analytics.ItemActivityStats.Item.ItemActivityStatItemRequestBuilder @@ -139828,8 +139356,8 @@ Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGe Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Sites.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -139847,7 +139375,7 @@ Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -139912,8 +139440,8 @@ Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesR Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.contentTypesRequestBuilder::[ContentTypeId:string]:global.Microsoft.Graph.Sites.Item.ContentTypes.Item.ContentTypeItemRequestBuilder @@ -139934,7 +139462,7 @@ Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder.CountRequestBu Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.ContentTypes.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -139949,8 +139477,8 @@ Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatib Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -139992,8 +139520,8 @@ Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.b Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::[ContentTypeId1:string]:global.Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140008,7 +139536,7 @@ Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder-->BaseRequestBuilder @@ -140027,8 +139555,8 @@ Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuild Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder::[ColumnLinkId:string]:global.Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder @@ -140046,7 +139574,7 @@ Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuild Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder-->BaseRequestBuilder @@ -140071,8 +139599,8 @@ Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequ Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140087,7 +139615,7 @@ Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestB Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -140106,8 +139634,8 @@ Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.colum Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -140125,7 +139653,7 @@ Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder.C Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -140255,7 +139783,7 @@ Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRe Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -140265,8 +139793,8 @@ Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvis Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140289,7 +139817,7 @@ Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Drives.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder-->BaseRequestBuilder @@ -140299,8 +139827,8 @@ Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQu Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder::[DriveId:string]:global.Microsoft.Graph.Sites.Item.Drives.Item.DriveItemRequestBuilder Microsoft.Graph.Sites.Item.Drives.drivesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140324,7 +139852,7 @@ Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder.CountReques Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.ExternalColumns.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder-->BaseRequestBuilder @@ -140334,8 +139862,8 @@ Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externa Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Sites.Item.ExternalColumns.Item.ColumnDefinitionItemRequestBuilder Microsoft.Graph.Sites.Item.ExternalColumns.externalColumnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140365,8 +139893,8 @@ Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalReques Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140388,8 +139916,8 @@ Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTi Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Sites.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140411,8 +139939,8 @@ Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplica Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; listId?:string):void Microsoft.Graph.Sites.Item.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140441,11 +139969,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder-->Bas Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Columns.columnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140459,11 +139986,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBui Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.ContentTypes.contentTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140495,11 +140021,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder-->BaseR Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder.drivesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.GetByPathWithPath.Drives.drivesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140510,11 +140035,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequ Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder.externalColumnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.GetByPathWithPath.ExternalColumns.externalColumnsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140533,8 +140057,8 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActiviti Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140556,8 +140080,8 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDat Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Sites.Item.GetByPathWithPath.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140579,8 +140103,8 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWit Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder.getApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; listId?:string):void Microsoft.Graph.Sites.Item.GetByPathWithPath.GetApplicableContentTypesForListWithListId.getApplicableContentTypesForListWithListIdRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140621,11 +140145,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder-->BaseReq Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.GetByPathWithPath.Items.itemsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140645,11 +140168,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder-->BaseReq Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder.listsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Lists.listsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140678,11 +140200,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Operations.operationsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140696,11 +140217,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder-->BaseReq Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Pages.pagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140714,11 +140234,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuild Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder.permissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Permissions.permissionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140732,11 +140251,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder-->BaseReq Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder.sitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.GetByPathWithPath.Sites.sitesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140762,11 +140280,10 @@ Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder.termStoresRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.GetByPathWithPath.TermStores.termStoresRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140782,7 +140299,7 @@ Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Items.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Items.Item.BaseItemItemRequestBuilder-->BaseRequestBuilder @@ -140801,8 +140318,8 @@ Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQuery Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder::[BaseItemId:string]:global.Microsoft.Graph.Sites.Item.Items.Item.BaseItemItemRequestBuilder Microsoft.Graph.Sites.Item.Items.itemsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -140840,7 +140357,7 @@ Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.Co Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -140850,8 +140367,8 @@ Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceP Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -140865,7 +140382,7 @@ Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder-->BaseRequestBuilder @@ -140875,8 +140392,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsReque Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -140894,7 +140411,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder.CountReq Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -140959,8 +140476,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.co Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder.contentTypesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.contentTypesRequestBuilder::[ContentTypeId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ContentTypeItemRequestBuilder @@ -140981,7 +140498,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder.Cou Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -140996,8 +140513,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes. Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder.getCompatibleHubContentTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.GetCompatibleHubContentTypes.getCompatibleHubContentTypesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141039,8 +140556,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesReque Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder.baseTypesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::[ContentTypeId1:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.baseTypesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -141055,7 +140572,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountReq Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder-->BaseRequestBuilder @@ -141074,8 +140591,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksR Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder.columnLinksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.columnLinksRequestBuilder::[ColumnLinkId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder @@ -141093,7 +140610,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountR Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnLinks.Item.ColumnLinkItemRequestBuilder-->BaseRequestBuilder @@ -141118,8 +140635,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPo Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder.columnPositionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.columnPositionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -141134,7 +140651,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.Co Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.ColumnPositions.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -141153,8 +140670,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBu Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.columnsRequestBuilder::[ColumnDefinitionId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder @@ -141172,7 +140689,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountReque Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.ContentTypes.Item.Columns.Item.ColumnDefinitionItemRequestBuilder-->BaseRequestBuilder @@ -141302,7 +140819,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Co Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -141312,8 +140829,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.se Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141342,8 +140859,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaReque Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141365,8 +140882,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequest Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder.deltaWithTokenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; token?:string):void Microsoft.Graph.Sites.Item.Lists.Item.Items.DeltaWithToken.deltaWithTokenRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141414,7 +140931,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioni Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -141424,8 +140941,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioni Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141461,7 +140978,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.Count Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder-->BaseRequestBuilder @@ -141471,8 +140988,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSet Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder.documentSetVersionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.documentSetVersionsRequestBuilder::[DocumentSetVersionId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.DocumentSetVersions.Item.DocumentSetVersionItemRequestBuilder @@ -141571,8 +141088,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActi Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder.getActivitiesByIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByInterval.getActivitiesByIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141594,8 +141111,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStar Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; endDateTime?:string; interval?:string; startDateTime?:string):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141634,7 +141151,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvi Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -141644,8 +141161,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvi Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141684,7 +141201,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuil Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Item.Fields.fieldsRequestBuilder-->BaseRequestBuilder @@ -141733,8 +141250,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder.versionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.versionsRequestBuilder::[ListItemVersionId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.Versions.Item.ListItemVersionItemRequestBuilder @@ -141753,8 +141270,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuil Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Items.itemsRequestBuilder::[ListItemId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.Items.Item.ListItemItemRequestBuilder @@ -141796,7 +141313,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErro Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -141806,8 +141323,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErro Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -141844,7 +141361,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder.Count Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Operations.Item.RichLongRunningOperationItemRequestBuilder-->BaseRequestBuilder @@ -141869,8 +141386,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operat Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Operations.operationsRequestBuilder::[RichLongRunningOperationId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.Operations.Item.RichLongRunningOperationItemRequestBuilder @@ -141888,7 +141405,7 @@ Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder.Co Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Item.Reauthorize.reauthorizeRequestBuilder-->BaseRequestBuilder @@ -141921,8 +141438,8 @@ Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder. Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.subscriptionsRequestBuilder::[SubscriptionId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.Subscriptions.Item.SubscriptionItemRequestBuilder @@ -141941,8 +141458,8 @@ Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQuery Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder.listsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Lists.listsRequestBuilder::[ListId:string]:global.Microsoft.Graph.Sites.Item.Lists.Item.ListItemRequestBuilder @@ -141960,7 +141477,7 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetNotebookFromWebUrl.getNotebookFromWebUrlPostRequestBody::|public|AdditionalData:IDictionary @@ -141987,8 +141504,8 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePerson Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; includePersonalNotebooks?:bool?):void Microsoft.Graph.Sites.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -142041,7 +141558,7 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountReque Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -142087,7 +141604,7 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGrou Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -142106,8 +141623,8 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGrou Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -142122,7 +141639,7 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Co Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -142189,7 +141706,7 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.It Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -142288,8 +141805,8 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.It Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -142326,8 +141843,8 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.se Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -142346,8 +141863,8 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsReq Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -142365,7 +141882,7 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBui Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -142432,7 +141949,7 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.Coun Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -142531,8 +142048,8 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesReque Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -142569,8 +142086,8 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilde Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -142589,8 +142106,8 @@ Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRe Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Notebooks.notebooksRequestBuilder::[NotebookId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Notebooks.Item.NotebookItemRequestBuilder @@ -142631,7 +142148,7 @@ Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder.CountReq Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Operations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder-->BaseRequestBuilder @@ -142656,8 +142173,8 @@ Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operation Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Operations.operationsRequestBuilder::[OnenoteOperationId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder @@ -142675,7 +142192,7 @@ Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Pages.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -142774,8 +142291,8 @@ Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Pages.Item.OnenotePageItemRequestBuilder @@ -142793,7 +142310,7 @@ Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Resources.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Resources.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -142829,8 +142346,8 @@ Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRe Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Resources.resourcesRequestBuilder::[OnenoteResourceId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Resources.Item.OnenoteResourceItemRequestBuilder @@ -142848,7 +142365,7 @@ Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder.Count Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -142894,7 +142411,7 @@ Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountR Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -142913,8 +142430,8 @@ Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroup Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -142929,7 +142446,7 @@ Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountReques Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -142996,7 +142513,7 @@ Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count. Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -143095,8 +142612,8 @@ Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesR Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -143133,8 +142650,8 @@ Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBu Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -143153,8 +142670,8 @@ Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sec Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Sites.Item.Onenote.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -143172,7 +142689,7 @@ Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder.CountReque Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Sections.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -143239,7 +142756,7 @@ Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -143338,8 +142855,8 @@ Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pages Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -143376,8 +142893,8 @@ Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsReque Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Onenote.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Sites.Item.Onenote.Sections.Item.OnenoteSectionItemRequestBuilder @@ -143395,7 +142912,7 @@ Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Operations.Item.RichLongRunningOperationItemRequestBuilder-->BaseRequestBuilder @@ -143420,8 +142937,8 @@ Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequest Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Operations.operationsRequestBuilder::[RichLongRunningOperationId:string]:global.Microsoft.Graph.Sites.Item.Operations.Item.RichLongRunningOperationItemRequestBuilder @@ -143439,7 +142956,7 @@ Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder-->BaseRequestBuilder @@ -143448,7 +142965,7 @@ Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder.CountRe Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.GraphSitePage.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder-->BaseRequestBuilder @@ -143458,8 +142975,8 @@ Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graph Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder.graphSitePageRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.GraphSitePage.graphSitePageRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -143514,7 +143031,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Co Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -143524,8 +143041,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.se Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -143556,7 +143073,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSecti Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder-->BaseRequestBuilder @@ -143566,8 +143083,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSecti Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder.horizontalSectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.horizontalSectionsRequestBuilder::[HorizontalSectionId:string]:global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.HorizontalSectionItemRequestBuilder @@ -143586,8 +143103,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSecti Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder.columnsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.columnsRequestBuilder::[HorizontalSectionColumnId:string]:global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.HorizontalSectionColumnItemRequestBuilder @@ -143605,7 +143122,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSecti Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.HorizontalSectionColumnItemRequestBuilder-->BaseRequestBuilder @@ -143630,7 +143147,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSecti Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Item.GetPositionOfWebPart.getPositionOfWebPartRequestBuilder-->BaseRequestBuilder @@ -143663,8 +143180,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSecti Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder.webpartsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.webpartsRequestBuilder::[WebPartId:string]:global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.HorizontalSections.Item.Columns.Item.Webparts.Item.WebPartItemRequestBuilder @@ -143714,7 +143231,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Item.GetPositionOfWebPart.getPositionOfWebPartRequestBuilder-->BaseRequestBuilder @@ -143747,8 +143264,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder.webpartsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.webpartsRequestBuilder::[WebPartId:string]:global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CanvasLayout.VerticalSection.Webparts.Item.WebPartItemRequestBuilder @@ -143789,7 +143306,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisi Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -143799,8 +143316,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisi Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -143850,7 +143367,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServicePr Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -143860,8 +143377,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServicePr Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -143875,7 +143392,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestB Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Item.GetPositionOfWebPart.getPositionOfWebPartRequestBuilder-->BaseRequestBuilder @@ -143908,8 +143425,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuil Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder.webPartsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.webPartsRequestBuilder::[WebPartId:string]:global.Microsoft.Graph.Sites.Item.Pages.Item.GraphSitePage.WebParts.Item.WebPartItemRequestBuilder @@ -143950,7 +143467,7 @@ Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErro Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -143960,8 +143477,8 @@ Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErro Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Pages.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -143976,8 +143493,8 @@ Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQuery Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Pages.pagesRequestBuilder::[BaseSitePageId:string]:global.Microsoft.Graph.Sites.Item.Pages.Item.BaseSitePageItemRequestBuilder @@ -143996,7 +143513,7 @@ Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Permissions.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Permissions.Item.Grant.grantPostRequestBody::|public|AdditionalData:IDictionary @@ -144046,8 +143563,8 @@ Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequ Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Permissions.permissionsRequestBuilder::[PermissionId:string]:global.Microsoft.Graph.Sites.Item.Permissions.Item.PermissionItemRequestBuilder @@ -144098,7 +143615,7 @@ Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.Sites.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.Sites.Item.SiteItemRequestBuilder-->BaseRequestBuilder @@ -144117,8 +143634,8 @@ Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQuery Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder.sitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder::[SiteId1:string]:global.Microsoft.Graph.Sites.Item.Sites.Item.SiteItemRequestBuilder Microsoft.Graph.Sites.Item.Sites.sitesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -144133,7 +143650,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder.CountReque Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder-->BaseRequestBuilder @@ -144143,8 +143660,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBu Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder.groupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.groupsRequestBuilder::[GroupId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.GroupItemRequestBuilder @@ -144178,7 +143695,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder. Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -144188,8 +143705,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.TermItemRequestBuilder @@ -144207,7 +143724,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountR Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -144217,8 +143734,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Childre Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -144236,7 +143753,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Childre Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -144245,7 +143762,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Childre Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -144300,8 +143817,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Childre Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -144345,7 +143862,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relatio Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -144400,8 +143917,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relatio Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -144461,7 +143978,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.Count Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -144516,8 +144033,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRe Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -144554,7 +144071,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -144564,8 +144081,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.c Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -144583,7 +144100,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.C Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -144592,7 +144109,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.I Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -144647,8 +144164,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.I Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -144692,7 +144209,7 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations. Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -144747,8 +144264,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations. Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -144794,8 +144311,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBui Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -144814,8 +144331,8 @@ Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsReq Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.setsRequestBuilder::[SetId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Groups.Item.Sets.Item.SetItemRequestBuilder @@ -144833,7 +144350,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -144843,8 +144360,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.c Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.TermItemRequestBuilder @@ -144862,7 +144379,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilde Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -144872,8 +144389,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRe Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -144891,7 +144408,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.Coun Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -144900,7 +144417,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relat Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -144955,8 +144472,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relat Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -145000,7 +144517,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.Cou Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -145055,8 +144572,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relations Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -145117,7 +144634,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountReque Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -145127,8 +144644,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.ch Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.TermItemRequestBuilder @@ -145146,7 +144663,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Co Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -145156,8 +144673,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.It Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -145175,7 +144692,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.It Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -145184,7 +144701,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.It Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -145239,8 +144756,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.It Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -145284,7 +144801,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.It Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -145339,8 +144856,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.It Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -145385,7 +144902,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.C Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -145440,8 +144957,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.r Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -145477,7 +144994,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -145487,8 +145004,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item. Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -145506,7 +145023,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item. Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -145515,7 +145032,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item. Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -145570,8 +145087,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item. Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -145615,7 +145132,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item. Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -145670,8 +145187,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item. Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -145717,8 +145234,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.terms Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -145737,8 +145254,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuild Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.setsRequestBuilder::[SetId1:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.ParentGroup.Sets.Item.SetItemRequestBuilder @@ -145756,7 +145273,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuild Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -145811,8 +145328,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -145849,7 +145366,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder.C Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -145859,8 +145376,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenReque Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -145878,7 +145395,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRe Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -145887,7 +145404,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -145942,8 +145459,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -145987,7 +145504,7 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountR Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -146042,8 +145559,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsReq Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -146089,8 +145606,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRe Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -146109,8 +145626,8 @@ Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderG Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStore.Sets.setsRequestBuilder::[SetId:string]:global.Microsoft.Graph.Sites.Item.TermStore.Sets.Item.SetItemRequestBuilder @@ -146145,7 +145662,7 @@ Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder-->BaseRequestBuilder @@ -146154,7 +145671,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder.Coun Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder-->BaseRequestBuilder @@ -146164,8 +145681,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsReq Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder.groupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.groupsRequestBuilder::[GroupId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.GroupItemRequestBuilder @@ -146199,7 +145716,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBu Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -146209,8 +145726,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childr Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.TermItemRequestBuilder @@ -146228,7 +145745,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count. Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -146238,8 +145755,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.C Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -146257,7 +145774,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.C Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -146266,7 +145783,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.C Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -146321,8 +145838,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.C Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -146366,7 +145883,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.R Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -146421,8 +145938,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.R Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -146482,7 +145999,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -146537,8 +146054,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relat Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -146575,7 +146092,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.Cou Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -146585,8 +146102,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Chil Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -146604,7 +146121,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Chil Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -146613,7 +146130,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Chil Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -146668,8 +146185,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Chil Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -146713,7 +146230,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Rela Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -146768,8 +146285,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Rela Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -146815,8 +146332,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -146835,8 +146352,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.s Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.setsRequestBuilder::[SetId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Groups.Item.Sets.Item.SetItemRequestBuilder @@ -146854,7 +146371,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder.CountR Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -146864,8 +146381,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBui Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.TermItemRequestBuilder @@ -146883,7 +146400,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequest Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -146893,8 +146410,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.chil Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -146912,7 +146429,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Coun Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -146921,7 +146438,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -146976,8 +146493,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -147021,7 +146538,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Cou Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -147076,8 +146593,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.rel Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -147138,7 +146655,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.Coun Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -147148,8 +146665,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Child Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.childrenRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.TermItemRequestBuilder @@ -147167,7 +146684,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Child Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -147177,8 +146694,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Child Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.TermItemRequestBuilder @@ -147196,7 +146713,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Child Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -147205,7 +146722,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Child Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -147260,8 +146777,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Child Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -147305,7 +146822,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Child Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -147360,8 +146877,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Child Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -147406,7 +146923,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relat Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -147461,8 +146978,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relat Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -147498,7 +147015,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -147508,8 +147025,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -147527,7 +147044,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -147536,7 +147053,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -147591,8 +147108,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -147636,7 +147153,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -147691,8 +147208,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -147738,8 +147255,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -147758,8 +147275,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsReques Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.setsRequestBuilder::[SetId1:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.ParentGroup.Sets.Item.SetItemRequestBuilder @@ -147777,7 +147294,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountReques Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -147832,8 +147349,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestB Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Relations.Item.RelationItemRequestBuilder @@ -147870,7 +147387,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBui Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder-->BaseRequestBuilder @@ -147880,8 +147397,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childre Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder.childrenRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.childrenRequestBuilder::[TermId1:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.TermItemRequestBuilder @@ -147899,7 +147416,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.C Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder-->BaseRequestBuilder @@ -147908,7 +147425,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Re Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -147963,8 +147480,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Re Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Children.Item.Relations.Item.RelationItemRequestBuilder @@ -148008,7 +147525,7 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count. Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Count.CountRequestBuilder Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Item.FromTerm.fromTermRequestBuilder-->BaseRequestBuilder @@ -148063,8 +147580,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relati Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder.relationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.relationsRequestBuilder::[RelationId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.Relations.Item.RelationItemRequestBuilder @@ -148110,8 +147627,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.t Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder.termsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.termsRequestBuilder::[TermId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.Terms.Item.TermItemRequestBuilder @@ -148130,8 +147647,8 @@ Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBu Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder.setsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.Item.Sets.setsRequestBuilder::[SetId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.Sets.Item.SetItemRequestBuilder @@ -148167,8 +147684,8 @@ Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequest Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder.termStoresRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.Item.TermStores.termStoresRequestBuilder::[StoreId:string]:global.Microsoft.Graph.Sites.Item.TermStores.Item.StoreItemRequestBuilder @@ -148210,8 +147727,8 @@ Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters: Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Sites.sitesRequestBuilder.sitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Sites.sitesRequestBuilder::[SiteId:string]:global.Microsoft.Graph.Sites.Item.SiteItemRequestBuilder Microsoft.Graph.Sites.sitesRequestBuilder::|public|add:global.Microsoft.Graph.Sites.Add.AddRequestBuilder @@ -148266,7 +147783,7 @@ Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBu Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder-->BaseRequestBuilder @@ -148276,8 +147793,8 @@ Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesR Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.driveInclusionRulesRequestBuilder::[DriveProtectionRuleId:string]:global.Microsoft.Graph.Solutions.BackupRestore.DriveInclusionRules.Item.DriveProtectionRuleItemRequestBuilder @@ -148310,7 +147827,7 @@ Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestB Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder-->BaseRequestBuilder @@ -148320,8 +147837,8 @@ Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnit Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.driveProtectionUnitsRequestBuilder::[DriveProtectionUnitId:string]:global.Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnits.Item.DriveProtectionUnitItemRequestBuilder @@ -148354,7 +147871,7 @@ Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Cou Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder-->BaseRequestBuilder @@ -148364,8 +147881,8 @@ Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.dri Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder::[DriveProtectionUnitsBulkAdditionJobId:string]:global.Microsoft.Graph.Solutions.BackupRestore.DriveProtectionUnitsBulkAdditionJobs.Item.DriveProtectionUnitsBulkAdditionJobItemRequestBuilder @@ -148413,7 +147930,7 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRe Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder-->BaseRequestBuilder @@ -148423,8 +147940,8 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProte Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder.exchangeProtectionPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.exchangeProtectionPoliciesRequestBuilder::[ExchangeProtectionPolicyId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.ExchangeProtectionPolicyItemRequestBuilder @@ -148460,7 +147977,7 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxI Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Item.MailboxProtectionRuleItemRequestBuilder-->BaseRequestBuilder @@ -148479,8 +147996,8 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxI Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder::[MailboxProtectionRuleId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.Item.MailboxProtectionRuleItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -148495,7 +148012,7 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxP Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Item.MailboxProtectionUnitItemRequestBuilder-->BaseRequestBuilder @@ -148514,8 +148031,8 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxP Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder::[MailboxProtectionUnitId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.Item.MailboxProtectionUnitItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -148530,7 +148047,7 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxP Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Item.MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder-->BaseRequestBuilder @@ -148549,8 +148066,8 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxP Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder::[MailboxProtectionUnitsBulkAdditionJobId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.Item.MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeProtectionPolicies.Item.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -148565,7 +148082,7 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountReque Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder-->BaseRequestBuilder @@ -148575,8 +148092,8 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreS Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder.exchangeRestoreSessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.exchangeRestoreSessionsRequestBuilder::[ExchangeRestoreSessionId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.ExchangeRestoreSessionItemRequestBuilder @@ -148612,7 +148129,7 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMai Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder-->BaseRequestBuilder @@ -148622,8 +148139,8 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMai Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder.granularMailboxRestoreArtifactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.granularMailboxRestoreArtifactsRequestBuilder::[GranularMailboxRestoreArtifactId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.GranularMailboxRestoreArtifacts.Item.GranularMailboxRestoreArtifactItemRequestBuilder @@ -148666,7 +148183,7 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRest Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Item.MailboxRestoreArtifactItemRequestBuilder-->BaseRequestBuilder @@ -148701,8 +148218,8 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRest Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder.mailboxRestoreArtifactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.mailboxRestoreArtifactsRequestBuilder::[MailboxRestoreArtifactId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifacts.Item.MailboxRestoreArtifactItemRequestBuilder @@ -148720,7 +148237,7 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRest Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Item.MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder-->BaseRequestBuilder @@ -148745,8 +148262,8 @@ Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRest Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.mailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder::[MailboxRestoreArtifactsBulkAdditionRequestId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ExchangeRestoreSessions.Item.MailboxRestoreArtifactsBulkAdditionRequests.Item.MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder @@ -148764,7 +148281,7 @@ Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequest Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Item.MailboxProtectionRuleItemRequestBuilder-->BaseRequestBuilder @@ -148789,8 +148306,8 @@ Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRu Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder.mailboxInclusionRulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.mailboxInclusionRulesRequestBuilder::[MailboxProtectionRuleId:string]:global.Microsoft.Graph.Solutions.BackupRestore.MailboxInclusionRules.Item.MailboxProtectionRuleItemRequestBuilder @@ -148808,7 +148325,7 @@ Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountReques Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Item.MailboxProtectionUnitItemRequestBuilder-->BaseRequestBuilder @@ -148833,8 +148350,8 @@ Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtection Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder.mailboxProtectionUnitsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.mailboxProtectionUnitsRequestBuilder::[MailboxProtectionUnitId:string]:global.Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnits.Item.MailboxProtectionUnitItemRequestBuilder @@ -148852,7 +148369,7 @@ Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.C Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Item.MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder-->BaseRequestBuilder @@ -148877,8 +148394,8 @@ Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.m Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder.mailboxProtectionUnitsBulkAdditionJobsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.mailboxProtectionUnitsBulkAdditionJobsRequestBuilder::[MailboxProtectionUnitsBulkAdditionJobId:string]:global.Microsoft.Graph.Solutions.BackupRestore.MailboxProtectionUnitsBulkAdditionJobs.Item.MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder @@ -148896,7 +148413,7 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Co Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder-->BaseRequestBuilder @@ -148905,7 +148422,7 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.It Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder-->BaseRequestBuilder @@ -148915,8 +148432,8 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.It Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder.driveInclusionRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder::[DriveProtectionRuleId:string]:global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.Item.DriveProtectionRuleItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveInclusionRules.driveInclusionRulesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -148940,7 +148457,7 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.It Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder-->BaseRequestBuilder @@ -148950,8 +148467,8 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.It Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder.driveProtectionUnitsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder::[DriveProtectionUnitId:string]:global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.Item.DriveProtectionUnitItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnits.driveProtectionUnitsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -148975,7 +148492,7 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.It Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder-->BaseRequestBuilder @@ -148985,8 +148502,8 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.It Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder.driveProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder::[DriveProtectionUnitsBulkAdditionJobId:string]:global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.Item.DriveProtectionUnitsBulkAdditionJobItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.DriveProtectionUnitsBulkAdditionJobs.driveProtectionUnitsBulkAdditionJobsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -149029,8 +148546,8 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.on Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder.oneDriveForBusinessProtectionPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.oneDriveForBusinessProtectionPoliciesRequestBuilder::[OneDriveForBusinessProtectionPolicyId:string]:global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessProtectionPolicies.Item.OneDriveForBusinessProtectionPolicyItemRequestBuilder @@ -149048,7 +148565,7 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder-->BaseRequestBuilder @@ -149057,7 +148574,7 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item. Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder-->BaseRequestBuilder @@ -149067,8 +148584,8 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item. Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder.driveRestoreArtifactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.driveRestoreArtifactsRequestBuilder::[DriveRestoreArtifactId:string]:global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifacts.Item.DriveRestoreArtifactItemRequestBuilder @@ -149111,7 +148628,7 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item. Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder-->BaseRequestBuilder @@ -149121,8 +148638,8 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item. Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder.driveRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.driveRestoreArtifactsBulkAdditionRequestsRequestBuilder::[DriveRestoreArtifactsBulkAdditionRequestId:string]:global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.DriveRestoreArtifactsBulkAdditionRequests.Item.DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilder @@ -149173,8 +148690,8 @@ Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDr Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder.oneDriveForBusinessRestoreSessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.oneDriveForBusinessRestoreSessionsRequestBuilder::[OneDriveForBusinessRestoreSessionId:string]:global.Microsoft.Graph.Solutions.BackupRestore.OneDriveForBusinessRestoreSessions.Item.OneDriveForBusinessRestoreSessionItemRequestBuilder @@ -149192,7 +148709,7 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBui Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Item.Activate.activateRequestBuilder-->BaseRequestBuilder @@ -149233,8 +148750,8 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesReq Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder.protectionPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.protectionPoliciesRequestBuilder::[ProtectionPolicyBaseId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ProtectionPolicies.Item.ProtectionPolicyBaseItemRequestBuilder @@ -149252,7 +148769,7 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilde Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -149261,7 +148778,7 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder-->BaseRequestBuilder @@ -149271,8 +148788,8 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder.graphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder.graphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder.graphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder.graphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder.graphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder.graphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder.graphDriveProtectionUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder.graphDriveProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphDriveProtectionUnit.graphDriveProtectionUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -149286,7 +148803,7 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUn Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder-->BaseRequestBuilder @@ -149296,8 +148813,8 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUn Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder.graphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder.graphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder.graphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder.graphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder.graphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder.graphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder.graphMailboxProtectionUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder.graphMailboxProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphMailboxProtectionUnit.graphMailboxProtectionUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -149311,7 +148828,7 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit. Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder-->BaseRequestBuilder @@ -149321,8 +148838,8 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit. Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder.graphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder.graphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder.graphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder.graphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder.graphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder.graphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder.graphSiteProtectionUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder.graphSiteProtectionUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.GraphSiteProtectionUnit.graphSiteProtectionUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -149376,8 +148893,8 @@ Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBu Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder.protectionUnitsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder.protectionUnitsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder.protectionUnitsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder.protectionUnitsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder.protectionUnitsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder.protectionUnitsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder.protectionUnitsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder.protectionUnitsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder::[ProtectionUnitBaseId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.Item.ProtectionUnitBaseItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ProtectionUnits.protectionUnitsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -149395,7 +148912,7 @@ Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder. Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Item.ProtectionUnit.protectionUnitRequestBuilder-->BaseRequestBuilder @@ -149430,8 +148947,8 @@ Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilde Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder.restorePointsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.RestorePoints.restorePointsRequestBuilder::[RestorePointId:string]:global.Microsoft.Graph.Solutions.BackupRestore.RestorePoints.Item.RestorePointItemRequestBuilder @@ -149469,7 +148986,7 @@ Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilde Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Item.Activate.activateRequestBuilder-->BaseRequestBuilder @@ -149502,8 +149019,8 @@ Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBu Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder.restoreSessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.restoreSessionsRequestBuilder::[RestoreSessionBaseId:string]:global.Microsoft.Graph.Solutions.BackupRestore.RestoreSessions.Item.RestoreSessionBaseItemRequestBuilder @@ -149521,7 +149038,7 @@ Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder.Co Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Item.Activate.activatePostRequestBody::|public|AdditionalData:IDictionary @@ -149570,8 +149087,8 @@ Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.se Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder.serviceAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.ServiceApps.serviceAppsRequestBuilder::[ServiceAppId:string]:global.Microsoft.Graph.Solutions.BackupRestore.ServiceApps.Item.ServiceAppItemRequestBuilder @@ -149589,7 +149106,7 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.Count Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SharePointProtectionPolicyItemRequestBuilder-->BaseRequestBuilder @@ -149616,7 +149133,7 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteIn Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Item.SiteProtectionRuleItemRequestBuilder-->BaseRequestBuilder @@ -149635,8 +149152,8 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteIn Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder::[SiteProtectionRuleId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.Item.SiteProtectionRuleItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteInclusionRules.siteInclusionRulesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -149651,7 +149168,7 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SitePr Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Item.SiteProtectionUnitItemRequestBuilder-->BaseRequestBuilder @@ -149670,8 +149187,8 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SitePr Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder::[SiteProtectionUnitId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.Item.SiteProtectionUnitItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnits.siteProtectionUnitsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -149686,7 +149203,7 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SitePr Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Item.SiteProtectionUnitsBulkAdditionJobItemRequestBuilder-->BaseRequestBuilder @@ -149705,8 +149222,8 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SitePr Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder::[SiteProtectionUnitsBulkAdditionJobId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.Item.SiteProtectionUnitsBulkAdditionJobItemRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -149722,8 +149239,8 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointP Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder.sharePointProtectionPoliciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.sharePointProtectionPoliciesRequestBuilder::[SharePointProtectionPolicyId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SharePointProtectionPolicies.Item.SharePointProtectionPolicyItemRequestBuilder @@ -149741,7 +149258,7 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountReq Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SharePointRestoreSessionItemRequestBuilder-->BaseRequestBuilder @@ -149767,7 +149284,7 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteResto Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Item.RestorePoint.restorePointRequestBuilder-->BaseRequestBuilder @@ -149802,8 +149319,8 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteResto Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder.siteRestoreArtifactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.siteRestoreArtifactsRequestBuilder::[SiteRestoreArtifactId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifacts.Item.SiteRestoreArtifactItemRequestBuilder @@ -149821,7 +149338,7 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteResto Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Item.SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilder-->BaseRequestBuilder @@ -149846,8 +149363,8 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteResto Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder.siteRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.siteRestoreArtifactsBulkAdditionRequestsRequestBuilder::[SiteRestoreArtifactsBulkAdditionRequestId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SiteRestoreArtifactsBulkAdditionRequests.Item.SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilder @@ -149866,8 +149383,8 @@ Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRest Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder.sharePointRestoreSessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.sharePointRestoreSessionsRequestBuilder::[SharePointRestoreSessionId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SharePointRestoreSessions.Item.SharePointRestoreSessionItemRequestBuilder @@ -149885,7 +149402,7 @@ Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBui Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Item.SiteProtectionRuleItemRequestBuilder-->BaseRequestBuilder @@ -149910,8 +149427,8 @@ Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesReq Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder.siteInclusionRulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.siteInclusionRulesRequestBuilder::[SiteProtectionRuleId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SiteInclusionRules.Item.SiteProtectionRuleItemRequestBuilder @@ -149929,7 +149446,7 @@ Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBu Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Item.SiteProtectionUnitItemRequestBuilder-->BaseRequestBuilder @@ -149954,8 +149471,8 @@ Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsR Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder.siteProtectionUnitsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.siteProtectionUnitsRequestBuilder::[SiteProtectionUnitId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnits.Item.SiteProtectionUnitItemRequestBuilder @@ -149973,7 +149490,7 @@ Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Coun Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Count.CountRequestBuilder Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Item.SiteProtectionUnitsBulkAdditionJobItemRequestBuilder-->BaseRequestBuilder @@ -149998,8 +149515,8 @@ Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.site Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder.siteProtectionUnitsBulkAdditionJobsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.siteProtectionUnitsBulkAdditionJobsRequestBuilder::[SiteProtectionUnitsBulkAdditionJobId:string]:global.Microsoft.Graph.Solutions.BackupRestore.SiteProtectionUnitsBulkAdditionJobs.Item.SiteProtectionUnitsBulkAdditionJobItemRequestBuilder @@ -150018,8 +149535,8 @@ Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.book Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder.bookingBusinessesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.bookingBusinessesRequestBuilder::[BookingBusinessId:string]:global.Microsoft.Graph.Solutions.BookingBusinesses.Item.BookingBusinessItemRequestBuilder @@ -150037,7 +149554,7 @@ Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder.CountReque Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingBusinesses.Count.CountRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder-->BaseRequestBuilder @@ -150047,8 +149564,8 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsReques Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder.appointmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.appointmentsRequestBuilder::[BookingAppointmentId:string]:global.Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Item.BookingAppointmentItemRequestBuilder @@ -150066,7 +149583,7 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequest Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Count.CountRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.Appointments.Item.BookingAppointmentItemRequestBuilder-->BaseRequestBuilder @@ -150132,9 +149649,9 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewReques Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Start:string -Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder::[BookingAppointmentId:string]:global.Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Item.BookingAppointmentItemRequestBuilder @@ -150147,14 +149664,12 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewReques Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.BookingAppointment; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.CalendarViewRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|End:string Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Start:string Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.CalendarView.Item.BookingAppointmentItemRequestBuilder-->BaseRequestBuilder @@ -150196,7 +149711,7 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBui Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Count.CountRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder-->BaseRequestBuilder @@ -150206,8 +149721,8 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuild Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder.customersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.customersRequestBuilder::[BookingCustomerBaseId:string]:global.Microsoft.Graph.Solutions.BookingBusinesses.Item.Customers.Item.BookingCustomerBaseItemRequestBuilder @@ -150240,7 +149755,7 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequ Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Count.CountRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder-->BaseRequestBuilder @@ -150250,8 +149765,8 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestions Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder.customQuestionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.customQuestionsRequestBuilder::[BookingCustomQuestionId:string]:global.Microsoft.Graph.Solutions.BookingBusinesses.Item.CustomQuestions.Item.BookingCustomQuestionItemRequestBuilder @@ -150316,7 +149831,7 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuil Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Count.CountRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Item.BookingServiceItemRequestBuilder-->BaseRequestBuilder @@ -150341,8 +149856,8 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder.servicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.servicesRequestBuilder::[BookingServiceId:string]:global.Microsoft.Graph.Solutions.BookingBusinesses.Item.Services.Item.BookingServiceItemRequestBuilder @@ -150360,7 +149875,7 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequest Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Count.CountRequestBuilder Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Item.BookingStaffMemberBaseItemRequestBuilder-->BaseRequestBuilder @@ -150385,8 +149900,8 @@ Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersReques Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder.staffMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.staffMembersRequestBuilder::[BookingStaffMemberBaseId:string]:global.Microsoft.Graph.Solutions.BookingBusinesses.Item.StaffMembers.Item.BookingStaffMemberBaseItemRequestBuilder @@ -150412,8 +149927,8 @@ Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.book Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder.bookingCurrenciesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingCurrencies.bookingCurrenciesRequestBuilder::[BookingCurrencyId:string]:global.Microsoft.Graph.Solutions.BookingCurrencies.Item.BookingCurrencyItemRequestBuilder @@ -150431,7 +149946,7 @@ Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder.CountReque Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.BookingCurrencies.Count.CountRequestBuilder Microsoft.Graph.Solutions.BookingCurrencies.Item.BookingCurrencyItemRequestBuilder-->BaseRequestBuilder @@ -150471,7 +149986,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder.CountRe Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Events.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder-->BaseRequestBuilder @@ -150481,8 +149996,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsReques Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.eventsRequestBuilder::[VirtualEventId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.VirtualEventItemRequestBuilder @@ -150507,7 +150022,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountReques Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Item.VirtualEventPresenterItemRequestBuilder-->BaseRequestBuilder @@ -150532,8 +150047,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequest Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.presentersRequestBuilder::[VirtualEventPresenterId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Presenters.Item.VirtualEventPresenterItemRequestBuilder @@ -150558,7 +150073,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestB Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder-->BaseRequestBuilder @@ -150568,8 +150083,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceRepo Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder::[MeetingAttendanceReportId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.MeetingAttendanceReportItemRequestBuilder @@ -150587,7 +150102,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceRepo Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder-->BaseRequestBuilder @@ -150597,8 +150112,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceRepo Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder::[AttendanceRecordId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder @@ -150616,7 +150131,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceRepo Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder-->BaseRequestBuilder @@ -150673,8 +150188,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuil Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.sessionsRequestBuilder::[VirtualEventSessionId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Events.Item.Sessions.Item.VirtualEventSessionItemRequestBuilder @@ -150727,7 +150242,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder.Coun Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -150742,8 +150257,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWi Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; role?:string; userId?:string):void Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -150765,8 +150280,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUse Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; role?:string):void Microsoft.Graph.Solutions.VirtualEvents.Townhalls.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -150782,7 +150297,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountReq Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Item.VirtualEventPresenterItemRequestBuilder-->BaseRequestBuilder @@ -150807,8 +150322,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.presentersRequestBuilder::[VirtualEventPresenterId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Presenters.Item.VirtualEventPresenterItemRequestBuilder @@ -150826,7 +150341,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountReque Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder-->BaseRequestBuilder @@ -150836,8 +150351,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceR Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder::[MeetingAttendanceReportId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.MeetingAttendanceReportItemRequestBuilder @@ -150855,7 +150370,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceR Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder-->BaseRequestBuilder @@ -150865,8 +150380,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceR Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder::[AttendanceRecordId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder @@ -150884,7 +150399,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceR Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder-->BaseRequestBuilder @@ -150941,8 +150456,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestB Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.sessionsRequestBuilder::[VirtualEventSessionId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.Sessions.Item.VirtualEventSessionItemRequestBuilder @@ -150978,8 +150493,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townha Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder.townhallsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Townhalls.townhallsRequestBuilder::[VirtualEventTownhallId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Townhalls.Item.VirtualEventTownhallItemRequestBuilder @@ -151017,7 +150532,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder.Count Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -151032,8 +150547,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWit Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder.getByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; role?:string; userId?:string):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserIdAndRoleWithUserIdWithRole.getByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -151055,8 +150570,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUser Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder.getByUserRoleWithRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; role?:string):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.GetByUserRoleWithRole.getByUserRoleWithRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -151072,7 +150587,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Item.VirtualEventPresenterItemRequestBuilder-->BaseRequestBuilder @@ -151097,8 +150612,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersReque Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder.presentersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.presentersRequestBuilder::[VirtualEventPresenterId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Presenters.Item.VirtualEventPresenterItemRequestBuilder @@ -151116,7 +150631,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration. Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Item.VirtualEventRegistrationQuestionBaseItemRequestBuilder-->BaseRequestBuilder @@ -151141,8 +150656,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration. Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder.questionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.questionsRequestBuilder::[VirtualEventRegistrationQuestionBaseId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.RegistrationConfiguration.Questions.Item.VirtualEventRegistrationQuestionBaseItemRequestBuilder @@ -151176,7 +150691,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountR Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder @@ -151192,7 +150707,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Session Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Item.VirtualEventSessionItemRequestBuilder-->BaseRequestBuilder @@ -151211,8 +150726,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Session Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder::[VirtualEventSessionId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.Item.VirtualEventSessionItemRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.Sessions.sessionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -151245,8 +150760,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder.registrationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.registrationsRequestBuilder::[VirtualEventRegistrationId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Registrations.Item.VirtualEventRegistrationItemRequestBuilder @@ -151310,7 +150825,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountReques Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder-->BaseRequestBuilder @@ -151320,8 +150835,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceRe Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.attendanceReportsRequestBuilder::[MeetingAttendanceReportId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.MeetingAttendanceReportItemRequestBuilder @@ -151339,7 +150854,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceRe Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder-->BaseRequestBuilder @@ -151349,8 +150864,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceRe Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder::[AttendanceRecordId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder @@ -151368,7 +150883,7 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceRe Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder-->BaseRequestBuilder @@ -151425,8 +150940,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBu Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder.sessionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.sessionsRequestBuilder::[VirtualEventSessionId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.Sessions.Item.VirtualEventSessionItemRequestBuilder @@ -151466,8 +150981,8 @@ Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinars Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder.webinarsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Solutions.VirtualEvents.Webinars.webinarsRequestBuilder::[VirtualEventWebinarId:string]:global.Microsoft.Graph.Solutions.VirtualEvents.Webinars.Item.VirtualEventWebinarItemRequestBuilder @@ -151488,8 +151003,8 @@ Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containe Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder.containersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.containersRequestBuilder::[FileStorageContainerId:string]:global.Microsoft.Graph.Storage.FileStorage.Containers.Item.FileStorageContainerItemRequestBuilder @@ -151507,7 +151022,7 @@ Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder.CountRe Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.Containers.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.Containers.Item.Activate.activateRequestBuilder-->BaseRequestBuilder @@ -151577,7 +151092,7 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountReque Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Item.Grant.grantPostRequestBody::|public|AdditionalData:IDictionary @@ -151627,8 +151142,8 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsReque Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.permissionsRequestBuilder::[PermissionId:string]:global.Microsoft.Graph.Storage.FileStorage.Containers.Item.Permissions.Item.PermissionItemRequestBuilder @@ -151669,7 +151184,7 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.Ser Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -151679,8 +151194,8 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.Ser Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -151694,7 +151209,7 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.Count Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.createdByUserRequestBuilder-->BaseRequestBuilder @@ -151726,7 +151241,7 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.Create Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -151736,8 +151251,8 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.Create Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -151774,7 +151289,7 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastMo Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -151784,8 +151299,8 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastMo Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -151817,8 +151332,8 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsReques Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.itemsRequestBuilder::[RecycleBinItemId:string]:global.Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.Items.Item.RecycleBinItemItemRequestBuilder @@ -151859,7 +151374,7 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUse Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -151869,8 +151384,8 @@ Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUse Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.Containers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -151916,7 +151431,7 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder. Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder-->BaseRequestBuilder @@ -151926,8 +151441,8 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBu Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder.deletedContainersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.deletedContainersRequestBuilder::[FileStorageContainerId:string]:global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.FileStorageContainerItemRequestBuilder @@ -152006,7 +151521,7 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.Cou Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Item.Grant.grantPostRequestBody::|public|AdditionalData:IDictionary @@ -152056,8 +151571,8 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissio Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder.permissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.permissionsRequestBuilder::[PermissionId:string]:global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.Permissions.Item.PermissionItemRequestBuilder @@ -152098,7 +151613,7 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByU Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -152108,8 +151623,8 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByU Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -152123,7 +151638,7 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Coun Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.createdByUserRequestBuilder-->BaseRequestBuilder @@ -152155,7 +151670,7 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -152165,8 +151680,8 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.CreatedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -152203,7 +151718,7 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -152213,8 +151728,8 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -152246,8 +151761,8 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.item Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.itemsRequestBuilder::[RecycleBinItemId:string]:global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.Items.Item.RecycleBinItemItemRequestBuilder @@ -152288,7 +151803,7 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifi Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -152298,8 +151813,8 @@ Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifi Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.FileStorage.DeletedContainers.Item.RecycleBin.LastModifiedByUser.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -152378,7 +151893,7 @@ Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder.CountR Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Storage.Settings.Quota.Services.Count.CountRequestBuilder Microsoft.Graph.Storage.Settings.Quota.Services.Item.ServiceStorageQuotaBreakdownItemRequestBuilder-->BaseRequestBuilder @@ -152403,8 +151918,8 @@ Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesR Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder.servicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Storage.Settings.Quota.Services.servicesRequestBuilder::[ServiceStorageQuotaBreakdownId:string]:global.Microsoft.Graph.Storage.Settings.Quota.Services.Item.ServiceStorageQuotaBreakdownItemRequestBuilder @@ -152467,8 +151982,8 @@ Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusReques Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder.subscribedSkusRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.SubscribedSkus.subscribedSkusRequestBuilder::[SubscribedSkuId:string]:global.Microsoft.Graph.SubscribedSkus.Item.SubscribedSkuItemRequestBuilder @@ -152508,8 +152023,8 @@ Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBu Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder.subscriptionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Subscriptions.subscriptionsRequestBuilder::[SubscriptionId:string]:global.Microsoft.Graph.Subscriptions.Item.SubscriptionItemRequestBuilder @@ -152526,7 +152041,7 @@ Microsoft.Graph.Teams.Count.CountRequestBuilder.CountRequestBuilderGetQueryParam Microsoft.Graph.Teams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Count.CountRequestBuilder Microsoft.Graph.Teams.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -152542,8 +152057,8 @@ Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessages Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -152560,8 +152075,8 @@ Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequ Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Teams.Item.AllChannels.Item.ChannelItemRequestBuilder Microsoft.Graph.Teams.Item.AllChannels.allChannelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -152576,7 +152091,7 @@ Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.AllChannels.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.AllChannels.Item.ChannelItemRequestBuilder-->BaseRequestBuilder @@ -152610,8 +152125,8 @@ Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilde Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.channelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.ChannelItemRequestBuilder @@ -152631,7 +152146,7 @@ Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -152647,8 +152162,8 @@ Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder. Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -152670,8 +152185,8 @@ Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessage Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -152711,8 +152226,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.all Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -152732,7 +152247,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder.Co Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -152896,7 +152411,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder.Count Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -152921,8 +152436,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRe Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -152965,7 +152480,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder.Coun Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -152980,8 +152495,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.delt Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -153018,7 +152533,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.Coun Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -153028,8 +152543,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedCont Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -153076,7 +152591,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountReques Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -153091,8 +152606,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaReques Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -153128,7 +152643,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedConten Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -153138,8 +152653,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedConten Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -153231,8 +152746,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBui Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -153296,8 +152811,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.message Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.Messages.Item.ChatMessageItemRequestBuilder @@ -153330,7 +152845,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuild Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -153340,8 +152855,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.all Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -153356,7 +152871,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Cou Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -153401,8 +152916,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestB Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -153420,7 +152935,7 @@ Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder.CountReq Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -153455,8 +152970,8 @@ Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuil Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Channels.Item.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Teams.Item.Channels.Item.Tabs.Item.TeamsTabItemRequestBuilder @@ -153518,7 +153033,7 @@ Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBui Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -153528,8 +153043,8 @@ Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningEr Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -153543,7 +153058,7 @@ Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder.CountReque Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.IncomingChannels.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder-->BaseRequestBuilder @@ -153553,8 +153068,8 @@ Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incom Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Teams.Item.IncomingChannels.Item.ChannelItemRequestBuilder Microsoft.Graph.Teams.Item.IncomingChannels.incomingChannelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -153578,7 +153093,7 @@ Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -153588,8 +153103,8 @@ Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAp Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.InstalledApps.installedAppsRequestBuilder::[TeamsAppInstallationId:string]:global.Microsoft.Graph.Teams.Item.InstalledApps.Item.TeamsAppInstallationItemRequestBuilder @@ -153681,7 +153196,7 @@ Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder.CountRequestBuilder Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -153706,8 +153221,8 @@ Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGe Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teams.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -153750,7 +153265,7 @@ Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Operations.Item.TeamsAsyncOperationItemRequestBuilder-->BaseRequestBuilder @@ -153775,8 +153290,8 @@ Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequest Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Operations.operationsRequestBuilder::[TeamsAsyncOperationId:string]:global.Microsoft.Graph.Teams.Item.Operations.Item.TeamsAsyncOperationItemRequestBuilder @@ -153794,7 +153309,7 @@ Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder.CountReque Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -153819,8 +153334,8 @@ Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permi Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Teams.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -153888,8 +153403,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.al Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -153909,7 +153424,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder.C Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -154046,7 +153561,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder.Coun Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -154071,8 +153586,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersR Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.Members.Item.ConversationMemberItemRequestBuilder @@ -154115,7 +153630,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder.Cou Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -154130,8 +153645,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.del Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -154168,7 +153683,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.Cou Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -154178,8 +153693,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedCon Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -154226,7 +153741,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountReque Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -154241,8 +153756,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaReque Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -154278,7 +153793,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedConte Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -154288,8 +153803,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedConte Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -154381,8 +153896,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBu Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -154446,8 +153961,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messag Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.Messages.Item.ChatMessageItemRequestBuilder @@ -154507,7 +154022,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuil Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -154517,8 +154032,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.al Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -154533,7 +154048,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Co Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -154578,8 +154093,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequest Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -154597,7 +154112,7 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder.CountRe Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -154632,8 +154147,8 @@ Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBui Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Teams.Item.PrimaryChannel.Tabs.Item.TeamsTabItemRequestBuilder @@ -154658,7 +154173,7 @@ Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.DayNotes.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder-->BaseRequestBuilder @@ -154668,8 +154183,8 @@ Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequ Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.DayNotes.dayNotesRequestBuilder::[DayNoteId:string]:global.Microsoft.Graph.Teams.Item.Schedule.DayNotes.Item.DayNoteItemRequestBuilder @@ -154702,7 +154217,7 @@ Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Item.OfferShiftRequestItemRequestBuilder-->BaseRequestBuilder @@ -154727,8 +154242,8 @@ Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequest Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder::[OfferShiftRequestId:string]:global.Microsoft.Graph.Teams.Item.Schedule.OfferShiftRequests.Item.OfferShiftRequestItemRequestBuilder @@ -154746,7 +154261,7 @@ Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBu Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Item.OpenShiftChangeRequestItemRequestBuilder-->BaseRequestBuilder @@ -154771,8 +154286,8 @@ Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeReque Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder::[OpenShiftChangeRequestId:string]:global.Microsoft.Graph.Teams.Item.Schedule.OpenShiftChangeRequests.Item.OpenShiftChangeRequestItemRequestBuilder @@ -154790,7 +154305,7 @@ Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder.CountRe Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Item.OpenShiftItemRequestBuilder-->BaseRequestBuilder @@ -154815,8 +154330,8 @@ Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShif Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.OpenShifts.openShiftsRequestBuilder::[OpenShiftId:string]:global.Microsoft.Graph.Teams.Item.Schedule.OpenShifts.Item.OpenShiftItemRequestBuilder @@ -154861,7 +154376,7 @@ Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder.C Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Item.SchedulingGroupItemRequestBuilder-->BaseRequestBuilder @@ -154886,8 +154401,8 @@ Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuil Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder::[SchedulingGroupId:string]:global.Microsoft.Graph.Teams.Item.Schedule.SchedulingGroups.Item.SchedulingGroupItemRequestBuilder @@ -154922,7 +154437,7 @@ Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder.CountReques Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.Shifts.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.Shifts.Item.ShiftItemRequestBuilder-->BaseRequestBuilder @@ -154947,8 +154462,8 @@ Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBui Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.Shifts.shiftsRequestBuilder::[ShiftId:string]:global.Microsoft.Graph.Teams.Item.Schedule.Shifts.Item.ShiftItemRequestBuilder @@ -154966,7 +154481,7 @@ Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestB Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Item.SwapShiftsChangeRequestItemRequestBuilder-->BaseRequestBuilder @@ -154991,8 +154506,8 @@ Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeReq Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder::[SwapShiftsChangeRequestId:string]:global.Microsoft.Graph.Teams.Item.Schedule.SwapShiftsChangeRequests.Item.SwapShiftsChangeRequestItemRequestBuilder @@ -155027,7 +154542,7 @@ Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder.CountReq Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.TimeCards.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.TimeCards.Item.ClockOut.clockOutPostRequestBody::|public|AdditionalData:IDictionary @@ -155111,8 +154626,8 @@ Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsR Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeCards.timeCardsRequestBuilder::[TimeCardId:string]:global.Microsoft.Graph.Teams.Item.Schedule.TimeCards.Item.TimeCardItemRequestBuilder @@ -155131,7 +154646,7 @@ Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder.Cou Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Item.TimeOffReasonItemRequestBuilder-->BaseRequestBuilder @@ -155156,8 +154671,8 @@ Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder. Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder::[TimeOffReasonId:string]:global.Microsoft.Graph.Teams.Item.Schedule.TimeOffReasons.Item.TimeOffReasonItemRequestBuilder @@ -155175,7 +154690,7 @@ Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder.Co Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Item.TimeOffRequestItemRequestBuilder-->BaseRequestBuilder @@ -155200,8 +154715,8 @@ Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilde Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder::[TimeOffRequestId:string]:global.Microsoft.Graph.Teams.Item.Schedule.TimeOffRequests.Item.TimeOffRequestItemRequestBuilder @@ -155219,7 +154734,7 @@ Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Schedule.TimesOff.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Schedule.TimesOff.Item.TimeOffItemRequestBuilder-->BaseRequestBuilder @@ -155244,8 +154759,8 @@ Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequ Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Schedule.TimesOff.timesOffRequestBuilder::[TimeOffId:string]:global.Microsoft.Graph.Teams.Item.Schedule.TimesOff.Item.TimeOffItemRequestBuilder @@ -155285,7 +154800,7 @@ Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder.CountRequestBuilderGet Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Tags.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder-->BaseRequestBuilder @@ -155294,7 +154809,7 @@ Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teams.Item.Tags.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Teams.Item.Tags.Item.Members.Item.TeamworkTagMemberItemRequestBuilder-->BaseRequestBuilder @@ -155319,8 +154834,8 @@ Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersReques Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Tags.Item.Members.membersRequestBuilder::[TeamworkTagMemberId:string]:global.Microsoft.Graph.Teams.Item.Tags.Item.Members.Item.TeamworkTagMemberItemRequestBuilder @@ -155355,8 +154870,8 @@ Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryPar Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.Item.Tags.tagsRequestBuilder::[TeamworkTagId:string]:global.Microsoft.Graph.Teams.Item.Tags.Item.TeamworkTagItemRequestBuilder @@ -155424,8 +154939,8 @@ Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetQueryParameters: Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.teamsRequestBuilder.teamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teams.teamsRequestBuilder::[TeamId:string]:global.Microsoft.Graph.Teams.Item.TeamItemRequestBuilder @@ -155444,7 +154959,7 @@ Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder.CountRequestBuilderGetQ Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.TeamsTemplates.Count.CountRequestBuilder Microsoft.Graph.TeamsTemplates.Item.TeamsTemplateItemRequestBuilder-->BaseRequestBuilder @@ -155469,8 +154984,8 @@ Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesReques Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder.teamsTemplatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.TeamsTemplates.teamsTemplatesRequestBuilder::[TeamsTemplateId:string]:global.Microsoft.Graph.TeamsTemplates.Item.TeamsTemplateItemRequestBuilder @@ -155488,7 +155003,7 @@ Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedChats.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder-->BaseRequestBuilder @@ -155498,8 +155013,8 @@ Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsReq Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder.deletedChatsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedChats.deletedChatsRequestBuilder::[DeletedChatId:string]:global.Microsoft.Graph.Teamwork.DeletedChats.Item.DeletedChatItemRequestBuilder @@ -155540,7 +155055,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder-->BaseRequestBuilder @@ -155550,8 +155065,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsReq Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder.deletedTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.deletedTeamsRequestBuilder::[DeletedTeamId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.DeletedTeamItemRequestBuilder @@ -155577,8 +155092,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilde Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -155595,8 +155110,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.chann Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.channelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.ChannelItemRequestBuilder @@ -155616,7 +155131,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder.Co Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -155632,8 +155147,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessage Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -155655,8 +155170,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAl Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -155696,8 +155211,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRe Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -155717,7 +155232,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountR Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -155881,7 +155396,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -155906,8 +155421,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestB Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -155950,7 +155465,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountReq Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -155965,8 +155480,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaReq Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -156003,7 +155518,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedCon Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -156013,8 +155528,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedCon Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -156061,7 +155576,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.C Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -156076,8 +155591,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.D Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -156113,7 +155628,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.I Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -156123,8 +155638,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.I Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -156216,8 +155731,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.r Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -156281,8 +155796,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesReques Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Messages.Item.ChatMessageItemRequestBuilder @@ -156315,7 +155830,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.C Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -156325,8 +155840,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.Al Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -156341,7 +155856,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.Al Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -156386,8 +155901,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedW Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -156405,7 +155920,7 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequest Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -156440,8 +155955,8 @@ Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Teamwork.DeletedTeams.Item.Channels.Item.Tabs.Item.TeamsTabItemRequestBuilder @@ -156536,7 +156051,7 @@ Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder.CountRe Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Teamwork.WorkforceIntegrations.Count.CountRequestBuilder Microsoft.Graph.Teamwork.WorkforceIntegrations.Item.WorkforceIntegrationItemRequestBuilder-->BaseRequestBuilder @@ -156561,8 +156076,8 @@ Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuild Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder.workforceIntegrationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Teamwork.WorkforceIntegrations.workforceIntegrationsRequestBuilder::[WorkforceIntegrationId:string]:global.Microsoft.Graph.Teamwork.WorkforceIntegrations.Item.WorkforceIntegrationItemRequestBuilder @@ -156580,7 +156095,7 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBu Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Count.CountRequestBuilder Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder-->BaseRequestBuilder @@ -156590,8 +156105,8 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustom Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder.delegatedAdminCustomersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.delegatedAdminCustomersRequestBuilder::[DelegatedAdminCustomerId:string]:global.Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.DelegatedAdminCustomerItemRequestBuilder @@ -156625,7 +156140,7 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManageme Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Count.CountRequestBuilder Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Item.DelegatedAdminServiceManagementDetailItemRequestBuilder-->BaseRequestBuilder @@ -156650,8 +156165,8 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManageme Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder.serviceManagementDetailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.serviceManagementDetailsRequestBuilder::[DelegatedAdminServiceManagementDetailId:string]:global.Microsoft.Graph.TenantRelationships.DelegatedAdminCustomers.Item.ServiceManagementDetails.Item.DelegatedAdminServiceManagementDetailItemRequestBuilder @@ -156669,7 +156184,7 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountReque Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Count.CountRequestBuilder Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder-->BaseRequestBuilder @@ -156679,8 +156194,8 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRe Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder.delegatedAdminRelationshipsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.delegatedAdminRelationshipsRequestBuilder::[DelegatedAdminRelationshipId:string]:global.Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.DelegatedAdminRelationshipItemRequestBuilder @@ -156699,8 +156214,8 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssig Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder.accessAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.accessAssignmentsRequestBuilder::[DelegatedAdminAccessAssignmentId:string]:global.Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Item.DelegatedAdminAccessAssignmentItemRequestBuilder @@ -156718,7 +156233,7 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssig Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Count.CountRequestBuilder Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.AccessAssignments.Item.DelegatedAdminAccessAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -156760,7 +156275,7 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations. Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Item.DelegatedAdminRelationshipOperationItemRequestBuilder-->BaseRequestBuilder @@ -156785,8 +156300,8 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations. Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.operationsRequestBuilder::[DelegatedAdminRelationshipOperationId:string]:global.Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Operations.Item.DelegatedAdminRelationshipOperationItemRequestBuilder @@ -156804,7 +156319,7 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Co Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Count.CountRequestBuilder Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Item.DelegatedAdminRelationshipRequestItemRequestBuilder-->BaseRequestBuilder @@ -156829,8 +156344,8 @@ Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.re Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder.requestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.requestsRequestBuilder::[DelegatedAdminRelationshipRequestId:string]:global.Microsoft.Graph.TenantRelationships.DelegatedAdminRelationships.Item.Requests.Item.DelegatedAdminRelationshipRequestItemRequestBuilder @@ -156888,7 +156403,7 @@ Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountR Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Count.CountRequestBuilder Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Item.MultiTenantOrganizationMemberItemRequestBuilder-->BaseRequestBuilder @@ -156913,8 +156428,8 @@ Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsReque Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder.tenantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.tenantsRequestBuilder::[MultiTenantOrganizationMemberId:string]:global.Microsoft.Graph.TenantRelationships.MultiTenantOrganization.Tenants.Item.MultiTenantOrganizationMemberItemRequestBuilder @@ -156949,7 +156464,7 @@ Microsoft.Graph.Users.Count.CountRequestBuilder.CountRequestBuilderGetQueryParam Microsoft.Graph.Users.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Count.CountRequestBuilder Microsoft.Graph.Users.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -156964,8 +156479,8 @@ Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParam Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -157029,8 +156544,8 @@ Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequest Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder.activitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Activities.activitiesRequestBuilder::[UserActivityId:string]:global.Microsoft.Graph.Users.Item.Activities.Item.UserActivityItemRequestBuilder @@ -157049,7 +156564,7 @@ Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Activities.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder-->BaseRequestBuilder @@ -157058,7 +156573,7 @@ Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilde Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder-->BaseRequestBuilder @@ -157068,8 +156583,8 @@ Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuild Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder.historyItemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.historyItemsRequestBuilder::[ActivityHistoryItemId:string]:global.Microsoft.Graph.Users.Item.Activities.Item.HistoryItems.Item.ActivityHistoryItemItemRequestBuilder @@ -157134,8 +156649,8 @@ Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestB Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder.recentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Activities.Recent.recentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -157152,8 +156667,8 @@ Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuild Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder.agreementAcceptancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder::[AgreementAcceptanceId:string]:global.Microsoft.Graph.Users.Item.AgreementAcceptances.Item.AgreementAcceptanceItemRequestBuilder Microsoft.Graph.Users.Item.AgreementAcceptances.agreementAcceptancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -157168,7 +156683,7 @@ Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder.CountR Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.AgreementAcceptances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.AgreementAcceptances.Item.AgreementAcceptanceItemRequestBuilder-->BaseRequestBuilder @@ -157187,8 +156702,8 @@ Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.a Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder.appRoleAssignmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.AppRoleAssignments.appRoleAssignmentsRequestBuilder::[AppRoleAssignmentId:string]:global.Microsoft.Graph.Users.Item.AppRoleAssignments.Item.AppRoleAssignmentItemRequestBuilder @@ -157206,7 +156721,7 @@ Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder.CountReq Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.AppRoleAssignments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.AppRoleAssignments.Item.AppRoleAssignmentItemRequestBuilder-->BaseRequestBuilder @@ -157272,7 +156787,7 @@ Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.EmailMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder-->BaseRequestBuilder @@ -157282,8 +156797,8 @@ Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilde Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder.emailMethodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.EmailMethods.emailMethodsRequestBuilder::[EmailAuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.EmailMethods.Item.EmailAuthenticationMethodItemRequestBuilder @@ -157316,7 +156831,7 @@ Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder-->BaseRequestBuilder @@ -157326,8 +156841,8 @@ Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilde Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder.fido2MethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder::[Fido2AuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.Fido2Methods.Item.Fido2AuthenticationMethodItemRequestBuilder Microsoft.Graph.Users.Item.Authentication.Fido2Methods.fido2MethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -157354,7 +156869,7 @@ Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder.Coun Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.Methods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.Methods.Item.AuthenticationMethodItemRequestBuilder-->BaseRequestBuilder @@ -157392,8 +156907,8 @@ Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsR Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder.methodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.Methods.methodsRequestBuilder::[AuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.Methods.Item.AuthenticationMethodItemRequestBuilder @@ -157411,7 +156926,7 @@ Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.Co Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Item.Device.deviceRequestBuilder-->BaseRequestBuilder @@ -157443,8 +156958,8 @@ Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsof Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder.microsoftAuthenticatorMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder::[MicrosoftAuthenticatorAuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.Item.MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder Microsoft.Graph.Users.Item.Authentication.MicrosoftAuthenticatorMethods.microsoftAuthenticatorMethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -157459,7 +156974,7 @@ Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder.C Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.Operations.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.Operations.Item.LongRunningOperationItemRequestBuilder-->BaseRequestBuilder @@ -157484,8 +156999,8 @@ Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.op Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.Operations.operationsRequestBuilder::[LongRunningOperationId:string]:global.Microsoft.Graph.Users.Item.Authentication.Operations.Item.LongRunningOperationItemRequestBuilder @@ -157503,7 +157018,7 @@ Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuil Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Item.PasswordAuthenticationMethodItemRequestBuilder-->BaseRequestBuilder @@ -157522,8 +157037,8 @@ Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequest Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder.passwordMethodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.PasswordMethods.passwordMethodsRequestBuilder::[PasswordAuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.PasswordMethods.Item.PasswordAuthenticationMethodItemRequestBuilder @@ -157541,7 +157056,7 @@ Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Item.DisableSmsSignIn.disableSmsSignInRequestBuilder-->BaseRequestBuilder @@ -157582,8 +157097,8 @@ Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilde Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder.phoneMethodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.PhoneMethods.phoneMethodsRequestBuilder::[PhoneAuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.PhoneMethods.Item.PhoneAuthenticationMethodItemRequestBuilder @@ -157601,7 +157116,7 @@ Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountR Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Item.Device.deviceRequestBuilder-->BaseRequestBuilder @@ -157633,8 +157148,8 @@ Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCred Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder.platformCredentialMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder::[PlatformCredentialAuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.Item.PlatformCredentialAuthenticationMethodItemRequestBuilder Microsoft.Graph.Users.Item.Authentication.PlatformCredentialMethods.platformCredentialMethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -157649,7 +157164,7 @@ Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequest Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Item.SoftwareOathAuthenticationMethodItemRequestBuilder-->BaseRequestBuilder @@ -157671,8 +157186,8 @@ Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethod Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder.softwareOathMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder::[SoftwareOathAuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.Item.SoftwareOathAuthenticationMethodItemRequestBuilder Microsoft.Graph.Users.Item.Authentication.SoftwareOathMethods.softwareOathMethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -157687,7 +157202,7 @@ Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.Count Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Item.TemporaryAccessPassAuthenticationMethodItemRequestBuilder-->BaseRequestBuilder @@ -157709,8 +157224,8 @@ Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAc Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder.temporaryAccessPassMethodsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.temporaryAccessPassMethodsRequestBuilder::[TemporaryAccessPassAuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.TemporaryAccessPassMethods.Item.TemporaryAccessPassAuthenticationMethodItemRequestBuilder @@ -157728,7 +157243,7 @@ Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.C Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Item.Device.deviceRequestBuilder-->BaseRequestBuilder @@ -157760,8 +157275,8 @@ Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windows Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder.windowsHelloForBusinessMethodsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder::[WindowsHelloForBusinessAuthenticationMethodId:string]:global.Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.Item.WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder Microsoft.Graph.Users.Item.Authentication.WindowsHelloForBusinessMethods.windowsHelloForBusinessMethodsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -157779,8 +157294,8 @@ Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedC Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; User?:string):void Microsoft.Graph.Users.Item.Calendar.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -157797,8 +157312,8 @@ Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsReque Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.calendarPermissionsRequestBuilder::[CalendarPermissionId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder @@ -157816,7 +157331,7 @@ Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilde Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendar.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder-->BaseRequestBuilder @@ -157860,9 +157375,9 @@ Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.cale Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -157883,9 +157398,9 @@ Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.delta Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -157901,7 +157416,7 @@ Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder.CountReques Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -157917,9 +157432,9 @@ Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaReques Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -157936,8 +157451,8 @@ Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBui Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder @@ -157973,8 +157488,8 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBu Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -157993,7 +157508,7 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBu Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -158104,7 +157619,7 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBui Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -158114,8 +157629,8 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuil Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -158171,9 +157686,9 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuil Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -158191,9 +157706,9 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilde Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -158280,8 +157795,8 @@ Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarG Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder.calendarGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.calendarGroupsRequestBuilder::[CalendarGroupId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.CalendarGroupItemRequestBuilder @@ -158299,7 +157814,7 @@ Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.CalendarGroupItemRequestBuilder-->BaseRequestBuilder @@ -158325,8 +157840,8 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.calendarsRequestBuilder::[CalendarId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarItemRequestBuilder @@ -158344,7 +157859,7 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuild Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -158356,8 +157871,8 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSha Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; User?:string):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -158395,8 +157910,8 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermission Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder::[CalendarPermissionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder @@ -158414,7 +157929,7 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermission Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder-->BaseRequestBuilder @@ -158440,9 +157955,9 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calen Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -158463,9 +157978,9 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -158481,7 +157996,7 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.Count Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -158497,9 +158012,9 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.delta Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -158516,8 +158031,8 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsReque Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder @@ -158553,8 +158068,8 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attach Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -158573,7 +158088,7 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attach Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -158684,7 +158199,7 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extens Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -158694,8 +158209,8 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extens Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -158751,9 +158266,9 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instan Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -158771,9 +158286,9 @@ 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|Orderby:string[] Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? 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::|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 @@ -158860,8 +158375,8 @@ Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBui Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder.calendarsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.calendarsRequestBuilder::[CalendarId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarItemRequestBuilder @@ -158879,7 +158394,7 @@ Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder.CountRequestBuild Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -158891,8 +158406,8 @@ Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.al Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder.allowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; User?:string):void Microsoft.Graph.Users.Item.Calendars.Item.AllowedCalendarSharingRolesWithUser.allowedCalendarSharingRolesWithUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -158930,8 +158445,8 @@ Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermission Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder.calendarPermissionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.calendarPermissionsRequestBuilder::[CalendarPermissionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder @@ -158949,7 +158464,7 @@ Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequest Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.CalendarPermissions.Item.CalendarPermissionItemRequestBuilder-->BaseRequestBuilder @@ -158975,9 +158490,9 @@ Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilde Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -158998,9 +158513,9 @@ Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -159016,7 +158531,7 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder.Count Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -159032,9 +158547,9 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.delta Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -159051,8 +158566,8 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequ Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder @@ -159088,8 +158603,8 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsReq Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -159108,7 +158623,7 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountReq Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -159219,7 +158734,7 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -159229,8 +158744,8 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsReque Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -159286,9 +158801,9 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaReque Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -159306,9 +158821,9 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequest Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -159396,9 +158911,9 @@ Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewR Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Skip:long? 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.calendarViewRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -159419,9 +158934,9 @@ Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBu Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -159454,8 +158969,8 @@ Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetQuery Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder.chatsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.chatsRequestBuilder::[ChatId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.ChatItemRequestBuilder @@ -159475,7 +158990,7 @@ Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder.CountRequestBuilderGe Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -159491,8 +159006,8 @@ Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.get Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -159514,8 +159029,8 @@ Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRe Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -159573,7 +159088,7 @@ Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder.Co Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -159583,8 +159098,8 @@ Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder. Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.installedAppsRequestBuilder::[TeamsAppInstallationId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.InstalledApps.Item.TeamsAppInstallationItemRequestBuilder @@ -159722,7 +159237,7 @@ Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder.CountReq Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -159747,8 +159262,8 @@ Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersReque Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -159791,7 +159306,7 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder.CountRe Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -159806,8 +159321,8 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRe Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -159844,7 +159359,7 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRe Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -159854,8 +159369,8 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContent Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -159902,7 +159417,7 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBu Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -159917,8 +159432,8 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBu Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -159954,7 +159469,7 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents. Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -159964,8 +159479,8 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents. Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -160057,8 +159572,8 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilde Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -160122,8 +159637,8 @@ Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRe Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.Messages.Item.ChatMessageItemRequestBuilder @@ -160142,7 +159657,7 @@ Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -160167,8 +159682,8 @@ Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBu Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -160186,7 +159701,7 @@ Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder.C Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Item.Message.messageRequestBuilder-->BaseRequestBuilder @@ -160221,8 +159736,8 @@ Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilde Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder.pinnedMessagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.pinnedMessagesRequestBuilder::[PinnedChatMessageInfoId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.PinnedMessages.Item.PinnedChatMessageInfoItemRequestBuilder @@ -160262,7 +159777,7 @@ Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder.CountReques Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Chats.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -160297,8 +159812,8 @@ Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilder Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Chats.Item.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Users.Item.Chats.Item.Tabs.Item.TeamsTabItemRequestBuilder @@ -160393,7 +159908,7 @@ Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder.CountR Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CloudClipboard.Items.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CloudClipboard.Items.Item.CloudClipboardItemItemRequestBuilder-->BaseRequestBuilder @@ -160418,8 +159933,8 @@ Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequest Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder.itemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CloudClipboard.Items.itemsRequestBuilder::[CloudClipboardItemId:string]:global.Microsoft.Graph.Users.Item.CloudClipboard.Items.Item.CloudClipboardItemItemRequestBuilder @@ -160438,8 +159953,8 @@ Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFo Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder.contactFoldersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.contactFoldersRequestBuilder::[ContactFolderId:string]:global.Microsoft.Graph.Users.Item.ContactFolders.Item.ContactFolderItemRequestBuilder @@ -160458,7 +159973,7 @@ Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ContactFolders.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -160473,8 +159988,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequest Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -160491,8 +160006,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestB Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.childFoldersRequestBuilder::[ContactFolderId1:string]:global.Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.ContactFolderItemRequestBuilder @@ -160511,7 +160026,7 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBu Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -160526,8 +160041,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBu Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -160561,8 +160076,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contac Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.contactsRequestBuilder::[ContactId:string]:global.Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.ContactItemRequestBuilder @@ -160581,7 +160096,7 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count. Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -160596,8 +160111,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta. Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -160631,7 +160146,7 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.E Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -160641,8 +160156,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.E Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.ContactFolders.Item.ChildFolders.Item.Contacts.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -160734,8 +160249,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.c Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.contactsRequestBuilder::[ContactId:string]:global.Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.ContactItemRequestBuilder @@ -160754,7 +160269,7 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilde Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -160769,8 +160284,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilde Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -160804,7 +160319,7 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.Co Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -160814,8 +160329,8 @@ Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensio Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.ContactFolders.Item.Contacts.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -160889,8 +160404,8 @@ Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilde Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder.contactsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Contacts.contactsRequestBuilder::[ContactId:string]:global.Microsoft.Graph.Users.Item.Contacts.Item.ContactItemRequestBuilder @@ -160909,7 +160424,7 @@ Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Contacts.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Contacts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -160924,8 +160439,8 @@ Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilde Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Contacts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -160959,7 +160474,7 @@ Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder.Co Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -160969,8 +160484,8 @@ Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.ext Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Contacts.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Contacts.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -161036,7 +160551,7 @@ Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CreatedObjects.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder-->BaseRequestBuilder @@ -161046,8 +160561,8 @@ Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdOb Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder.createdObjectsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Users.Item.CreatedObjects.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Users.Item.CreatedObjects.createdObjectsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -161063,7 +160578,7 @@ Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountReque Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -161073,8 +160588,8 @@ Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrin Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CreatedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -161124,8 +160639,8 @@ Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivitie Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder.contentActivitiesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.contentActivitiesRequestBuilder::[ContentActivityId:string]:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Item.ContentActivityItemRequestBuilder @@ -161143,7 +160658,7 @@ Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivitie Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Count.CountRequestBuilder Microsoft.Graph.Users.Item.DataSecurityAndGovernance.Activities.ContentActivities.Item.ContentActivityItemRequestBuilder-->BaseRequestBuilder @@ -161175,6 +160690,7 @@ Microsoft.Graph.Users.Item.DataSecurityAndGovernance.dataSecurityAndGovernanceRe Microsoft.Graph.Users.Item.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.UserDataSecurityAndGovernance; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UserDataSecurityAndGovernance Microsoft.Graph.Users.Item.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|processContent:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProcessContent.ProcessContentRequestBuilder Microsoft.Graph.Users.Item.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|protectionScopes:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|sensitivityLabels:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder Microsoft.Graph.Users.Item.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DataSecurityAndGovernance.dataSecurityAndGovernanceRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.UserDataSecurityAndGovernance; requestConfiguration?:Action>):RequestInformation @@ -161237,13 +160753,176 @@ Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProtectionScopes.protection Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.UserProtectionScopeContainer; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProtectionScopes.protectionScopesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.ProtectionScopes.ProtectionScopesRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; contentFormats?:string; labelIds?:string; locale?:string):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|AdditionalData:IDictionary +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|constructor():void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|DelegatedUserEmail:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Locale:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|ProtectedContents:List +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|SupportedContentFormats:List +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder.computeRightsAndInheritanceRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ComputeRightsAndInheritanceResult +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UsageRightsIncluded +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.rightsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|rights:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|sublabels:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; contentFormats?:string; labelIds?:string; locale?:string):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.computeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|AdditionalData:IDictionary +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|constructor():void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|DelegatedUserEmail:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Locale:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|ProtectedContents:List +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|public|SupportedContentFormats:List +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritancePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder.computeRightsAndInheritanceRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ComputeRightsAndInheritanceResult +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritancePostRequestBody; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.computeRightsAndInheritanceRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder.rightsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UsageRightsIncluded +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.rightsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder.SensitivityLabelItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|rights:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.Rights.RightsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetQueryParameters::|public|Top:long? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder.sublabelsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::[SensitivityLabelId1:string]:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|computeInheritanceWithLabelIdsWithLocaleWithContentFormats(contentFormats:string; labelIds:string; locale:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|computeRightsAndInheritance:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.Count.CountRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabelCollectionResponse +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.sublabelsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.Sublabels.SublabelsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetQueryParameters::|public|Top:long? +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder.sensitivityLabelsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::[SensitivityLabelId:string]:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Item.SensitivityLabelItemRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|computeInheritanceWithLabelIdsWithLocaleWithContentFormats(contentFormats:string; labelIds:string; locale:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats.ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|computeRightsAndInheritance:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.ComputeRightsAndInheritance.ComputeRightsAndInheritanceRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.Count.CountRequestBuilder +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabelCollectionResponse +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.SensitivityLabel +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.SensitivityLabel; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.sensitivityLabelsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DataSecurityAndGovernance.SensitivityLabels.SensitivityLabelsRequestBuilder Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Count.CountRequestBuilder Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder-->BaseRequestBuilder @@ -161253,8 +160932,8 @@ Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagemen Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder.deviceManagementTroubleshootingEventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.deviceManagementTroubleshootingEventsRequestBuilder::[DeviceManagementTroubleshootingEventId:string]:global.Microsoft.Graph.Users.Item.DeviceManagementTroubleshootingEvents.Item.DeviceManagementTroubleshootingEventItemRequestBuilder @@ -161287,7 +160966,7 @@ Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DirectReports.Count.CountRequestBuilder Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder-->BaseRequestBuilder @@ -161297,8 +160976,8 @@ Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directRepor Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder.directReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Users.Item.DirectReports.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Users.Item.DirectReports.directReportsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -161315,7 +160994,7 @@ Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuild Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.Count.CountRequestBuilder Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder-->BaseRequestBuilder @@ -161325,8 +161004,8 @@ Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestB Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder.graphOrgContactRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.DirectReports.GraphOrgContact.graphOrgContactRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -161340,7 +161019,7 @@ Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder.Cou Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.DirectReports.GraphUser.Count.CountRequestBuilder Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder-->BaseRequestBuilder @@ -161350,8 +161029,8 @@ Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graph Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder.graphUserRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.DirectReports.GraphUser.graphUserRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -161403,7 +161082,7 @@ Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Drives.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder-->BaseRequestBuilder @@ -161413,8 +161092,8 @@ Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQu Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder.drivesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder::[DriveId:string]:global.Microsoft.Graph.Users.Item.Drives.Item.DriveItemRequestBuilder Microsoft.Graph.Users.Item.Drives.drivesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -161455,7 +161134,7 @@ Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.Cou Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Count.CountRequestBuilder Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Item.LearningCourseActivityItemRequestBuilder-->BaseRequestBuilder @@ -161474,8 +161153,8 @@ Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningC Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder.learningCourseActivitiesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder::[LearningCourseActivityId:string]:global.Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.Item.LearningCourseActivityItemRequestBuilder Microsoft.Graph.Users.Item.EmployeeExperience.LearningCourseActivities.learningCourseActivitiesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -161499,7 +161178,7 @@ Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Events.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -161515,9 +161194,9 @@ Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderG Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Events.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -161534,8 +161213,8 @@ Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQu Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.eventsRequestBuilder.eventsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.eventsRequestBuilder::[EventId:string]:global.Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder @@ -161571,8 +161250,8 @@ Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.att Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Events.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -161591,7 +161270,7 @@ Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder.Cou Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Events.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -161702,7 +161381,7 @@ Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder.Coun Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -161712,8 +161391,8 @@ Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.exten Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Events.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -161769,9 +161448,9 @@ Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.delta Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -161789,9 +161468,9 @@ Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instanc Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? 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.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration 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 @@ -161873,7 +161552,7 @@ Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -161883,8 +161562,8 @@ Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequest Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -161962,7 +161641,7 @@ Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.FollowedSites.Count.CountRequestBuilder Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder-->BaseRequestBuilder @@ -161972,8 +161651,8 @@ Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSit Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder.followedSitesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder::[SiteId:string]:global.Microsoft.Graph.Users.Item.FollowedSites.Item.SiteItemRequestBuilder Microsoft.Graph.Users.Item.FollowedSites.followedSitesRequestBuilder::|public|add:global.Microsoft.Graph.Users.Item.FollowedSites.Add.AddRequestBuilder @@ -162049,8 +161728,8 @@ Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnost Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder.getManagedAppDiagnosticStatusesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.GetManagedAppDiagnosticStatuses.getManagedAppDiagnosticStatusesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -162072,8 +161751,8 @@ Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBui Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder.getManagedAppPoliciesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.GetManagedAppPolicies.getManagedAppPoliciesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -162092,8 +161771,8 @@ Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWit Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder.getManagedDevicesWithAppFailuresRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.GetManagedDevicesWithAppFailures.getManagedDevicesWithAppFailuresRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -162168,7 +161847,7 @@ Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestB Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Count.CountRequestBuilder Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Item.InferenceClassificationOverrideItemRequestBuilder-->BaseRequestBuilder @@ -162193,8 +161872,8 @@ Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBui Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder.overridesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.InferenceClassification.Overrides.overridesRequestBuilder::[InferenceClassificationOverrideId:string]:global.Microsoft.Graph.Users.Item.InferenceClassification.Overrides.Item.InferenceClassificationOverrideItemRequestBuilder @@ -162230,7 +161909,7 @@ Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder.CountReques Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Insights.Shared.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Insights.Shared.Item.LastSharedMethod.lastSharedMethodRequestBuilder-->BaseRequestBuilder @@ -162275,8 +161954,8 @@ Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBui Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder.sharedRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Shared.sharedRequestBuilder::[SharedInsightId:string]:global.Microsoft.Graph.Users.Item.Insights.Shared.Item.SharedInsightItemRequestBuilder @@ -162294,7 +161973,7 @@ Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Insights.Trending.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Insights.Trending.Item.Resource.resourceRequestBuilder-->BaseRequestBuilder @@ -162329,8 +162008,8 @@ Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequ Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder.trendingRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Trending.trendingRequestBuilder::[TrendingId:string]:global.Microsoft.Graph.Users.Item.Insights.Trending.Item.TrendingItemRequestBuilder @@ -162348,7 +162027,7 @@ Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Insights.Used.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Insights.Used.Item.Resource.resourceRequestBuilder-->BaseRequestBuilder @@ -162383,8 +162062,8 @@ Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGe Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder.usedRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Insights.Used.usedRequestBuilder::[UsedInsightId:string]:global.Microsoft.Graph.Users.Item.Insights.Used.Item.UsedInsightItemRequestBuilder @@ -162402,7 +162081,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -162418,8 +162097,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuild Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -162436,8 +162115,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilde Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder.allChannelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Item.ChannelItemRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.allChannelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -162452,7 +162131,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilde Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.AllChannels.Item.ChannelItemRequestBuilder-->BaseRequestBuilder @@ -162486,8 +162165,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.chan Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder.channelsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.channelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.ChannelItemRequestBuilder @@ -162507,7 +162186,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder.C Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesGetResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse @@ -162523,8 +162202,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessag Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder.getAllMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllMessages.getAllMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -162546,8 +162225,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getA Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder.getAllRetainedMessagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.GetAllRetainedMessages.getAllRetainedMessagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -162587,8 +162266,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersR Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -162608,7 +162287,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.Count Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -162772,7 +162451,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountReq Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -162797,8 +162476,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequest Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -162841,7 +162520,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRe Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -162856,8 +162535,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRe Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -162894,7 +162573,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedCo Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -162904,8 +162583,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedCo Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -162952,7 +162631,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies. Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -162967,8 +162646,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies. Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -163004,7 +162683,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies. Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -163014,8 +162693,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies. Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -163107,8 +162786,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies. Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -163172,8 +162851,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesReque Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Messages.Item.ChatMessageItemRequestBuilder @@ -163206,7 +162885,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count. Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -163216,8 +162895,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.A Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -163232,7 +162911,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.A Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -163277,8 +162956,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.shared Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -163296,7 +162975,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountReques Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -163331,8 +163010,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilde Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Channels.Item.Tabs.Item.TeamsTabItemRequestBuilder @@ -163394,7 +163073,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Coun Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -163404,8 +163083,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serv Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Group.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -163419,7 +163098,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestB Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder-->BaseRequestBuilder @@ -163429,8 +163108,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsReq Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder.incomingChannelsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder::[ChannelId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.Item.ChannelItemRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.IncomingChannels.incomingChannelsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -163454,7 +163133,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuil Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -163464,8 +163143,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBu Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.installedAppsRequestBuilder::[TeamsAppInstallationId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.InstalledApps.Item.TeamsAppInstallationItemRequestBuilder @@ -163557,7 +163236,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder.Co Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -163582,8 +163261,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.member Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Members.Item.ConversationMemberItemRequestBuilder @@ -163626,7 +163305,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Item.TeamsAsyncOperationItemRequestBuilder-->BaseRequestBuilder @@ -163651,8 +163330,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder. Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.operationsRequestBuilder::[TeamsAsyncOperationId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Operations.Item.TeamsAsyncOperationItemRequestBuilder @@ -163670,7 +163349,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestB Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -163695,8 +163374,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsReq Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -163764,8 +163443,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembers Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder.allMembersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.allMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Item.ConversationMemberItemRequestBuilder @@ -163785,7 +163464,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.Coun Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.AllMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -163922,7 +163601,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRe Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -163947,8 +163626,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersReques Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.membersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Members.Item.ConversationMemberItemRequestBuilder @@ -163991,7 +163670,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountR Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -164006,8 +163685,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaR Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -164044,7 +163723,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedC Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -164054,8 +163733,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedC Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -164102,7 +163781,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -164117,8 +163796,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -164154,7 +163833,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder-->BaseRequestBuilder @@ -164164,8 +163843,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder.hostedContentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.hostedContentsRequestBuilder::[ChatMessageHostedContentId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.HostedContents.Item.ChatMessageHostedContentItemRequestBuilder @@ -164257,8 +163936,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder.repliesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.repliesRequestBuilder::[ChatMessageId1:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.Replies.Item.ChatMessageItemRequestBuilder @@ -164322,8 +164001,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.messagesRequestBuilder::[ChatMessageId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Messages.Item.ChatMessageItemRequestBuilder @@ -164383,7 +164062,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder-->BaseRequestBuilder @@ -164393,8 +164072,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item. Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder.allowedMembersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::[ConversationMemberId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.allowedMembersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -164409,7 +164088,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item. Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.AllowedMembers.Item.ConversationMemberItemRequestBuilder-->BaseRequestBuilder @@ -164454,8 +164133,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.share Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder.sharedWithTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.sharedWithTeamsRequestBuilder::[SharedWithChannelTeamInfoId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.SharedWithTeams.Item.SharedWithChannelTeamInfoItemRequestBuilder @@ -164473,7 +164152,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountReque Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Item.TeamsApp.teamsAppRequestBuilder-->BaseRequestBuilder @@ -164508,8 +164187,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuild Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder.tabsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.tabsRequestBuilder::[TeamsTabId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.PrimaryChannel.Tabs.Item.TeamsTabItemRequestBuilder @@ -164534,7 +164213,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequest Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder-->BaseRequestBuilder @@ -164544,8 +164223,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBui Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder.dayNotesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.dayNotesRequestBuilder::[DayNoteId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.DayNotes.Item.DayNoteItemRequestBuilder @@ -164578,7 +164257,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.Co Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Item.OfferShiftRequestItemRequestBuilder-->BaseRequestBuilder @@ -164603,8 +164282,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShi Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder.offerShiftRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.offerShiftRequestsRequestBuilder::[OfferShiftRequestId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OfferShiftRequests.Item.OfferShiftRequestItemRequestBuilder @@ -164622,7 +164301,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Cou Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Item.OpenShiftChangeRequestItemRequestBuilder-->BaseRequestBuilder @@ -164647,8 +164326,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.ope Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder.openShiftChangeRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.openShiftChangeRequestsRequestBuilder::[OpenShiftChangeRequestId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShiftChangeRequests.Item.OpenShiftChangeRequestItemRequestBuilder @@ -164666,7 +164345,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountReque Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Item.OpenShiftItemRequestBuilder-->BaseRequestBuilder @@ -164691,8 +164370,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsReques Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder.openShiftsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.openShiftsRequestBuilder::[OpenShiftId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.OpenShifts.Item.OpenShiftItemRequestBuilder @@ -164737,7 +164416,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.Coun Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Item.SchedulingGroupItemRequestBuilder-->BaseRequestBuilder @@ -164762,8 +164441,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.scheduling Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder.schedulingGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.schedulingGroupsRequestBuilder::[SchedulingGroupId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SchedulingGroups.Item.SchedulingGroupItemRequestBuilder @@ -164798,7 +164477,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBu Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Item.ShiftItemRequestBuilder-->BaseRequestBuilder @@ -164823,8 +164502,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder.shiftsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.shiftsRequestBuilder::[ShiftId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.Shifts.Item.ShiftItemRequestBuilder @@ -164842,7 +164521,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Co Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Item.SwapShiftsChangeRequestItemRequestBuilder-->BaseRequestBuilder @@ -164867,8 +164546,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.sw Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder.swapShiftsChangeRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.swapShiftsChangeRequestsRequestBuilder::[SwapShiftsChangeRequestId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.SwapShiftsChangeRequests.Item.SwapShiftsChangeRequestItemRequestBuilder @@ -164903,7 +164582,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountReques Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Item.ClockOut.clockOutPostRequestBody::|public|AdditionalData:IDictionary @@ -164987,8 +164666,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestB Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder.timeCardsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.timeCardsRequestBuilder::[TimeCardId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.Item.TimeCardItemRequestBuilder @@ -165007,7 +164686,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountR Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Item.TimeOffReasonItemRequestBuilder-->BaseRequestBuilder @@ -165032,8 +164711,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReaso Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder.timeOffReasonsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.timeOffReasonsRequestBuilder::[TimeOffReasonId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffReasons.Item.TimeOffReasonItemRequestBuilder @@ -165051,7 +164730,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.Count Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Item.TimeOffRequestItemRequestBuilder-->BaseRequestBuilder @@ -165076,8 +164755,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder.timeOffRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.timeOffRequestsRequestBuilder::[TimeOffRequestId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeOffRequests.Item.TimeOffRequestItemRequestBuilder @@ -165095,7 +164774,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequest Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Item.TimeOffItemRequestBuilder-->BaseRequestBuilder @@ -165120,8 +164799,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBui Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder.timesOffRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.timesOffRequestBuilder::[TimeOffId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimesOff.Item.TimeOffItemRequestBuilder @@ -165161,7 +164840,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder.Count Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder-->BaseRequestBuilder @@ -165170,7 +164849,7 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequest Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Count.CountRequestBuilder Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Item.TeamworkTagMemberItemRequestBuilder-->BaseRequestBuilder @@ -165195,8 +164874,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuil Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder.membersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.membersRequestBuilder::[TeamworkTagMemberId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.Members.Item.TeamworkTagMemberItemRequestBuilder @@ -165231,8 +164910,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestB Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder.tagsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.tagsRequestBuilder::[TeamworkTagId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.Tags.Item.TeamworkTagItemRequestBuilder @@ -165300,8 +164979,8 @@ Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequ Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder.joinedTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.JoinedTeams.joinedTeamsRequestBuilder::[TeamId:string]:global.Microsoft.Graph.Users.Item.JoinedTeams.Item.TeamItemRequestBuilder @@ -165320,7 +164999,7 @@ Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.LicenseDetails.Count.CountRequestBuilder Microsoft.Graph.Users.Item.LicenseDetails.GetTeamsLicensingDetails.getTeamsLicensingDetailsRequestBuilder-->BaseRequestBuilder @@ -165352,8 +165031,8 @@ Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDe Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder.licenseDetailsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.LicenseDetails.licenseDetailsRequestBuilder::[LicenseDetailsId:string]:global.Microsoft.Graph.Users.Item.LicenseDetails.Item.LicenseDetailsItemRequestBuilder @@ -165384,7 +165063,7 @@ Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder.CountRequestBui Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -165399,8 +165078,8 @@ Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBui Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -165418,8 +165097,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuil Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder.childFoldersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.childFoldersRequestBuilder::[MailFolderId1:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MailFolderItemRequestBuilder @@ -165438,7 +165117,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuild Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -165453,8 +165132,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuild Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -165506,7 +165185,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Item.MessageRuleItemRequestBuilder-->BaseRequestBuilder @@ -165531,8 +165210,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messa Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.messageRulesRequestBuilder::[MessageRuleId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.MessageRules.Item.MessageRuleItemRequestBuilder @@ -165550,7 +165229,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.Cou Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -165566,8 +165245,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.del Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -165584,8 +165263,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Atta Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -165604,7 +165283,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Atta Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -165704,7 +165383,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Exte Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -165714,8 +165393,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Exte Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -165868,8 +165547,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesR Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.messagesRequestBuilder::[MessageId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.ChildFolders.Item.Messages.Item.MessageItemRequestBuilder @@ -165947,7 +165626,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuild Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Item.MessageRuleItemRequestBuilder-->BaseRequestBuilder @@ -165972,8 +165651,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuil Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder.messageRulesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.messageRulesRequestBuilder::[MessageRuleId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.MessageRules.Item.MessageRuleItemRequestBuilder @@ -165991,7 +165670,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder.C Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -166007,8 +165686,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.d Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -166025,8 +165704,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachment Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -166045,7 +165724,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.Coun Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -166145,7 +165824,7 @@ Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.Count Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -166155,8 +165834,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsR Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -166309,8 +165988,8 @@ Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.mess Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.Item.Messages.messagesRequestBuilder::[MessageId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.Messages.Item.MessageItemRequestBuilder @@ -166353,8 +166032,8 @@ Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequ Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder.mailFoldersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MailFolders.mailFoldersRequestBuilder::[MailFolderId:string]:global.Microsoft.Graph.Users.Item.MailFolders.Item.MailFolderItemRequestBuilder @@ -166373,7 +166052,7 @@ Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder.Cou Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ManagedAppRegistrations.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ManagedAppRegistrations.Item.ManagedAppRegistrationItemRequestBuilder-->BaseRequestBuilder @@ -166392,8 +166071,8 @@ Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsReques Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder.managedAppRegistrationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder::[ManagedAppRegistrationId:string]:global.Microsoft.Graph.Users.Item.ManagedAppRegistrations.Item.ManagedAppRegistrationItemRequestBuilder Microsoft.Graph.Users.Item.ManagedAppRegistrations.managedAppRegistrationsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -166408,7 +166087,7 @@ Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ManagedDevices.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ManagedDevices.Item.BypassActivationLock.bypassActivationLockRequestBuilder-->BaseRequestBuilder @@ -166483,7 +166162,7 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Coun Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder-->BaseRequestBuilder @@ -166493,8 +166172,8 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.devi Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder.deviceCompliancePolicyStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.deviceCompliancePolicyStatesRequestBuilder::[DeviceCompliancePolicyStateId:string]:global.Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceCompliancePolicyStates.Item.DeviceCompliancePolicyStateItemRequestBuilder @@ -166527,7 +166206,7 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.C Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder-->BaseRequestBuilder @@ -166537,8 +166216,8 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceC Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder.deviceConfigurationStatesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.deviceConfigurationStatesRequestBuilder::[DeviceConfigurationStateId:string]:global.Microsoft.Graph.Users.Item.ManagedDevices.Item.DeviceConfigurationStates.Item.DeviceConfigurationStateItemRequestBuilder @@ -166585,7 +166264,7 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.Count Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Item.CreateDownloadUrl.createDownloadUrlPostResponse::|public|AdditionalData:IDictionary @@ -166629,8 +166308,8 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollecti Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder.logCollectionRequestsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.logCollectionRequestsRequestBuilder::[DeviceLogCollectionResponseId:string]:global.Microsoft.Graph.Users.Item.ManagedDevices.Item.LogCollectionRequests.Item.DeviceLogCollectionResponseItemRequestBuilder @@ -166766,8 +166445,8 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRe Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder.usersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ManagedDevices.Item.Users.usersRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -166802,7 +166481,7 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMa Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder-->BaseRequestBuilder @@ -166812,8 +166491,8 @@ Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMa Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder.detectedMalwareStateRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.detectedMalwareStateRequestBuilder::[WindowsDeviceMalwareStateId:string]:global.Microsoft.Graph.Users.Item.ManagedDevices.Item.WindowsProtectionState.DetectedMalwareState.Item.WindowsDeviceMalwareStateItemRequestBuilder @@ -166881,8 +166560,8 @@ Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDe Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder.managedDevicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ManagedDevices.managedDevicesRequestBuilder::[ManagedDeviceId:string]:global.Microsoft.Graph.Users.Item.ManagedDevices.Item.ManagedDeviceItemRequestBuilder @@ -166923,7 +166602,7 @@ Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MemberOf.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -166932,7 +166611,7 @@ Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBu Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -166942,8 +166621,8 @@ Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeU Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -166957,7 +166636,7 @@ Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder-->BaseRequestBuilder @@ -166967,8 +166646,8 @@ Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequest Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -166982,7 +166661,7 @@ Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.CountRe Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.MemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -166992,8 +166671,8 @@ Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGro Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.MemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -167047,8 +166726,8 @@ Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilde Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder.memberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Users.Item.MemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Users.Item.MemberOf.memberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -167066,7 +166745,7 @@ Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Messages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Messages.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -167082,8 +166761,8 @@ Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilde Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Messages.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -167100,8 +166779,8 @@ Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.a Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Messages.Item.Attachments.Item.AttachmentItemRequestBuilder @@ -167120,7 +166799,7 @@ Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder.C Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Messages.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Messages.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -167220,7 +166899,7 @@ Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder.Co Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Messages.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -167230,8 +166909,8 @@ Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.ext Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Messages.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -167386,8 +167065,8 @@ Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilde Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder.messagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Messages.messagesRequestBuilder::[MessageId:string]:global.Microsoft.Graph.Users.Item.Messages.Item.MessageItemRequestBuilder @@ -167406,7 +167085,7 @@ Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder.Coun Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Item.OAuth2PermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -167425,8 +167104,8 @@ Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestB Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder.oauth2PermissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder::[OAuth2PermissionGrantId:string]:global.Microsoft.Graph.Users.Item.Oauth2PermissionGrants.Item.OAuth2PermissionGrantItemRequestBuilder Microsoft.Graph.Users.Item.Oauth2PermissionGrants.oauth2PermissionGrantsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -167441,7 +167120,7 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Notebooks.GetNotebookFromWebUrl.getNotebookFromWebUrlPostRequestBody::|public|AdditionalData:IDictionary @@ -167468,8 +167147,8 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePerson Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; includePersonalNotebooks?:bool?):void Microsoft.Graph.Users.Item.Onenote.Notebooks.GetRecentNotebooksWithIncludePersonalNotebooks.getRecentNotebooksWithIncludePersonalNotebooksRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -167522,7 +167201,7 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountReque Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -167568,7 +167247,7 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGrou Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -167587,8 +167266,8 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGrou Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -167603,7 +167282,7 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Co Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -167670,7 +167349,7 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.It Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -167772,8 +167451,8 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.It Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -167810,8 +167489,8 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.se Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -167830,8 +167509,8 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsReq Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -167849,7 +167528,7 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBui Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -167916,7 +167595,7 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.Coun Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -168018,8 +167697,8 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesReque Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -168056,8 +167735,8 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilde Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -168076,8 +167755,8 @@ Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRe Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder.notebooksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Notebooks.notebooksRequestBuilder::[NotebookId:string]:global.Microsoft.Graph.Users.Item.Onenote.Notebooks.Item.NotebookItemRequestBuilder @@ -168118,7 +167797,7 @@ Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder.CountReq Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Operations.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder-->BaseRequestBuilder @@ -168143,8 +167822,8 @@ Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operation Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder.operationsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Operations.operationsRequestBuilder::[OnenoteOperationId:string]:global.Microsoft.Graph.Users.Item.Onenote.Operations.Item.OnenoteOperationItemRequestBuilder @@ -168162,7 +167841,7 @@ Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Pages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -168264,8 +167943,8 @@ Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilder Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Users.Item.Onenote.Pages.Item.OnenotePageItemRequestBuilder @@ -168283,7 +167962,7 @@ Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Resources.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Resources.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -168322,8 +168001,8 @@ Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRe Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder.resourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Resources.resourcesRequestBuilder::[OnenoteResourceId:string]:global.Microsoft.Graph.Users.Item.Onenote.Resources.Item.OnenoteResourceItemRequestBuilder @@ -168341,7 +168020,7 @@ Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder.Count Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.ParentNotebook.parentNotebookRequestBuilder-->BaseRequestBuilder @@ -168387,7 +168066,7 @@ Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountR Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder-->BaseRequestBuilder @@ -168406,8 +168085,8 @@ Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroup Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId1:string]:global.Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroups.sectionGroupsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -168422,7 +168101,7 @@ Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountReques Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -168489,7 +168168,7 @@ Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count. Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -168591,8 +168270,8 @@ Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesR Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -168629,8 +168308,8 @@ Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBu Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.Sections.Item.OnenoteSectionItemRequestBuilder @@ -168649,8 +168328,8 @@ Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sec Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder.sectionGroupsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.SectionGroups.sectionGroupsRequestBuilder::[SectionGroupId:string]:global.Microsoft.Graph.Users.Item.Onenote.SectionGroups.Item.SectionGroupItemRequestBuilder @@ -168668,7 +168347,7 @@ Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder.CountReque Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Sections.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Sections.Item.CopyToNotebook.copyToNotebookPostRequestBody::|public|AdditionalData:IDictionary @@ -168735,7 +168414,7 @@ Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Item.Content.contentRequestBuilder-->BaseRequestBuilder @@ -168837,8 +168516,8 @@ Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pages Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder.pagesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.pagesRequestBuilder::[OnenotePageId:string]:global.Microsoft.Graph.Users.Item.Onenote.Sections.Item.Pages.Item.OnenotePageItemRequestBuilder @@ -168875,8 +168554,8 @@ Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsReque Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder.sectionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Onenote.Sections.sectionsRequestBuilder::[OnenoteSectionId:string]:global.Microsoft.Graph.Users.Item.Onenote.Sections.Item.OnenoteSectionItemRequestBuilder @@ -168894,7 +168573,7 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder.CountRequest Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OnlineMeetings.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OnlineMeetings.CreateOrGet.createOrGetPostRequestBody::|public|AdditionalData:IDictionary @@ -168931,9 +168610,9 @@ Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserId Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|StartDateTime:DateTimeOffset? -Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -168957,9 +168636,9 @@ Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserI Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|StartDateTime:DateTimeOffset? -Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime.getAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -168976,8 +168655,8 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceRepor Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder.attendanceReportsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.attendanceReportsRequestBuilder::[MeetingAttendanceReportId:string]:global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.MeetingAttendanceReportItemRequestBuilder @@ -168995,7 +168674,7 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequ Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder-->BaseRequestBuilder @@ -169005,8 +168684,8 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.Attendance Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder.attendanceRecordsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.attendanceRecordsRequestBuilder::[AttendanceRecordId:string]:global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder @@ -169024,7 +168703,7 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.Attendance Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OnlineMeetings.Item.AttendanceReports.Item.AttendanceRecords.Item.AttendanceRecordItemRequestBuilder-->BaseRequestBuilder @@ -169117,7 +168796,7 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuil Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -169132,8 +168811,8 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuil Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169179,8 +168858,8 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuild Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder.recordingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.recordingsRequestBuilder::[CallRecordingId:string]:global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.Recordings.Item.CallRecordingItemRequestBuilder @@ -169231,7 +168910,7 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBui Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -169246,8 +168925,8 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBui Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169307,8 +168986,8 @@ Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBui Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder.transcriptsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.transcriptsRequestBuilder::[CallTranscriptId:string]:global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.Transcripts.Item.CallTranscriptItemRequestBuilder @@ -169328,8 +169007,8 @@ Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMee Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder.onlineMeetingsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OnlineMeetings.onlineMeetingsRequestBuilder::[OnlineMeetingId:string]:global.Microsoft.Graph.Users.Item.OnlineMeetings.Item.OnlineMeetingItemRequestBuilder @@ -169350,7 +169029,7 @@ Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder.Co Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Outlook.MasterCategories.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Outlook.MasterCategories.Item.OutlookCategoryItemRequestBuilder-->BaseRequestBuilder @@ -169375,8 +169054,8 @@ Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuild Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder.masterCategoriesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Outlook.MasterCategories.masterCategoriesRequestBuilder::[OutlookCategoryId:string]:global.Microsoft.Graph.Users.Item.Outlook.MasterCategories.Item.OutlookCategoryItemRequestBuilder @@ -169410,8 +169089,8 @@ Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestB Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder.supportedLanguagesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Outlook.SupportedLanguages.supportedLanguagesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169430,8 +169109,8 @@ Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestB Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder.supportedTimeZonesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Outlook.SupportedTimeZones.supportedTimeZonesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169450,8 +169129,8 @@ Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.suppor Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder.supportedTimeZonesWithTimeZoneStandardRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; TimeZoneStandard?:string):void Microsoft.Graph.Users.Item.Outlook.SupportedTimeZonesWithTimeZoneStandard.supportedTimeZonesWithTimeZoneStandardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169467,7 +169146,7 @@ Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder.CountRequestBu Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OwnedDevices.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder-->BaseRequestBuilder @@ -169476,7 +169155,7 @@ Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountReques Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -169486,8 +169165,8 @@ Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssig Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169501,7 +169180,7 @@ Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder.Co Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -169511,8 +169190,8 @@ Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.gr Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedDevices.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169526,7 +169205,7 @@ Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder. Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -169536,8 +169215,8 @@ Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilde Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedDevices.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169591,8 +169270,8 @@ Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesR Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder.ownedDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Users.Item.OwnedDevices.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Users.Item.OwnedDevices.ownedDevicesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -169610,7 +169289,7 @@ Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder.CountRequestBu Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OwnedObjects.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder-->BaseRequestBuilder @@ -169619,7 +169298,7 @@ Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuild Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder-->BaseRequestBuilder @@ -169629,8 +169308,8 @@ Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequest Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder.graphApplicationRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedObjects.GraphApplication.graphApplicationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169644,7 +169323,7 @@ Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder.Cou Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -169654,8 +169333,8 @@ Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.grap Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedObjects.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169669,7 +169348,7 @@ Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequest Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.Count.CountRequestBuilder Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder-->BaseRequestBuilder @@ -169679,8 +169358,8 @@ Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrinci Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder.graphServicePrincipalRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.OwnedObjects.GraphServicePrincipal.graphServicePrincipalRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -169734,8 +169413,8 @@ Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsR Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder.ownedObjectsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Users.Item.OwnedObjects.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Users.Item.OwnedObjects.ownedObjectsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -169753,7 +169432,7 @@ Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder.CountRequestBuilderG Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.People.Count.CountRequestBuilder Microsoft.Graph.Users.Item.People.Item.PersonItemRequestBuilder-->BaseRequestBuilder @@ -169772,8 +169451,8 @@ Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetQu Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.People.peopleRequestBuilder.peopleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.People.peopleRequestBuilder::[PersonId:string]:global.Microsoft.Graph.Users.Item.People.Item.PersonItemRequestBuilder Microsoft.Graph.Users.Item.People.peopleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -169788,7 +169467,7 @@ Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder.CountReque Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.PermissionGrants.Count.CountRequestBuilder Microsoft.Graph.Users.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder-->BaseRequestBuilder @@ -169813,8 +169492,8 @@ Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permi Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder.permissionGrantsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.PermissionGrants.permissionGrantsRequestBuilder::[ResourceSpecificPermissionGrantId:string]:global.Microsoft.Graph.Users.Item.PermissionGrants.Item.ResourceSpecificPermissionGrantItemRequestBuilder @@ -169885,8 +169564,8 @@ Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQu Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Photos.photosRequestBuilder.photosRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Photos.photosRequestBuilder::[ProfilePhotoId:string]:global.Microsoft.Graph.Users.Item.Photos.Item.ProfilePhotoItemRequestBuilder Microsoft.Graph.Users.Item.Photos.photosRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -169917,7 +169596,7 @@ Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Planner.Plans.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder-->BaseRequestBuilder @@ -169927,8 +169606,8 @@ Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.buck Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder.bucketsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.bucketsRequestBuilder::[PlannerBucketId:string]:global.Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.PlannerBucketItemRequestBuilder @@ -169946,7 +169625,7 @@ Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder. Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.PlannerBucketItemRequestBuilder-->BaseRequestBuilder @@ -169971,7 +169650,7 @@ Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequ Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -170060,8 +169739,8 @@ Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBui Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Users.Item.Planner.Plans.Item.Buckets.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -170112,7 +169791,7 @@ Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder.Co Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -170201,8 +169880,8 @@ Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksReq Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Users.Item.Planner.Plans.Item.Tasks.Item.PlannerTaskItemRequestBuilder @@ -170221,8 +169900,8 @@ Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilder Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder.plansRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Plans.plansRequestBuilder::[PlannerPlanId:string]:global.Microsoft.Graph.Users.Item.Planner.Plans.Item.PlannerPlanItemRequestBuilder @@ -170240,7 +169919,7 @@ Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder.CountRequestB Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Planner.Tasks.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Planner.Tasks.Item.AssignedToTaskBoardFormat.assignedToTaskBoardFormatRequestBuilder-->BaseRequestBuilder @@ -170329,8 +170008,8 @@ Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilder Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Planner.Tasks.tasksRequestBuilder::[PlannerTaskId:string]:global.Microsoft.Graph.Users.Item.Planner.Tasks.Item.PlannerTaskItemRequestBuilder @@ -170440,7 +170119,7 @@ Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder.CountRequ Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.RegisteredDevices.Count.CountRequestBuilder Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder-->BaseRequestBuilder @@ -170449,7 +170128,7 @@ Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountR Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.Count.CountRequestBuilder Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder-->BaseRequestBuilder @@ -170459,8 +170138,8 @@ Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRole Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder.graphAppRoleAssignmentRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.RegisteredDevices.GraphAppRoleAssignment.graphAppRoleAssignmentRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -170474,7 +170153,7 @@ Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuild Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.Count.CountRequestBuilder Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder-->BaseRequestBuilder @@ -170484,8 +170163,8 @@ Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuild Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder.graphDeviceRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.RegisteredDevices.GraphDevice.graphDeviceRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -170499,7 +170178,7 @@ Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBui Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.Count.CountRequestBuilder Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder-->BaseRequestBuilder @@ -170509,8 +170188,8 @@ Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestB Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder.graphEndpointRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.RegisteredDevices.GraphEndpoint.graphEndpointRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -170564,8 +170243,8 @@ Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.reg Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder.registeredDevicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Users.Item.RegisteredDevices.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Users.Item.RegisteredDevices.registeredDevicesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -170586,8 +170265,8 @@ Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminder Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Count:bool? Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter; EndDateTime?:string; StartDateTime?:string):void Microsoft.Graph.Users.Item.ReminderViewWithStartDateTimeWithEndDateTime.reminderViewWithStartDateTimeWithEndDateTimeRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -170649,7 +170328,7 @@ Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder.CountReq Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Item.ScopedRoleMembershipItemRequestBuilder-->BaseRequestBuilder @@ -170674,8 +170353,8 @@ Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.s Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder.scopedRoleMemberOfRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ScopedRoleMemberOf.scopedRoleMemberOfRequestBuilder::[ScopedRoleMembershipId:string]:global.Microsoft.Graph.Users.Item.ScopedRoleMemberOf.Item.ScopedRoleMembershipItemRequestBuilder @@ -170709,7 +170388,7 @@ Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.C Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.ServiceProvisioningErrors.Count.CountRequestBuilder Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder-->BaseRequestBuilder @@ -170719,8 +170398,8 @@ Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRe Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder.serviceProvisioningErrorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.ServiceProvisioningErrors.serviceProvisioningErrorsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -170799,7 +170478,7 @@ Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBui Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Item.ServiceStorageQuotaBreakdownItemRequestBuilder-->BaseRequestBuilder @@ -170824,8 +170503,8 @@ Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilde Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder.servicesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.servicesRequestBuilder::[ServiceStorageQuotaBreakdownId:string]:global.Microsoft.Graph.Users.Item.Settings.Storage.Quota.Services.Item.ServiceStorageQuotaBreakdownItemRequestBuilder @@ -170859,7 +170538,7 @@ Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder.CountReque Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Settings.Windows.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder @@ -170868,7 +170547,7 @@ Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBui Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder @@ -170878,8 +170557,8 @@ Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuild Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder.instancesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.instancesRequestBuilder::[WindowsSettingInstanceId:string]:global.Microsoft.Graph.Users.Item.Settings.Windows.Item.Instances.Item.WindowsSettingInstanceItemRequestBuilder @@ -170929,8 +170608,8 @@ Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequest Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder.windowsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Settings.Windows.windowsRequestBuilder::[WindowsSettingId:string]:global.Microsoft.Graph.Users.Item.Settings.Windows.Item.WindowsSettingItemRequestBuilder @@ -170995,7 +170674,7 @@ Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder.CountRequestBuilde Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Sponsors.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Sponsors.Item.DirectoryObjectItemRequestBuilder-->BaseRequestBuilder @@ -171014,8 +170693,8 @@ Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilde Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder.sponsorsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Users.Item.Sponsors.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Users.Item.Sponsors.sponsorsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -171031,8 +170710,8 @@ Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilde Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder.associatedTeamsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.associatedTeamsRequestBuilder::[AssociatedTeamInfoId:string]:global.Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Item.AssociatedTeamInfoItemRequestBuilder @@ -171050,7 +170729,7 @@ Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder.Co Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Teamwork.AssociatedTeams.Item.AssociatedTeamInfoItemRequestBuilder-->BaseRequestBuilder @@ -171084,7 +170763,7 @@ Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder.Coun Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder-->BaseRequestBuilder @@ -171094,8 +170773,8 @@ Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.in Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder.installedAppsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Teamwork.InstalledApps.installedAppsRequestBuilder::[UserScopeTeamsAppInstallationId:string]:global.Microsoft.Graph.Users.Item.Teamwork.InstalledApps.Item.UserScopeTeamsAppInstallationItemRequestBuilder @@ -171197,7 +170876,7 @@ Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder.CountRequestBuil Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Todo.Lists.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -171212,8 +170891,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuil Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -171229,7 +170908,7 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder. Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -171239,8 +170918,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.e Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -171273,7 +170952,7 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder.Count Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse @@ -171288,8 +170967,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.delta Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -171306,8 +170985,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsReq Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.attachmentsRequestBuilder::[AttachmentBaseId:string]:global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Item.AttachmentBaseItemRequestBuilder @@ -171326,7 +171005,7 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountReq Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary @@ -171377,8 +171056,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachm Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder.attachmentSessionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder::[AttachmentSessionId:string]:global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Item.AttachmentSessionItemRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.attachmentSessionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -171393,7 +171072,7 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.C Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.AttachmentSessions.Item.AttachmentSessionItemRequestBuilder-->BaseRequestBuilder @@ -171432,8 +171111,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistIt Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder.checklistItemsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.checklistItemsRequestBuilder::[ChecklistItemId:string]:global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Item.ChecklistItemItemRequestBuilder @@ -171451,7 +171130,7 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.Count Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.ChecklistItems.Item.ChecklistItemItemRequestBuilder-->BaseRequestBuilder @@ -171475,7 +171154,7 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder @@ -171485,8 +171164,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsReque Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.Extensions.Item.ExtensionItemRequestBuilder @@ -171519,7 +171198,7 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.Coun Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Item.LinkedResourceItemRequestBuilder-->BaseRequestBuilder @@ -171544,8 +171223,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedReso Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder.linkedResourcesRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.linkedResourcesRequestBuilder::[LinkedResourceId:string]:global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.LinkedResources.Item.LinkedResourceItemRequestBuilder @@ -171584,8 +171263,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksReques Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder.tasksRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.tasksRequestBuilder::[TodoTaskId:string]:global.Microsoft.Graph.Users.Item.Todo.Lists.Item.Tasks.Item.TodoTaskItemRequestBuilder @@ -171622,8 +171301,8 @@ Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGet Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder.listsRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Todo.Lists.listsRequestBuilder::[TodoTaskListId:string]:global.Microsoft.Graph.Users.Item.Todo.Lists.Item.TodoTaskListItemRequestBuilder @@ -171658,7 +171337,7 @@ Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder.CountReq Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.TransitiveMemberOf.Count.CountRequestBuilder Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder-->BaseRequestBuilder @@ -171667,7 +171346,7 @@ Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.Coun Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.Count.CountRequestBuilder Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder-->BaseRequestBuilder @@ -171677,8 +171356,8 @@ Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdmin Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder.graphAdministrativeUnitRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphAdministrativeUnit.graphAdministrativeUnitRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -171692,7 +171371,7 @@ Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequ Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.Count.CountRequestBuilder Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder-->BaseRequestBuilder @@ -171702,8 +171381,8 @@ Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryR Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder.graphDirectoryRoleRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphDirectoryRole.graphDirectoryRoleRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -171717,7 +171396,7 @@ Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuild Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):long? Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.Count.CountRequestBuilder Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder-->BaseRequestBuilder @@ -171727,8 +171406,8 @@ Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilde Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder.graphGroupRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.TransitiveMemberOf.GraphGroup.graphGroupRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void @@ -171782,8 +171461,8 @@ Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.t Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Skip:long? +Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder.transitiveMemberOfRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::[DirectoryObjectId:string]:global.Microsoft.Graph.Users.Item.TransitiveMemberOf.Item.DirectoryObjectItemRequestBuilder Microsoft.Graph.Users.Item.TransitiveMemberOf.transitiveMemberOfRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -171934,7 +171613,7 @@ Microsoft.Graph.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters: Microsoft.Graph.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Orderby:string[] Microsoft.Graph.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Search:string Microsoft.Graph.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Users.usersRequestBuilder.usersRequestBuilderGetQueryParameters::|public|Top:long? Microsoft.Graph.Users.usersRequestBuilder.usersRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.usersRequestBuilder.usersRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.usersRequestBuilder::[UserId:string]:global.Microsoft.Graph.Users.Item.UserItemRequestBuilder diff --git a/src/Microsoft.Graph/Generated/kiota-lock.json b/src/Microsoft.Graph/Generated/kiota-lock.json index 50967b614cd..d19df45d2b5 100644 --- a/src/Microsoft.Graph/Generated/kiota-lock.json +++ b/src/Microsoft.Graph/Generated/kiota-lock.json @@ -1,8 +1,8 @@ { - "descriptionHash": "1D65FC42B095E3FAD3BC89C455CEC6BE217B4EB2B32F39F6EA68F4E267FEE6C63E7AB9F7B0525D96858E9809D8220763FB0156CC63E60F3787204D5392FEFA30", + "descriptionHash": "05FD750355D5B14637DAC2240D99FADFAAA0FFECA3A15891A7F521EF5D3BCAE653AA4BC781559BBC791E123240CC3D711C275F4055F4A5D4BB94FDE5A86E7E4A", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", - "kiotaVersion": "1.28.0", + "kiotaVersion": "1.29.0", "clientClassName": "BaseGraphServiceClient", "typeAccessModifier": "Public", "clientNamespaceName": "Microsoft.Graph",